Home
last modified time | relevance | path

Searched refs:ppX86Instr (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h713 extern void ppX86Instr ( const X86Instr*, Bool );
Dhost_x86_defs.c926 void ppX86Instr ( const X86Instr* i, Bool mode64 ) { in ppX86Instr() function
1487 ppX86Instr(i, False); in getRegUsage_X86Instr()
1661 ppX86Instr(i, mode64); in mapRegs_X86Instr()
3328 ppX86Instr(i, mode64); in emit_X86Instr()
Dmain_main.c863 ppInstr = CAST_TO_TYPEOF(ppInstr) X86FN(ppX86Instr); in libvex_BackEnd()
Dhost_x86_isel.c213 ppX86Instr(instr, False); in addInstr()