Home
last modified time | relevance | path

Searched refs:conval0 (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp1444 make_constval_op(LL_Type *ll_type, INT conval0, INT conval1) in make_constval_op() argument
1451 op->val.conval[0] = conval0; in make_constval_op()
1458 make_constval_opL(LL_Type *ll_type, INT conval0, INT conval1, INT conval2, in make_constval_opL() argument
1466 op->val.conval[0] = conval0; in make_constval_opL()
1912 write_constant_value(int sptr, LL_Type *type, INT conval0, INT conval1, in write_constant_value() argument
1951 if (conval0 == 0 && conval1 == 0) { in write_constant_value()
1997 assert(conval0 == 0 && conval1 == 0, in write_constant_value()
2018 num[1] = conval0; in write_constant_value()
2034 num[0] = conval0; in write_constant_value()
2058 xx.ww = conval0; in write_constant_value()
[all …]
H A Dllutil.h1348 OPERAND *make_constval_opL(LL_Type *ll_type, INT conval0, INT conval1, INT conval2, INT conval3);
1353 OPERAND *make_constval_op(LL_Type *ll_type, INT conval0, INT conval1);
1544 void write_constant_value(int sptr, LL_Type *type, INT conval0, INT conval1,
H A Dcgmain.cpp12238 gen_constant(SPTR sptr, DTYPE tdtype, INT conval0, INT conval1, int flags) in gen_constant() argument
12292 sprintf(b, "%ld", (long)conval0); /* from dinit info */ in gen_constant()
12314 num[1] = conval0; in gen_constant()
12338 num[0] = conval0; in gen_constant()
12369 xx.ww = conval0; in gen_constant()