search for: fprem1

Displaying 1 result from an estimated 1 matches for "fprem1".

Did you mean: fprem
2008 Mar 31
3
[LLVMdev] Reference Manual Clarifications
...rem to urem since many readers will read the document from top to bottom. In any case, both instructions should state "result has the same sign as the dividend". frem Instruction: There are four ways to define frem based on the rounding mode. The 8087 provides two of these: fprem and fprem1. Assuming the instruction uses the round-to-zero version of frem, add "calculated as <var1>-<var2>*floor(<var1>/<var2>)" Bitwise Binary Operations: Add "of the same type" after "They require two operands" Bitwise Binary Operations: Replace...