Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dfpu_entry.c467 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate() local
478 switch (type_table[(int)instr_index]) { in math_emulate()
514 (*st_instr_table[(int)instr_index]) (); in math_emulate()