Home
last modified time | relevance | path

Searched refs:Bics (Results 1 – 16 of 16) sorted by relevance

/external/vixl/benchmarks/aarch64/
Dbench-utils.cc220 __ Bics(PickR(size), PickR(size), Operand(PickR(size))); in GenerateOperandSequence() local
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc997 __ Bics(r0, r1, r1); in TEST() local
1009 __ Bics(r0, r0, Operand(r1, LSL, 4)); in TEST() local
1021 __ Bics(r0, r0, Operand(r1, LSR, 4)); in TEST() local
1033 __ Bics(r0, r0, Operand(r1, ASR, 4)); in TEST() local
1045 __ Bics(r0, r0, Operand(r1, ROR, 1)); in TEST() local
1059 __ Bics(r2, r0, Operand(r1, RRX)); in TEST() local
1074 __ Bics(r2, r0, Operand(r1, RRX)); in TEST() local
1085 __ Bics(r0, r0, 0xf000); in TEST() local
1096 __ Bics(r0, r0, 0x7fffffff); in TEST() local
3286 __ Bics(r0, r0, 0); in TEST() local
Dtest-simulator-cond-rd-rn-operand-rm-a32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-rm-t32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-const-a32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-const-t32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc123 M(Bics) \
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc778 void MacroAssembler::Bics(const Register& rd, in Bics() function in vixl::aarch64::MacroAssembler
Dmacro-assembler-aarch64.h728 void Bics(const Register& rd, const Register& rn, const Operand& operand);
3588 void Bics(const PRegisterWithLaneSize& pd, in Bics() function
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc834 __ Bics(w0, w1, Operand(w1)); in TEST() local
846 __ Bics(w0, w0, Operand(w0, LSR, 1)); in TEST() local
859 __ Bics(x0, x0, Operand(x1, ROR, 1)); in TEST() local
871 __ Bics(x0, x0, 0x7fffffffffffffff); in TEST() local
883 __ Bics(w0, w0, 0xfffffff0); in TEST() local
Dtest-assembler-sve-aarch64.cc1152 __ Bics(p1.VnB(), p12.Zeroing(), p11.VnB(), p10.VnB()); in TEST_SVE() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h1387 Bics(cond, rd, rn, operand); in Bic()
1394 Bics(cond, rd, rn, operand); in Bic()
1408 void Bics(Condition cond, Register rd, Register rn, const Operand& operand) { in Bics() function
1418 void Bics(Register rd, Register rn, const Operand& operand) { in Bics() function
1419 Bics(al, rd, rn, operand); in Bics()