/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 997 __ 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
|
D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-const-a32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-const-t32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 123 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc | 123 M(Bics) \
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 54 void MacroAssembler::Bics(const Register& rd, in Bics() function
|
D | macro-assembler-arm64.h | 1274 inline void Bics(const Register& rd, const Register& rn,
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 760 void MacroAssembler::Bics(const Register& rd, in Bics() function in vixl::aarch64::MacroAssembler
|
D | macro-assembler-aarch64.h | 654 void Bics(const Register& rd, const Register& rn, const Operand& operand);
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 1384 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/ |
D | test-assembler-aarch64.cc | 1130 __ 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
|