tag | line | file | source code |
---|---|---|---|
instr_index | 510 | arch/i386/math-emu/fpu_entry.c | unsigned char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); |
instr_index | 521 | arch/i386/math-emu/fpu_entry.c | switch ( type_table[(int) instr_index] ) |
instr_index | 562 | arch/i386/math-emu/fpu_entry.c | (*st_instr_table[(int) instr_index])(); |