Searched defs:r_dst (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_isel.c | 425 static PPCInstr* mk_iMOVds_RR ( HReg r_dst, HReg r_src ) in mk_iMOVds_RR() 1174 HReg r_dst; in iselWordExpr_R_wrk() local 1209 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local 1242 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local 1291 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local 1309 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local 1331 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local 1345 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local 1407 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local 1550 HReg r_dst = newVRegI(env); in iselWordExpr_R_wrk() local [all …]
|
D | host_ppc_defs.c | 2547 static UChar* mkLoadImm ( UChar* p, UInt r_dst, ULong imm, Bool mode64 ) in mkLoadImm() 2605 static UChar* mkMoveReg ( UChar* p, UInt r_dst, UInt r_src ) in mkMoveReg() 2692 UInt r_dst = iregNo(i->Pin.Alu.dst, mode64); in emit_PPCInstr() local 2765 UInt r_dst = iregNo(i->Pin.Shft.dst, mode64); in emit_PPCInstr() local 2880 UInt r_dst = iregNo(i->Pin.AddSubC.dst, mode64); in emit_PPCInstr() local 2935 UInt r_dst = iregNo(i->Pin.Unary.dst, mode64); in emit_PPCInstr() local 2964 UInt r_dst = iregNo(i->Pin.MulL.dst, mode64); in emit_PPCInstr() local 2998 UInt r_dst = iregNo(i->Pin.Div.dst, mode64); in emit_PPCInstr() local 3037 UInt r_dst = 10; in emit_PPCInstr() local 3074 UInt r_dst; in emit_PPCInstr() local [all …]
|
D | host_arm_isel.c | 5860 HReg r_dst = lookupIRTemp(env, res); in iselStmt() local
|
D | guest_x86_toIR.c | 3738 UInt r_src, r_dst; in dis_FPU() local
|
D | guest_amd64_toIR.c | 4885 UInt r_src, r_dst; in dis_FPU() local
|
/external/libnl-headers/ |
D | netlink-types.h | 299 struct nl_addr *r_dst; member
|