HomeSort by: relevance | last modified time | path
    Searched defs:operand_mode (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
recog.h 360 machine_mode operand_mode[MAX_RECOG_OPERANDS]; member in struct:recog_data_d
lra.cc 1025 machine_mode operand_mode[MAX_RECOG_OPERANDS];
1053 constraints, operand_mode, NULL);
1061 insn_static_data->operand[i].mode = operand_mode[i];
1254 machine_mode operand_mode[MAX_RECOG_OPERANDS];
1265 constraints, operand_mode, NULL);
1270 (insn_static_data->operand[i].mode == operand_mode[i]
1023 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
1051 constraints, operand_mode, NULL); local
1252 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
1263 constraints, operand_mode, NULL); local
reload.cc 2681 machine_mode operand_mode[MAX_RECOG_OPERANDS];
2747 memcpy (operand_mode, recog_data.operand_mode,
2873 = find_reloads_address (recog_data.operand_mode[i], (rtx*) 0,
2897 operand_mode[i] = GET_MODE (recog_data.operand[i]);
2902 if (operand_mode[i] == VOIDmode)
2903 operand_mode[i] = Pmode;
2966 allowed will work when operand_mode isn't specified. */
2968 if (operand_mode[i] == VOIDmode)
2969 operand_mode[i] = GET_MODE (recog_data.operand[i])
2668 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
    [all...]
reload1.cc 1319 machine_mode operand_mode[MAX_RECOG_OPERANDS];
1348 constraints, operand_mode, NULL);
1314 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
expr.cc 13451 scalar_int_mode operand_mode = SCALAR_INT_TYPE_MODE (type);
13488 ops_unsigned = (load_extend_op (operand_mode) == SIGN_EXTEND
13491 signed_type = lang_hooks.types.type_for_mode (operand_mode, 0);
13492 unsigned_type = lang_hooks.types.type_for_mode (operand_mode, 1);
13500 wide_int t = rtx_mode_t (inner0, operand_mode);
13507 bitpos = GET_MODE_BITSIZE (operand_mode) - 1 - bitpos;
13510 operand_mode, mode, 0, NULL);
13546 machine_mode operand_mode;
13561 operand_mode = TYPE_MODE (type);
13566 if (operand_mode == BLKmode
13428 scalar_int_mode operand_mode = SCALAR_INT_TYPE_MODE (type); local
13523 machine_mode operand_mode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
recog.h 338 machine_mode operand_mode[MAX_RECOG_OPERANDS]; member in struct:recog_data_d
lra.cc 1001 machine_mode operand_mode[MAX_RECOG_OPERANDS];
1029 constraints, operand_mode, NULL);
1037 insn_static_data->operand[i].mode = operand_mode[i];
1230 machine_mode operand_mode[MAX_RECOG_OPERANDS];
1241 constraints, operand_mode, NULL);
1246 (insn_static_data->operand[i].mode == operand_mode[i]
999 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
1027 constraints, operand_mode, NULL); local
1228 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
1239 constraints, operand_mode, NULL); local
reload.cc 2680 machine_mode operand_mode[MAX_RECOG_OPERANDS];
2746 memcpy (operand_mode, recog_data.operand_mode,
2872 = find_reloads_address (recog_data.operand_mode[i], (rtx*) 0,
2896 operand_mode[i] = GET_MODE (recog_data.operand[i]);
2901 if (operand_mode[i] == VOIDmode)
2902 operand_mode[i] = Pmode;
2965 allowed will work when operand_mode isn't specified. */
2967 if (operand_mode[i] == VOIDmode)
2968 operand_mode[i] = GET_MODE (recog_data.operand[i])
2667 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
    [all...]
reload1.cc 1319 machine_mode operand_mode[MAX_RECOG_OPERANDS];
1348 constraints, operand_mode, NULL);
1314 machine_mode operand_mode[MAX_RECOG_OPERANDS]; local
expr.cc 12622 machine_mode operand_mode;
12636 operand_mode = TYPE_MODE (type);
12641 if (operand_mode == BLKmode)
12801 || GET_MODE (subtarget) != operand_mode)
12811 operand_mode, unsignedp,
12599 machine_mode operand_mode; local

Completed in 55 milliseconds