Home
last modified time | relevance | path

Searched refs:Sbc (Results 1 – 17 of 17) sorted by relevance

/external/vixl/test/aarch32/
Dtest-disasm-a32.cc1538 COMPARE_BOTH(Sbc(r0, r1, -5), "adc r0, r1, #4\n"); in TEST()
1563 COMPARE_BOTH(Sbc(r0, r0, 0xabcd), in TEST()
1567 COMPARE_BOTH(Sbc(r0, r0, -0xabcd), in TEST()
1571 COMPARE_BOTH(Sbc(r0, r0, 0x1234abcd), in TEST()
1576 COMPARE_BOTH(Sbc(r0, r0, -0x1234abcd), in TEST()
3561 COMPARE_T32(Sbc(eq, r0, r0, r1), in TEST()
3565 COMPARE_T32(Sbc(eq, r0, r1, r2), in TEST()
4178 CHECK_T32_16(Sbc(DontCare, r7, r7, r6), "sbcs r7, r6\n"); in TEST()
4180 CHECK_T32_16_IT_BLOCK(Sbc(DontCare, eq, r7, r7, r6), in TEST()
Dtest-simulator-cond-rd-rn-operand-rm-a32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-rm-t32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-const-a32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-const-t32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc132 M(Sbc) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc132 M(Sbc) \
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h416 Sbc, enumerator
1015 using InstARM32Sbc = InstARM32ThreeAddrGPR<InstARM32::Sbc>;
DIceInstARM32.cpp3498 template class InstARM32ThreeAddrGPR<InstARM32::Sbc>;
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc1825 void MacroAssembler::Sbc(const Register& rd, in Sbc() function in vixl::aarch64::MacroAssembler
1844 Sbc(rd, zr, operand); in Ngc()
Dmacro-assembler-aarch64.h764 void Sbc(const Register& rd, const Register& rn, const Operand& operand);
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc5233 __ Sbc(x7, x4, Operand(x3, LSR, 4)); in TEST() local
5239 __ Sbc(w12, w4, Operand(w3, LSR, 4)); in TEST() local
5248 __ Sbc(x20, x4, Operand(x3, LSR, 4)); in TEST() local
5254 __ Sbc(w25, w4, Operand(w3, LSR, 4)); in TEST() local
5302 __ Sbc(x12, x1, Operand(w2, UXTW, 4)); in TEST() local
5314 __ Sbc(x22, x1, Operand(w2, UXTW, 4)); in TEST() local
5399 __ Sbc(x9, x0, Operand(0x1234567890abcdef)); in TEST() local
5400 __ Sbc(w10, w0, Operand(0xffffffff)); in TEST() local
5409 __ Sbc(x20, x0, Operand(0x1234567890abcdef)); in TEST() local
5410 __ Sbc(w21, w0, Operand(0xffffffff)); in TEST() local
Dtest-disasm-aarch64.cc2794 COMPARE_MACRO(Sbc(x0, x1, 0x4242), in TEST()
2797 COMPARE_MACRO(Sbc(x0, x0, 0x4242), in TEST()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h3347 void Sbc(Condition cond, Register rd, Register rn, const Operand& operand) { in Sbc() function
3361 void Sbc(Register rd, Register rn, const Operand& operand) { in Sbc() function
3362 Sbc(al, rd, rn, operand); in Sbc()
3364 void Sbc(FlagsUpdate flags, in Sbc() function
3371 Sbc(cond, rd, rn, operand); in Sbc()
3383 Sbc(cond, rd, rn, operand); in Sbc()
3388 void Sbc(FlagsUpdate flags, in Sbc() function
3392 Sbc(flags, al, rd, rn, operand); in Sbc()