OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HiFunctionID
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_mips.cc
103
uint32_t
HiFunctionID
= (FuncId >> 16) & 0xffff;
113
PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0,
HiFunctionID
);
xray_mips64.cc
103
uint32_t
HiFunctionID
= (FuncId >> 16) & 0xffff;
122
PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0,
HiFunctionID
);
Completed in 12 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025