Searched refs:Orns (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 425 COMPARE_A32(Orns(r0, r0, 1), in TEST() 432 COMPARE_BOTH(Orns(r0, r1, 0x00ffffff), "orrs r0, r1, #0xff000000\n"); in TEST() 434 COMPARE_A32(Orns(r0, r1, 0xabcd2345), in TEST() 472 COMPARE_A32(Orns(r0, r0, Operand(r2, LSR, 2)), in TEST() 486 COMPARE_A32(Orns(r0, r0, Operand(r2, LSR, r3)), in TEST() 489 COMPARE_T32(Orns(r0, r0, Operand(r2, LSR, r3)), in TEST()
|
H A D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 127 M(Orns) \
|
H A D | test-simulator-cond-rd-rn-operand-const-t32.cc | 127 M(Orns) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 127 M(Orns) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 127 M(Orns) \
|
H A D | test-assembler-aarch32.cc | 3296 __ Orns(r0, r0, 0); in TEST()
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 3187 Orns(cond, rd, rn, operand); in MacroAssembler() 3201 void Orns(Condition cond, Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 3215 void Orns(Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 3216 Orns(al, rd, rn, operand); in MacroAssembler()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 5616 void Orns(const PRegisterWithLaneSize& pd, in Orns() function in vixl::aarch64::MacroAssembler
|
Completed in 57 milliseconds