Searched refs:opc4_and_imm (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_defs.h219 HWord opc4_and_imm,
H A Dguest_amd64_helpers.c3207 HWord opc4_and_imm,
3212 HWord opc4 = (opc4_and_imm >> 8) & 0xFF;
3213 HWord imm8 = opc4_and_imm & 0xFF;
3205 amd64g_dirtyhelper_PCMPxSTRx( VexGuestAMD64State* gst, HWord opc4_and_imm, HWord gstOffL, HWord gstOffR, HWord edxIN, HWord eaxIN ) argument
H A Dguest_amd64_toIR.c16942 IRExpr* opc4_and_imm = mkU64((opc << 8) | (imm & 0xFF)); local
16948 = mkIRExprVec_5( opc4_and_imm, gstOffLe, gstOffRe, edxIN, eaxIN );

Completed in 145 milliseconds