Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/toolchain/binutils/binutils-2.27/include/cgen/
Dbasic-ops.h35 #define ANDIF(x, y) ((x) && (y)) argument
36 #define ORIF(x, y) ((x) || (y)) argument
38 #define SUBBI(x, y) ((x) - (y)) argument
39 #define ANDBI(x, y) ((x) & (y)) argument
40 #define ORBI(x, y) ((x) | (y)) argument
41 #define XORBI(x, y) ((x) ^ (y)) argument
42 #define NEGBI(x) (- (x)) argument
43 #define NOTBI(x) (! (BI) (x)) argument
44 #define INVBI(x) (~ (x)) argument
45 #define EQBI(x, y) ((BI) (x) == (BI) (y)) argument
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dtic80-opc.c507 #define OP_SI(x) (((x) & 0x7F) << 15) argument
511 #define OP_LI(x) (((x) & 0x3FF) << 12) argument
515 #define OP_REG(x) OP_LI(x) /* For readability */ argument
519 #define n(x) ((x) << 10) argument
522 #define i(x) ((x) << 11) argument
525 #define F(x) ((x) << 27) argument
528 #define E(x) ((x) << 27) argument
531 #define M_REG(x) ((x) << 15) argument
532 #define M_LI(x) ((x) << 15) argument
535 #define M_SI(x) ((x) << 17) argument
[all …]
Dia64-opc-a.c28 #define bC(x) (((ia64_insn) ((x) & 0x1)) << 12) argument
29 #define bImm14(x) ((((ia64_insn) (((x) >> 0) & 0x7f)) << 13) | \ argument
32 #define bR3a(x) (((ia64_insn) ((x) & 0x7f)) << 20) argument
33 #define bR3b(x) (((ia64_insn) ((x) & 0x3)) << 20) argument
34 #define bTa(x) (((ia64_insn) ((x) & 0x1)) << 33) argument
35 #define bTb(x) (((ia64_insn) ((x) & 0x1)) << 36) argument
36 #define bVe(x) (((ia64_insn) ((x) & 0x1)) << 33) argument
37 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) argument
38 #define bX2(x) (((ia64_insn) ((x) & 0x3)) << 34) argument
39 #define bX2a(x) (((ia64_insn) ((x) & 0x3)) << 34) argument
[all …]
Dia64-opc-i.c29 #define bC(x) (((ia64_insn) ((x) & 0x1)) << 12) argument
30 #define bIh(x) (((ia64_insn) ((x) & 0x1)) << 23) argument
31 #define bTa(x) (((ia64_insn) ((x) & 0x1)) << 33) argument
32 #define bTag13(x) (((ia64_insn) ((x) & 0x1)) << 33) argument
33 #define bTb(x) (((ia64_insn) ((x) & 0x1)) << 36) argument
34 #define bVc(x) (((ia64_insn) ((x) & 0x1)) << 20) argument
35 #define bVe(x) (((ia64_insn) ((x) & 0x1)) << 32) argument
36 #define bWh(x) (((ia64_insn) ((x) & 0x3)) << 20) argument
37 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) argument
38 #define bXb(x) (((ia64_insn) ((x) & 0x1)) << 22) argument
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
Dredef.s3 .set x, .-_start define
6 .set x, .-_start define
8 .set x, .-_start define
10 .set x, .-_start define
Dassign.s1 .global x symbol
2 x = zzz define
3 x = x+1 define
Dequ-bad.s1 .equ x, 1 define
2 .eqv x, 2 define
Deqv-bad.s1 .eqv x, 1 define
2 .eqv x, 2 define
Dequ-ok.s1 .equ x, 1 define
2 .equ x, 2 define
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
Dredef.s3 x: defl .-_start label
6 x: defl .-_start label
8 x: defl .-_start label
10 x: defl .-_start label
/toolchain/binutils/binutils-2.27/binutils/
Dunwind-ia64.h25 #define UNW_VER(x) ((x) >> 48) argument
28 #define UNW_FLAG_EHANDLER(x) ((x) & 0x0000000100000000LL) argument
29 #define UNW_FLAG_UHANDLER(x) ((x) & 0x0000000200000000LL) argument
30 #define UNW_LENGTH(x) ((x) & 0x00000000ffffffffLL) argument
/toolchain/binutils/binutils-2.27/include/aout/
Ddynix3.h63 #define N_BADMAG(x) ((OMAGIC != N_MAGIC(x)) && \ argument
68 #define N_ADDRADJ(x) ((ZMAGIC == N_MAGIC(x) || XMAGIC == N_MAGIC(x)) ? 0x1000 : 0) argument
70 #define N_TXTOFF(x) (EXEC_BYTES_SIZE) argument
71 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x)) argument
72 #define N_SHDATOFF(x) (N_DATOFF(x) + (x)->a_data) argument
73 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x)->a_shdata) argument
74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize) argument
75 #define N_SHDRELOFF(x) (N_DRELOFF(x) + (x)->a_drsize) argument
76 #define N_SYMOFF(x) (N_SHDRELOFF(x) + (x)->a_shdrsize) argument
77 #define N_STROFF(x) (N_SYMOFF(x) + (x)->a_syms) argument
[all …]
Dhp300hpux.h79 #define N_HEADER_IN_TEXT(x) 0 argument
88 #define N_BADMAG(x) ((_N_BADMAG (x)) || (_N_BADMACH (x))) argument
90 #define N_DATADDR(x) \ argument
96 #define _N_BADMACH(x) \ argument
99 #define _N_BADMAG(x) (N_MAGIC(x) != HPUX_DOT_O_MAGIC \ argument
105 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) argument
115 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) ) argument
116 #define N_PASOFF(x) ( N_DATOFF(x) + (x)->a_data) argument
117 #define N_SYMOFF(x) ( N_PASOFF(x) /* + (x)->a_passize*/ ) argument
118 #define N_SUPOFF(x) ( N_SYMOFF(x) + (x)->a_syms ) argument
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dsparc.h262 #define OP2(x) (((x) & 0x7) << 22) /* Op2 field of format2 insns. */ argument
263 #define OP3(x) (((x) & 0x3f) << 19) /* Op3 field of format3 insns. */ argument
264 #define OP(x) ((unsigned) ((x) & 0x3) << 30) /* Op field of all insns. */ argument
265 #define OPF(x) (((x) & 0x1ff) << 5) /* Opf field of float insns. */ argument
266 #define OPF_LOW5(x) OPF ((x) & 0x1f) /* V9. */ argument
267 #define OPF_LOW4(x) OPF ((x) & 0xf) /* V9. */ argument
268 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */ argument
269 #define F3F4(x, y, z) (OP (x) | OP3 (y) | OPF_LOW4 (z)) argument
270 #define F3I(x) (((x) & 0x1) << 13) /* Immediate field of format 3 insns. */ argument
271 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */ argument
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
Dsymtocbase-1.s3 .globl x symbol
4 x: .quad .x,.x@tocbase,0 label
16 .x: label
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Darm-it-bad.s3 .global x symbol
4 x: label
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
Dtls-hx.s2 .globl x symbol
7 x: label
Dtls-x.s1 .globl x symbol
6 x: label
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
Dsysroot-prefix-x.s2 .globl x symbol
3 x: label
Dpr14962b.s2 .globl x symbol
3 x: label
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-frv/
Dtls-1-dep.s3 .globl x symbol
6 x: label
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
Dbpo-5.s3 .global x symbol
4 x LDA $45,x+4200 label
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Drelro2.s2 .globl x symbol
4 x: label
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
Dtls-def-1.s2 .globl x symbol
7 x: label
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/vax/
Delf-rel.s12 .globl x symbol
13 x: label

12345678910>>...18