Home
last modified time | relevance | path

Searched refs:out_op (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/bmake/
H A Dcond.c608 CondParser_ComparisonOp(CondParser *par, ComparisonOp *out_op) in CondParser_ComparisonOp() argument
613 return par->p += 2, *out_op = LE, true; in CondParser_ComparisonOp()
615 return par->p += 1, *out_op = LT, true; in CondParser_ComparisonOp()
617 return par->p += 2, *out_op = GE, true; in CondParser_ComparisonOp()
619 return par->p += 1, *out_op = GT, true; in CondParser_ComparisonOp()
621 return par->p += 2, *out_op = EQ, true; in CondParser_ComparisonOp()
623 return par->p += 2, *out_op = NE, true; in CondParser_ComparisonOp()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.h3006 gimple_asm_set_output_op (gimple gs, unsigned index, tree out_op) in gimple_asm_set_output_op() argument
3010 && TREE_CODE (out_op) == TREE_LIST); in gimple_asm_set_output_op()
3011 gimple_set_op (gs, index + gs->gimple_asm.ni, out_op); in gimple_asm_set_output_op()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.h3872 gimple_asm_set_output_op (gasm *asm_stmt, unsigned index, tree out_op)
3875 && TREE_CODE (out_op) == TREE_LIST);
3876 asm_stmt->op[index] = out_op;
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgimple.texi968 unsigned index, tree out_op)