Home
last modified time | relevance | path

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

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