Home | History | Annotate | Download | only in priv

Lines Matching refs:mode64

1016 void ppAMD64Instr ( const AMD64Instr* i, Bool mode64 ) 
1018 vassert(mode64 == True);
1354 void getRegUsage_AMD64Instr ( HRegUsage* u, const AMD64Instr* i, Bool mode64 )
1357 vassert(mode64 == True);
1661 ppAMD64Instr(i, mode64);
1672 void mapRegs_AMD64Instr ( HRegRemap* m, AMD64Instr* i, Bool mode64 )
1674 vassert(mode64 == True);
1852 ppAMD64Instr(i, mode64);
1899 HReg rreg, Int offsetB, Bool mode64 )
1904 vassert(mode64 == True);
1921 HReg rreg, Int offsetB, Bool mode64 )
1926 vassert(mode64 == True);
2356 Bool mode64, VexEndness endness_host,
2370 vassert(mode64 == True);
2372 /* vex_printf("asm "); ppAMD64Instr(i, mode64); vex_printf("\n"); */
3723 ppAMD64Instr(i, mode64);