Home | History | Annotate | Download | only in priv

Lines Matching refs:mode64

1066 void ppAMD64Instr ( AMD64Instr* i, Bool mode64 ) 
1068 vassert(mode64 == True);
1414 void getRegUsage_AMD64Instr ( HRegUsage* u, AMD64Instr* i, Bool mode64 )
1417 vassert(mode64 == True);
1720 ppAMD64Instr(i, mode64);
1731 void mapRegs_AMD64Instr ( HRegRemap* m, AMD64Instr* i, Bool mode64 )
1733 vassert(mode64 == True);
1912 ppAMD64Instr(i, mode64);
1950 HReg rreg, Int offsetB, Bool mode64 )
1955 vassert(mode64 == True);
1972 HReg rreg, Int offsetB, Bool mode64 )
1977 vassert(mode64 == True);
2347 Bool mode64,
2359 vassert(mode64 == True);
2366 /* vex_printf("asm "); ppAMD64Instr(i, mode64); vex_printf("\n"); */
3691 ppAMD64Instr(i, mode64);