Searched refs:TPIDR_EL0 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-tls-execs.ll | 12 ; CHECK: mrs x[[TP:[0-9]+]], TPIDR_EL0 27 ; CHECK: mrs [[TP:x[0-9]+]], TPIDR_EL0 43 ; CHECK: mrs x[[TP:[0-9]+]], TPIDR_EL0 58 ; CHECK: mrs [[TP:x[0-9]+]], TPIDR_EL0
|
D | arm64-tls-dynamics.ll | 20 ; CHECK: mrs x[[TP:[0-9]+]], TPIDR_EL0 43 ; CHECK: mrs [[TP:x[0-9]+]], TPIDR_EL0 72 ; CHECK: mrs x[[TPIDR:[0-9]+]], TPIDR_EL0 100 ; CHECK: mrs [[TPIDR:x[0-9]+]], TPIDR_EL0
|
/external/llvm/test/MC/AArch64/ |
D | arm64-system-encoding.s | 121 msr TPIDR_EL0, x3 199 ; CHECK: msr TPIDR_EL0, x3 ; encoding: [0x43,0xd0,0x1b,0xd5] 302 mrs x3, TPIDR_EL0 487 ; CHECK: mrs x3, TPIDR_EL0 ; encoding: [0x43,0xd0,0x3b,0xd5]
|
D | basic-a64-instructions.s | 3847 msr TPIDR_EL0, x12 4400 mrs x9, TPIDR_EL0
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 448 {"tpidr_el0", TPIDR_EL0},
|
D | AArch64BaseInfo.h | 817 TPIDR_EL0 = 0xde82, // 11 011 1101 0000 010 enumerator
|
/external/valgrind/main/memcheck/ |
D | mc_machine.c | 1020 if (o == GOF(TPIDR_EL0) && sz == 8) return -1; // untracked in get_otrack_shadow_offset_wrk()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 3232 # CHECK: msr {{tpidr_el0|TPIDR_EL0}}, x12 3530 # CHECK: mrs x9, {{tpidr_el0|TPIDR_EL0}}
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 349 // TPIDR_EL0.
|