Home
last modified time | relevance | path

Searched refs:rh_srcR (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_tilegx_defs.c195 TILEGXRH *rh_srcR = instr->GXin.Alu.srcR; in ppTILEGXInstr() local
202 ppTILEGXRH(rh_srcR); in ppTILEGXInstr()
208 TILEGXRH *rh_srcR = instr->GXin.Shft.srcR; in ppTILEGXInstr() local
214 ppTILEGXRH(rh_srcR); in ppTILEGXInstr()
Dhost_mips_defs.c1190 MIPSRH *rh_srcR = i->Min.Alu.srcR; in ppMIPSInstr() local
1193 toBool(rh_srcR->tag == Mrh_Imm))); in ppMIPSInstr()
1198 ppMIPSRH(rh_srcR, mode64); in ppMIPSInstr()
1203 MIPSRH *rh_srcR = i->Min.Shft.srcR; in ppMIPSInstr() local
1205 toBool(rh_srcR->tag == Mrh_Imm), in ppMIPSInstr()
1211 ppMIPSRH(rh_srcR, mode64); in ppMIPSInstr()
Dhost_ppc_defs.c1459 PPCRH* rh_srcR = i->Pin.Alu.srcR; in ppPPCInstr() local
1462 rh_srcR->tag == Prh_Reg && in ppPPCInstr()
1463 sameHReg(rh_srcR->Prh.Reg.reg, r_srcL)) { in ppPPCInstr()
1472 rh_srcR->tag == Prh_Imm && in ppPPCInstr()
1477 ppPPCRH(rh_srcR); in ppPPCInstr()
1482 toBool(rh_srcR->tag == Prh_Imm))); in ppPPCInstr()
1487 ppPPCRH(rh_srcR); in ppPPCInstr()
1492 PPCRH* rh_srcR = i->Pin.Shft.srcR; in ppPPCInstr() local
1494 toBool(rh_srcR->tag == Prh_Imm), in ppPPCInstr()
1500 ppPPCRH(rh_srcR); in ppPPCInstr()