/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 974 __ Bics(r0, r1, r1); in TEST() local 986 __ Bics(r0, r0, Operand(r1, LSL, 4)); in TEST() local 998 __ Bics(r0, r0, Operand(r1, LSR, 4)); in TEST() local 1010 __ Bics(r0, r0, Operand(r1, ASR, 4)); in TEST() local 1022 __ Bics(r0, r0, Operand(r1, ROR, 1)); in TEST() local 1036 __ Bics(r2, r0, Operand(r1, RRX)); in TEST() local 1051 __ Bics(r2, r0, Operand(r1, RRX)); in TEST() local 1062 __ Bics(r0, r0, 0xf000); in TEST() local 1073 __ Bics(r0, r0, 0x7fffffff); in TEST() local 3192 __ Bics(r0, r0, 0); in TEST() local
|
D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-const-a32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-const-t32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 125 M(Bics) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc | 125 M(Bics) \
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 80 void MacroAssembler::Bics(const Register& rd, in Bics() function
|
D | macro-assembler-arm64.h | 183 inline void Bics(const Register& rd,
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 720 void MacroAssembler::Bics(const Register& rd, in Bics() function in vixl::aarch64::MacroAssembler
|
D | macro-assembler-aarch64.h | 617 void Bics(const Register& rd, const Register& rn, const Operand& operand);
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 1478 Bics(cond, rd, rn, operand); in Bic() 1485 Bics(cond, rd, rn, operand); in Bic() 1499 void Bics(Condition cond, Register rd, Register rn, const Operand& operand) { in Bics() function 1509 void Bics(Register rd, Register rn, const Operand& operand) { in Bics() function 1510 Bics(al, rd, rn, operand); in Bics()
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 964 __ Bics(w0, w1, Operand(w1)); in TEST() local 974 __ Bics(w0, w0, Operand(w0, LSR, 1)); in TEST() local 985 __ Bics(x0, x0, Operand(x1, ROR, 1)); in TEST() local 995 __ Bics(x0, x0, 0x7fffffffffffffff); in TEST() local 1005 __ Bics(w0, w0, 0xfffffff0); in TEST() local
|