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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_mips.cc 41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
104 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction(
106 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction(
108 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction(
110 *reinterpret_cast<uint32_t *>(Sled.Address + 20) = encodeInstruction(
112 *reinterpret_cast<uint32_t *>(Sled.Address + 24) = encodeInstruction(
116 *reinterpret_cast<uint32_t *>(Sled.Address + 32) = encodeInstruction(
118 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction(
120 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction(
122 *reinterpret_cast<uint32_t *>(Sled.Address + 44) = encodeInstruction(
    [all...]
xray_mips64.cc 42 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
104 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction(
106 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction(
108 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction(
111 encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, RegNum::RN_T9,
115 *reinterpret_cast<uint32_t *>(Sled.Address + 28) = encodeInstruction(
119 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction(
121 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction(
125 *reinterpret_cast<uint32_t *>(Sled.Address + 48) = encodeInstruction(
127 *reinterpret_cast<uint32_t *>(Sled.Address + 52) = encodeInstruction(
    [all...]

Completed in 29 milliseconds