Searched refs:modRMByte (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp93 static uint8_t modRMByte(unsigned Mod, unsigned RegOpcode, unsigned RM) { function in class:__anon2465::X86MCCodeEmitter
100 emitByte(modRMByte(3, RegOpcodeFld, getX86RegNum(ModRMReg)), CurByte, OS);
105 // SIB byte is in the same format as the modRMByte.
106 emitByte(modRMByte(SS, Index, Base), CurByte, OS);
387 emitByte(modRMByte(0, RegOpcodeField, 5), CurByte, OS);
475 emitByte(modRMByte(0, RegOpcodeField, RMfield), CurByte, OS);
479 emitByte(modRMByte(1, RegOpcodeField, RMfield), CurByte, OS);
484 emitByte(modRMByte(2, RegOpcodeField, RMfield), CurByte, OS);
487 emitByte(modRMByte(0, RegOpcodeField, 6), CurByte, OS);
511 emitByte(modRMByte(
[all...]

Completed in 49 milliseconds