Searched refs:modRMByte (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 398 static uint8_t modRMByte(unsigned Mod, unsigned RegOpcode, unsigned RM) { in modRMByte() function 598 emitByte(modRMByte(3, RegOpcodeFld, getX86RegNum(ModRMReg)), CB); in emitRegModRMByte() 604 emitByte(modRMByte(SS, Index, Base), CB); in emitSIBByte() 625 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte() 737 emitByte(modRMByte(0, RegOpcodeField, RMfield), CB); in emitMemModRMByte() 741 emitByte(modRMByte(1, RegOpcodeField, RMfield), CB); in emitMemModRMByte() 746 emitByte(modRMByte(2, RegOpcodeField, RMfield), CB); in emitMemModRMByte() 750 emitByte(modRMByte(0, RegOpcodeField, 6), CB); in emitMemModRMByte() 771 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte() 783 emitByte(modRMByte(0, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte() [all …]
|