Searched defs:sbcs (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 264 __ sbcs(R0, R0, ShifterOperand(R1)); in TEST_F() local 296 __ sbcs(R0, R0, ShifterOperand(R8)); in TEST_F() local 316 __ sbcs(R0, R0, ShifterOperand(R1), arm::EQ); in TEST_F() local
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 1670 __ sbcs(IP, left_high, ShifterOperand(High32Bits(value))); in GenerateLongTestConstant() local 1734 __ sbcs(IP, in GenerateLongTest() local
|