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

  /src/sys/arch/aarch64/aarch64/
disasm.c 800 uint64_t Rn, uint64_t Rd,
805 if ((z_op != NULL) && (Rd == 31)) {
808 PRINTF("%s\t%s, ", op, SREGNAME(sf, Rd));
813 if ((Rd == 31) || (Rn == 31)) {
843 uint64_t Rn, uint64_t Rd,
854 ZREGNAME(sf, Rd),
856 } else if ((znm_op != NULL) && (Rd == 31)) {
864 ZREGNAME(sf, Rd),
1032 uint64_t sf, uint64_t shift, uint64_t imm12, uint64_t Rn, uint64_t Rd,
1040 if (Rd == 31)
    [all...]
trap.c 683 int Rn, Rd, Rm, error;
686 Rd = __SHIFTOUT(insn, 0x0000f000);
710 tf->tf_reg[Rd] = val;
783 * mcr p15, 0, <Rd>, c7, c5, 4
792 * mcr p15, 0, <Rd>, c7, c10, 4
801 * mcr p15, 0, <Rd>, c7, c10, 5
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_mips.cc 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 28 PO_DSLL = 0x00000038, // dsll rd, rt, sa
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);

Completed in 21 milliseconds