Home
last modified time | relevance | path

Searched refs:Eor (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1545 Eor(scratch2, scratch1, scratch2); in TestJSArrayForAllocationMemento()
1551 Eor(scratch2, scratch1, receiver); in TestJSArrayForAllocationMemento()
3520 Eor(key, key, Operand::UntagSmi(scratch)); in GetNumberHash()
3533 Eor(key, key, Operand(key, LSR, 12)); in GetNumberHash()
3537 Eor(key, key, Operand(key, LSR, 4)); in GetNumberHash()
3543 Eor(key, key, Operand(key, LSR, 16)); in GetNumberHash()
Dmacro-assembler-arm64-inl.h107 void MacroAssembler::Eor(const Register& rd, in Eor() function
Dmacro-assembler-arm64.h192 inline void Eor(const Register& rd,
Dcode-stubs-arm64.cc1517 __ Eor(string_encoding, string_encoding, 1); in Generate()
/external/vixl/test/aarch32/
Dtest-disasm-a32.cc2961 COMPARE_T32(Eor(eq, r0, r0, r7), in TEST()
2965 COMPARE_T32(Eor(eq, r0, r0, 0x1), in TEST()
3652 CHECK_T32_16(Eor(DontCare, r7, r7, r6), "eors r7, r6\n"); in TEST()
3654 CHECK_T32_16_IT_BLOCK(Eor(DontCare, eq, r7, r7, r6), in TEST()
Dtest-simulator-cond-rd-rn-operand-rm-t32.cc126 M(Eor) \
Dtest-simulator-cond-rd-rn-operand-rm-a32.cc126 M(Eor) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc126 M(Eor) \
Dtest-simulator-cond-rd-rn-operand-const-a32.cc126 M(Eor) \
Dtest-simulator-cond-rd-rn-operand-const-t32.cc126 M(Eor) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc126 M(Eor) \
Dtest-assembler-aarch32.cc3174 __ Eor(r0, r0, 0); in TEST() local
3218 __ Eor(r3, r0, 0xffffffff); in TEST() local
5781 CHECK_SIZE_MATCH(Eor(r7, r7, r6), Eor(r7, r6, r7)); in TEST_T32()
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc126 M(Eor) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc126 M(Eor) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc126 M(Eor) \
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h392 Eor, enumerator
994 using InstARM32Eor = InstARM32ThreeAddrGPR<InstARM32::Eor>;
DIceInstARM32.cpp3091 template class InstARM32ThreeAddrGPR<InstARM32::Eor>;
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc671 __ Eor(w13, w0, kWMinInt); in TEST() local
1024 __ Eor(x2, x0, Operand(x1)); in TEST() local
1025 __ Eor(w3, w0, Operand(w1, LSL, 4)); in TEST() local
1026 __ Eor(x4, x0, Operand(x1, LSL, 4)); in TEST() local
1027 __ Eor(x5, x0, Operand(x1, LSR, 1)); in TEST() local
1028 __ Eor(w6, w0, Operand(w1, ASR, 20)); in TEST() local
1029 __ Eor(x7, x0, Operand(x1, ASR, 20)); in TEST() local
1030 __ Eor(w8, w0, Operand(w1, ROR, 28)); in TEST() local
1031 __ Eor(x9, x0, Operand(x1, ROR, 28)); in TEST() local
1032 __ Eor(w10, w0, 0xff00ff00); in TEST() local
[all …]
Dtest-disasm-aarch64.cc2975 COMPARE_MACRO(Eor(w4, w5, 0), "mov w4, w5"); in TEST()
2976 COMPARE_MACRO(Eor(x4, x5, 0), "mov x4, x5"); in TEST()
2991 COMPARE_MACRO(Eor(w16, w17, 0xffffffff), "mvn w16, w17"); in TEST()
2992 COMPARE_MACRO(Eor(x16, x17, 0xffffffff), "eor x16, x17, #0xffffffff"); in TEST()
2993 COMPARE_MACRO(Eor(x16, x17, 0xffffffffffffffff), "mvn x16, x17"); in TEST()
4513 COMPARE_MACRO(Eor(v6.V8B(), v7.V8B(), v8.V8B()), "eor v6.8b, v7.8b, v8.8b"); in TEST()
4514 COMPARE_MACRO(Eor(v6.V16B(), v7.V16B(), v8.V16B()), in TEST()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1087 __ Eor(i.OutputRegister(), i.InputOrZeroRegister64(0), in AssembleArchInstruction() local
1091 __ Eor(i.OutputRegister32(), i.InputOrZeroRegister32(0), in AssembleArchInstruction() local
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1704 case Token::BIT_XOR: __ Eor(result, left, right); break; in DoBitI() local
1720 case Token::BIT_XOR: __ Eor(result, left, right); break; in DoBitS() local
3204 __ Eor(scratch, scratch, kHoleNanInt64); in DoLoadKeyedFixedDouble() local
3622 __ Eor(remainder, dividend, divisor); in DoFlooringDivI() local
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1567 __ Eor(x11, left, right); in EmitInlineSmiBinaryOp() local
1586 __ Eor(result, left, right); in EmitInlineSmiBinaryOp() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h620 void Eor(const Register& rd, const Register& rn, const Operand& operand);
2138 V(eor, Eor) \
Dmacro-assembler-aarch64.cc744 void MacroAssembler::Eor(const Register& rd, in Eor() function in vixl::aarch64::MacroAssembler
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h1745 void Eor(Condition cond, Register rd, Register rn, const Operand& operand) { in Eor() function
1769 void Eor(Register rd, Register rn, const Operand& operand) { in Eor() function
1770 Eor(al, rd, rn, operand); in Eor()
1772 void Eor(FlagsUpdate flags, in Eor() function
1779 Eor(cond, rd, rn, operand); in Eor()
1791 Eor(cond, rd, rn, operand); in Eor()
1796 void Eor(FlagsUpdate flags, in Eor() function
1800 Eor(flags, al, rd, rn, operand); in Eor()

12