HomeSort by: relevance | last modified time | path
    Searched refs:Rs (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_mips.cc 24 PO_ADDIU = 0x24000000, // addiu rt, rs, imm
26 PO_LUI = 0x3C000000, // lui rs, %hi(address)
27 PO_ORI = 0x34000000, // ori rt, rs, %lo(address)
28 PO_JALR = 0x0000F809, // jalr rs
41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
44 return (Opcode | Rs << 21 | Rt << 16 | Imm);
48 encodeSpecialInstruction(uint32_t Opcode, uint32_t Rs, uint32_t Rt, uint32_t Rd,
50 return (Rs << 21 | Rt << 16 | Rd << 11 | Imm << 6 | Opcode);
xray_mips64.cc 24 PO_DADDIU = 0x64000000, // daddiu rt, rs, imm
27 PO_ORI = 0x34000000, // ori rt, rs, imm
29 PO_JALR = 0x00000009, // jalr rs
42 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
45 return (Opcode | Rs << 21 | Rt << 16 | Imm);
49 encodeSpecialInstruction(uint32_t Opcode, uint32_t Rs, uint32_t Rt, uint32_t Rd,
51 return (Rs << 21 | Rt << 16 | Rd << 11 | Imm << 6 | Opcode);
  /src/etc/rc.d/
rtadvd 34 while getopts c:dDfM:Rs o; do
  /src/sys/arch/sh3/include/
locore.h 209 #define __INTR_MASK_EXCEPTION_UNBLOCK(Rs, Ri, Rb) \
214 stc sr, Rs ;\
216 or Ri, Rs /* SR |= PSL_IMASK */ ;\
217 and Rb, Rs /* SR &= ~PSL_BL */ ;\
218 ldc Rs, sr
  /src/sys/arch/aarch64/aarch64/
disasm.c 2838 OP5FUNC(op_stlxp, size, Rs, Rt2, Rn, Rt)
2846 OP4FUNC(op_stlxr, size, Rs, Rn, Rt)
2853 OP3FUNC(op_stlxrb, Rs, Rn, Rt)
2860 OP3FUNC(op_stlxrh, Rs, Rn, Rt)
3107 OP5FUNC(op_stxp, size, Rs, Rt2, Rn, Rt)
3115 OP4FUNC(op_stxr, size, Rs, Rn, Rt)
3118 ZREGNAME(0, Rs),
3123 OP3FUNC(op_stxrb, Rs, Rn, Rt)
3126 ZREGNAME(0, Rs),
3131 OP3FUNC(op_stxrh, Rs, Rn, Rt
    [all...]

Completed in 14 milliseconds