Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dmain_main.c222 void (*ppInstr) ( HInstr*, Bool ); in LibVEX_Translate() local
257 ppInstr = NULL; in LibVEX_Translate()
311 ppInstr = (void(*)(HInstr*, Bool)) ppX86Instr; in LibVEX_Translate()
334 ppInstr = (void(*)(HInstr*, Bool)) ppAMD64Instr; in LibVEX_Translate()
354 ppInstr = (void(*)(HInstr*,Bool)) ppPPCInstr; in LibVEX_Translate()
374 ppInstr = (void(*)(HInstr*, Bool)) ppPPCInstr; in LibVEX_Translate()
394 ppInstr = (void(*)(HInstr*, Bool)) ppS390Instr; in LibVEX_Translate()
413 ppInstr = (void(*)(HInstr*, Bool)) ppARMInstr; in LibVEX_Translate()
437 ppInstr = (void(*)(HInstr*, Bool)) ppARM64Instr; in LibVEX_Translate()
457 ppInstr = (void(*)(HInstr*, Bool)) ppMIPSInstr; in LibVEX_Translate()
[all …]
Dhost_generic_reg_alloc2.c340 void (*ppInstr) ( HInstr*, Bool ), in doRegisterAllocation()
418 (*ppInstr)(_tmp, mode64); \ in doRegisterAllocation()
539 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation()
556 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation()
645 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation()
658 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation()
921 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation()
1251 ppInstr(instrs_in->arr[ii], mode64); in doRegisterAllocation()
1260 ppInstr(reloaded, mode64); in doRegisterAllocation()
Dhost_generic_regs.h345 void (*ppInstr) ( HInstr*, Bool ),