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 | 401 static uint8_t modRMByte(unsigned Mod, unsigned RegOpcode, unsigned RM) { in modRMByte() function 606 emitByte(modRMByte(3, RegOpcodeFld, getX86RegNum(ModRMReg)), CB); in emitRegModRMByte() 612 emitByte(modRMByte(SS, Index, Base), CB); in emitSIBByte() 632 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte() 748 emitByte(modRMByte(0, RegOpcodeField, RMfield), CB); in emitMemModRMByte() 752 emitByte(modRMByte(1, RegOpcodeField, RMfield), CB); in emitMemModRMByte() 758 emitByte(modRMByte(2, RegOpcodeField, RMfield), CB); in emitMemModRMByte() 762 emitByte(modRMByte(0, RegOpcodeField, 6), CB); in emitMemModRMByte() 783 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte() 795 emitByte(modRMByte(0, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte() [all …]
|