Home
last modified time | relevance | path

Searched defs:Eor (Results 1 – 9 of 9) sorted by relevance

/external/vixl/benchmarks/aarch64/
Dbench-utils.cc222 __ Eor(PickR(size), PickR(size), Operand(PickR(size))); in GenerateOperandSequence() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc76 __ Eor(x11, x0, 0x18001); in TEST() local
533 __ Eor(w13, w0, kWMinInt); in TEST() local
902 __ Eor(x2, x0, Operand(x1)); in TEST() local
903 __ Eor(w3, w0, Operand(w1, LSL, 4)); in TEST() local
904 __ Eor(x4, x0, Operand(x1, LSL, 4)); in TEST() local
905 __ Eor(x5, x0, Operand(x1, LSR, 1)); in TEST() local
906 __ Eor(w6, w0, Operand(w1, ASR, 20)); in TEST() local
907 __ Eor(x7, x0, Operand(x1, ASR, 20)); in TEST() local
908 __ Eor(w8, w0, Operand(w1, ROR, 28)); in TEST() local
909 __ Eor(x9, x0, Operand(x1, ROR, 28)); in TEST() local
[all …]
Dtest-assembler-sve-aarch64.cc558 __ Eor(z3.VnD(), z8.VnD(), z15.VnD()); in TEST_SVE() local
1154 __ Eor(p2.VnB(), p12.Zeroing(), p11.VnB(), p10.VnB()); in TEST_SVE() local
1433 __ Eor(z5.VnD(), z5.VnD(), 0x0000ffff0000ffff); in TEST_SVE() local
1434 __ Eor(z6.VnS(), z6.VnS(), 0xff0000ff); in TEST_SVE() local
1435 __ Eor(z7.VnH(), z7.VnH(), 0x0ff0); in TEST_SVE() local
1436 __ Eor(z8.VnB(), z8.VnB(), 0x3f); in TEST_SVE() local
9974 __ Eor(pg_diff.VnB(), all.Zeroing(), pg_diff.VnB(), pg_ff.VnB()); in GatherLoadScalarPlusVectorHelper() local
10553 __ Eor(z4.VnB(), z4.VnB(), z0.VnB()); in TEST_SVE() local
10556 __ Eor(z5.VnB(), z5.VnB(), z1.VnB()); in TEST_SVE() local
10560 __ Eor(z5.VnB(), z5.VnB(), z2.VnB()); in TEST_SVE() local
[all …]
Dtest-assembler-neon-aarch64.cc6087 __ Eor(v16.V16B(), v0.V16B(), v0.V16B()); // self test in TEST() local
6088 __ Eor(v17.V16B(), v0.V16B(), v1.V16B()); // all combinations in TEST() local
6089 __ Eor(v24.V8B(), v0.V8B(), v0.V8B()); // self test in TEST() local
6090 __ Eor(v25.V8B(), v0.V8B(), v1.V8B()); // all combinations in TEST() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc802 void MacroAssembler::Eor(const Register& rd, in Eor() function in vixl::aarch64::MacroAssembler
Dmacro-assembler-aarch64.h4066 void Eor(const PRegisterWithLaneSize& pd, in Eor() function
4074 void Eor(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in Eor() function
4084 void Eor(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Eor() function
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h391 Eor, enumerator
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3268 __ Eor(r0, r0, 0); in TEST() local
3312 __ Eor(r3, r0, 0xffffffff); in TEST() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h1694 void Eor(Condition cond, Register rd, Register rn, const Operand& operand) { in Eor() function
1718 void Eor(Register rd, Register rn, const Operand& operand) { in Eor() function
1721 void Eor(FlagsUpdate flags, in Eor() function
1745 void Eor(FlagsUpdate flags, in Eor() function