Searched refs:stllrh (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 17 stllrh w0,[x1] 39 stllrh x0,[x1]
|
/external/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 17 stllrh w0,[x1] 39 stllrh x0,[x1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 16 # CHECK: stllrh w0, [x1]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 16 # CHECK: stllrh w0, [x1]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1952 COMPARE(stllrh(w13, MemOperand(x14)), "stllrh w13, [x14]"); in TEST() 1953 COMPARE(stllrh(w15, MemOperand(sp)), "stllrh w15, [sp]"); in TEST() 1954 COMPARE(stllrh(x16, MemOperand(x17)), "stllrh w16, [x17]"); in TEST() 1955 COMPARE(stllrh(x18, MemOperand(sp)), "stllrh w18, [sp]"); in TEST()
|
D | test-cpu-features-aarch64.cc | 3461 TEST_LOREGIONS(stllrh_0, stllrh(w0, MemOperand(x1, 0)))
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1394 void stllrh(const Register& rt, const MemOperand& dst);
|
D | macro-assembler-aarch64.h | 2248 stllrh(rt, dst); in Stllrh()
|
D | assembler-aarch64.cc | 1534 void Assembler::stllrh(const Register& rt, const MemOperand& dst) { in stllrh() function in vixl::aarch64::Assembler
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2486 def STLLRH : StoreRelease <0b01, 1, 0, 0, 0, GPR32, "stllrh">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2767 def STLLRH : StoreRelease <0b01, 1, 0, 0, 0, GPR32, "stllrh">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 17379 …{ 4681 /* stllrh */, AArch64::STLLRH, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 23848 …{ 4681 /* stllrh */, AArch64::STLLRH, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 34107 { Feature_HasV8_1a, 4681 /* stllrh */, MCK_GPR64sp0, 4 /* 2 */ }, 34108 { Feature_HasV8_1a, 4681 /* stllrh */, MCK_GPR64sp0, 4 /* 2 */ },
|