Searched refs:PO_LUI (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_mips.cpp | 25 PO_LUI = 0x3C000000, // lui rs, %hi(address) enumerator 108 Address[4] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, in patchSled() 112 Address[6] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, in patchSled()
|
| H A D | xray_mips64.cpp | 25 PO_LUI = 0x3C000000, // lui rt, imm enumerator 108 Address[4] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, in patchSled() 120 Address[10] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, in patchSled()
|