Home
last modified time | relevance | path

Searched refs:instr_index (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_entry.c493 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate() local
504 switch ( type_table[(int) instr_index] ) in math_emulate()
545 (*st_instr_table[(int) instr_index])(); in math_emulate()