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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_mips.cc 26 PO_LUI = 0x3C000000, // lui rs, %hi(address)
109 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, HiTracingHookAddr);
113 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, HiFunctionID);
xray_mips64.cc 26 PO_LUI = 0x3C000000, // lui rt, imm
109 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, HighestTracingHookAddr);
122 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, HiFunctionID);

Completed in 13 milliseconds