| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | i386.h | 101 { "mov", 2, 0x8c, X, 0, wl_Suf|Modrm, { SReg2, WordReg|InvMem, 0 } }, 102 { "mov", 2, 0x8c, X, 0, w_Suf|Modrm|IgnoreSize, { SReg2, WordMem, 0 } }, 105 { "mov", 2, 0x8e, X, 0, wl_Suf|Modrm|IgnoreSize, { WordReg, SReg2, 0 } }, 106 { "mov", 2, 0x8e, X, 0, w_Suf|Modrm|IgnoreSize, { WordMem, SReg2, 0 } }, 155 {"push", 1, 0x06, X, CpuNo64, wl_Suf|Seg2ShortForm|DefaultSize, { SReg2, 0, 0 } }, 170 {"pop", 1, 0x07, X, CpuNo64, wl_Suf|Seg2ShortForm|DefaultSize, { SReg2, 0, 0 } }, 1030 {"movq", 2, 0x8c, X, Cpu64, NoSuf|Modrm|Size64, { SReg2|SReg3, Reg64|InvMem, 0 } }, 1031 {"movq", 2, 0x8e, X, Cpu64, NoSuf|Modrm|Size64, { Reg64, SReg2|SReg3, 0 } }, 1651 {"es", SReg2, 0, 0}, 1652 {"cs", SReg2, 0, 1}, [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-i386.h | 296 #define SReg2 0x1000000 /* 2 bit segment register */ macro
|
| D | tc-i386.c | 1045 & (Reg | SReg2 | SReg3 | Control | Debug | Test | RegMMX | RegXMM)) 1139 { SReg2, "SReg2" }, 2362 | SReg2 | SReg3 in check_byte_reg() 2685 | SReg2 | SReg3 in build_modrm_byte() 2887 | SReg2 | SReg3 in build_modrm_byte() 2892 | SReg2 | SReg3 in build_modrm_byte() 4069 if (*op_string == ':' && (r->reg_type & (SReg2 | SReg3))) 5840 if (reg->reg_type & (SReg2 | SReg3)) in intel_e11() 5903 else if (intel_parser.is_mem && !(reg->reg_type & (SReg2 | SReg3))) in intel_e11()
|
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | i386.h | 99 { "mov", 2, 0x8c, X, 0, wl_Suf|Modrm, { SReg2, WordReg|WordMem, 0 } }, 101 { "mov", 2, 0x8e, X, 0, wl_Suf|Modrm|IgnoreSize, { WordReg|WordMem, SReg2, 0 } }, 149 {"push", 1, 0x06, X, 0|CpuNo64, wl_Suf|Seg2ShortForm|DefaultSize, { SReg2, 0, 0 } }, 156 {"push", 1, 0x06, X, Cpu64, wq_Suf|Seg2ShortForm|DefaultSize|NoRex64, { SReg2, 0, 0 } }, 165 {"pop", 1, 0x07, X, CpuNo64, wl_Suf|Seg2ShortForm|DefaultSize, { SReg2, 0, 0 } }, 170 {"pop", 1, 0x07, X, Cpu64, wq_Suf|Seg2ShortForm|DefaultSize|NoRex64, { SReg2, 0, 0 } }, 1565 {"es", SReg2, 0, 0}, 1566 {"cs", SReg2, 0, 1}, 1567 {"ss", SReg2, 0, 2}, 1568 {"ds", SReg2, 0, 3},
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-i386.h | 286 #define SReg2 0x1000000 /* 2 bit segment register */ macro
|
| D | tc-i386.c | 1075 & (Reg | SReg2 | SReg3 | Control | Debug | Test | RegMMX | RegXMM)) 1168 { SReg2, "SReg2" }, 2643 | SReg2 | SReg3 in check_byte_reg() 2968 | SReg2 | SReg3 in build_modrm_byte() 3183 | SReg2 | SReg3 in build_modrm_byte() 3188 | SReg2 | SReg3 in build_modrm_byte() 4495 if (*op_string == ':' && (r->reg_type & (SReg2 | SReg3))) 6676 if (!(reg->reg_type & (SReg2 | SReg3))) in intel_e11()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIInstrInfo.cpp | 1212 Register SReg2 = MRI.createVirtualRegister(RI.getBoolRC()); in insertVectorSelect() local 1214 : AMDGPU::S_OR_SAVEEXEC_B64), SReg2) in insertVectorSelect() 1230 Register SReg2 = MRI.createVirtualRegister(RI.getBoolRC()); in insertVectorSelect() local 1232 : AMDGPU::S_OR_SAVEEXEC_B64), SReg2) in insertVectorSelect()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-0001 | 3752 SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem):
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-0001 | 3752 SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem):
|