Searched refs:stlexh (Results 1 - 8 of 8) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dload-store-acquire-release-v8-thumb.s18 stlexh r4, r2, [r5]
22 @ CHECK: stlexh r4, r2, [r5] @ encoding: [0xc5,0xe8,0xd4,0x2f]
H A Dload-store-acquire-release-v8.s18 stlexh r4, r2, [r5]
22 @ CHECK: stlexh r4, r2, [r5] @ encoding: [0x92,0x4e,0xe5,0xe1]
H A Dthumbv8m.s135 // CHECK: stlexh r1, r2, [r3] @ encoding: [0xc3,0xe8,0xd1,0x2f]
136 stlexh r1, r2, [r3] label
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h3217 void stlexh(Condition cond,
3221 void stlexh(Register rd, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
3222 stlexh(al, rd, rt, operand);
H A Ddisasm-aarch32.h1091 void stlexh(Condition cond,
H A Dassembler-aarch32.cc10081 void Assembler::stlexh(Condition cond, function in class:vixl::aarch32::Assembler
10107 Delegate(kStlexh, &Assembler::stlexh, cond, rd, rt, operand);
H A Dmacro-assembler-aarch32.h4330 stlexh(cond, rd, rt, operand);
H A Ddisasm-aarch32.cc2987 void Disassembler::stlexh(Condition cond, function in class:vixl::aarch32::Disassembler
10103 stlexh(CurrentCond(),
[all...]

Completed in 2145 milliseconds