/art/runtime/arch/arm64/ |
D | memcmp16_arm64.S | 53 eor tmp1, src1, src2 66 eor diff, data1, data2 /* Non-zero if differences found. */
|
D | quick_entrypoints_arm64.S | 977 eor w2, w1, w2 // lock_word.ThreadId() ^ self->ThreadId() 1008 eor w3, w1, w2 // lock_word.ThreadId() ^ self->ThreadId()
|
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 91 eor r0, r3, r1
|
D | quick_entrypoints_arm.S | 390 eor r2, r1, r2 @ lock_word.ThreadId() ^ self->ThreadId()
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 290 __ eor(R0, R1, ShifterOperand(R2)); in TEST() local 301 __ eor(R0, R1, ShifterOperand()); in TEST() local 335 __ eor(R0, R1, ShifterOperand(0x55)); in TEST() local 369 __ eor(R0, R1, ShifterOperand(0x550055)); in TEST() local
|
D | assembler_thumb_test_expected.cc.inc | 26 " 10: ea81 0002 eor.w r0, r1, r2\n", 56 " 16: f081 0055 eor.w r0, r1, #85 ; 0x55\n", 78 " 18: f081 1055 eor.w r0, r1, #5570645 ; 0x550055\n",
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 45 void eor(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 67 void eor(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 365 virtual void eor(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 34 void Arm32Assembler::eor(Register rd, Register rn, const ShifterOperand& so, in eor() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 34 void Thumb2Assembler::eor(Register rd, Register rn, const ShifterOperand& so, in eor() function in art::arm::Thumb2Assembler
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 472 uint64_t eor = DecodeLogicalImmediate(/*is_wide*/true, magic_table[lit].magic64_eor); in SmallLiteralDivRem64() local 473 reconstructed_imm = base ^ eor; in SmallLiteralDivRem64()
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 1035 __ eor(locations->Out().AsArm().AsCoreRegister(), in VisitNot() local
|