Home
last modified time | relevance | path

Searched defs:Bic (Results 1 – 8 of 8) sorted by relevance

/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc961 __ Bic(r3, r0, r1); in TEST() local
962 __ Bic(r4, r0, Operand(r1, LSL, 4)); in TEST() local
963 __ Bic(r5, r0, Operand(r1, LSR, 1)); in TEST() local
964 __ Bic(r6, r0, Operand(r1, ASR, 20)); in TEST() local
965 __ Bic(r7, r0, Operand(r1, ROR, 28)); in TEST() local
966 __ Bic(r8, r0, 0x1f); in TEST() local
970 __ Bic(r9, r1, Operand(r1, RRX)); in TEST() local
974 __ Bic(r10, r1, Operand(r1, RRX)); in TEST() local
3267 __ Bic(r0, r0, 0); in TEST() local
3311 __ Bic(r2, r0, 0xffffffff); in TEST() local
/external/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc5987 __ Bic(v16.V16B(), v0.V16B(), v0.V16B()); // self test in TEST() local
5988 __ Bic(v17.V16B(), v0.V16B(), v1.V16B()); // all combinations in TEST() local
5989 __ Bic(v24.V8B(), v0.V8B(), v0.V8B()); // self test in TEST() local
5990 __ Bic(v25.V8B(), v0.V8B(), v1.V8B()); // all combinations in TEST() local
7304 __ Bic(v16.V4H(), 0x00, 0); in TEST() local
7305 __ Bic(v17.V4H(), 0xff, 8); in TEST() local
7306 __ Bic(v18.V8H(), 0x00, 0); in TEST() local
7307 __ Bic(v19.V8H(), 0xff, 8); in TEST() local
7309 __ Bic(v20.V2S(), 0x00, 0); in TEST() local
7310 __ Bic(v21.V2S(), 0xff, 8); in TEST() local
[all …]
Dtest-assembler-aarch64.cc757 __ Bic(x2, x0, Operand(x1)); in TEST() local
758 __ Bic(w3, w0, Operand(w1, LSL, 4)); in TEST() local
759 __ Bic(x4, x0, Operand(x1, LSL, 4)); in TEST() local
760 __ Bic(x5, x0, Operand(x1, LSR, 1)); in TEST() local
761 __ Bic(w6, w0, Operand(w1, ASR, 20)); in TEST() local
762 __ Bic(x7, x0, Operand(x1, ASR, 20)); in TEST() local
763 __ Bic(w8, w0, Operand(w1, ROR, 28)); in TEST() local
764 __ Bic(x9, x0, Operand(x1, ROR, 24)); in TEST() local
765 __ Bic(x10, x0, Operand(0x1f)); in TEST() local
766 __ Bic(x11, x0, Operand(0x100)); in TEST() local
[all …]
Dtest-assembler-sve-aarch64.cc557 __ Bic(z2.VnD(), z8.VnD(), z15.VnD()); in TEST_SVE() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc770 void MacroAssembler::Bic(const Register& rd, in Bic() function in vixl::aarch64::MacroAssembler
Dmacro-assembler-aarch64.h3564 void Bic(const PRegisterWithLaneSize& pd, in Bic() function
3572 void Bic(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Bic() function
3578 void Bic(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in Bic() function
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h385 Bic, enumerator
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h1350 void Bic(Condition cond, Register rd, Register rn, const Operand& operand) { in Bic() function
1374 void Bic(Register rd, Register rn, const Operand& operand) { in Bic() function
1377 void Bic(FlagsUpdate flags, in Bic() function
1401 void Bic(FlagsUpdate flags, in Bic() function