Home | History | Annotate | Download | only in priv

Lines Matching refs:HWord

1637 void amd64g_dirtyhelper_FXSAVE ( VexGuestAMD64State* gst, HWord addr )
1749 VexEmWarn amd64g_dirtyhelper_FXRSTOR ( VexGuestAMD64State* gst, HWord addr )
1955 /*IN*/HWord x87_state)
1966 /*OUT*/HWord x87_state )
2007 /*OUT*/HWord x87_state)
2018 /*OUT*/HWord x87_state)
2061 /*IN*/HWord x87_state)
2072 /*IN*/HWord x87_state)
3207 HWord opc4_and_imm,
3208 HWord gstOffL, HWord gstOffR,
3209 HWord edxIN, HWord eaxIN
3212 HWord opc4 = (opc4_and_imm >> 8) & 0xFF;
3213 HWord imm8 = opc4_and_imm & 0xFF;
3214 HWord isISTRx = opc4 & 2;
3215 HWord isxSTRM = (opc4 & 1) ^ 1;
3217 HWord wide = (imm8 & 1);
3549 HWord opc4, HWord gstOffD,
3550 HWord gstOffL, HWord gstOffR
3612 HWord imm8,
3613 HWord gstOffL, HWord gstOffR