mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Add comments for XOPA map introduced with TBM instructions.a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191630 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc2599f186
commit
bd0decae3c
@ -574,7 +574,8 @@ void X86MCCodeEmitter::EmitVEXOpcodePrefix(uint64_t TSFlags, unsigned &CurByte,
|
||||
// 0b00011: implied 0F 3A leading opcode bytes
|
||||
// 0b00100-0b11111: Reserved for future use
|
||||
// 0b01000: XOP map select - 08h instructions with imm byte
|
||||
// 0b10001: XOP map select - 09h instructions with no imm byte
|
||||
// 0b01001: XOP map select - 09h instructions with no imm byte
|
||||
// 0b01010: XOP map select - 0Ah instructions with imm dword
|
||||
unsigned char VEX_5M = 0x1;
|
||||
|
||||
// VEX_4V (VEX vvvv field): a register specifier
|
||||
|
@ -850,7 +850,8 @@ void Emitter<CodeEmitter>::emitVEXOpcodePrefix(uint64_t TSFlags,
|
||||
// 0b00011: implied 0F 3A leading opcode bytes
|
||||
// 0b00100-0b11111: Reserved for future use
|
||||
// 0b01000: XOP map select - 08h instructions with imm byte
|
||||
// 0b10001: XOP map select - 09h instructions with no imm byte
|
||||
// 0b01001: XOP map select - 09h instructions with no imm byte
|
||||
// 0b01010: XOP map select - 0Ah instructions with imm dword
|
||||
unsigned char VEX_5M = 0x1;
|
||||
|
||||
// VEX_4V (VEX vvvv field): a register specifier
|
||||
|
Loading…
x
Reference in New Issue
Block a user