Searched refs:BC_INST_IS_ASSIGN (Results 1 – 2 of 2) sorted by relevance
46 #define BC_INST_IS_ASSIGN(i) \ macro50 #define BC_INST_IS_ASSIGN(i) ((i) == BC_INST_ASSIGN_NO_VAL) macro
882 if (BC_INST_IS_ASSIGN(inst)) bc_num_copy(l, r); in bc_program_assign()