| /external/chromium_org/v8/src/arm64/ |
| D | macro-assembler-arm64-inl.h | 45 void MacroAssembler::And(const Register& rd, in And() 54 void MacroAssembler::Ands(const Register& rd, in Ands() 70 void MacroAssembler::Bic(const Register& rd, in Bic() 79 void MacroAssembler::Bics(const Register& rd, in Bics() 88 void MacroAssembler::Orr(const Register& rd, in Orr() 97 void MacroAssembler::Orn(const Register& rd, in Orn() 106 void MacroAssembler::Eor(const Register& rd, in Eor() 115 void MacroAssembler::Eon(const Register& rd, in Eon() 150 void MacroAssembler::Add(const Register& rd, in Add() 161 void MacroAssembler::Adds(const Register& rd, in Adds() [all …]
|
| D | assembler-arm64.cc | 845 void Assembler::adr(const Register& rd, int imm21) { in adr() 851 void Assembler::adr(const Register& rd, Label* label) { in adr() 856 void Assembler::add(const Register& rd, in add() 863 void Assembler::adds(const Register& rd, in adds() 877 void Assembler::sub(const Register& rd, in sub() 884 void Assembler::subs(const Register& rd, in subs() 897 void Assembler::neg(const Register& rd, const Operand& operand) { in neg() 903 void Assembler::negs(const Register& rd, const Operand& operand) { in negs() 909 void Assembler::adc(const Register& rd, in adc() 916 void Assembler::adcs(const Register& rd, in adcs() [all …]
|
| D | assembler-arm64.h | 1156 void bfi(const Register& rd, in bfi() 1166 void bfxil(const Register& rd, in bfxil() 1177 void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() 1183 void sbfiz(const Register& rd, in sbfiz() 1193 void sbfx(const Register& rd, in sbfx() 1203 void sxtb(const Register& rd, const Register& rn) { in sxtb() 1208 void sxth(const Register& rd, const Register& rn) { in sxth() 1213 void sxtw(const Register& rd, const Register& rn) { in sxtw() 1219 void lsl(const Register& rd, const Register& rn, unsigned shift) { in lsl() 1226 void lsr(const Register& rd, const Register& rn, unsigned shift) { in lsr() [all …]
|
| /external/vixl/src/a64/ |
| D | macro-assembler-a64.h | 183 void Mvn(const Register& rd, uint64_t imm) { in Mvn() 343 void Adr(const Register& rd, Label* label) { in Adr() 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() 389 void Bfi(const Register& rd, in Bfi() 398 void Bfxil(const Register& rd, 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() [all …]
|
| D | assembler-a64.cc | 533 void Assembler::adr(const Register& rd, int imm21) { in adr() 539 void Assembler::adr(const Register& rd, Label* label) { in adr() 544 void Assembler::add(const Register& rd, in add() 551 void Assembler::adds(const Register& rd, in adds() 565 void Assembler::sub(const Register& rd, in sub() 572 void Assembler::subs(const Register& rd, in subs() 585 void Assembler::neg(const Register& rd, const Operand& operand) { in neg() 591 void Assembler::negs(const Register& rd, const Operand& operand) { in negs() 597 void Assembler::adc(const Register& rd, in adc() 604 void Assembler::adcs(const Register& rd, in adcs() [all …]
|
| D | macro-assembler-a64.cc | 49 void MacroAssembler::And(const Register& rd, in And() 57 void MacroAssembler::Ands(const Register& rd, in Ands() 72 void MacroAssembler::Bic(const Register& rd, in Bic() 80 void MacroAssembler::Bics(const Register& rd, in Bics() 88 void MacroAssembler::Orr(const Register& rd, in Orr() 96 void MacroAssembler::Orn(const Register& rd, in Orn() 104 void MacroAssembler::Eor(const Register& rd, in Eor() 112 void MacroAssembler::Eon(const Register& rd, in Eon() 120 void MacroAssembler::LogicalMacro(const Register& rd, in LogicalMacro() 214 void MacroAssembler::Mov(const Register& rd, in Mov() [all …]
|
| D | assembler-a64.h | 868 inline void bfi(const Register& rd, in bfi() 878 inline void bfxil(const Register& rd, in bfxil() 889 inline void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() 895 inline void sbfiz(const Register& rd, in sbfiz() 905 inline void sbfx(const Register& rd, 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 …]
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcJITInfo.cpp | 102 #define SETHI_INST(imm, rd) (0x01000000 | ((rd) << 25) | ((imm) & 0x3FFFFF)) argument 103 #define JMP_INST(rs1, imm, rd) (0x80000000 | ((rd) << 25) | (0x38 << 19) \ argument 106 #define OR_INST_I(rs1, imm, rd) (0x80000000 | ((rd) << 25) | (0x02 << 19) \ argument 108 #define OR_INST_R(rs1, rs2, rd) (0x80000000 | ((rd) << 25) | (0x02 << 19) \ argument 110 #define RDPC_INST(rd) (0x80000000 | ((rd) << 25) | (0x28 << 19) \ argument 112 #define LDX_INST(rs1, imm, rd) (0xC0000000 | ((rd) << 25) | (0x0B << 19) \ argument 114 #define SLLX_INST(rs1, imm, rd) (0x80000000 | ((rd) << 25) | (0x25 << 19) \ argument 116 #define SUB_INST(rs1, imm, rd) (0x80000000 | ((rd) << 25) | (0x04 << 19) \ argument 118 #define XOR_INST(rs1, imm, rd) (0x80000000 | ((rd) << 25) | (0x03 << 19) \ argument
|
| /external/fio/engines/ |
| D | rdma.c | 121 struct rdmaio_data *rd = td->io_ops->data; in client_recv() local 153 struct rdmaio_data *rd = td->io_ops->data; in server_recv() local 168 struct rdmaio_data *rd = td->io_ops->data; in cq_event_handler() local 275 struct rdmaio_data *rd = td->io_ops->data; in rdma_poll_wait() local 312 struct rdmaio_data *rd = td->io_ops->data; in fio_rdmaio_setup_qp() local 392 struct rdmaio_data *rd = td->io_ops->data; in fio_rdmaio_setup_control_msg_buffers() local 436 struct rdmaio_data *rd = td->io_ops->data; in get_next_channel_event() local 468 struct rdmaio_data *rd = td->io_ops->data; in fio_rdmaio_prep() local 511 struct rdmaio_data *rd = td->io_ops->data; in fio_rdmaio_event() local 529 struct rdmaio_data *rd = td->io_ops->data; in fio_rdmaio_getevents() local [all …]
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | uregiontest.c | 362 const KnownRegion * rd; in TestKnownRegions() local 389 const KnownRegion * rd; in TestGetContainedRegions() local 418 const KnownRegion * rd; in TestGetContainedRegionsWithType() local 447 const KnownRegion * rd; in TestGetContainingRegion() local 471 const KnownRegion * rd; in TestGetContainingRegionWithType() local 548 const KnownRegion * rd; in TestContains() local
|
| /external/valgrind/main/VEX/priv/ |
| D | guest_mips_helpers.c | 413 #define ASM_VOLATILE_CASE(rd, sel) \ argument 418 UInt mips32_dirtyhelper_mfc0(UInt rd, UInt sel) in mips32_dirtyhelper_mfc0() 745 #define ASM_VOLATILE_CASE(rd, sel) \ argument 750 ULong mips64_dirtyhelper_dmfc0 ( UInt rd, UInt sel ) in mips64_dirtyhelper_dmfc0() 1075 #define ASM_VOLATILE_CASE(rd, sel) \ argument 1079 UInt mips32_dirtyhelper_rdhwr ( UInt rt, UInt rd ) in mips32_dirtyhelper_rdhwr() 1094 ULong mips64_dirtyhelper_rdhwr ( ULong rt, ULong rd ) in mips64_dirtyhelper_rdhwr()
|
| /external/chromium_org/v8/src/mips/ |
| D | assembler-mips.cc | 348 Register rd; in GetRdReg() local 560 uint32_t rd = GetRd(instr); in IsNop() local 837 Register rd, in GenInstrRegister() 1153 void Assembler::jalr(Register rs, Register rd) { in jalr() 1191 void Assembler::addu(Register rd, Register rs, Register rt) { in addu() 1196 void Assembler::addiu(Register rd, Register rs, int32_t j) { in addiu() 1201 void Assembler::subu(Register rd, Register rs, Register rt) { in subu() 1206 void Assembler::mul(Register rd, Register rs, Register rt) { in mul() 1233 void Assembler::and_(Register rd, Register rs, Register rt) { in and_() 1244 void Assembler::or_(Register rd, Register rs, Register rt) { in or_() [all …]
|
| /external/icu/icu4c/source/test/intltest/ |
| D | regiontst.cpp | 368 KnownRegion rd = knownRegions[i]; in TestKnownRegions() local 496 KnownRegion rd = knownRegions[i]; in TestGetContainedRegions() local 523 KnownRegion rd = knownRegions[i]; in TestGetContainedRegionsWithType() local 550 KnownRegion rd = knownRegions[i]; in TestGetContainingRegion() local 574 KnownRegion rd = knownRegions[i]; in TestGetContainingRegionWithType() local 636 KnownRegion rd = knownRegions[i]; in TestContains() local
|
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
| D | subpixel_mmx.asm | 640 rd: label
|
| D | postproc_mmx.asm | 314 rd: label
|
| D | subpixel_sse2.asm | 1371 rd: label
|
| /external/libvpx/libvpx/vp8/common/x86/ |
| D | subpixel_mmx.asm | 640 rd: label
|
| D | postproc_mmx.asm | 315 rd: label
|
| D | subpixel_sse2.asm | 1371 rd: label
|
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
| D | vp9_postproc_mmx.asm | 532 rd: label
|
| /external/libvpx/libvpx/vp9/common/x86/ |
| D | vp9_postproc_mmx.asm | 533 rd: label
|
| /external/chromium_org/third_party/libwebp/enc/ |
| D | quant.c | 54 const VP8ModeScore* const rd) { in PrintBlockInfo() 488 static void InitScore(VP8ModeScore* const rd) { in InitScore() 540 static WEBP_INLINE void SetRDScore(int lambda, VP8ModeScore* const rd) { in SetRDScore() 717 VP8ModeScore* const rd, in ReconstructIntra16() 791 static int ReconstructUV(VP8EncIterator* const it, VP8ModeScore* const rd, in ReconstructUV() 868 static void PickBestIntra16(VP8EncIterator* const it, VP8ModeScore* const rd) { in PickBestIntra16() 931 static int PickBestIntra4(VP8EncIterator* const it, VP8ModeScore* const rd) { in PickBestIntra4() 1015 static void PickBestUV(VP8EncIterator* const it, VP8ModeScore* const rd) { in PickBestUV() 1057 static void SimpleQuantize(VP8EncIterator* const it, VP8ModeScore* const rd) { in SimpleQuantize() 1137 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, in VP8Decimate()
|
| /external/webp/src/enc/ |
| D | quant.c | 54 const VP8ModeScore* const rd) { in PrintBlockInfo() 488 static void InitScore(VP8ModeScore* const rd) { in InitScore() 540 static WEBP_INLINE void SetRDScore(int lambda, VP8ModeScore* const rd) { in SetRDScore() 717 VP8ModeScore* const rd, in ReconstructIntra16() 791 static int ReconstructUV(VP8EncIterator* const it, VP8ModeScore* const rd, in ReconstructUV() 868 static void PickBestIntra16(VP8EncIterator* const it, VP8ModeScore* const rd) { in PickBestIntra16() 931 static int PickBestIntra4(VP8EncIterator* const it, VP8ModeScore* const rd) { in PickBestIntra4() 1015 static void PickBestUV(VP8EncIterator* const it, VP8ModeScore* const rd) { in PickBestUV() 1057 static void SimpleQuantize(VP8EncIterator* const it, VP8ModeScore* const rd) { in SimpleQuantize() 1137 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, in VP8Decimate()
|
| /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
| D | p5-examples.cpp | 8 double &rd = d; in example0() local
|
| /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
| D | FormController.java | 231 RegionData rd = new RegionData.Builder() in getRegionData() local 249 RegionData rd = in getRegionData() local
|