Home
last modified time | relevance | path

Searched defs:rn (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h47 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 …]
Dassembler-arm64.cc1092 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 …]
Dassembler-arm64.h1132 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 …]
Dmacro-assembler-arm64.cc56 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()
Dsimulator-arm64.cc2013 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/
Dmacro-assembler-a64.h941 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 …]
Dmacro-assembler-a64.cc634 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 …]
Dassembler-a64.cc895 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 …]
Dsimulator-a64.cc1297 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 …]
Dassembler-a64.h1442 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/
Dtrace.c336 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/
Dnon-const-visitor.h41 int rn = instr->Rn(); in VisitAddSubShifted() local
/external/libvorbis/lib/
Dwindow.c2113 long rn=blocksizes[nW]; in _vorbis_apply_window() local
/external/v8/src/arm/
Dsimulator-arm.cc1584 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
Dassembler-arm.cc307 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()
Dassembler-arm.h555 Register rn() const { return rn_; } in rn() function
586 Register rn() const { return rn_; } in rn() function
/external/jemalloc/test/include/test/
Dmath.h56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; in i_gamma() local
/external/icu/icu4c/source/i18n/
Duspoof_wsconf.cpp319 for (int32_t rn=0; rn<ignoreSet.getRangeCount(); rn++) { in buildWSConfusableData() local
/external/ltrace/sysdeps/linux-gnu/mips/
Dtrace.c151 int rn; in mips_next_pcs() local
/external/opencv/cv/src/
Dcvkdtree.cpp120 int rn = results->rows * results->cols; in find_ortho_range() local
Dcvhough.cpp211 int rn, tn; /* number of rho and theta discrete values */ in IMPLEMENT_LIST() local
/external/pcre/dist/sljit/
DsljitNativeARM_T2_32.c54 #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/
Dant-jmf.jar ... .Vector files int numfiles java.util.Random rn int x java.io.File nofile public int ...
/external/ipsec-tools/src/racoon/
Deaytest.c990 vchar_t *rn; local
/external/iptables/libxtables/
Dxtables.c929 const char *rn; in xtables_fully_register_pending_match() local
1026 const char *rn; in xtables_fully_register_pending_target() local

12