Home
last modified time | relevance | path

Searched refs:failval (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarghooks.c2369 rtx failval ATTRIBUTE_UNUSED) in default_speculation_safe_value()
H A Dtarget.def4323 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 Daarch64.c23174 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 Daarch64.cc26803 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 Dtm.texi12197 …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 Dextend.texi12887 …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 Dgcc.info42927 TYPE failval)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi13671 …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 Dgcc.info46716 TYPE failval)