Home
last modified time | relevance | path

Searched refs:sbcs (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/mterp/arm/
Dop_cmp_long.S15 sbcs ip, r1, r3 @ Sets correct CCs for checking LT (but not EQ/NE)
/art/compiler/utils/
Dassembler_thumb_test.cc264 __ 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
Dassembler_thumb_test_expected.cc.inc40 " 3e: 4188 sbcs r0, r1\n",
65 " 7c: eb70 0008 sbcs.w r0, r0, r8\n",
116 " 106: 4188 sbcs r0, r1\n",
/art/compiler/utils/arm/
Dassembler_arm.h454 virtual void sbcs(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) {
/art/compiler/optimizing/
Dcode_generator_arm.cc1670 __ sbcs(IP, left_high, ShifterOperand(High32Bits(value))); in GenerateLongTestConstant() local
1734 __ sbcs(IP, in GenerateLongTest() local
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S1404 sbcs ip, r1, r3 @ Sets correct CCs for checking LT (but not EQ/NE)