Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dfpu_arith.c46 FPU_sub(REV, FPU_rm, control_word); in fsubr_()
60 FPU_div(REV, FPU_rm, control_word); in fdivr_()
89 FPU_sub(REV | DEST_RM, FPU_rm, control_word); in fsub_i()
103 FPU_div(REV | DEST_RM, FPU_rm, control_word); in fdiv_i()
135 if (FPU_sub(REV | DEST_RM, FPU_rm, control_word) >= 0) in fsubp_()
151 if (FPU_div(REV | DEST_RM, FPU_rm, control_word) >= 0) in fdivp_()
Dreg_divide.c41 if (flags & REV) { in FPU_div()
142 (flags & REV) ? st0_ptr : &st(rm)); in FPU_div()
149 (flags & REV) ? st0_ptr : &st(rm)); in FPU_div()
Dreg_add_sub.c154 if (flags & REV) { in FPU_sub()
251 if (flags & REV) { in FPU_sub()
Dfpu_emu.h65 #define REV 0x10 macro
Dfpu_entry.c421 FPU_sub(REV | LOADED | loaded_tag, in math_emulate()
436 FPU_div(REV | LOADED | loaded_tag, in math_emulate()
Dfpu_trig.c69 FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2, in trig_arg()
136 FPU_sub(REV | LOADED | TAG_Valid, in trig_arg()
/arch/powerpc/boot/dts/fsl/
Dt1040rdb-rev-a.dts3 * T1040RDB-REV-A Device Tree Source
12 model = "fsl,T1040RDB-REV-A";
/arch/nds32/
DKconfig.cpu187 Only when CPU_VER.REV >= 0x09 can support.