Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 207) sorted by relevance

123456789

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dequ.s5 .equ r, -1 define
9 .equ r, xtrn define
12 .equ r, %ecx define
27 .equ r, -2 define
31 .equ r, xtrn define
34 .equ r, edx define
42 .equ r, edx + 4 define
53 .equ r, -3 define
/toolchain/binutils/binutils-2.25/opcodes/
Darc-ext.c81 struct ExtAuxRegister *r; in arcExtMap_auxRegName() local
94 clean_aux_registers(struct ExtAuxRegister *r) in clean_aux_registers()
112 struct ExtAuxRegister *r; in cleanup_ext_map() local
Dmsp430-decode.c66 #define OP(n, t, r, a) (msp430->op[n].type = t, \ argument
80 #define DR(r) OP (0, MSP430_Operand_Register, r, 0) argument
81 #define DM(r, a) OP (0, MSP430_Operand_Indirect, r, a) argument
83 #define AD(r, ad) encode_ad (r, ad, ld, 0) argument
84 #define ADX(r, ad, x) encode_ad (r, ad, ld, x) argument
87 #define SR(r) OP (1, MSP430_Operand_Register, r, 0) argument
88 #define SM(r, a) OP (1, MSP430_Operand_Indirect, r, a) argument
90 #define SI(r) OP (1, MSP430_Operand_Indirect_Postinc, r, 0) argument
91 #define AS(r, as) encode_as (r, as, ld, 0) argument
92 #define ASX(r, as, x) encode_as (r, as, ld, x) argument
Drl78-decode.c42 #define OP(n,t,r,a) (rl78->op[n].type = t, \ argument
109 #define DR(r) OP (0, RL78_Operand_Register, RL78_Reg_##r, 0) argument
110 #define DRB(r) OP (0, RL78_Operand_Register, RB(r), 0) argument
111 #define DRW(r) OP (0, RL78_Operand_Register, RW(r), 0) argument
112 #define DM(r,a) OP (0, RL78_Operand_Indirect, RL78_Reg_##r, a) argument
120 #define SR(r) OP (1, RL78_Operand_Register, RL78_Reg_##r, 0) argument
121 #define SRB(r) OP (1, RL78_Operand_Register, RB(r), 0) argument
122 #define SRW(r) OP (1, RL78_Operand_Register, RW(r), 0) argument
123 #define SM(r,a) OP (1, RL78_Operand_Indirect, RL78_Reg_##r, a) argument
Dcr16-dis.c201 getregname (reg r) in getregname()
214 getregpname (reg r) in getregpname()
227 getidxregpname (reg r) in getidxregpname()
258 const reg_entry *r; in getprocregname() local
272 const reg_entry *r; in getprocpregname() local
Drx-decode.c81 #define OP(n,t,r,a) (rx->op[n].type = t, \ argument
84 #define OPs(n,t,r,a,s) (OP (n,t,r,a), \ argument
108 #define DR(r) OP (0, RX_Operand_Register, r, 0) argument
109 #define DI(r,a) OP (0, RX_Operand_Indirect, r, a) argument
110 #define DIs(r,a,s) OP (0, RX_Operand_Indirect, r, (a) * SCALE[s]) argument
111 #define DD(t,r,s) rx_disp (0, t, r, bwl[s], ld); argument
112 #define DF(r) OP (0, RX_Operand_Flag, flagmap[r], 0) argument
115 #define SR(r) OP (1, RX_Operand_Register, r, 0) argument
116 #define SRR(r) OP (1, RX_Operand_TwoReg, r, 0) argument
117 #define SI(r,a) OP (1, RX_Operand_Indirect, r, a) argument
[all …]
Dnds32-asm.c215 #define DEF_REG(r) (__BIT (r)) argument
216 #define USE_REG(r) (__BIT (r)) argument
217 #define RT(r) (r << 20) argument
218 #define RA(r) (r << 15) argument
219 #define RB(r) (r << 10) argument
220 #define RA5(r) (r) argument
1660 int r; in parse_fe5() local
1678 int r; in parse_pi5() local
1950 int r; in parse_operand() local
Dm68k-opc.c2175 #define TBL(name1, name2, name3, s, r) \ argument
/toolchain/binutils/binutils-2.25/include/
Dleb128.h55 uint64_t *r) in read_uleb128_to_uint64()
88 int64_t *r) in read_sleb128_to_int64()
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-defs.h180 #define IS_EVEN(r) ((r).regno % 2 == 0) argument
185 #define _TYPECHECK(r, x) (((r).regno & CLASS_MASK) == T_REG_##x) argument
187 #define IS_DREG(r) _TYPECHECK(r, R) argument
188 #define IS_DREG_H(r) (_TYPECHECK(r, R) && IS_H(r)) argument
189 #define IS_DREG_L(r) (_TYPECHECK(r, R) && !IS_H(r)) argument
190 #define IS_PREG(r) _TYPECHECK(r, P) argument
191 #define IS_IREG(r) (((r).regno & 0xf4) == T_REG_I) argument
192 #define IS_MREG(r) (((r).regno & 0xf4) == T_REG_M) argument
193 #define IS_BREG(r) (((r).regno & 0xf4) == T_REG_B) argument
194 #define IS_LREG(r) (((r).regno & 0xf4) == T_REG_L) argument
[all …]
Dbfin-lex.l509 static int parse_reg (Register *r, int cl, char *rt) in parse_reg()
516 static int parse_halfreg (Register *r, int cl, char *rt) in parse_halfreg()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Dtls-gdgotrelm.s4 .set r,1 define
Dtls-gottprelm.s4 .set r,1 define
Dtls-dtprelm.s4 .set r,1 define
Dtls-tprelm.s4 .set r,1 define
/toolchain/binutils/binutils-2.25/binutils/
Dresrc.c692 rc_res_resource *r; in define_accelerator() local
716 rc_res_resource *r; in define_bitmap() local
758 rc_res_resource *r; in define_cursor() local
872 rc_res_resource *r; in define_dialog() local
949 rc_res_resource *r; in define_font() local
1028 rc_res_resource *r; in define_font_rcdata() local
1049 rc_res_resource *r; in define_fontdirs() local
1086 rc_res_resource *r; in define_fontdir_rcdata() local
1132 rc_res_resource *r; in define_messagetable_rcdata() local
1160 rc_res_resource *r; in define_icon() local
[all …]
Dresbin.c188 rc_res_resource *r; in bin_to_res_generic() local
204 rc_res_resource *r; in bin_to_res_cursor() local
227 rc_res_resource *r; in bin_to_res_menu() local
429 rc_res_resource *r; in bin_to_res_dialog() local
611 rc_res_resource *r; in bin_to_res_string() local
657 rc_res_resource *r; in bin_to_res_fontdir() local
727 rc_res_resource *r; in bin_to_res_accelerators() local
770 rc_res_resource *r; in bin_to_res_rcdata() local
793 rc_res_resource *r; in bin_to_res_group_cursor() local
848 rc_res_resource *r; in bin_to_res_group_icon() local
[all …]
/toolchain/binutils/binutils-2.25/gas/
Ditbl-ops.c453 struct itbl_entry *r; in itbl_get_name() local
468 struct itbl_entry *r; in itbl_get_val() local
508 struct itbl_entry *r; in itbl_assemble() local
598 struct itbl_entry *r; in itbl_disassemble() local
670 apply_range (unsigned long rval, struct itbl_range r) in apply_range()
694 extract_range (unsigned long aval, struct itbl_range r) in extract_range()
766 unsigned long val, struct itbl_range *r) in find_entry_byval()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
Daligncomm-1.c6 __m128 r; variable
Daligncomm-2.c7 __m128 r; variable
Daligncomm-3.c8 __m128 r; variable
Daligncomm-4.c9 __m128 r; variable
/toolchain/binutils/binutils-2.25/ld/
Dldcref.c164 struct cref_ref *r; in add_cref() local
224 struct cref_ref *r; in handle_asneeded_cref() local
254 struct cref_ref *r; in handle_asneeded_cref() local
296 struct cref_ref *r; in handle_asneeded_cref() local
408 struct cref_ref *r; in output_one_cref() local
/toolchain/binutils/binutils-2.25/libiberty/
Dfilename_cmp.c167 hashval_t r = 0; in filename_hash() local
/toolchain/binutils/binutils-2.25/gprof/
Dhist.c251 unsigned int i, r; in hist_write_hist() local
300 histogram *r = find_histogram_for_pc (sym->addr); in scale_and_align_entries() local
361 hist_assign_samples_1 (histogram *r) in hist_assign_samples_1()

123456789