Lines Matching refs:xcode
5518 int xcode = x ? GET_CODE (x) : 0; in print_operand() local
5748 if (xcode != MEM) in print_operand()
5757 if (xcode != MEM) in print_operand()
5841 if ((xcode != EQ && xcode != NE) || !REG_P (XEXP (x, 0))) in print_operand()
5865 if (xcode == (invert ? NE : EQ)) in print_operand()
5875 switch (xcode) in print_operand()
5970 switch (xcode) in print_operand()
6075 if (xcode == REG) in print_operand()
6077 else if (xcode == MEM) in print_operand()
6079 else if (xcode == CONST_INT) in print_operand()
6081 else if (xcode == CONST_VECTOR) in print_operand()
6083 else if (xcode == CONST_DOUBLE) in print_operand()
6137 gcc_assert (xcode == MEM); in print_operand()