Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp212 void set5M(unsigned V) { VEX_5M = V; } in set5M() function in __anon182f77eb0111::X86OpcodePrefixHelper
1005 Prefix.set5M(0x1); // 0F in emitVEXOpcodePrefix()
1008 Prefix.set5M(0x2); // 0F 38 in emitVEXOpcodePrefix()
1011 Prefix.set5M(0x3); // 0F 3A in emitVEXOpcodePrefix()
1014 Prefix.set5M(0x8); in emitVEXOpcodePrefix()
1017 Prefix.set5M(0x9); in emitVEXOpcodePrefix()
1020 Prefix.set5M(0xA); in emitVEXOpcodePrefix()
1023 Prefix.set5M(0x4); in emitVEXOpcodePrefix()
1026 Prefix.set5M(0x5); in emitVEXOpcodePrefix()
1029 Prefix.set5M(0x6); in emitVEXOpcodePrefix()
[all …]