HomeSort by: relevance | last modified time | path
    Searched defs:aarch64_mte_make_ltag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-mte.c 52 aarch64_mte_make_ltag (CORE_ADDR value) function
64 address &= ~aarch64_mte_make_ltag (AARCH64_MTE_LOGICAL_MAX_VALUE);
67 return address | aarch64_mte_make_ltag (tag);
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-mte.c 52 aarch64_mte_make_ltag (CORE_ADDR value) function
64 address &= ~aarch64_mte_make_ltag (AARCH64_MTE_LOGICAL_MAX_VALUE);
67 return address | aarch64_mte_make_ltag (tag);

Completed in 17 milliseconds