Home
last modified time | relevance | path

Searched refs:stlh (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dload-store-acquire-release-v8.s42 stlh r2, [r3]
45 @ CHECK: stlh r2, [r3] @ encoding: [0x92,0xfc,0xe3,0xe1]
Dload-store-acquire-release-v8-thumb.s42 stlh r2, [r3]
45 @ CHECK: stlh r2, [r3] @ encoding: [0xc3,0xe8,0x9f,0x2f]
Dthumbv8m.s115 stlh r1, [r3] label
/external/llvm/test/MC/ARM/
Dload-store-acquire-release-v8.s42 stlh r2, [r3]
45 @ CHECK: stlh r2, [r3] @ encoding: [0x92,0xfc,0xe3,0xe1]
Dload-store-acquire-release-v8-thumb.s42 stlh r2, [r3]
45 @ CHECK: stlh r2, [r3] @ encoding: [0xc3,0xe8,0x9f,0x2f]
Dthumbv8m.s115 stlh r1, [r3] label
/external/capstone/suite/MC/ARM/
Dload-store-acquire-release-v8-thumb.s.cs15 0xc3,0xe8,0x9f,0x2f = stlh r2, [r3]
Dload-store-acquire-release-v8.s.cs15 0x92,0xfc,0xe3,0xe1 = stlh r2, [r3]
/external/llvm/test/MC/Disassembler/ARM/
Dload-store-acquire-release-v8-thumb.txt33 # CHECK: stlh r2, [r3] @ encoding: [0xc3,0xe8,0x9f,0x2f]
Dload-store-acquire-release-v8.txt32 # CHECK: stlh r2, [r3] @ encoding: [0x92,0xfc,0xe3,0xe1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dload-store-acquire-release-v8-thumb.txt33 # CHECK: stlh r2, [r3] @ encoding: [0xc3,0xe8,0x9f,0x2f]
Dload-store-acquire-release-v8.txt32 # CHECK: stlh r2, [r3] @ encoding: [0x92,0xfc,0xe3,0xe1]
/external/vixl/src/aarch32/
Dassembler-aarch32.h3304 void stlh(Condition cond, Register rt, const MemOperand& operand);
3305 void stlh(Register rt, const MemOperand& operand) { stlh(al, rt, operand); } in stlh() function
Ddisasm-aarch32.h1222 void stlh(Condition cond, Register rt, const MemOperand& operand);
Ddisasm-aarch32.cc3005 void Disassembler::stlh(Condition cond, in stlh() function in vixl::aarch32::Disassembler
10057 stlh(CurrentCond(), in DecodeT32()
58084 stlh(condition, in DecodeA32()
Dassembler-aarch32.cc11088 void Assembler::stlh(Condition cond, Register rt, const MemOperand& operand) { in stlh() function in vixl::aarch32::Assembler
11111 Delegate(kStlh, &Assembler::stlh, cond, rt, operand); in stlh()
Dmacro-assembler-aarch32.h4269 stlh(cond, rt, operand); in Stlh()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td1613 "stlh", "\t$Rt, $addr", []>;
DARMInstrInfo.td3230 NoItinerary, "stlh", "\t$Rt, $addr", []>;
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1607 "stlh", "\t$Rt, $addr", []>;
DARMInstrInfo.td3120 NoItinerary, "stlh", "\t$Rt, $addr", []>;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc7761 "stlexb\006stlexd\006stlexh\004stlh\003stm\005stmda\005stmdb\005stmib\003"
8828 …{ 1340 /* stlh */, ARM::t2STLH, Convert__Reg1_1__MemNoOffset1_2__CondCode2_0, Feature_IsThumb|Feat…
8829 …{ 1340 /* stlh */, ARM::STLH, Convert__Reg1_1__MemNoOffset1_2__CondCode2_0, Feature_IsARM|Feature_…