Searched refs:CNTP_TVAL_EL0 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/MC/AArch64/ |
D | arm64-system-encoding.s | 80 msr CNTP_TVAL_EL0, x3 160 ; CHECK: msr CNTP_TVAL_EL0, x3 ; encoding: [0x03,0xe2,0x1b,0xd5] 245 mrs x3, CNTP_TVAL_EL0 430 ; CHECK: mrs x3, CNTP_TVAL_EL0 ; encoding: [0x03,0xe2,0x3b,0xd5]
|
D | basic-a64-instructions.s | 3881 msr CNTP_TVAL_EL0, x12 4437 mrs x9, CNTP_TVAL_EL0
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 476 {"cntp_tval_el0", CNTP_TVAL_EL0, {}},
|
D | AArch64BaseInfo.h | 875 CNTP_TVAL_EL0 = 0xdf10, // 11 011 1110 0010 000 enumerator
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 3353 # CHECK: msr {{cntp_tval_el0|CNTP_TVAL_EL0}}, x12 3654 # CHECK: mrs x9, {{cntp_tval_el0|CNTP_TVAL_EL0}}
|