/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stur.ll | 24 ; CHECK: sturb w1, [x0, #-1] 42 ; CHECK: sturb w1, [x0, #-1]
|
D | regress-tblgen-chains.ll | 30 ; CHECK: sturb w[[STRVAL:[0-9]+]], [x29, [[LOCADDR]]]
|
D | arm64-trunc-store.ll | 65 ; CHECK-NEXT: sturb w1, {{\[}}[[ADDR]], #-1]
|
D | ldst-unscaledimm.ll | 63 ; CHECK: sturb {{w[0-9]+}}, [{{x[0-9]+}}, #-256] 70 ; CHECK: sturb {{w[0-9]+}}, [{{x[0-9]+}}, #-1]
|
D | arm64-atomic.ll | 278 ; CHECK: sturb {{w[0-9]+}}, [x0, #-256]
|
D | bitfield-insert.ll | 283 ; CHECK-NEXT: sturb [[REG1]],
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-stur.ll | 24 ; CHECK: sturb w1, [x0, #-1] 42 ; CHECK: sturb w1, [x0, #-1]
|
D | regress-tblgen-chains.ll | 30 ; CHECK: sturb w[[STRVAL:[0-9]+]], [x29, [[LOCADDR]]]
|
D | arm64-narrow-st-merge.ll | 106 ; CHECK-STRICT: sturb wzr 107 ; CHECK-STRICT: sturb wzr
|
D | arm64-trunc-store.ll | 65 ; CHECK-NEXT: sturb w1, {{\[}}[[ADDR]], #-1]
|
D | ldst-unscaledimm.ll | 63 ; CHECK: sturb {{w[0-9]+}}, [{{x[0-9]+}}, #-256] 70 ; CHECK: sturb {{w[0-9]+}}, [{{x[0-9]+}}, #-1]
|
D | arm64-atomic.ll | 280 ; CHECK: sturb {{w[0-9]+}}, [x0, #-256]
|
D | bitfield-insert.ll | 283 ; CHECK-NEXT: sturb [[REG1]],
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 149 sturb w4, [x3] 150 sturb w5, [x4, #20] 164 ; CHECK: sturb w4, [x3] ; encoding: [0x64,0x00,0x00,0x38] 165 ; CHECK: sturb w5, [x4, #20] ; encoding: [0x85,0x40,0x01,0x38] 632 ; CHECK: sturb w3, [x1, #-1] ; encoding: [0x23,0xf0,0x1f,0x38]
|
D | basic-a64-instructions.s | 2321 sturb w9, [sp, #0]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 149 sturb w4, [x3] 150 sturb w5, [x4, #20] 164 ; CHECK: sturb w4, [x3] ; encoding: [0x64,0x00,0x00,0x38] 165 ; CHECK: sturb w5, [x4, #20] ; encoding: [0x85,0x40,0x01,0x38] 632 ; CHECK: sturb w3, [x1, #-1] ; encoding: [0x23,0xf0,0x1f,0x38]
|
D | basic-a64-instructions.s | 2338 sturb w9, [sp, #0]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 162 # CHECK: sturb w4, [x3] 163 # CHECK: sturb w5, [x4, #20]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 162 # CHECK: sturb w4, [x3] 163 # CHECK: sturb w5, [x4, #20]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1529 COMPARE(sturb(w14, MemOperand(x15)), "sturb w14, [x15]"); in TEST() 1530 COMPARE(sturb(x16, MemOperand(x17, 1)), "sturb w16, [x17, #1]"); in TEST() 1531 COMPARE(sturb(w18, MemOperand(x19, 255)), "sturb w18, [x19, #255]"); in TEST() 1621 COMPARE(sturb(w14, MemOperand(x15), option), "sturb w14, [x15]"); in TEST() 1622 COMPARE(sturb(x16, MemOperand(x17, 1), option), "sturb w16, [x17, #1]"); in TEST() 1623 COMPARE(sturb(w18, MemOperand(x19, 255), option), "sturb w18, [x19, #255]"); in TEST()
|
D | test-trace-aarch64.cc | 331 __ sturb(w2, MemOperand(x0, 1)); in GenerateTestSequenceBase() local 332 __ sturb(x3, MemOperand(x0, 1)); in GenerateTestSequenceBase() local
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 909 0xe9,0x03,0x00,0x38 = sturb w9, [sp]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1259 void sturb(const Register& rt,
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 278 0x~~~~~~~~~~~~~~~~ 38001002 sturb w2, [x0, #1] 279 0x~~~~~~~~~~~~~~~~ 38001003 sturb w3, [x0, #1]
|
D | log-disasm | 278 0x~~~~~~~~~~~~~~~~ 38001002 sturb w2, [x0, #1] 279 0x~~~~~~~~~~~~~~~~ 38001003 sturb w3, [x0, #1]
|