Searched refs:trueop (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | simplify-rtx.c | 382 rtx trueop = avoid_constant_pool_reference (op); local 388 if (GET_MODE (trueop) != VOIDmode 389 && !VECTOR_MODE_P (GET_MODE (trueop)) 390 && GET_MODE_INNER (mode) != GET_MODE (trueop)) 392 if (GET_MODE (trueop) != VOIDmode 393 && VECTOR_MODE_P (GET_MODE (trueop)) 394 && GET_MODE_INNER (mode) != GET_MODE_INNER (GET_MODE (trueop))) 396 if (GET_CODE (trueop) == CONST_INT || GET_CODE (trueop) == CONST_DOUBLE 397 || GET_CODE (trueop) == CONST_VECTOR) 404 if (GET_CODE (trueop) != CONST_VECTOR) [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | op.c | 8974 and C<trueop> and C<falseop> supply the branches; they are consumed by 8981 Perl_newCONDOP(pTHX_ I32 flags, OP *first, OP *trueop, OP *falseop) in Perl_newRANGE() 8991 return newLOGOP(OP_AND, 0, first, trueop); in Perl_newRANGE() 8992 if (!trueop) in Perl_newRANGE() 8997 op_free(trueop); in Perl_newRANGE() 9006 OP *live = left ? trueop : falseop; in Perl_newRANGE() 9007 OP *const dead = left ? falseop : trueop; in Perl_newRANGE() 9023 logop = alloc_LOGOP(OP_COND_EXPR, first, LINKLIST(trueop)); in Perl_newRANGE() 9035 /* make first, trueop, falseop siblings */ 9036 op_sibling_splice((OP*)logop, first, 0, trueop); 8848 Perl_newCONDOP(pTHX_ I32 flags,OP * first,OP * trueop,OP * falseop) Perl_newCONDOP() argument [all...] |
| H A D | proto.h | 2775 Perl_newCONDOP(pTHX_ I32 flags, OP *first, OP *trueop, OP *falseop)
|
| H A D | embed.fnc | 2140 |NULLOK OP *trueop \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | simplify-rtx.c | 374 rtx trueop, tem; in simplify_unary_operation() local 379 trueop = avoid_constant_pool_reference (op); in simplify_unary_operation() 381 tem = simplify_const_unary_operation (code, mode, trueop, op_mode); in simplify_unary_operation()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 1444 ApdR |OP* |newCONDOP |I32 flags|NN OP* first|NULLOK OP* trueop|NULLOK OP* falseop
|