Home
last modified time | relevance | path

Searched refs:Eon (Results 1 - 8 of 8) sorted by relevance

/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc225 __ Eon(PickR(size), PickR(size), Operand(PickR(size))); in GenerateOperandSequence()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc968 __ Eon(x2, x0, Operand(x1)); in TEST()
969 __ Eon(w3, w0, Operand(w1, LSL, 4)); in TEST()
970 __ Eon(x4, x0, Operand(x1, LSL, 4)); in TEST()
971 __ Eon(x5, x0, Operand(x1, LSR, 1)); in TEST()
972 __ Eon(w6, w0, Operand(w1, ASR, 20)); in TEST()
973 __ Eon(x7, x0, Operand(x1, ASR, 20)); in TEST()
974 __ Eon(w8, w0, Operand(w1, ROR, 28)); in TEST()
975 __ Eon(x9, x0, Operand(x1, ROR, 28)); in TEST()
976 __ Eon(w10, w0, 0x03c003c0); in TEST()
977 __ Eon(x1 in TEST()
[all...]
H A Dtest-disasm-aarch64.cc2914 COMPARE_MACRO(Eon(w10, w11, 0), "mvn w10, w11"); in TEST()
2915 COMPARE_MACRO(Eon(x10, x11, 0), "mvn x10, x11"); in TEST()
2933 COMPARE_MACRO(Eon(w22, w23, 0xffffffff), "mov w22, w23"); in TEST()
2934 COMPARE_MACRO(Eon(x22, x23, 0xffffffff), "eor x22, x23, #0xffffffff00000000"); in TEST()
2935 COMPARE_MACRO(Eon(x22, x23, 0xffffffffffffffff), "mov x22, x23"); in TEST()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h78 void TurboAssembler::Eon(const Register& rd, const Register& rn, in Eon() function in v8::internal::TurboAssembler
H A Dmacro-assembler-arm64.h677 inline void Eon(const Register& rd, const Register& rn,
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc1393 __ Eon(i.OutputRegister(), i.InputOrZeroRegister64(0), in AssembleArchInstruction()
1397 __ Eon(i.OutputRegister32(), i.InputOrZeroRegister32(0), in AssembleArchInstruction()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc862 void MacroAssembler::Eon(const Register& rd, in Emit() function in vixl::aarch64::MacroAssembler
H A Dmacro-assembler-aarch64.h798 void Eon(const Register& rd, const Register& rn, const Operand& operand);
4234 void Eon(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in Eon() function in vixl::aarch64::MacroAssembler

Completed in 37 milliseconds