Searched refs:modRMByte (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MCCodeEmitter.cpp | 103 static uint8_t modRMByte(unsigned Mod, unsigned RegOpcode, unsigned RM) { in modRMByte() function 311 emitByte(modRMByte(3, RegOpcodeFld, getX86RegNum(ModRMReg)), OS); in emitRegModRMByte() 317 emitByte(modRMByte(SS, Index, Base), OS); in emitSIBByte() 340 emitByte(modRMByte(0, RegOpcodeField, 5), OS); in emitMemModRMByte() 445 emitByte(modRMByte(0, RegOpcodeField, RMfield), OS); in emitMemModRMByte() 449 emitByte(modRMByte(1, RegOpcodeField, RMfield), OS); in emitMemModRMByte() 454 emitByte(modRMByte(2, RegOpcodeField, RMfield), OS); in emitMemModRMByte() 458 emitByte(modRMByte(0, RegOpcodeField, 6), OS); in emitMemModRMByte() 488 emitByte(modRMByte(0, RegOpcodeField, 5), OS); in emitMemModRMByte() 499 emitByte(modRMByte(0, RegOpcodeField, BaseRegNo), OS); in emitMemModRMByte() [all …]
|