Searched defs:FPU_SET_CARRY (Results 1 – 3 of 3) sorted by relevance
108 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0) macro164 #define FPU_SET_CARRY(v) \ macro
109 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0) macro146 #define FPU_SET_CARRY(v) do { int __tmp; \ macro
90 #define FPU_SET_CARRY(v) __asm volatile("addcc %0,-1,%%g0" : : "r"(v)) macro