Lines Matching refs:Address
92 uint32_t *Address = reinterpret_cast<uint32_t *>(Sled.address()); in patchSled() local
104 Address[2] = encodeInstruction(PatchOpcodes::PO_SD, RegNum::RN_SP, in patchSled()
106 Address[3] = encodeInstruction(PatchOpcodes::PO_SD, RegNum::RN_SP, in patchSled()
108 Address[4] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, in patchSled()
110 Address[5] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
112 Address[6] = encodeSpecialInstruction(PatchOpcodes::PO_DSLL, 0x0, in patchSled()
114 Address[7] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
116 Address[8] = encodeSpecialInstruction(PatchOpcodes::PO_DSLL, 0x0, in patchSled()
118 Address[9] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
120 Address[10] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, in patchSled()
122 Address[11] = encodeSpecialInstruction(PatchOpcodes::PO_JALR, RegNum::RN_T9, in patchSled()
124 Address[12] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T0, in patchSled()
126 Address[13] = encodeInstruction(PatchOpcodes::PO_LD, RegNum::RN_SP, in patchSled()
128 Address[14] = encodeInstruction(PatchOpcodes::PO_LD, RegNum::RN_SP, in patchSled()
130 Address[15] = encodeInstruction(PatchOpcodes::PO_DADDIU, RegNum::RN_SP, in patchSled()
135 reinterpret_cast<std::atomic<uint32_t> *>(Address), CreateStackSpace, in patchSled()
139 reinterpret_cast<std::atomic<uint32_t> *>(Address), in patchSled()