Lines Matching defs:target
57 #include "target.h"
98 STOR_LABEL, /* label / jump target */
872 /* jump target for 'return' statements */
1502 /* end of conditional; jump target for if-true branch */
1576 /* end of conditional; jump target for if-true branch */
1673 struct storage *target = x86_expression(expr->unop);
1682 emit_move(target, REG_EAX, expr->unop->ctype, NULL);
1693 emit_move(target, REG_EAX, expr->unop->ctype, NULL);
2161 struct expression *target = expr->left;
2168 addr = x86_address_gen(target);
2203 // FIXME! The "target" expression is for bitfield store information.