Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 83) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ns32k.h76 #define TC_FRAG_INIT(X) \ argument
86 #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP argument
87 #define frag_opcode_offset(X) (X)->tc_frag_data.fr_opcode_offset argument
88 #define frag_bsr(X) (X)->tc_frag_data.fr_bsr argument
100 #define fix_im_disp(X) (X)->fx_im_disp argument
101 #define fix_bit_fixP(X) (X)->fx_bit_fixP argument
102 #define fix_opcode_frag(X) (X)->tc_fix_data.opcode_fragP argument
103 #define fix_opcode_offset(X) (X)->tc_fix_data.opcode_offset argument
104 #define fix_bsr(X) (X)->tc_fix_data.bsr argument
106 #define TC_INIT_FIX_DATA(X) \ argument
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
Dopcodes.s4 .global X, Y, Z symbol
305 X: .word 0 label
Daddress.s22 X: .word 0 label
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
Dget-op.s6 X IS $123 label
Derr-set.s6 X IS $31 label
Dtwo-op.s22 X IS $23 label
Dpop-op.s7 X IS 23 label
Dresume-op.s6 X IS 1 label
Dunsave-op.s5 X IS $31 label
Derr-case.s6 X is 42 % { dg-error "unknown opcode: \`is\'" "" } label
Dset.s8 X IS $31 label
Dsave-op.s5 X IS $31 label
Droundr-op.s9 X IS $135 label
Dround2-op.s13 X IS $135 label
Droundi-op.s16 X IS $135 label
Dreg-op.s11 X IS $23 label
Dput-op.s12 X IS $123 label
Dreg3-op.s29 X IS $23 label
Dregx-op.s34 X IS 123 label
Dregt-op.s137 X IS $23 label
Dregy-op.s34 X IS $123 label
Dpushgo-op.s65 X IS $23 label
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dadrl.s23 X: label
/toolchain/binutils/binutils-2.25/bfd/
Delf-hppa.h30 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) argument
31 #define ELF_R_SYM(X) ELF64_R_SYM(X) argument
38 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) argument
39 #define ELF_R_SYM(X) ELF32_R_SYM(X) argument
/toolchain/binutils/binutils-2.25/include/coff/
Dz80.h38 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) argument
40 #define COFF_DECODE_ALIGNMENT(X) (((X)>>8)&0xF) argument

1234