Searched refs:failval (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | targhooks.c | 2369 rtx failval ATTRIBUTE_UNUSED) in default_speculation_safe_value()
|
| H A D | target.def | 4323 state and to return @var{failval} if it can determine that\n\ 4328 rtx, (machine_mode mode, rtx result, rtx val, rtx failval),
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 23174 rtx result, rtx val, rtx failval) in aarch64_speculation_safe_value() argument 23179 return default_speculation_safe_value (mode, result, val, failval); in aarch64_speculation_safe_value() 23184 if (!aarch64_reg_or_zero (failval, mode)) in aarch64_speculation_safe_value() 23185 failval = copy_to_mode_reg (mode, failval); in aarch64_speculation_safe_value() 23187 emit_insn (gen_despeculate_copy (mode, result, val, failval)); in aarch64_speculation_safe_value()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 26803 rtx result, rtx val, rtx failval) in aarch64_speculation_safe_value() argument 26808 return default_speculation_safe_value (mode, result, val, failval); in aarch64_speculation_safe_value() 26813 if (!aarch64_reg_or_zero (failval, mode)) in aarch64_speculation_safe_value() 26814 failval = copy_to_mode_reg (mode, failval); in aarch64_speculation_safe_value() 26816 emit_insn (gen_despeculate_copy (mode, result, val, failval)); in aarch64_speculation_safe_value()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | tm.texi | 12197 …PECULATION_SAFE_VALUE (machine_mode @var{mode}, rtx @var{result}, rtx @var{val}, rtx @var{failval}) 12208 state and to return @var{failval} if it can determine that
|
| H A D | extend.texi | 12887 …Built-in Function} @var{type} __builtin_speculation_safe_value (@var{type} val, @var{type} failval) 12906 @var{failval} to be returned when it is known that speculative 12911 The second argument, @var{failval}, is optional and defaults to zero
|
| H A D | gcc.info | 42927 TYPE failval)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | extend.texi | 13671 …Built-in Function} @var{type} __builtin_speculation_safe_value (@var{type} val, @var{type} failval) 13690 @var{failval} to be returned when it is known that speculative 13695 The second argument, @var{failval}, is optional and defaults to zero
|
| H A D | gcc.info | 46716 TYPE failval)
|