Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp611 emitByte(0xF3, OS); in emitPrefixImpl()
613 emitByte(0xF2, OS); in emitPrefixImpl()
618 emitByte(0x67, OS); in emitPrefixImpl()
1095 emitByte(0x62, OS); in emitVEXOpcodePrefix()
1256 emitByte(0x66, OS); in emitOpcodePrefix()
1260 emitByte(0xF0, OS); in emitOpcodePrefix()
1264 emitByte(0x3E, OS); in emitOpcodePrefix()
1268 emitByte(0x66, OS); in emitOpcodePrefix()
1271 emitByte(0xF3, OS); in emitOpcodePrefix()
1274 emitByte(0xF2, OS); in emitOpcodePrefix()
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst1890 for the ``X86II::AddRegFrm`` case, the first data emitted (by ``emitByte``) is
1902 MCE.emitByte(BaseOpcode + getX86RegNum(MI.getOperand(CurOp++).getReg()));