/llvm-project/llvm/test/MC/AArch64/ |
H A D | arm64-memory.s | 178 ldtrh w3, [x4, #16] 188 ; CHECK: ldtrh w3, [x4, #16] ; encoding: [0x83,0x08,0x41,0x78]
|
H A D | basic-a64-instructions.s | 2961 ldtrh w20, [x1, #255] 2965 // CHECK: ldtrh w20, [x1, #255] // encoding: [0x34,0xf8,0x4f,0x78]
|
/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
H A D | arm64-memory.txt | 186 # CHECK: ldtrh w3, [x4, #16]
|
H A D | basic-a64-instructions.txt | 2386 # CHECK: ldtrh w20, [x1, #255]
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
H A D | A55-basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2320 # CHECK-NEXT: 1 3 1.00 * ldtrh w20, [x1, #255] 3503 … - - - - - - - - 1.00 - - ldtrh w20, [x1, #255]
|
H A D | A510-basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2320 # CHECK-NEXT: 1 2 0.50 * ldtrh w20, [x1, #255] 3505 … - - 0.50 0.50 - - - - - - - ldtrh w20, [x1, #255]
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Neoverse/ |
H A D | N1-basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2320 # CHECK-NEXT: 1 4 0.50 * ldtrh w20, [x1, #255] 3501 # CHECK-NEXT: - - - 0.50 0.50 - - - - - ldtrh w20, [x1,…
|
H A D | V2-basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2334 # CHECK-NEXT: 1 4 0.33 * ldtrh w20, [x1, #255] 3539 # CHECK-NEXT: - - - - - - - 0.33 0.33 0.33 - - - - - - - - - - ldtrh w20, [x1, #255]
|
H A D | V1-basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2320 # CHECK-NEXT: 1 4 0.33 * ldtrh w20, [x1, #255] 3509 # CHECK-NEXT: - - - - - - - 0.33 0.33 0.33 - - - - - - - - ldtrh w20, [x1, #255]
|
H A D | N2-basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2320 # CHECK-NEXT: 1 4 0.33 * ldtrh w20, [x1, #255] 3504 # CHECK-NEXT: - - - - 0.33 0.33 0.33 - - - - - - ldtrh w20, [x1, #255]
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Ampere/Ampere1B/ |
H A D | basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2320 # CHECK-NEXT: 1 3 0.50 * ldtrh w20, [x1, #255] 3503 … - - - - 0.50 0.50 - - - - - ldtrh w20, [x1, #255]
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/HiSilicon/ |
H A D | tsv110-basic-instructions.s | 1093 ldtrh w20, [x1, #255] label 2335 # CHECK-NEXT: 1 4 0.50 * ldtrh w20, [x1, #255] 3519 # CHECK-NEXT: - - - - - 0.50 0.50 - ldtrh w20, [x1, #255]
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/A64FX/ |
H A D | A64-basic-instructions.s | 1083 ldtrh w20, [x1, #255] label 2320 # CHECK-NEXT: 1 5 0.50 * ldtrh w20, [x1, #255] 3499 # CHECK-NEXT: - 0.50 0.50 - - - - - ldtrh w20, [x1, #255]
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 4079 defm LDTRH : LoadUnprivileged<0b01, 0, 0b01, GPR32, "ldtrh">;
|