/external/chromium_org/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 47 const Register& rn, in And() 56 const Register& rn, in Ands() 64 void MacroAssembler::Tst(const Register& rn, in Tst() 72 const Register& rn, in Bic() 81 const Register& rn, in Bics() 90 const Register& rn, in Orr() 99 const Register& rn, in Orn() 108 const Register& rn, in Eor() 117 const Register& rn, in Eon() 125 void MacroAssembler::Ccmp(const Register& rn, in Ccmp() [all …]
|
D | assembler-arm64.cc | 1085 const Register& rn, in add() 1092 const Register& rn, in adds() 1098 void Assembler::cmn(const Register& rn, in cmn() 1106 const Register& rn, in sub() 1113 const Register& rn, in subs() 1119 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp() 1138 const Register& rn, in adc() 1145 const Register& rn, in adcs() 1152 const Register& rn, in sbc() 1159 const Register& rn, in sbcs() [all …]
|
D | assembler-arm64.h | 1217 const Register& rn, in bfi() 1227 const Register& rn, in bfxil() 1237 void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() 1244 const Register& rn, in sbfiz() 1254 const Register& rn, in sbfx() 1263 void sxtb(const Register& rd, const Register& rn) { in sxtb() 1268 void sxth(const Register& rd, const Register& rn) { in sxth() 1273 void sxtw(const Register& rd, const Register& rn) { in sxtw() 1279 void lsl(const Register& rd, const Register& rn, unsigned shift) { in lsl() 1286 void lsr(const Register& rd, const Register& rn, unsigned shift) { in lsr() [all …]
|
/external/vixl/src/a64/ |
D | macro-assembler-a64.h | 348 void Asr(const Register& rd, const Register& rn, unsigned shift) { in Asr() 354 void Asr(const Register& rd, const Register& rn, const Register& rm) { in Asr() 390 const Register& rn, in Bfi() 399 const Register& rn, in Bfxil() 439 void Cinc(const Register& rd, const Register& rn, Condition cond) { in Cinc() 445 void Cinv(const Register& rd, const Register& rn, Condition cond) { in Cinv() 451 void Cls(const Register& rd, const Register& rn) { in Cls() 457 void Clz(const Register& rd, const Register& rn) { in Clz() 463 void Cneg(const Register& rd, const Register& rn, Condition cond) { in Cneg() 480 const Register& rn, in Csinc() [all …]
|
D | assembler-a64.cc | 545 const Register& rn, in add() 552 const Register& rn, in adds() 558 void Assembler::cmn(const Register& rn, in cmn() 566 const Register& rn, in sub() 573 const Register& rn, in subs() 579 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp() 598 const Register& rn, in adc() 605 const Register& rn, in adcs() 612 const Register& rn, in sbc() 619 const Register& rn, in sbcs() [all …]
|
D | macro-assembler-a64.cc | 50 const Register& rn, in And() 58 const Register& rn, in Ands() 65 void MacroAssembler::Tst(const Register& rn, in Tst() 73 const Register& rn, in Bic() 81 const Register& rn, in Bics() 89 const Register& rn, in Orr() 97 const Register& rn, in Orn() 105 const Register& rn, in Eor() 113 const Register& rn, in Eon() 121 const Register& rn, in LogicalMacro() [all …]
|
D | assembler-a64.h | 869 const Register& rn, in bfi() 879 const Register& rn, in bfxil() 889 inline void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() 896 const Register& rn, in sbfiz() 906 const Register& rn, in sbfx() 915 inline void sxtb(const Register& rd, const Register& rn) { in sxtb() 920 inline void sxth(const Register& rd, const Register& rn) { in sxth() 925 inline void sxtw(const Register& rd, const Register& rn) { in sxtw() 931 inline void lsl(const Register& rd, const Register& rn, unsigned shift) { in lsl() 938 inline void lsr(const Register& rd, const Register& rn, unsigned shift) { in lsr() [all …]
|
D | simulator-a64.cc | 1150 int32_t rn = wreg(instr->Rn()); in VisitDataProcessing2Source() local 1163 int64_t rn = xreg(instr->Rn()); in VisitDataProcessing2Source() local 1176 uint32_t rn = static_cast<uint32_t>(wreg(instr->Rn())); in VisitDataProcessing2Source() local 1187 uint64_t rn = static_cast<uint64_t>(xreg(instr->Rn())); in VisitDataProcessing2Source() local
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | intlist.h | 45 struct rb_node *rn = rb_first(&ilist->rblist.entries); in intlist__first() local 50 struct rb_node *rn; in intlist__next() local
|
D | strlist.h | 47 struct rb_node *rn = rb_first(&slist->rblist.entries); in strlist__first() local 52 struct rb_node *rn; in strlist__next() local
|
/external/openssl/crypto/lhash/ |
D | lhash.c | 182 LHASH_NODE *nn,**rn; in lh_insert() local 220 LHASH_NODE *nn,**rn; in lh_delete() local 251 LHASH_NODE **rn; in lh_retrieve() local
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 336 enum arm_register rn = BITS(this_instr, 16, 19); in arm_get_next_pcs() local 491 const enum arm_register rn = BITS(inst1, 0, 3); in thumb_get_next_pcs() local 527 const enum arm_register rn = BITS(inst2, 0, 3); in thumb_get_next_pcs() local 536 const enum arm_register rn = BITS(inst1, 0, 3); in thumb_get_next_pcs() local
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/util/ |
D | header.c | 12 #define mfspr(rn) ({unsigned long rval; \ argument
|
/external/libvorbis/lib/ |
D | window.c | 2113 long rn=blocksizes[nW]; in _vorbis_apply_window() local
|
/external/qemu/util/ |
D | host-utils.c | 45 LL rl, rm, rn, rh, a0, b0; in mul64() local
|
/external/qemu/disas/ |
D | arm.c | 1746 int rn = (given >> 16) & 0xf; in print_insn_coprocessor() local 2075 const char *rn = arm_regnames [(given >> 16) & 0xf]; in print_insn_coprocessor() local 2288 int rn = ((given >> 16) & 0xf); in print_insn_neon() local 2318 int rn = ((given >> 16) & 0xf); in print_insn_neon() local 2393 int rn = ((given >> 16) & 0xf); in print_insn_neon() local
|
/external/jemalloc/test/include/test/ |
D | math.h | 56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; in i_gamma() local
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_wsconf.cpp | 319 for (int32_t rn=0; rn<ignoreSet.getRangeCount(); rn++) { in buildWSConfusableData() local
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uspoof_wsconf.cpp | 319 for (int32_t rn=0; rn<ignoreSet.getRangeCount(); rn++) { in buildWSConfusableData() local
|
/external/chromium_org/v8/src/arm/ |
D | simulator-arm.cc | 1532 int rn = instr->RnValue(); in ProcessPU() local 2009 int rn = instr->RnValue(); in DecodeType01() local 2086 int rn = instr->RnValue(); in DecodeType01() local 2267 int rn = instr->RnValue(); in DecodeType01() local 2490 int rn = instr->RnValue(); in DecodeType2() local 2554 int rn = instr->RnValue(); in DecodeType3() local 3346 int rn = instr->RnValue(); in DecodeType6CoprocessorIns() local 3383 int rn = instr->RnValue(); in DecodeType6CoprocessorIns() local 3403 int rn = instr->RnValue(); in DecodeType6CoprocessorIns() local
|
D | assembler-arm.cc | 311 MemOperand::MemOperand(Register rn, int32_t offset, AddrMode am) { in MemOperand() 319 MemOperand::MemOperand(Register rn, Register rm, AddrMode am) { in MemOperand() 328 MemOperand::MemOperand(Register rn, Register rm, in MemOperand() 339 NeonMemOperand::NeonMemOperand(Register rn, AddrMode am, int align) { in NeonMemOperand() 347 NeonMemOperand::NeonMemOperand(Register rn, Register rm, int align) { in NeonMemOperand() 1166 Register rn, in addrmod1() 1279 void Assembler::addrmod4(Instr instr, Register rn, RegList rl) { in addrmod4() 2119 Register rn, in ldc() 2140 Register rn, in ldc2()
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 192 const char* rn = env->GetStringUTFChars(ruleName, 0); in Java_android_speech_srec_Recognizer_SR_1RecognizerSetupRule() local 206 const char* rn = env->GetStringUTFChars(ruleName, 0); in Java_android_speech_srec_Recognizer_SR_1RecognizerActivateRule() local 213 const char* rn = env->GetStringUTFChars(ruleName, 0); in Java_android_speech_srec_Recognizer_SR_1RecognizerDeactivateRule() local 226 const char* rn = env->GetStringUTFChars(ruleName, 0); in Java_android_speech_srec_Recognizer_SR_1RecognizerIsActiveRule() local
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | trace.c | 151 int rn; in mips_next_pcs() local
|
/external/qemu/target-arm/ |
D | translate.c | 1175 static inline void gen_op_iwmmxt_movq_wRn_M0(int rn) in gen_op_iwmmxt_movq_wRn_M0() 1180 static inline void gen_op_iwmmxt_movq_M0_wRn(int rn) in gen_op_iwmmxt_movq_M0_wRn() 1185 static inline void gen_op_iwmmxt_orq_M0_wRn(int rn) in gen_op_iwmmxt_orq_M0_wRn() 1191 static inline void gen_op_iwmmxt_andq_M0_wRn(int rn) in gen_op_iwmmxt_andq_M0_wRn() 1197 static inline void gen_op_iwmmxt_xorq_M0_wRn(int rn) in gen_op_iwmmxt_xorq_M0_wRn() 1308 static inline void gen_op_iwmmxt_addl_M0_wRn(int rn) in gen_op_iwmmxt_addl_M0_wRn() 2753 uint32_t rd, rn, rm, op, i, n, offset, delta_d, delta_m, bank_mask; in disas_vfp_insn() local 3905 int rd, rn, rm; in disas_neon_ls_insn() local 4496 int rd, rn, rm; in disas_neon_data_insn() local 6575 unsigned int cond, insn, val, op1, i, shift, rm, rs, rn, rd, sh; in disas_arm_insn() local [all …]
|
/external/opencv/cv/src/ |
D | cvkdtree.cpp | 120 int rn = results->rows * results->cols; in find_ortho_range() local
|