Searched refs:Strexb (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/test/aarch32/ | ||
H A D | test-disasm-a32.cc | 3007 MUST_FAIL_TEST_BOTH(Strexb(r0, r1, MemOperand(r0, 1)), in TEST() |
/third_party/vixl/src/aarch32/ | ||
H A D | macro-assembler-aarch32.h | 5403 void Strexb(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler 5420 void Strexb(Register rd, Register rt, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 5421 Strexb(al, rd, rt, operand); in MacroAssembler() |
Completed in 30 milliseconds