Home | History | Annotate | Download | only in cctest

Lines Matching refs:Sbc

3888   __ Sbc(x7, x4, Operand(x3, LSR, 4));
3894 __ Sbc(w12, w4, Operand(w3, LSR, 4));
3903 __ Sbc(x20, x4, Operand(x3, LSR, 4));
3909 __ Sbc(w25, w4, Operand(w3, LSR, 4));
3980 // Check that sbc correctly sets the condition flags.
4084 __ Sbc(x12, x1, Operand(w2, UXTW, 4));
4096 __ Sbc(x22, x1, Operand(w2, UXTW, 4));
4176 __ Sbc(x9, x0, Operand(0x1234567890abcdefUL));
4177 __ Sbc(w10, w0, Operand(0xffffffff));
4186 __ Sbc(x20, x0, Operand(0x1234567890abcdefUL));
4187 __ Sbc(w21, w0, Operand(0xffffffff));