Home
last modified time | relevance | path

Searched refs:ppLoadImm (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1529 static void ppLoadImm ( HReg dst, ULong imm, Bool mode64 ) { in ppLoadImm() function
1552 ppLoadImm(i->Pin.LI.dst, i->Pin.LI.imm64, mode64); in ppPPCInstr()
1655 ppLoadImm(hregPPC_GPR10(mode64), i->Pin.Call.target, mode64); in ppPPCInstr()
1728 ppLoadImm(i->Pin.CMov.dst, i->Pin.CMov.src->Pri.Imm, mode64); in ppPPCInstr()
1963 ppLoadImm(hregPPC_GPR30(mode64), in ppPPCInstr()
2077 ppLoadImm(hregPPC_GPR30(mode64), in ppPPCInstr()
Dhost_mips_defs.c1172 static void ppLoadImm(HReg dst, ULong imm, Bool mode64) in ppLoadImm() function
1183 ppLoadImm(i->Min.LI.dst, i->Min.LI.imm, mode64); in ppMIPSInstr()
1298 ppLoadImm(hregMIPS_GPR25(mode64), i->Min.Call.target, mode64); in ppMIPSInstr()