Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h251 void MacroAssembler::Sbc(const Register& rd, in Sbc() function
274 Sbc(rd, zr, operand); in Ngc()
Dmacro-assembler-arm64.h203 inline void Sbc(const Register& rd,
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc1407 void MacroAssembler::Sbc(const Register& rd, in Sbc() function in vixl::MacroAssembler
1427 Sbc(rd, zr, operand); in Ngc()
Dmacro-assembler-a64.h668 void Sbc(const Register& rd,
/external/v8/test/cctest/
Dtest-assembler-arm64.cc3888 __ Sbc(x7, x4, Operand(x3, LSR, 4)); in TEST() local
3894 __ Sbc(w12, w4, Operand(w3, LSR, 4)); in TEST() local
3903 __ Sbc(x20, x4, Operand(x3, LSR, 4)); in TEST() local
3909 __ Sbc(w25, w4, Operand(w3, LSR, 4)); in TEST() local
4084 __ Sbc(x12, x1, Operand(w2, UXTW, 4)); in TEST() local
4096 __ Sbc(x22, x1, Operand(w2, UXTW, 4)); in TEST() local
4176 __ Sbc(x9, x0, Operand(0x1234567890abcdefUL)); in TEST() local
4177 __ Sbc(w10, w0, Operand(0xffffffff)); in TEST() local
4186 __ Sbc(x20, x0, Operand(0x1234567890abcdefUL)); in TEST() local
4187 __ Sbc(w21, w0, Operand(0xffffffff)); in TEST() local
/external/vixl/test/
Dtest-assembler-a64.cc7681 __ Sbc(x7, x4, Operand(x3, LSR, 4)); in TEST() local
7687 __ Sbc(w12, w4, Operand(w3, LSR, 4)); in TEST() local
7696 __ Sbc(x20, x4, Operand(x3, LSR, 4)); in TEST() local
7702 __ Sbc(w25, w4, Operand(w3, LSR, 4)); in TEST() local
7876 __ Sbc(x12, x1, Operand(w2, UXTW, 4)); in TEST() local
7888 __ Sbc(x22, x1, Operand(w2, UXTW, 4)); in TEST() local
7967 __ Sbc(x9, x0, Operand(0x1234567890abcdef)); in TEST() local
7968 __ Sbc(w10, w0, Operand(0xffffffff)); in TEST() local
7977 __ Sbc(x20, x0, Operand(0x1234567890abcdef)); in TEST() local
7978 __ Sbc(w21, w0, Operand(0xffffffff)); in TEST() local