Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp398 emitByte(modRMByte(0, RegOpcodeField, 5), OS); in emitMemModRMByte()
503 emitByte(modRMByte(0, RegOpcodeField, RMfield), OS); in emitMemModRMByte()
507 emitByte(modRMByte(1, RegOpcodeField, RMfield), OS); in emitMemModRMByte()
512 emitByte(modRMByte(2, RegOpcodeField, RMfield), OS); in emitMemModRMByte()
516 emitByte(modRMByte(0, RegOpcodeField, 6), OS); in emitMemModRMByte()
546 emitByte(modRMByte(0, RegOpcodeField, 5), OS); in emitMemModRMByte()
591 emitByte(modRMByte(2, RegOpcodeField, BaseRegNo), OS); in emitMemModRMByte()
611 emitByte(modRMByte(0, RegOpcodeField, 4), OS); in emitMemModRMByte()
620 emitByte(modRMByte(0, RegOpcodeField, 4), OS); in emitMemModRMByte()
626 emitByte(modRMByte(1, RegOpcodeField, 4), OS); in emitMemModRMByte()
[all …]