| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-sve2.cc | 165 machine_mode mem_mode = e.memory_vector_mode (); variable 166 return e.use_exact_insn (code_for_aarch64_gather_ldnt (mem_mode)); 443 machine_mode mem_mode = e.memory_vector_mode (); variable 444 return e.use_exact_insn (code_for_aarch64_scatter_stnt (mem_mode));
|
| aarch64-sve-builtins-functions.h | 142 machine_mode mem_mode = type_suffixes[m_memory_type].vector_mode; variable 144 return aarch64_sve_data_mode (GET_MODE_INNER (mem_mode),
|
| aarch64-sve-builtins-base.cc | 1487 machine_mode mem_mode = e.memory_vector_mode (); variable 1488 machine_mode int_mode = aarch64_sve_int_mode (mem_mode); 1490 mem_mode, int_mode); 1708 machine_mode mem_mode = e.memory_vector_mode (); variable 1709 return e.use_exact_insn (code_for_aarch64_ldff1_gather (mem_mode)); 2584 machine_mode mem_mode = e.memory_vector_mode (); variable 2585 machine_mode int_mode = aarch64_sve_int_mode (mem_mode); 2587 mem_mode, int_mode);
|
| aarch64-ldp-fusion.cc | 412 const machine_mode mem_mode = GET_MODE (mem); local 413 const HOST_WIDE_INT mem_size = GET_MODE_SIZE (mem_mode).to_constant (); 432 lfs.load_p, lfs.fpsimd_p, mode_name[mem_mode]); 457 const machine_mode mem_mode = GET_MODE (mem); local 458 if (!ldp_operand_mode_ok_p (mem_mode)) 465 ? !aarch64_ldp_reg_operand (reg_op, mem_mode) 466 : !aarch64_stp_reg_operand (reg_op, mem_mode)) 477 : (GET_MODE_CLASS (mem_mode) != MODE_INT 481 const HOST_WIDE_INT mem_size = GET_MODE_SIZE (mem_mode).to_constant (); 595 lfs.load_p, autoinc_p, lfs.fpsimd_p, mode_name[mem_mode]); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-sve2.cc | 132 machine_mode mem_mode = e.memory_vector_mode (); variable 133 return e.use_exact_insn (code_for_aarch64_gather_ldnt (mem_mode)); 387 machine_mode mem_mode = e.memory_vector_mode (); variable 388 return e.use_exact_insn (code_for_aarch64_scatter_stnt (mem_mode));
|
| aarch64-sve-builtins-functions.h | 120 machine_mode mem_mode = type_suffixes[m_memory_type].vector_mode; variable 122 return aarch64_sve_data_mode (GET_MODE_INNER (mem_mode),
|
| aarch64-sve-builtins-base.cc | 1155 machine_mode mem_mode = e.memory_vector_mode (); variable 1156 machine_mode int_mode = aarch64_sve_int_mode (mem_mode); 1158 mem_mode, int_mode); 1314 machine_mode mem_mode = e.memory_vector_mode (); variable 1315 return e.use_exact_insn (code_for_aarch64_ldff1_gather (mem_mode)); 2138 machine_mode mem_mode = e.memory_vector_mode (); variable 2139 machine_mode int_mode = aarch64_sve_int_mode (mem_mode); 2141 mem_mode, int_mode);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-pcrel-opt.cc | 249 machine_mode mem_mode = GET_MODE (mem); 255 we set mem_mode to DImode so that pcrel_opt_valid_mem_p() will check that 266 mem_mode = DImode; 274 mem_mode = GET_MODE (mem_inner); 281 if (!pcrel_opt_valid_mem_p (reg, mem_mode, mem_inner)) 454 machine_mode mem_mode = GET_MODE (mem); 462 if (!pcrel_opt_valid_mem_p (reg, mem_mode, mem)) 494 rtx new_store = gen_rtx_UNSPEC (mem_mode, v_store, 248 machine_mode mem_mode = GET_MODE (mem); local
|
| rs6000.cc | 26903 machine_mode mem_mode = GET_MODE (mem); 26905 if (mem_mode == SImode && reg_mode == DImode 26910 non_prefixed = reg_to_non_prefixed (reg, mem_mode); 26913 return address_is_prefixed (XEXP (mem, 0), mem_mode, NON_PREFIXED_DEFAULT); 26915 return address_is_prefixed (XEXP (mem, 0), mem_mode, non_prefixed); 26943 machine_mode mem_mode = GET_MODE (mem); 26945 enum non_prefixed_form non_prefixed = reg_to_non_prefixed (reg, mem_mode); 26951 return address_is_prefixed (addr, mem_mode, NON_PREFIXED_DEFAULT); 26953 return address_is_prefixed (addr, mem_mode, non_prefixed); 26849 machine_mode mem_mode = GET_MODE (mem); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-pcrel-opt.cc | 249 machine_mode mem_mode = GET_MODE (mem); 255 we set mem_mode to DImode so that pcrel_opt_valid_mem_p() will check that 266 mem_mode = DImode; 274 mem_mode = GET_MODE (mem_inner); 281 if (!pcrel_opt_valid_mem_p (reg, mem_mode, mem_inner)) 454 machine_mode mem_mode = GET_MODE (mem); 462 if (!pcrel_opt_valid_mem_p (reg, mem_mode, mem)) 494 rtx new_store = gen_rtx_UNSPEC (mem_mode, v_store, 248 machine_mode mem_mode = GET_MODE (mem); local
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| tic6x-dis.c | 725 unsigned int mem_mode = 0; local 1095 mem_mode = TIC6X_INSN16_MEM_MODE_VAL (opc->flags); 1110 mem_mode = fld_val; 1346 offset_is_reg = (mem_mode & 4) != 0; 1384 switch (mem_mode & ~4u) 1420 printf ("*** unknown mem_mode : %d \n", mem_mode);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic6x-dis.c | 725 unsigned int mem_mode = 0; local 1095 mem_mode = TIC6X_INSN16_MEM_MODE_VAL (opc->flags); 1110 mem_mode = fld_val; 1346 offset_is_reg = (mem_mode & 4) != 0; 1384 switch (mem_mode & ~4u) 1420 printf ("*** unknown mem_mode : %d \n", mem_mode);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lra-eliminations.cc | 326 MEM_MODE is the mode of an enclosing MEM. We need this to know how 336 lra_eliminate_regs_1 (rtx_insn *insn, rtx x, machine_mode mem_mode, 444 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, 447 rtx new1 = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 515 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, 519 ? lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 533 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, 543 ? lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 561 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 590 mem_mode, subst_p, update_p 836 mark_not_eliminable (SET_DEST (x), mem_mode); local 858 mark_not_eliminable (SET_SRC (x), mem_mode); local 875 mark_not_eliminable (XEXP (x, i), mem_mode); local 878 mark_not_eliminable (XVECEXP (x, i, j), mem_mode); local [all...] |
| recog.cc | 3217 auto mem_mode = (recog_data.is_asm 3223 || strict_memory_address_p (mem_mode, op))) 3209 auto mem_mode = (recog_data.is_asm local
|
| reload1.cc | 525 replace_pseudos_in (rtx *loc, machine_mode mem_mode, rtx usage) 543 x = eliminate_regs_1 (x, mem_mode, usage, true, false); 547 replace_pseudos_in (loc, mem_mode, usage); 578 replace_pseudos_in (&XEXP (x, i), mem_mode, usage); 581 replace_pseudos_in (& XVECEXP (x, i, j), mem_mode, usage); 2212 machine_mode mem_mode 2214 stack_slot = adjust_address_nv (x, mem_mode, adjust); 2270 machine_mode mem_mode 2272 stack_slot = adjust_address_nv (x, mem_mode, adjust); 2510 MEM_MODE is the mode of an enclosing MEM. We need this to know ho 574 replace_pseudos_in (&XEXP (x, i), mem_mode, usage); local 577 replace_pseudos_in (& XVECEXP (x, i, j), mem_mode, usage); local 2199 machine_mode mem_mode local 2257 machine_mode mem_mode local 2991 elimination_effects (reg_equiv_constant (regno), mem_mode); local 3053 elimination_effects (XEXP (x, 0), mem_mode); local 3074 elimination_effects (XEXP (x, 0), mem_mode); local 3085 elimination_effects (XEXP (x, 0), mem_mode); local 3139 elimination_effects (XEXP (x, i), mem_mode); local 3142 elimination_effects (XVECEXP (x, i, j), mem_mode); local [all...] |
| tree-ssa-loop-ivopts.cc | 2618 machine_mode addr_mode, mem_mode = TYPE_MODE (use->mem_type); local 2620 list_index = (unsigned) as * MAX_MACHINE_MODE + (unsigned) mem_mode; 2636 return (memory_address_addr_space_p (mem_mode, addr, as)); 3293 machine_mode mem_mode; local 3308 mem_mode = TYPE_MODE (use->mem_type); 3309 if (((USE_LOAD_PRE_INCREMENT (mem_mode) 3310 || USE_STORE_PRE_INCREMENT (mem_mode)) 3311 && known_eq (GET_MODE_SIZE (mem_mode), cstepi)) 3312 || ((USE_LOAD_PRE_DECREMENT (mem_mode) 3313 || USE_STORE_PRE_DECREMENT (mem_mode)) 4732 machine_mode mem_mode = TYPE_MODE (use->mem_type); local [all...] |
| var-tracking.cc | 938 machine_mode mem_mode; member in class:adjust_mem_data 1047 if (amd->mem_mode == VOIDmode && amd->store) 1070 mem_mode_save = amd->mem_mode; 1071 amd->mem_mode = GET_MODE (mem); 1076 amd->mem_mode = mem_mode_save; 1086 size = GET_MODE_SIZE (amd->mem_mode); 1094 gcc_assert (amd->mem_mode != VOIDmode && amd->mem_mode != BLKmode); 1096 size = GET_MODE_SIZE (amd->mem_mode); 1112 gcc_assert (amd->mem_mode != VOIDmode) [all...] |
| expr.cc | 3578 opt_scalar_int_mode mem_mode = int_mode_for_size (bitsize, 1); 3579 if (mem_mode.exists ()) 3580 copy_mode = mem_mode.require (); 3572 opt_scalar_int_mode mem_mode = int_mode_for_size (bitsize, 1); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lra-eliminations.cc | 323 MEM_MODE is the mode of an enclosing MEM. We need this to know how 333 lra_eliminate_regs_1 (rtx_insn *insn, rtx x, machine_mode mem_mode, 435 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, 438 rtx new1 = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 503 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, 507 ? lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 521 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, 531 ? lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 549 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode, 578 mem_mode, subst_p, update_p 820 mark_not_eliminable (SET_DEST (x), mem_mode); local 842 mark_not_eliminable (SET_SRC (x), mem_mode); local 859 mark_not_eliminable (XEXP (x, i), mem_mode); local 862 mark_not_eliminable (XVECEXP (x, i, j), mem_mode); local [all...] |
| reload1.cc | 525 replace_pseudos_in (rtx *loc, machine_mode mem_mode, rtx usage) 543 x = eliminate_regs_1 (x, mem_mode, usage, true, false); 547 replace_pseudos_in (loc, mem_mode, usage); 578 replace_pseudos_in (&XEXP (x, i), mem_mode, usage); 581 replace_pseudos_in (& XVECEXP (x, i, j), mem_mode, usage); 2212 machine_mode mem_mode 2214 stack_slot = adjust_address_nv (x, mem_mode, adjust); 2270 machine_mode mem_mode 2272 stack_slot = adjust_address_nv (x, mem_mode, adjust); 2510 MEM_MODE is the mode of an enclosing MEM. We need this to know ho 574 replace_pseudos_in (&XEXP (x, i), mem_mode, usage); local 577 replace_pseudos_in (& XVECEXP (x, i, j), mem_mode, usage); local 2199 machine_mode mem_mode local 2257 machine_mode mem_mode local 2991 elimination_effects (reg_equiv_constant (regno), mem_mode); local 3053 elimination_effects (XEXP (x, 0), mem_mode); local 3074 elimination_effects (XEXP (x, 0), mem_mode); local 3085 elimination_effects (XEXP (x, 0), mem_mode); local 3139 elimination_effects (XEXP (x, i), mem_mode); local 3142 elimination_effects (XVECEXP (x, i, j), mem_mode); local [all...] |
| tree-ssa-loop-ivopts.cc | 2603 machine_mode addr_mode, mem_mode = TYPE_MODE (use->mem_type); local 2605 list_index = (unsigned) as * MAX_MACHINE_MODE + (unsigned) mem_mode; 2621 return (memory_address_addr_space_p (mem_mode, addr, as)); 3253 machine_mode mem_mode; local 3268 mem_mode = TYPE_MODE (use->mem_type); 3269 if (((USE_LOAD_PRE_INCREMENT (mem_mode) 3270 || USE_STORE_PRE_INCREMENT (mem_mode)) 3271 && known_eq (GET_MODE_SIZE (mem_mode), cstepi)) 3272 || ((USE_LOAD_PRE_DECREMENT (mem_mode) 3273 || USE_STORE_PRE_DECREMENT (mem_mode)) 4691 machine_mode mem_mode = TYPE_MODE (use->mem_type); local [all...] |
| var-tracking.cc | 944 machine_mode mem_mode; member in class:adjust_mem_data 1053 if (amd->mem_mode == VOIDmode && amd->store) 1076 mem_mode_save = amd->mem_mode; 1077 amd->mem_mode = GET_MODE (mem); 1082 amd->mem_mode = mem_mode_save; 1092 size = GET_MODE_SIZE (amd->mem_mode); 1100 gcc_assert (amd->mem_mode != VOIDmode && amd->mem_mode != BLKmode); 1102 size = GET_MODE_SIZE (amd->mem_mode); 1118 gcc_assert (amd->mem_mode != VOIDmode) [all...] |
| expr.cc | 2975 opt_scalar_int_mode mem_mode = int_mode_for_size (bitsize, 1); 2976 if (mem_mode.exists ()) 2977 copy_mode = mem_mode.require (); 2969 opt_scalar_int_mode mem_mode = int_mode_for_size (bitsize, 1); local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic6x-dis.c | 725 unsigned int mem_mode = 0; local 1095 mem_mode = TIC6X_INSN16_MEM_MODE_VAL (opc->flags); 1110 mem_mode = fld_val; 1346 offset_is_reg = (mem_mode & 4) != 0; 1384 switch (mem_mode & ~4u) 1420 printf ("*** unknown mem_mode : %d \n", mem_mode);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic6x-dis.c | 725 unsigned int mem_mode = 0; local 1095 mem_mode = TIC6X_INSN16_MEM_MODE_VAL (opc->flags); 1110 mem_mode = fld_val; 1346 offset_is_reg = (mem_mode & 4) != 0; 1384 switch (mem_mode & ~4u) 1420 printf ("*** unknown mem_mode : %d \n", mem_mode);
|