Searched refs:strexh (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dthumbv8m.s82 // CHECK: strexh r1, r2, [r3] @ encoding: [0xc3,0xe8,0x51,0x2f]
83 strexh r1, r2, [r3] label
H A Dbasic-arm-instructions.s2864 strexh r4, r2, [r5]
2869 @ CHECK: strexh r4, r2, [r5] @ encoding: [0x92,0x4f,0xe5,0xe1]
H A Dbasic-thumb2-instructions.s2907 strexh r9, r7, [r12]
2914 @ CHECK: strexh r9, r7, [r12] @ encoding: [0xcc,0xe8,0x59,0x7f]
/external/v8/src/arm/
H A Dassembler-arm.h1008 void strexh(Register src1, Register src2, Register dst, Condition cond = al);
H A Dassembler-arm.cc2190 void Assembler::strexh(Register src1, Register src2, Register dst, function in class:v8::internal::Assembler
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h3395 void strexh(Condition cond,
3399 void strexh(Register rd, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
3400 strexh(al, rd, rt, operand);
H A Ddisasm-aarch32.h1172 void strexh(Condition cond,
H A Dassembler-aarch32.cc10883 void Assembler::strexh(Condition cond, function in class:vixl::aarch32::Assembler
10909 Delegate(kStrexh, &Assembler::strexh, cond, rd, rt, operand);
H A Dmacro-assembler-aarch32.h4608 strexh(cond, rd, rt, operand);
H A Ddisasm-aarch32.cc3137 void Disassembler::strexh(Condition cond, function in class:vixl::aarch32::Disassembler
10020 strexh(CurrentCond(),
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-arm-instructions.s2048 strexh r4, r2, [r5]
2053 @ CHECK: strexh r4, r2, [r5] @ encoding: [0x92,0x4f,0xe5,0xe1]
H A Dbasic-thumb2-instructions.s2430 strexh r9, r7, [r12]
2437 @ CHECK: strexh r9, r7, [r12] @ encoding: [0xcc,0xe8,0x59,0x7f]

Completed in 365 milliseconds