Home
last modified time | relevance | path

Searched refs:eors (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/arm/
Dmemcmp16_arm.S110 eors r0, r0, ip
143 eors r0, r0, ip
203 eors r0, r0, ip
/art/compiler/utils/
Dassembler_thumb_test.cc267 __ 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
Dassembler_thumb_test_expected.cc.inc43 " 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/
Dassembler_arm.h419 virtual void eors(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) {