Home | History | Annotate | Download | only in priv

Lines Matching refs:DEFAULT_FPUCW

80 #define DEFAULT_FPUCW 0x027F
83 /* define DEFAULT_FPUCW 0x037F */
739 (DEFAULT_FPUCW). */
743 /* pushl $DEFAULT_FPUCW
748 addInstr(env, X86Instr_Push(X86RMI_Imm(DEFAULT_FPUCW)));
769 orl $DEFAULT_FPUCW, %rrm2
777 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Imm(DEFAULT_FPUCW), rrm2));