Searched defs:Eon (Results 1 – 4 of 4) sorted by relevance
| /external/vixl/benchmarks/aarch64/ |
| D | bench-utils.cc | 224 __ Eon(PickR(size), PickR(size), Operand(PickR(size))); in GenerateOperandSequence() local
|
| /external/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 968 __ 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 …]
|
| /external/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.cc | 772 void MacroAssembler::Eon(const Register& rd, in Eon() function in vixl::aarch64::MacroAssembler
|
| D | macro-assembler-aarch64.h | 4066 void Eon(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in Eon() function
|