/external/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 | 1092 const Register& rn, in add() 1099 const Register& rn, in adds() 1105 void Assembler::cmn(const Register& rn, in cmn() 1113 const Register& rn, in sub() 1120 const Register& rn, in subs() 1126 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp() 1145 const Register& rn, in adc() 1152 const Register& rn, in adcs() 1159 const Register& rn, in sbc() 1166 const Register& rn, in sbcs() [all …]
|
D | assembler-arm64.h | 1132 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi() 1139 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil() 1147 void asr(const Register& rd, const Register& rn, int shift) { in asr() 1153 void sbfiz(const Register& rd, const Register& rn, int lsb, int width) { in sbfiz() 1160 void sbfx(const Register& rd, const Register& rn, int lsb, int width) { in sbfx() 1167 void sxtb(const Register& rd, const Register& rn) { in sxtb() 1172 void sxth(const Register& rd, const Register& rn) { in sxth() 1177 void sxtw(const Register& rd, const Register& rn) { in sxtw() 1183 void lsl(const Register& rd, const Register& rn, int shift) { in lsl() 1190 void lsr(const Register& rd, const Register& rn, int shift) { in lsr() [all …]
|
D | macro-assembler-arm64.cc | 56 const Register& rn, in LogicalMacro() 348 void MacroAssembler::ConditionalCompareMacro(const Register& rn, in ConditionalCompareMacro() 379 const Register& rn, in Csel() 476 const Register& rn, in AddSubMacro() 512 const Register& rn, in AddSubWithCarryMacro()
|
D | simulator-arm64.cc | 2013 T rn = reg<T>(instr->Rn()); in DataProcessing2Source() local 2028 unsignedT rn = static_cast<unsignedT>(reg<T>(instr->Rn())); in DataProcessing2Source() local
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 941 void Asr(const Register& rd, const Register& rn, unsigned shift) { in Asr() 948 void Asr(const Register& rd, const Register& rn, const Register& rm) { in Asr() 979 const Register& rn, in Bfm() 989 const Register& rn, in Bfi() 999 const Register& rn, in Bfxil() 1035 void Cinc(const Register& rd, const Register& rn, Condition cond) { in Cinc() 1042 void Cinv(const Register& rd, const Register& rn, Condition cond) { in Cinv() 1054 void Cls(const Register& rd, const Register& rn) { in Cls() 1061 void Clz(const Register& rd, const Register& rn) { in Clz() 1068 void Cneg(const Register& rd, const Register& rn, Condition cond) { in Cneg() [all …]
|
D | macro-assembler-a64.cc | 634 const Register& rn, in And() 642 const Register& rn, in Ands() 649 void MacroAssembler::Tst(const Register& rn, in Tst() 657 const Register& rn, in Bic() 665 const Register& rn, in Bics() 673 const Register& rn, in Orr() 681 const Register& rn, in Orn() 689 const Register& rn, in Eor() 697 const Register& rn, in Eon() 705 const Register& rn, in LogicalMacro() [all …]
|
D | assembler-a64.cc | 895 const Register& rn, in add() 902 const Register& rn, in adds() 908 void Assembler::cmn(const Register& rn, in cmn() 916 const Register& rn, in sub() 923 const Register& rn, in subs() 929 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp() 948 const Register& rn, in adc() 955 const Register& rn, in adcs() 962 const Register& rn, in sbc() 969 const Register& rn, in sbcs() [all …]
|
D | simulator-a64.cc | 1297 unsigned rn = instr->Rn(); in VisitLoadStoreExclusive() local 1653 int32_t rn = wreg(instr->Rn()); in VisitDataProcessing2Source() local 1666 int64_t rn = xreg(instr->Rn()); in VisitDataProcessing2Source() local 1679 uint32_t rn = static_cast<uint32_t>(wreg(instr->Rn())); in VisitDataProcessing2Source() local 1690 uint64_t rn = static_cast<uint64_t>(xreg(instr->Rn())); in VisitDataProcessing2Source() local 2165 SimVRegister& rn = vreg(instr->Rn()); in VisitFPDataProcessing1Source() local 2213 SimVRegister& rn = vreg(instr->Rn()); in VisitFPDataProcessing2Source() local 2437 SimVRegister& rn = vreg(instr->Rn()); in VisitNEON2RegMisc() local 2571 SimVRegister& rn = vreg(instr->Rn()); in VisitNEON3Same() local 2695 SimVRegister& rn = vreg(instr->Rn()); in VisitNEON3Different() local [all …]
|
D | assembler-a64.h | 1442 const Register& rn, in bfi() 1452 const Register& rn, in bfxil() 1462 void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() 1469 const Register& rn, in sbfiz() 1479 const Register& rn, in sbfx() 1488 void sxtb(const Register& rd, const Register& rn) { in sxtb() 1493 void sxth(const Register& rd, const Register& rn) { in sxth() 1498 void sxtw(const Register& rd, const Register& rn) { in sxtw() 1504 void lsl(const Register& rd, const Register& rn, unsigned shift) { in lsl() 1511 void lsr(const Register& rd, const Register& rn, unsigned shift) { in lsr() [all …]
|
/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/vixl/examples/ |
D | non-const-visitor.h | 41 int rn = instr->Rn(); in VisitAddSubShifted() local
|
/external/libvorbis/lib/ |
D | window.c | 2113 long rn=blocksizes[nW]; in _vorbis_apply_window() local
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1584 int rn = instr->RnValue(); in ProcessPU() local 2074 int rn = instr->RnValue(); in DecodeType01() local 2151 int rn = instr->RnValue(); in DecodeType01() local 2332 int rn = instr->RnValue(); in DecodeType01() local 2555 int rn = instr->RnValue(); in DecodeType2() local 2619 int rn = instr->RnValue(); in DecodeType3() local 3638 int rn = instr->RnValue(); in DecodeType6CoprocessorIns() local 3675 int rn = instr->RnValue(); in DecodeType6CoprocessorIns() local 3692 int rn = instr->RnValue(); in DecodeType6CoprocessorIns() local
|
D | assembler-arm.cc | 307 MemOperand::MemOperand(Register rn, int32_t offset, AddrMode am) { in MemOperand() 322 MemOperand::MemOperand(Register rn, Register rm, AddrMode am) { in MemOperand() 331 MemOperand::MemOperand(Register rn, Register rm, in MemOperand() 342 NeonMemOperand::NeonMemOperand(Register rn, AddrMode am, int align) { in NeonMemOperand() 350 NeonMemOperand::NeonMemOperand(Register rn, Register rm, int align) { in NeonMemOperand() 1183 Register rn, in addrmod1() 1296 void Assembler::addrmod4(Instr instr, Register rn, RegList rl) { in addrmod4() 2219 Register rn, in ldc() 2240 Register rn, in ldc2()
|
D | assembler-arm.h | 555 Register rn() const { return rn_; } in rn() function 586 Register rn() const { return rn_; } in rn() function
|
/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/ltrace/sysdeps/linux-gnu/mips/ |
D | trace.c | 151 int rn; in mips_next_pcs() local
|
/external/opencv/cv/src/ |
D | cvkdtree.cpp | 120 int rn = results->rows * results->cols; in find_ortho_range() local
|
D | cvhough.cpp | 211 int rn, tn; /* number of rho and theta discrete values */ in IMPLEMENT_LIST() local
|
/external/pcre/dist/sljit/ |
D | sljitNativeARM_T2_32.c | 54 #define RN3(rn) (reg_map[rn] << 3) argument 61 #define SET_REGS44(rd, rn) \ argument 70 #define RN4(rn) (reg_map[rn] << 16) argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-jmf.jar | ... .Vector files
int numfiles
java.util.Random rn
int x
java.io.File nofile
public int ... |
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 990 vchar_t *rn; local
|
/external/iptables/libxtables/ |
D | xtables.c | 929 const char *rn; in xtables_fully_register_pending_match() local 1026 const char *rn; in xtables_fully_register_pending_target() local
|