Mercurial > hg > CbC > CbC_llvm
view lldb/test/Shell/Register/arm-gp-read.test @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children |
line wrap: on
line source
# REQUIRES: native && target-arm && !system-darwin # RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/arm-gp-read.cpp -o %t # RUN: %lldb -b -s %s %t | FileCheck %s process launch register read --all # CHECK-DAG: r0 = 0x00010203 # CHECK-DAG: r1 = 0x10111213 # CHECK-DAG: r2 = 0x20212223 # CHECK-DAG: r3 = 0x30313233 # CHECK-DAG: r4 = 0x40414243 # CHECK-DAG: r5 = 0x50515253 # CHECK-DAG: r6 = 0x60616263 # CHECK-DAG: r7 = 0x70717273 # CHECK-DAG: q0 = {0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17} # CHECK-DAG: q1 = {0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18} # CHECK-DAG: q2 = {0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19} # CHECK-DAG: q3 = {0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a}