Lines Matching full:hword
1565 void amd64g_dirtyhelper_FXSAVE ( VexGuestAMD64State* gst, HWord addr )
1677 VexEmWarn amd64g_dirtyhelper_FXRSTOR ( VexGuestAMD64State* gst, HWord addr )
1883 /*IN*/HWord x87_state)
1934 /*OUT*/HWord x87_state )
2807 HWord
2808 HWord gstOffL, HWord gstOffR,
2809 HWord edxIN, HWord eaxIN
2812 HWord opc4 = (opc4_and_imm >> 8) & 0xFF;
2813 HWord imm8 = opc4_and_imm & 0xFF;
2814 HWord isISTRx = opc4 & 2;
2815 HWord isxSTRM = (opc4 & 1) ^ 1;