OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rd
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/aarch64/aarch64/
disasm.c
799
uint64_t Rn, uint64_t
Rd
,
804
if ((z_op != NULL) && (
Rd
== 31)) {
807
PRINTF("%s\t%s, ", op, SREGNAME(sf,
Rd
));
812
if ((
Rd
== 31) || (Rn == 31)) {
842
uint64_t Rn, uint64_t
Rd
,
853
ZREGNAME(sf,
Rd
),
855
} else if ((znm_op != NULL) && (
Rd
== 31)) {
863
ZREGNAME(sf,
Rd
),
1031
uint64_t sf, uint64_t shift, uint64_t imm12, uint64_t Rn, uint64_t
Rd
,
1039
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);
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32mp15xx-dkx.dtsi
103
* Use at least 5 * RC time, e.g. 5 * (Rp +
Rd
) * C:
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025