Home
last modified time | relevance | path

Searched refs:Eon (Results 1 – 5 of 5) sorted by relevance

/external/vixl/benchmarks/aarch64/
Dbench-utils.cc224 __ Eon(PickR(size), PickR(size), Operand(PickR(size))); in GenerateOperandSequence() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc968 __ Eon(x2, x0, Operand(x1)); in TEST() local
969 __ Eon(w3, w0, Operand(w1, LSL, 4)); in TEST() local
970 __ Eon(x4, x0, Operand(x1, LSL, 4)); in TEST() local
971 __ Eon(x5, x0, Operand(x1, LSR, 1)); in TEST() local
972 __ Eon(w6, w0, Operand(w1, ASR, 20)); in TEST() local
973 __ Eon(x7, x0, Operand(x1, ASR, 20)); in TEST() local
974 __ Eon(w8, w0, Operand(w1, ROR, 28)); in TEST() local
975 __ Eon(x9, x0, Operand(x1, ROR, 28)); in TEST() local
976 __ Eon(w10, w0, 0x03c003c0); in TEST() local
977 __ Eon(x11, x0, 0x0000100000001000); in TEST() local
[all …]
Dtest-disasm-aarch64.cc2840 COMPARE_MACRO(Eon(w10, w11, 0), "mvn w10, w11"); in TEST()
2841 COMPARE_MACRO(Eon(x10, x11, 0), "mvn x10, x11"); in TEST()
2859 COMPARE_MACRO(Eon(w22, w23, 0xffffffff), "mov w22, w23"); in TEST()
2860 COMPARE_MACRO(Eon(x22, x23, 0xffffffff), "eor x22, x23, #0xffffffff00000000"); in TEST()
2861 COMPARE_MACRO(Eon(x22, x23, 0xffffffffffffffff), "mov x22, x23"); in TEST()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc772 void MacroAssembler::Eon(const Register& rd, in Eon() function in vixl::aarch64::MacroAssembler
Dmacro-assembler-aarch64.h729 void Eon(const Register& rd, const Register& rn, const Operand& operand);
4066 void Eon(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in Eon() function