Searched refs:eors (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 110 eors r0, r0, ip 143 eors r0, r0, ip 203 eors r0, r0, ip
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 267 __ eors(R0, R0, ShifterOperand(R1)); in TEST_F() local 299 __ eors(R0, R0, ShifterOperand(R8)); in TEST_F() local 322 __ eors(R0, R0, ShifterOperand(R1), arm::EQ); in TEST_F() local
|
D | assembler_thumb_test_expected.cc.inc | 43 " 44: 4048 eors r0, r1\n", 68 " 88: ea90 0008 eors.w r0, r0, r8\n", 119 " 10c: 4048 eors r0, r1\n",
|
/art/compiler/utils/arm/ |
D | assembler_arm.h | 419 virtual void eors(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) {
|