Lines Matching full:valb
91 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t valB)
93 _Decimal64 f16 = valB.dec_val;
115 static void _test_dtstsfq(unsigned int BF, unsigned int ref_sig, dfp_val_t valB)
117 _Decimal128 f16 = valB.dec_val128;
139 static dfp_val_t _test_ddedpd(unsigned int SP, dfp_val_t valB)
143 _Decimal64 f16 = valB.dec_val;
166 static dfp_val_t _test_ddedpdq(unsigned int SP, dfp_val_t valB)
170 _Decimal128 f16 = valB.dec_val128;
192 static dfp_val_t _test_denbcd(unsigned int S, dfp_val_t valB)
196 _Decimal64 f16 = valB.dec_val;
213 static dfp_val_t _test_denbcdq(unsigned int S, dfp_val_t valB)
217 _Decimal128 f16 = valB.dec_val128;
234 typedef void (*test_func_t)(unsigned int imm, unsigned int imm2, dfp_val_t valB);
235 typedef dfp_val_t (*test_func_bcd_t)(unsigned int imm, dfp_val_t valB);