Home
last modified time | relevance | path

Searched refs:iargs (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1543 IRet doApply (const EvalContext&, const IArgs& iargs)const in doApply()
1547 if (iargs.a.contains(true)) in doApply()
1548 ret = unionIVal<T>(ret, iargs.b); in doApply()
1550 if (iargs.a.contains(false)) in doApply()
1551 ret = unionIVal<T>(ret, iargs.c); in doApply()
1572 Interval doApply (const EvalContext&, const IArgs& iargs) const in doApply()
1574 const IArg0& arg0 = iargs.a; in doApply()
1575 const IArg1& arg1 = iargs.b; in doApply()
1634 Interval doApply (const EvalContext& ctx, const IArgs& iargs) const in doApply()
1636 return this->applyMonotone(ctx, iargs.a); in doApply()
[all …]
/external/valgrind/main/none/tests/ppc32/
Djm-insns.c4267 static HWord_t *iargs = NULL; variable
4433 iargs = malloc(400 * sizeof(HWord_t)); in build_iargs_table()
4437 iargs[i++] = (HWord_t)tmp; in build_iargs_table()
4443 iargs = malloc(10 * sizeof(HWord_t)); in build_iargs_table()
4449 iargs[i++] = (HWord_t)tmp; in build_iargs_table()
4457 iargs = malloc(800 * sizeof(HWord_t)); in build_iargs_table()
4461 iargs[i++] = tmp; in build_iargs_table()
4467 iargs = malloc(20 * sizeof(HWord_t)); in build_iargs_table()
4472 iargs[i++] = tmp; in build_iargs_table()
4529 j = iargs[i]; in build_viargs_table()
[all …]
/external/valgrind/main/none/tests/ppc64/
Djm-insns.c4267 static HWord_t *iargs = NULL; variable
4433 iargs = malloc(400 * sizeof(HWord_t)); in build_iargs_table()
4437 iargs[i++] = (HWord_t)tmp; in build_iargs_table()
4443 iargs = malloc(10 * sizeof(HWord_t)); in build_iargs_table()
4449 iargs[i++] = (HWord_t)tmp; in build_iargs_table()
4457 iargs = malloc(800 * sizeof(HWord_t)); in build_iargs_table()
4461 iargs[i++] = tmp; in build_iargs_table()
4467 iargs = malloc(20 * sizeof(HWord_t)); in build_iargs_table()
4472 iargs[i++] = tmp; in build_iargs_table()
4529 j = iargs[i]; in build_viargs_table()
[all …]
/external/valgrind/main/VEX/switchback/
Dtest_ppc_jm1.c3573 static uint32_t *iargs; variable
3678 iargs = my_malloc(400 * sizeof(uint32_t)); in build_iargs_table()
3683 iargs[i++] = tmp; in build_iargs_table()
3721 r14 = iargs[i]; in test_int_three_args()
3722 r15 = iargs[j]; in test_int_three_args()
3723 r16 = iargs[k]; in test_int_three_args()
3734 name, iargs[i], iargs[j], iargs[k], res, flags, xer); in test_int_three_args()
3752 r14 = iargs[i]; in test_int_two_args()
3753 r15 = iargs[j]; in test_int_two_args()
3764 name, iargs[i], iargs[j], res, flags, xer); in test_int_two_args()
[all …]
/external/qemu/tcg/
Dtcg.h125 #define DEF(name, oargs, iargs, cargs, flags) INDEX_op_ ## name, argument
Dtcg.c111 #define DEF(s, oargs, iargs, cargs, flags) { #s, oargs, iargs, cargs, iargs + oargs + cargs, flags … argument