Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 20 of 20) sorted by relevance

/sysdeps/mips/nptl/
A Dtls.h54 # define READ_THREAD_POINTER(rd) rdhwr rd, $29 argument
56 # define READ_THREAD_POINTER(rd) \ argument
59 rdhwr rd, $29; \
/sysdeps/powerpc/powerpc32/
A Ddl-machine.c41 #define OPCODE_ADDI(rd,ra,simm) \ argument
43 #define OPCODE_ADDIS(rd,ra,simm) \ argument
45 #define OPCODE_ADD(rd,ra,rb) \ argument
46 (0x7c000214 | (rd) << 21 | (ra) << 16 | (rb) << 11)
50 #define OPCODE_LWZ(rd,d,ra) \ argument
52 #define OPCODE_LWZU(rd,d,ra) \ argument
54 #define OPCODE_MTCTR(rd) (0x7C0903A6 | (rd) << 21) argument
58 #define OPCODE_LI(rd,simm) OPCODE_ADDI(rd,0,simm) argument
59 #define OPCODE_ADDIS_HI(rd,ra,value) \ argument
60 OPCODE_ADDIS(rd,ra,((value) + 0x8000) >> 16)
[all …]
/sysdeps/mips/sys/
A Dasm.h249 # define MOVN(rd,rs,rt) \ argument
253 move rd,rs; \
256 # define MOVZ(rd,rs,rt) \ argument
260 move rd,rt; \
265 # define MOVN(rd,rs,rt) \ argument
269 move rd,rs; \
272 # define MOVZ(rd,rs,rt) \ argument
276 movz rd,rs; \
282 # define MOVN(rd,rs,rt) \ argument
283 movn rd,rs,rt
[all …]
/sysdeps/sparc/sparc32/
A Ddotmul.S11 rd %y, %o1
A Dumul.S11 rd %y, %o1
A Dmul_1.S69 rd %y,%g2 ! 1
75 rd %y,%g2 ! 2
82 rd %y,%g2 ! 3
89 rd %y,%g2 ! 4
98 rd %y,%g2 ! 4
A Daddmul_1.S68 rd %y,%g2 ! 1
78 rd %y,%g2 ! 2
87 rd %y,%g2 ! 3
97 rd %y,%g2 ! 4
110 rd %y,%g2 ! 4
A Dsubmul_1.S43 rd %y,%g3
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dgetcontext.S44 rd %y, %o1
A Dswapcontext.S44 rd %y, %o1
/sysdeps/arm/armv6t2/
A Dmemchr.S144 tsteq r4, # (3<<15) @ 2nd & 3rd character
145 @ If not the 3rd must be the last one
/sysdeps/alpha/alphaev5/
A Dadd_n.S66 addq $28,$6,$22 # 3rd main add
101 addq $28,$6,$22 # 3rd main add
A Dsub_n.S66 subq $6,$28,$22 # 3rd main sub
101 subq $6,$28,$22 # 3rd main sub
/sysdeps/sparc/sparc64/
A Dmemset.S140 14: rd %pc, %o4
278 14: rd %pc, %o4
A Dmemcpy.S209 203: rd %pc, %g5 /* PDU Group 8-( */
440 79: rd %pc, %o5 /* PDU Group */
493 83: rd %pc, %o5 /* PDU Group */
/sysdeps/sparc/sparc64/multiarch/
A Dmemcpy-ultra3.S24 #define VISEntryHalf rd %fprs, %o5; wr %g0, FPRS_FEF, %fprs
A Dmemcpy-niagara4.S29 rd %fprs, %o5; \
A Dmemcpy-niagara2.S29 rd %fprs, %o5; \
A Dmemcpy-memmove-niagara7.S901 rd %fprs, %g5 /* check for unused fp */
/sysdeps/s390/s390-64/
A Ddl-trampoline.h230 lgr %r4,%r14 # return address as 3rd parameter

Completed in 32 milliseconds