/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 1130 Register rn, in adc() 1144 Register rn, in adcs() 1158 Register rn, in add() 1178 Register rn, in adds() 1196 Register rn, in addw() 1220 Register rn, in and_() 1234 Register rn, in ands() 1289 Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) { in bfi() 1299 Register rn, in bic() 1313 Register rn, in bics() [all …]
|
D | macro-assembler-aarch32.h | 998 void Adc(Condition cond, Register rd, Register rn, const Operand& operand) { in Adc() 1012 void Adc(Register rd, Register rn, const Operand& operand) { in Adc() 1018 Register rn, in Adc() 1041 Register rn, in Adc() 1046 void Adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Adcs() 1056 void Adcs(Register rd, Register rn, const Operand& operand) { in Adcs() 1060 void Add(Condition cond, Register rd, Register rn, const Operand& operand) { in Add() 1096 void Add(Register rd, Register rn, const Operand& operand) { in Add() 1102 Register rn, in Add() 1139 Register rn, in Add() [all …]
|
D | assembler-aarch32.h | 1883 void adc(Register rd, Register rn, const Operand& operand) { in adc() 1886 void adc(Condition cond, Register rd, Register rn, const Operand& operand) { in adc() 1891 Register rn, in adc() 1901 void adcs(Register rd, Register rn, const Operand& operand) { in adcs() 1904 void adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in adcs() 1909 Register rn, in adcs() 1919 void add(Register rd, Register rn, const Operand& operand) { in add() 1922 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add() 1927 Register rn, in add() 1940 void adds(Register rd, Register rn, const Operand& operand) { in adds() [all …]
|
D | assembler-aarch32.cc | 1926 Register rn, in adc() 2014 Register rn, in adcs() 2102 Register rn, in add() 2351 Register rn, in adds() 2504 Register rn, in addw() 2700 Register rn, in and_() 2788 Register rn, in ands() 3222 Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) { in bfi() 3253 Register rn, in bic() 3341 Register rn, in bics() [all …]
|
D | operands-aarch32.h | 638 : rn_(rn), in rn_() argument 655 : rn_(rn), in rn_() argument 665 : rn_(rn), in rn_() argument 682 : rn_(rn), in rn_() argument 696 : rn_(rn), in rn_() argument 716 : rn_(rn), in rn_() argument 732 : rn_(rn), in rn_() argument 755 : rn_(rn), in rn_() argument 776 : rn_(rn), in rn_() argument 878 : MemOperand(rn, addrmode), align_(align) { in MemOperand() argument [all …]
|
/external/XNNPACK/src/jit/ |
D | aarch32-assembler.cc | 84 void Assembler::add(CoreRegister rd, CoreRegister rn, CoreRegister rm) { in add() 88 void Assembler::add(CoreRegister rd, CoreRegister rn, uint8_t imm) { in add() 93 void Assembler::adds(CoreRegister rd, CoreRegister rn, uint8_t imm) { in adds() 98 void Assembler::and_(CoreRegister rd, CoreRegister rn, uint8_t imm) { in and_() 152 void Assembler::bic(CoreRegister rd, CoreRegister rn, uint8_t imm) { in bic() 160 void Assembler::cmp(CoreRegister rn, uint8_t imm) { in cmp() 164 void Assembler::cmp(CoreRegister rn, CoreRegister rm) { in cmp() 239 void Assembler::sub(CoreRegister rd, CoreRegister rn, uint8_t imm) { in sub() 243 void Assembler::sub(CoreRegister rd, CoreRegister rn, CoreRegister rm) { in sub() 247 void Assembler::subs(CoreRegister rd, CoreRegister rn, uint8_t imm) { in subs() [all …]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.cc | 471 const Register& rn, in add() 478 const Register& rn, in adds() 484 void Assembler::cmn(const Register& rn, const Operand& operand) { in cmn() 491 const Register& rn, in sub() 498 const Register& rn, in subs() 504 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp() 523 const Register& rn, in adc() 530 const Register& rn, in adcs() 537 const Register& rn, in sbc() 544 const Register& rn, in sbcs() [all …]
|
D | assembler-aarch64.h | 760 const Register& rn, in bfi() 773 const Register& rn, in bfxil() 789 void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() 796 const Register& rn, in sbfiz() 809 const Register& rn, in sbfx() 818 void sxtb(const Register& rd, const Register& rn) { sbfm(rd, rn, 0, 7); } in sxtb() 821 void sxth(const Register& rd, const Register& rn) { sbfm(rd, rn, 0, 15); } in sxth() 824 void sxtw(const Register& rd, const Register& rn) { sbfm(rd, rn, 0, 31); } in sxtw() 829 void lsl(const Register& rd, const Register& rn, unsigned shift) { in lsl() 836 void lsr(const Register& rd, const Register& rn, unsigned shift) { in lsr() [all …]
|
D | macro-assembler-aarch64.h | 1072 void Asr(const Register& rd, const Register& rn, unsigned shift) { in Asr() 1079 void Asr(const Register& rd, const Register& rn, const Register& rm) { in Asr() 1108 const Register& rn, in Bfm() 1118 const Register& rn, in Bfi() 1134 const Register& rn, in Bfxil() 1220 void Cinc(const Register& rd, const Register& rn, Condition cond) { in Cinc() 1227 void Cinv(const Register& rd, const Register& rn, Condition cond) { in Cinv() 1312 void Cls(const Register& rd, const Register& rn) { in Cls() 1319 void Clz(const Register& rd, const Register& rn) { in Clz() 1326 void Cneg(const Register& rd, const Register& rn, Condition cond) { in Cneg() [all …]
|
D | macro-assembler-aarch64.cc | 710 const Register& rn, in And() 718 const Register& rn, in Ands() 725 void MacroAssembler::Tst(const Register& rn, const Operand& operand) { in Tst() 732 const Register& rn, in Bic() 740 const Register& rn, in Bics() 748 const Register& rn, in Orr() 756 const Register& rn, in Orn() 764 const Register& rn, in Eor() 772 const Register& rn, in Eon() 780 const Register& rn, in LogicalMacro() [all …]
|
/external/vixl/test/aarch32/ |
D | test-simulator-rd-rn-rm-t32.cc | 137 Register rn; member 144 uint32_t rn; member 503 Register rn = kTests[i].operands.rn; in TestHelper() local 577 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-rd-rn-rm-a32.cc | 137 Register rn; member 144 uint32_t rn; member 503 Register rn = kTests[i].operands.rn; in TestHelper() local 577 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 134 Register rn; member 141 uint32_t rn; member 937 Register rn = kTests[i].operands.rn; in TestHelper() local 1007 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-operand-rn-t32.cc | 146 Register rn; member 153 uint32_t rn; member 533 Register rn = kTests[i].operands.rn; in TestHelper() local 625 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-rn-a32.cc | 139 Register rn; member 146 uint32_t rn; member 882 Register rn = kTests[i].operands.rn; in TestHelper() local 973 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc | 134 DRegister rn; member 142 uint64_t rn; member 1424 DRegister rn = kTests[i].operands.rn; in TestHelper() local 1510 uint64_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-rn-operand-const-t32.cc | 152 Register rn; member 160 uint32_t rn; member 1154 Register rn = kTests[i].operands.rn; in TestHelper() local 1247 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-rn-t32.cc | 139 Register rn; member 146 uint32_t rn; member 882 Register rn = kTests[i].operands.rn; in TestHelper() local 973 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-operand-rn-a32.cc | 146 Register rn; member 153 uint32_t rn; member 533 Register rn = kTests[i].operands.rn; in TestHelper() local 625 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-rn-operand-const-a32.cc | 152 Register rn; member 160 uint32_t rn; member 1130 Register rn = kTests[i].operands.rn; in TestHelper() local 1223 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc | 134 DRegister rn; member 142 uint64_t rn; member 1424 DRegister rn = kTests[i].operands.rn; in TestHelper() local 1510 uint64_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rdlow-rnlow-operand-immediate-t32.cc | 138 Register rn; member 146 uint32_t rn; member 983 Register rn = kTests[i].operands.rn; in TestHelper() local 1076 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 140 Register rn; member 149 uint32_t rn; member 890 Register rn = kTests[i].operands.rn; in TestHelper() local 984 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 166 Register rn; member 174 uint32_t rn; member 1130 Register rn = kTests[i].operands.rn; in TestHelper() local 1228 uint32_t rn = results[i]->outputs[j].rn; in TestHelper() local
|
/external/f2fs-tools/fsck/ |
D | node.h | 71 static inline void set_nid(struct f2fs_node * rn, int off, nid_t nid, int i) in set_nid() 79 static inline nid_t get_nid(struct f2fs_node * rn, int off, int i) in get_nid() 165 static inline void set_cold_node(struct f2fs_node *rn, bool is_dir) in set_cold_node()
|