Home
last modified time | relevance | path

Searched refs:to_mode (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dexplow.c327 if (GET_MODE (x) == to_mode) in convert_memory_address()
330 from_mode = to_mode == ptr_mode ? Pmode : ptr_mode; in convert_memory_address()
353 && GET_MODE (SUBREG_REG (x)) == to_mode) in convert_memory_address()
358 temp = gen_rtx_LABEL_REF (to_mode, XEXP (x, 0)); in convert_memory_address()
365 PUT_MODE (temp, to_mode); in convert_memory_address()
370 return gen_rtx_CONST (to_mode, in convert_memory_address()
371 convert_memory_address (to_mode, XEXP (x, 0))); in convert_memory_address()
380 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode) in convert_memory_address()
384 return gen_rtx_fmt_ee (GET_CODE (x), to_mode, in convert_memory_address()
385 convert_memory_address (to_mode, XEXP (x, 0)), in convert_memory_address()
[all …]
H A Dexpr.c351 enum machine_mode to_mode = GET_MODE (to); in convert_move() local
376 >= GET_MODE_SIZE (to_mode)) in convert_move()
378 from = gen_lowpart (to_mode, from), from_mode = to_mode; in convert_move()
382 if (to_mode == from_mode in convert_move()
393 if (VECTOR_MODE_P (to_mode)) in convert_move()
415 != GET_MODE_PRECISION (to_mode)) in convert_move()
481 if (to_mode == full_mode) in convert_move()
613 && direct_load[(int) to_mode] in convert_move()
632 && direct_load[(int) to_mode] in convert_move()
679 GET_MODE_BITSIZE (to_mode) in convert_move()
[all …]
H A Doptabs.c4411 can_extend_p (enum machine_mode to_mode, enum machine_mode from_mode, in can_extend_p() argument
4421 return tab->handlers[to_mode][from_mode].insn_code; in can_extend_p()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexplow.c368 convert_memory_address (to_mode, x) in convert_memory_address() argument
369 enum machine_mode to_mode ATTRIBUTE_UNUSED; in convert_memory_address()
380 if (GET_MODE (x) == to_mode)
383 from_mode = to_mode == ptr_mode ? Pmode : ptr_mode;
406 && GET_MODE (SUBREG_REG (x)) == to_mode)
411 temp = gen_rtx_LABEL_REF (to_mode, XEXP (x, 0));
418 PUT_MODE (temp, to_mode);
423 return gen_rtx_CONST (to_mode,
424 convert_memory_address (to_mode, XEXP (x, 0)));
437 return gen_rtx_fmt_ee (GET_CODE (x), to_mode,
[all …]
H A Dexpr.c605 from = gen_lowpart (to_mode, from), from_mode = to_mode;
610 if (to_mode == from_mode
797 switch (to_mode)
817 switch (to_mode)
837 switch (to_mode)
853 switch (to_mode)
1013 if (to_mode == PQImode)
1030 if (to_mode != QImode)
1048 if (to_mode == PSImode)
1090 if (to_mode == PDImode)
[all …]
H A Doptabs.c4478 can_extend_p (to_mode, from_mode, unsignedp) in can_extend_p() argument
4479 enum machine_mode to_mode, from_mode; in can_extend_p()
4487 return extendtab[(int) to_mode][(int) from_mode][unsignedp != 0];