Home
last modified time | relevance | path

Searched refs:X_GP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/include/
H A Driscvreg.h166 #define X_GP 3 macro
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp74 X_GP = 3, enumerator
472 uint32_t insn = (read32le(loc) & ~(31 << 15)) | (X_GP << 15); in relocate()
/freebsd/sys/riscv/riscv/
H A Ddb_disasm.c45 #define X_GP 3 macro