Home
last modified time | relevance | path

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

/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
3284 __ Bics(r0, r0, 0); in TEST() local
Dtest-simulator-cond-rd-rn-operand-rm-t32.cc123 M(Bics) \
Dtest-simulator-cond-rd-rn-operand-rm-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-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/v8/src/arm64/
Dmacro-assembler-arm64-inl.h54 void MacroAssembler::Bics(const Register& rd, in Bics() function
Dmacro-assembler-arm64.h1274 inline void Bics(const Register& rd, const Register& rn,
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc760 void MacroAssembler::Bics(const Register& rd, in Bics() function in vixl::aarch64::MacroAssembler
Dmacro-assembler-aarch64.h654 void Bics(const Register& rd, const Register& rn, const Operand& operand);
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h1384 Bics(cond, rd, rn, operand); in Bic()
1391 Bics(cond, rd, rn, operand); in Bic()
1405 void Bics(Condition cond, Register rd, Register rn, const Operand& operand) { in Bics() function
1415 void Bics(Register rd, Register rn, const Operand& operand) { in Bics() function
1416 Bics(al, rd, rn, operand); in Bics()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1130 __ Bics(w0, w1, Operand(w1)); in TEST() local
1140 __ Bics(w0, w0, Operand(w0, LSR, 1)); in TEST() local
1151 __ Bics(x0, x0, Operand(x1, ROR, 1)); in TEST() local
1161 __ Bics(x0, x0, 0x7fffffffffffffff); in TEST() local
1171 __ Bics(w0, w0, 0xfffffff0); in TEST() local