Lines Matching refs:encodeInstruction
40 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() function
103 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction( in patchSled()
105 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction( in patchSled()
107 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction( in patchSled()
109 *reinterpret_cast<uint32_t *>(Sled.Address + 20) = encodeInstruction( in patchSled()
111 *reinterpret_cast<uint32_t *>(Sled.Address + 24) = encodeInstruction( in patchSled()
115 *reinterpret_cast<uint32_t *>(Sled.Address + 32) = encodeInstruction( in patchSled()
117 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction( in patchSled()
119 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction( in patchSled()
121 *reinterpret_cast<uint32_t *>(Sled.Address + 44) = encodeInstruction( in patchSled()
123 uint32_t CreateStackSpaceInstr = encodeInstruction( in patchSled()