tag | line | file | source code |
FPU_rm | 23 | drivers/FPU-emu/fpu_arith.c | reg_add(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word); |
FPU_rm | 31 | drivers/FPU-emu/fpu_arith.c | reg_mul(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word); |
FPU_rm | 40 | drivers/FPU-emu/fpu_arith.c | reg_sub(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word); |
FPU_rm | 48 | drivers/FPU-emu/fpu_arith.c | reg_sub(&st(FPU_rm), FPU_st0_ptr, FPU_st0_ptr, control_word); |
FPU_rm | 56 | drivers/FPU-emu/fpu_arith.c | reg_div(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word); |
FPU_rm | 64 | drivers/FPU-emu/fpu_arith.c | reg_div(&st(FPU_rm), FPU_st0_ptr, FPU_st0_ptr, control_word); |
FPU_rm | 73 | drivers/FPU-emu/fpu_arith.c | reg_add(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word); |
FPU_rm | 81 | drivers/FPU-emu/fpu_arith.c | reg_mul(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word); |
FPU_rm | 91 | drivers/FPU-emu/fpu_arith.c | reg_sub(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word); |
FPU_rm | 101 | drivers/FPU-emu/fpu_arith.c | reg_sub(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word); |
FPU_rm | 109 | drivers/FPU-emu/fpu_arith.c | reg_div(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word); |
FPU_rm | 117 | drivers/FPU-emu/fpu_arith.c | reg_div(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word); |
FPU_rm | 126 | drivers/FPU-emu/fpu_arith.c | if ( !reg_add(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) ) |
FPU_rm | 135 | drivers/FPU-emu/fpu_arith.c | if ( !reg_mul(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) ) |
FPU_rm | 147 | drivers/FPU-emu/fpu_arith.c | if ( !reg_sub(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) ) |
FPU_rm | 158 | drivers/FPU-emu/fpu_arith.c | if ( !reg_sub(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word) ) |
FPU_rm | 167 | drivers/FPU-emu/fpu_arith.c | if ( !reg_div(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) ) |
FPU_rm | 176 | drivers/FPU-emu/fpu_arith.c | if ( !reg_div(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word) ) |
FPU_rm | 56 | drivers/FPU-emu/fpu_aux.c | (finit_table[FPU_rm])(); |
FPU_rm | 72 | drivers/FPU-emu/fpu_aux.c | (fstsw_table[FPU_rm])(); |
FPU_rm | 87 | drivers/FPU-emu/fpu_aux.c | (fp_nop_table[FPU_rm])(); |
FPU_rm | 99 | drivers/FPU-emu/fpu_aux.c | if ( NOT_EMPTY(FPU_rm) ) |
FPU_rm | 100 | drivers/FPU-emu/fpu_aux.c | { reg_move(&st(FPU_rm), st_new_ptr); push(); } |
FPU_rm | 120 | drivers/FPU-emu/fpu_aux.c | register FPU_REG *sti_ptr = &st(FPU_rm); |
FPU_rm | 127 | drivers/FPU-emu/fpu_aux.c | stack_underflow_i(FPU_rm); |
FPU_rm | 132 | drivers/FPU-emu/fpu_aux.c | stack_underflow_i(FPU_rm); |
FPU_rm | 152 | drivers/FPU-emu/fpu_aux.c | st(FPU_rm).tag = TW_Empty; |
FPU_rm | 159 | drivers/FPU-emu/fpu_aux.c | st(FPU_rm).tag = TW_Empty; |
FPU_rm | 167 | drivers/FPU-emu/fpu_aux.c | reg_move(FPU_st0_ptr, &st(FPU_rm)); |
FPU_rm | 174 | drivers/FPU-emu/fpu_aux.c | reg_move(FPU_st0_ptr, &st(FPU_rm)); |
FPU_rm | 91 | drivers/FPU-emu/fpu_emu.h | extern unsigned char FPU_rm; |
FPU_rm | 137 | drivers/FPU-emu/fpu_entry.c | unsigned char FPU_rm; |
FPU_rm | 308 | drivers/FPU-emu/fpu_entry.c | FPU_rm = FPU_modrm & 7; |
FPU_rm | 499 | drivers/FPU-emu/fpu_entry.c | if ( !NOT_EMPTY_0 || !NOT_EMPTY(FPU_rm) ) |
FPU_rm | 501 | drivers/FPU-emu/fpu_entry.c | stack_underflow_i(FPU_rm); |
FPU_rm | 506 | drivers/FPU-emu/fpu_entry.c | if ( !NOT_EMPTY_0 || !NOT_EMPTY(FPU_rm) ) |
FPU_rm | 508 | drivers/FPU-emu/fpu_entry.c | stack_underflow_pop(FPU_rm); |
FPU_rm | 513 | drivers/FPU-emu/fpu_entry.c | if ( !NOT_EMPTY_0 || !NOT_EMPTY(FPU_rm) ) |
FPU_rm | 126 | drivers/FPU-emu/fpu_etc.c | (fp_etc_table[FPU_rm])(); |
FPU_rm | 1705 | drivers/FPU-emu/fpu_trig.c | (trig_table_a[FPU_rm])(); |
FPU_rm | 1716 | drivers/FPU-emu/fpu_trig.c | (trig_table_b[FPU_rm])(); |
FPU_rm | 125 | drivers/FPU-emu/get_address.c | if (FPU_rm == 4 && mod != 3) |
FPU_rm | 131 | drivers/FPU-emu/get_address.c | cpu_reg_ptr = & REG_(FPU_rm); |
FPU_rm | 135 | drivers/FPU-emu/get_address.c | if (FPU_rm == 5) |
FPU_rm | 322 | drivers/FPU-emu/reg_compare.c | compare_st_st(FPU_rm); |
FPU_rm | 329 | drivers/FPU-emu/reg_compare.c | if ( !compare_st_st(FPU_rm) ) |
FPU_rm | 337 | drivers/FPU-emu/reg_compare.c | if (FPU_rm != 1) |
FPU_rm | 353 | drivers/FPU-emu/reg_compare.c | compare_u_st_st(FPU_rm); |
FPU_rm | 361 | drivers/FPU-emu/reg_compare.c | if ( !compare_u_st_st(FPU_rm) ) |
FPU_rm | 369 | drivers/FPU-emu/reg_compare.c | if (FPU_rm == 1) |
FPU_rm | 115 | drivers/FPU-emu/reg_constant.c | (constants_table[FPU_rm])(); |