Home
last modified time | relevance | path

Searched refs:Rsb (Results 1 - 15 of 15) sorted by relevance

/third_party/vixl/examples/aarch32/
H A Dabs.cc41 __ Rsb(mi, r0, r0, 0); in GenerateAbs()
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc3563 COMPARE_T32(Rsb(eq, r0, r1, 0), in TEST()
3567 COMPARE_T32(Rsb(eq, r0, r1, 1), in TEST()
4183 CHECK_T32_16(Rsb(DontCare, r7, r6, 0), "rsbs r7, r6, #0\n"); in TEST()
4185 CHECK_T32_16_IT_BLOCK(Rsb(DontCare, eq, r7, r6, 0), in TEST()
H A Dtest-simulator-cond-rd-rn-operand-rm-a32.cc128 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-rm-t32.cc130 M(Rsb) \
H A Dtest-simulator-cond-rdlow-rnlow-operand-immediate-t32.cc118 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-const-a32.cc128 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-const-t32.cc130 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc128 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc130 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc128 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc130 M(Rsb) \
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc128 M(Rsb) \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h413 Rsb, enumerator
1012 using InstARM32Rsb = InstARM32ThreeAddrGPR<InstARM32::Rsb>;
H A DIceInstARM32.cpp3415 template class InstARM32ThreeAddrGPR<InstARM32::Rsb>;
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h3794 void Rsb(Condition cond, Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
3812 void Rsb(Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
3813 Rsb(al, rd, rn, operand); in MacroAssembler()
3815 void Rsb(FlagsUpdate flags, in MacroAssembler() function in vixl::aarch32::MacroAssembler
3822 Rsb(cond, rd, rn, operand); in MacroAssembler()
3834 Rsb(cond, rd, rn, operand); in MacroAssembler()
3839 void Rsb(FlagsUpdate flags, in MacroAssembler() function in vixl::aarch32::MacroAssembler
3843 Rsb(flags, al, rd, rn, operand); in MacroAssembler()

Completed in 62 milliseconds