| /src/external/gpl3/gcc/dist/gcc/ |
| expmed.cc | 3662 rtx cop1; 3666 && (cop1 = convert_modes (mode, GET_MODE (op0), op1, 3668 && CONST_INT_P (cop1) 3669 && (INTVAL (cop1) >= 0 3672 HOST_WIDE_INT coeff = INTVAL (cop1); 3651 rtx cop1; local
|
| combine.cc | 5794 rtx cop1 = const0_rtx; 5795 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1); 5823 cond, cop1); 5826 (cond_code, cond, cop1, NULL)) 5829 cond, cop1); 5839 cond, cop1), 5845 (cond_code, cond, cop1, NULL)) 5850 cond, cop1), 5776 rtx cop1 = const0_rtx; local
|
| optabs.cc | 2515 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); 2517 if (expand_twoval_binop (binoptab, cop0, cop1, 2506 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| expmed.cc | 3646 rtx cop1; 3650 && (cop1 = convert_modes (mode, GET_MODE (op0), op1, 3652 && CONST_INT_P (cop1) 3653 && (INTVAL (cop1) >= 0 3656 HOST_WIDE_INT coeff = INTVAL (cop1); 3635 rtx cop1; local
|
| optabs.cc | 2500 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); 2502 if (expand_twoval_binop (binoptab, cop0, cop1, 2491 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); local
|
| combine.cc | 5754 rtx cop1 = const0_rtx; 5755 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1); 5781 cond, cop1); 5784 (cond_code, cond, cop1, NULL)) 5787 cond, cop1); 5797 cond, cop1), 5803 (cond_code, cond, cop1, NULL)) 5808 cond, cop1), 5736 rtx cop1 = const0_rtx; local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck.cc | 6662 tree cop1 = op1; 6665 if (TREE_TYPE (cop1) != orig_type) 6666 cop1 = cp_convert (orig_type, op1, complain); 6667 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1); 6654 tree cop1 = op1; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck.cc | 6279 tree cop1 = op1; 6282 if (TREE_TYPE (cop1) != orig_type) 6283 cop1 = cp_convert (orig_type, op1, complain); 6284 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1); 6271 tree cop1 = op1; local
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 4653 ix86_expand_int_sse_cmp (rtx dest, enum rtx_code code, rtx cop0, rtx cop1, 4685 if (GET_CODE (cop1) == CONST_VECTOR 4692 rtx elt = CONST_VECTOR_ELT (cop1, i); 4711 = gen_int_mode (INTVAL (CONST_VECTOR_ELT (cop1, i)) + 1, 4713 cop1 = gen_rtx_CONST_VECTOR (mode, v); 4714 std::swap (cop0, cop1); 4729 if (GET_CODE (cop1) == CONST_VECTOR 4736 rtx elt = CONST_VECTOR_ELT (cop1, i); 4756 = gen_int_mode (INTVAL (CONST_VECTOR_ELT (cop1, i)) - 1, 4758 cop1 = gen_rtx_CONST_VECTOR (mode, v) 5104 rtx x, cop0, cop1; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 4410 ix86_expand_int_sse_cmp (rtx dest, enum rtx_code code, rtx cop0, rtx cop1, 4453 std::swap (cop0, cop1); 4518 cop1 = force_reg (mode, cop1); 4537 cop1 = force_reg (mode, cop1); 4595 cop1 = force_reg (mode, cop1); 4607 if (!vector_operand (cop1, mode)) 4608 cop1 = force_reg (mode, cop1) 4783 rtx x, cop0, cop1; local [all...] |