Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc286 __ rsbs(R0, R1, ShifterOperand(0)); in TEST_F() local
287 __ rsbs(R0, R0, ShifterOperand(0)); // Check Rd == Rn code path. in TEST_F() local
303 __ rsbs(R0, R8, ShifterOperand(0)); // Check that this is not emitted as 16-bit. in TEST_F() local
304 __ 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.cc1065 __ rsbs(out, tmp, ShifterOperand(1)); in GenCas() local
Dcode_generator_arm.cc3290 __ rsbs(out.AsRegisterPairLow<Register>(), in VisitNeg() local