Home
last modified time | relevance | path

Searched refs:untagged_base (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarghooks.cc2674 rtx untagged_base = expand_simple_binop (Pmode, AND, tagged_pointer, in default_memtag_untagged_pointer() local
2677 gcc_assert (untagged_base); in default_memtag_untagged_pointer()
2678 return untagged_base; in default_memtag_untagged_pointer()
Dasan.cc301 rtx untagged_base; member
4393 hwasan_record_stack_var (rtx untagged_base, rtx tagged_base, in hwasan_record_stack_var() argument
4397 cur_var.untagged_base = untagged_base; in hwasan_record_stack_var()
4555 cur.untagged_base, in hwasan_emit_prologue()
Dtarget.def7062 "Return an RTX representing @var{untagged_base} but with the tag @var{tag}.\n\
7064 @var{untagged_base} is required to have a zero tag when this hook is called.\n\
7065 The default of this hook is to set the top byte of @var{untagged_base} to\n\
7067 rtx, (rtx untagged_base, rtx tag, rtx target), default_memtag_set_tag)
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi12585 @deftypefn {Target Hook} rtx TARGET_MEMTAG_SET_TAG (rtx @var{untagged_base}, rtx @var{tag}, rtx @va…
12586 Return an RTX representing @var{untagged_base} but with the tag @var{tag}.
12588 @var{untagged_base} is required to have a zero tag when this hook is called.
12589 The default of this hook is to set the top byte of @var{untagged_base} to