HomeSort by relevance Sort by last modified time
    Searched refs:VEX_I8IMM (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 390 /// VEX_I8IMM - Specifies that the last register used in a AVX instruction,
393 VEX_I8IMM = 1U << 3,
X86MCCodeEmitter.cpp 524 // src1(ModR/M), MemAddr, src2(VEX_I8IMM)
556 // dst(ModR/M), src1(VEX_4V), src2(ModR/M), src3(VEX_I8IMM)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 496 /// VEX_I8IMM - Specifies that the last register used in a AVX instruction,
500 VEX_I8IMM = 1ULL << VEX_I8IMMShift,
X86MCCodeEmitter.cpp 748 // src1(ModR/M), MemAddr, src2(VEX_I8IMM)
751 // dst(ModR/M.reg), src1(VEX_4V), src2(ModR/M), src3(VEX_I8IMM)
752 // dst(ModR/M.reg), src1(VEX_4V), src2(VEX_I8IMM), src3(ModR/M),
806 // dst(ModR/M), src1(VEX_4V), src2(ModR/M), src3(VEX_I8IMM)
811 // dst(ModR/M.reg), src1(VEX_4V), src2(ModR/M), src3(VEX_I8IMM)
812 // dst(ModR/M.reg), src1(VEX_4V), src2(VEX_I8IMM), src3(ModR/M),
    [all...]

Completed in 65 milliseconds