Searched refs:quan (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Ddfp-2.c112 void qadtr(_Decimal64 op, _Decimal64 quan, uint8_t rm) argument
117 ".insn rrf, 0xb3f50000, %[out], %[quan], %[op], %[rm]\n\t"
119 :[op]"f"(op), [quan]"f"(quan), [rm]"d"(rm)
124 DFP_VAL_PRINT(quan, _Decimal64);
130 void quantize64(_Decimal64 op, _Decimal64 quan) argument
135 qadtr(op, quan, i);
138 void qaxtr(_Decimal128 op, _Decimal128 quan, uint8_t rm) argument
143 ".insn rrf, 0xb3fd0000, %[out], %[quan], %[op], %[rm]\n\t"
145 :[op]"f"(op), [quan]"
156 quantize128(_Decimal128 op, _Decimal128 quan) argument
[all...]

Completed in 76 milliseconds