Searched defs:rsbs (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 282 __ rsbs(R0, R1, ShifterOperand(0)); in TEST_F() local 283 __ rsbs(R0, R0, ShifterOperand(0)); // Check Rd == Rn code path. in TEST_F() local 299 __ rsbs(R0, R8, ShifterOperand(0)); // Check that this is not emitted as 16-bit. in TEST_F() local 300 __ rsbs(R8, R8, ShifterOperand(0)); // Check that this is not emitted as 16-bit (Rd == Rn). in TEST_F() local
|
| /art/compiler/optimizing/ |
| D | intrinsics_arm.cc | 900 __ rsbs(out, tmp_lo, ShifterOperand(1)); in GenCas() local
|
| D | code_generator_arm.cc | 1954 __ rsbs(out.AsRegisterPairLow<Register>(), in VisitNeg() local
|