Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_proto.h105 extern int FPU_compare_st_data(FPU_REG const *loaded_data, u_char loaded_tag);
Dfpu_entry.c435 FPU_compare_st_data(&loaded_data, loaded_tag); in math_emulate()
438 if ( !FPU_compare_st_data(&loaded_data, loaded_tag) in math_emulate()
Dreg_compare.c175 int FPU_compare_st_data(FPU_REG const *loaded_data, u_char loaded_tag) in FPU_compare_st_data() function