Searched refs:modRMByte (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCCodeEmitter.cpp | 375 emitByte(modRMByte(SS, Index, Base), OS); in emitSIBByte() 398 emitByte(modRMByte(0, RegOpcodeField, 5), 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 …]
|