Lines Matching full:point
3 NetWinder Floating Point Emulator
14 /* This is the kernel's entry point into the floating point emulator.
27 ldr pc, [r4] @ Call FP emulator entry point
40 is used as a flag to detect the first time a process uses floating point,
49 2) It calls EmulateAll to emulate a floating point instruction.
53 the next instruction. If it is a floating point instruction, it
55 way it repeatedly looks ahead and executes floating point instructions
56 until it encounters a non floating point instruction, at which time it
60 floating point instructions. GCC attempts to group floating point
62 several floating point instructions. */
171 ldr_va pc, fp_enter, tmp=r4 @ Call FP module USR entry point