Home
last modified time | relevance | path

Searched refs:opc4 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrControl.td85 multiclass ICBr<bits<8> opc1, bits<8> opc4, string asm, PatFrag Cond> {
89 def _2 : Ii16PCRel<opc4, RawFrm, (outs), (ins brtarget16:$dst), asm,
91 def _4 : Ii32PCRel<opc4, RawFrm, (outs), (ins brtarget32:$dst), asm,
/external/valgrind/VEX/priv/
Dguest_amd64_defs.h264 HWord opc4, HWord gstOffD,
Dguest_amd64_helpers.c3807 HWord opc4 = (opc4_and_imm >> 8) & 0xFF; in amd64g_dirtyhelper_PCMPxSTRx() local
3809 HWord isISTRx = opc4 & 2; in amd64g_dirtyhelper_PCMPxSTRx()
3810 HWord isxSTRM = (opc4 & 1) ^ 1; in amd64g_dirtyhelper_PCMPxSTRx()
3811 vassert((opc4 & 0xFC) == 0x60); /* 0x60 .. 0x63 */ in amd64g_dirtyhelper_PCMPxSTRx()
4144 HWord opc4, HWord gstOffD, in amd64g_dirtyhelper_AES() argument
4154 switch (opc4) { in amd64g_dirtyhelper_AES()
4160 if (opc4 == 0xDC) in amd64g_dirtyhelper_AES()
4171 if (opc4 == 0xDE) in amd64g_dirtyhelper_AES()
Dguest_amd64_toIR.c17674 IRExpr* opc4 = mkU64(opc); in dis_AESx() local
17679 = mkIRExprVec_5( IRExpr_BBPTR(), opc4, gstOffDe, gstOffLe, gstOffRe ); in dis_AESx()