Lines Matching refs:table

141 	JTAB,		/* jump table 	*/
248 * IND - indirect to another to another table
260 #define IND(table) {(instable_t *)table, 0, "", 0, 0, 0, 0, 0, 0}
261 #define INDx(table) {(instable_t *)table, 0, "", 0, 0, 1, 0, 0, 0}
278 #define IND(table) {(instable_t *)table, 0, "", 0, 0, 0, 0, 0}
279 #define INDx(table) {(instable_t *)table, 0, "", 0, 1, 0, 0, 0}
296 #define IND(table) {(instable_t *)table, 0, 0, 0, 0, 0, 0}
297 #define INDx(table) {(instable_t *)table, 0, 0, 1, 0, 0, 0}
314 #define IND(table) {(instable_t *)table, 0, 0, 0, 0, 0}
315 #define INDx(table) {(instable_t *)table, 0, 1, 0, 0, 0}
450 * "decode table" for 64 bit mode MOVSXD instruction (opcode 0x63)
455 * "decode table" for pause and clflush instructions
460 * Decode table for 0x0F00 opcodes
470 * Decode table for 0x0F01 opcodes
479 * Decode table for 0x0F18 opcodes -- SIMD prefetch
488 * Decode table for 0x0FAE opcodes -- SIMD state save/restore
496 * Decode table for 0x0FBA opcodes
506 * Decode table for 0x0FC7 opcode
517 * Decode table for 0x0FC8 opcode -- 486 bswap instruction
526 * Decode table for 0x0F71, 0x0F72, and 0x0F73 opcodes -- MMX instructions
544 * Decode table for SIMD extensions to above 0x0F71-0x0F73 opcodes.
571 * Decode table for SIMD instructions with the address size (0x66) prefix.
656 * Decode table for SIMD instructions with the repnz (0xf2) prefix.
741 * Decode table for SIMD instructions with the repz (0xf3) prefix.
990 * Decode table for 0x0F opcodes
1083 * Decode table for 0x80 opcodes
1094 * Decode table for 0x81 opcodes.
1105 * Decode table for 0x82 opcodes.
1114 * Decode table for 0x83 opcodes.
1124 * Decode table for 0xC0 opcodes.
1134 * Decode table for 0xD0 opcodes.
1144 * Decode table for 0xC1 opcodes.
1155 * Decode table for 0xD1 opcodes.
1166 * Decode table for 0xD2 opcodes.
1175 * Decode table for 0xD3 opcodes.
1186 * Decode table for 0xF6 opcodes.
1197 * Decode table for 0xF7 opcodes.
1208 * Decode table for 0xFE opcodes.
1217 * Decode table for 0xFF opcodes.
1319 * Main decode table for the op codes. The first two nibbles
1320 * will be used as an index into the table. If there is a
1935 instable_t *dp; /* decode table being used */
2112 * byte so we may need to perform a table indirection.
2287 * table.
2321 * an extra byte, and thus an extra table. As of this
3408 * In 64 bit mode descriptor table entries
3450 * as unsigned integers. We compare against this table.