Searched refs:ppInstr (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | main_main.c | 184 void (*ppInstr) ( HInstr*, Bool ); in LibVEX_Translate() local 215 ppInstr = NULL; in LibVEX_Translate() 254 ppInstr = (void(*)(HInstr*, Bool)) ppX86Instr; in LibVEX_Translate() 279 ppInstr = (void(*)(HInstr*, Bool)) ppAMD64Instr; in LibVEX_Translate() 301 ppInstr = (void(*)(HInstr*,Bool)) ppPPCInstr; in LibVEX_Translate() 323 ppInstr = (void(*)(HInstr*, Bool)) ppPPCInstr; in LibVEX_Translate() 345 ppInstr = (void(*)(HInstr*, Bool)) ppS390Instr; in LibVEX_Translate() 367 ppInstr = (void(*)(HInstr*, Bool)) ppARMInstr; in LibVEX_Translate() 669 ppInstr(vcode->arr[i], mode64); in LibVEX_Translate() 681 ppInstr, ppReg, mode64 ); in LibVEX_Translate() [all …]
|
D | host_generic_reg_alloc2.c | 339 void (*ppInstr) ( HInstr*, Bool ), in doRegisterAllocation() 417 (*ppInstr)(_tmp, mode64); \ in doRegisterAllocation() 538 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 555 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 644 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 657 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 913 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 1242 ppInstr(instrs_in->arr[ii], mode64); in doRegisterAllocation() 1251 ppInstr(reloaded, mode64); in doRegisterAllocation()
|
D | host_generic_regs.h | 269 void (*ppInstr) ( HInstr*, Bool ),
|