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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 121 void EmitVEXOpcodePrefix(uint64_t TSFlags, unsigned &CurByte, int MemOperand,
384 /// EmitVEXOpcodePrefix - AVX instructions are encoded using a opcode prefix
386 void X86MCCodeEmitter::EmitVEXOpcodePrefix(uint64_t TSFlags, unsigned &CurByte,
879 EmitVEXOpcodePrefix(TSFlags, CurByte, MemoryOperand, MI, Desc, OS);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 134 void EmitVEXOpcodePrefix(uint64_t TSFlags, unsigned &CurByte, int MemOperand,
594 /// EmitVEXOpcodePrefix - AVX instructions are encoded using a opcode prefix
596 void X86MCCodeEmitter::EmitVEXOpcodePrefix(uint64_t TSFlags, unsigned &CurByte,
711 default: llvm_unreachable("Unexpected form in EmitVEXOpcodePrefix!");
    [all...]

Completed in 96 milliseconds