Home
last modified time | relevance | path

Searched defs:rsbs (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc282 __ 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/
Dintrinsics_arm.cc900 __ rsbs(out, tmp_lo, ShifterOperand(1)); in GenCas() local
Dcode_generator_arm.cc1954 __ rsbs(out.AsRegisterPairLow<Register>(), in VisitNeg() local