| /external/vixl/test/aarch32/ |
| D | test-assembler-aarch32.cc | 961 __ 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/ |
| D | test-assembler-aarch64.cc | 757 __ 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 …]
|
| D | test-assembler-neon-aarch64.cc | 6011 __ Bic(v16.V16B(), v0.V16B(), v0.V16B()); // self test in TEST() local 6012 __ Bic(v17.V16B(), v0.V16B(), v1.V16B()); // all combinations in TEST() local 6013 __ Bic(v24.V8B(), v0.V8B(), v0.V8B()); // self test in TEST() local 6014 __ Bic(v25.V8B(), v0.V8B(), v1.V8B()); // all combinations in TEST() local 7328 __ Bic(v16.V4H(), 0x00, 0); in TEST() local 7329 __ Bic(v17.V4H(), 0xff, 8); in TEST() local 7330 __ Bic(v18.V8H(), 0x00, 0); in TEST() local 7331 __ Bic(v19.V8H(), 0xff, 8); in TEST() local 7333 __ Bic(v20.V2S(), 0x00, 0); in TEST() local 7334 __ Bic(v21.V2S(), 0xff, 8); in TEST() local [all …]
|
| D | test-assembler-sve-aarch64.cc | 492 __ Bic(z2.VnD(), z8.VnD(), z15.VnD()); in TEST_SVE() local
|
| /external/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.cc | 732 void MacroAssembler::Bic(const Register& rd, in Bic() function in vixl::aarch64::MacroAssembler
|
| D | macro-assembler-aarch64.h | 3574 void Bic(const PRegisterWithLaneSize& pd, in Bic() function 3582 void Bic(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Bic() function 3588 void Bic(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in Bic() function
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 384 Bic, enumerator
|
| /external/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 1350 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
|