Lines Matching refs:O_constant
247 expn.X_op = O_constant; in tic54x_emit_char()
1023 if (expn.X_op == O_constant) in tic54x_cons()
1041 if (expn.X_op != O_constant && octets < 2) in tic54x_cons()
1050 if (expn.X_op != O_constant in tic54x_cons()
1245 if (expn.X_op != O_constant || frag_bit_offset (frag_now, now_seg) == -1) in tic54x_space()
1721 if (expn.X_op != O_constant) in tic54x_field()
1764 size_exp.X_op = O_constant; in tic54x_field()
2659 if (expn.X_op == O_constant) in subsym_iscons()
3246 return operand->exp.X_op == O_constant && !is_immediate (operand); in is_absolute()
3360 && operand->exp.X_op == O_constant in is_type()
3473 if (insn->opcode[op].addr_expr.X_op == O_constant) in encode_dmad()
3526 if (operand->exp.X_op == O_constant) in encode_address()
3558 if (operand->exp.X_op == O_constant) in encode_indirect()
3625 if (operand->exp.X_op == O_constant) in encode_integer()
3645 if (insn->opcode[which].addr_expr.X_op == O_constant) in encode_integer()
3781 if (type == OP_MMR && operand->exp.X_op != O_constant) in encode_operand()
3958 else if (operand->exp.X_op == O_constant in encode_operand()
4086 #define is_zero(op) ((op).exp.X_op == O_constant && (op).exp.X_add_number == 0) in optimize_insn()
4123 || (insn->operands[0].exp.X_op == O_constant in optimize_insn()