Searched refs:stllrb (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 16 stllrb w0,[x1] 38 stllrb w0,[w1]
|
/external/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 16 stllrb w0,[x1] 38 stllrb w0,[w1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 15 # CHECK: stllrb w0, [x1]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 15 # CHECK: stllrb w0, [x1]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1948 COMPARE(stllrb(w7, MemOperand(x8)), "stllrb w7, [x8]"); in TEST() 1949 COMPARE(stllrb(w9, MemOperand(sp)), "stllrb w9, [sp]"); in TEST() 1950 COMPARE(stllrb(x10, MemOperand(x11)), "stllrb w10, [x11]"); in TEST() 1951 COMPARE(stllrb(x12, MemOperand(sp)), "stllrb w12, [sp]"); in TEST()
|
D | test-cpu-features-aarch64.cc | 3460 TEST_LOREGIONS(stllrb_0, stllrb(w0, MemOperand(x1, 0)))
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1391 void stllrb(const Register& rt, const MemOperand& dst);
|
D | macro-assembler-aarch64.h | 2243 stllrb(rt, dst); in Stllrb()
|
D | assembler-aarch64.cc | 1527 void Assembler::stllrb(const Register& rt, const MemOperand& dst) { in stllrb() function in vixl::aarch64::Assembler
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2485 def STLLRB : StoreRelease <0b00, 1, 0, 0, 0, GPR32, "stllrb">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2766 def STLLRB : StoreRelease <0b00, 1, 0, 0, 0, GPR32, "stllrb">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 11916 "rb\006steorh\006steorl\007steorlb\007steorlh\005stllr\006stllrb\006stll" 17378 …{ 4674 /* stllrb */, AArch64::STLLRB, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 23847 …{ 4674 /* stllrb */, AArch64::STLLRB, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 34105 { Feature_HasV8_1a, 4674 /* stllrb */, MCK_GPR64sp0, 4 /* 2 */ }, 34106 { Feature_HasV8_1a, 4674 /* stllrb */, MCK_GPR64sp0, 4 /* 2 */ },
|