Home | History | Annotate | Download | only in priv

Lines Matching refs:mode64

1010 void ppAMD64Instr ( AMD64Instr* i, Bool mode64 ) 
1012 vassert(mode64 == True);
1326 void getRegUsage_AMD64Instr ( HRegUsage* u, AMD64Instr* i, Bool mode64 )
1329 vassert(mode64 == True);
1625 ppAMD64Instr(i, mode64);
1636 void mapRegs_AMD64Instr ( HRegRemap* m, AMD64Instr* i, Bool mode64 )
1638 vassert(mode64 == True);
1808 ppAMD64Instr(i, mode64);
1855 HReg rreg, Int offsetB, Bool mode64 )
1860 vassert(mode64 == True);
1877 HReg rreg, Int offsetB, Bool mode64 )
1882 vassert(mode64 == True);
2260 Bool mode64,
2274 vassert(mode64 == True);
2281 /* vex_printf("asm "); ppAMD64Instr(i, mode64); vex_printf("\n"); */
3496 ppAMD64Instr(i, mode64);