Searched refs:JUMP (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dflow2.s10 //JUMP ( Preg ) ; /* indirect to an absolute (not PC-relative)address (a) */
13 JUMP (P0); label
14 JUMP (P1); label
15 JUMP (P2); label
16 JUMP (P3); label
17 JUMP (P4); label
18 JUMP (P5); label
19 JUMP (SP); label
20 JUMP (FP); label
22 //JUMP ( P
23 JUMP (PC+P0); label
24 JUMP (PC+P1); label
25 JUMP (PC+P2); label
26 JUMP (PC+P3); label
27 JUMP (PC+P4); label
28 JUMP (PC+P5); label
29 JUMP (PC+SP); label
30 JUMP (PC+FP); label
35 JUMP 0X0; label
36 JUMP 1234; label
37 JUMP -1234; label
38 JUMP 2; label
39 JUMP -2; label
59 JUMP MY_LABEL1; label
60 JUMP MY_LABEL2; label
62 JUMP MY_LABEL1-2; label
63 JUMP MY_LABEL2-2; label
[all...]
H A Dflow2.d8 0: 50 00 JUMP \(P0\);
9 2: 51 00 JUMP \(P1\);
10 4: 52 00 JUMP \(P2\);
11 6: 53 00 JUMP \(P3\);
12 8: 54 00 JUMP \(P4\);
13 a: 55 00 JUMP \(P5\);
14 c: 56 00 JUMP \(SP\);
15 e: 57 00 JUMP \(FP\);
16 10: 80 00 JUMP \(PC \+ P0\);
17 12: 81 00 JUMP \(P
[all...]
H A Dparallel_illegal.d11 a: 00 18 IF CC JUMP 0x0xa
15 12: 00 18 IF CC JUMP 0x0x12
19 1a: 00 18 IF CC JUMP 0x0x1a
23 22: 00 18 IF CC JUMP 0x0x22
27 2a: 00 18 IF CC JUMP 0x0x2a
H A Dflow.d8 0: 55 00 JUMP \(P5\);
9 2: 83 00 JUMP \(PC \+ P3\);
10 4: 00 20 JUMP.S 0x4 .*
11 6: 80 e2 00 00 JUMP.L 0xff000006 .*
12 a: 7f e2 ff ff JUMP.L 0x1000008 .*
13 e: ff 27 JUMP.S 0x100c .*
14 10: 7f e2 00 80 JUMP.L 0xff0010 .*
15 14: f6 2f JUMP.S 0x0 <jump>;
18 16: 00 1a IF CC JUMP 0xfffffc16 .*
19 18: ff 1d IF CC JUMP
[all...]
H A Dflow.s13 JUMP.s (4094);
14 JUMP.L (0X00FF0000);
21 IF CC JUMP (1022) (BP);
27 if !Cc JUMP (FooText);
H A Dload.d114 f3: 10 00 IF !CC JUMP 0xf3 <load_data2>;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Demit-relocs1.d10 +10010: R_ARM_(JUMP|PC)24 target
12 +10014: R_ARM_(JUMP|PC)24 target
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_inst.c80 #define JUMP 7 macro
164 {"JAB", 0xC880, JUMP, {EXPR, 0, 0, 0}},
165 {"JAC", 0xC880, JUMP, {EXPR, 0, 0, 0}},
166 {"JAEQ",0xCA80, JUMP, {EXPR, 0, 0, 0}},
167 {"JAGE",0xC580, JUMP, {EXPR, 0, 0, 0}},
168 {"JAGT",0xC780, JUMP, {EXPR, 0, 0, 0}},
169 {"JAHI",0xC380, JUMP, {EXPR, 0, 0, 0}},
170 {"JAHS",0xC980, JUMP, {EXPR, 0, 0, 0}},
171 {"JALE",0xC680, JUMP, {EXPR, 0, 0, 0}},
172 {"JALO",0xC880, JUMP, {EXP
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/
H A DSYS.h56 #define JUMP(name) \ macro
64 #define JUMP(name) \ macro
69 #define JUMP(name) set _C_LABEL(name),%g1; jmp %g1; nop macro
71 #define ERROR() JUMP(__cerror)
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/sys/
H A D__clone.S66 1: JUMP r1
69 JUMP r1
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dlinux-fixed-code.s30 0: JUMP.S 0b;
42 IF !CC JUMP 1f;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dpdp11-dis.c28 #define JUMP 0x1000 /* Flag that this operand is used in a jump. */ macro
155 if (!(code & JUMP))
228 dst |= JUMP;
236 dst |= JUMP;
246 dst |= JUMP;
H A Darc-opc.c145 'J' JUMP jump address (26 bit absolute)
254 #define JUMP (BRANCH + 1)
258 #define JUMPFLAGS (JUMP + 1)
253 #define JUMP macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dpdp11-dis.c28 #define JUMP 0x1000 /* Flag that this operand is used in a jump. */ macro
155 if (!(code & JUMP))
228 dst |= JUMP;
236 dst |= JUMP;
246 dst |= JUMP;
H A Darc-opc.c145 'J' JUMP jump address (26 bit absolute)
254 #define JUMP (BRANCH + 1)
258 #define JUMPFLAGS (JUMP + 1)
253 #define JUMP macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dasm.h170 #define JUMP braf macro
192 #define JUMP jmp @ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dbfin-parse.h96 JUMP = 312, enumerator in enum:yytokentype
271 #define JUMP 312 macro
H A Dbfin-parse.c123 JUMP = 312, enumerator in enum:yytokentype
298 #define JUMP 312 macro
1460 "LOOP_BEGIN", "LOOP_END", "DISALGNEXCPT", "JUMP", "JUMP_DOT_S",
5167 notethat ("BRCC: IF !CC JUMP pcrel11m2\n");
5180 notethat ("BRCC: IF !CC JUMP pcrel11m2\n");
5193 notethat ("BRCC: IF CC JUMP pcrel11m2\n");
5206 notethat ("BRCC: IF !CC JUMP pcrel11m2\n");
5325 notethat ("ProgCtrl: JUMP (pregs )\n");
5364 notethat ("ProgCtrl: JUMP (PC + pregs )\n");
5411 notethat ("UJUMP: JUMP pcrel1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.h951 /* Return the length of JUMP's delay slot insn (0 if it has none).
952 If JUMP is a delayed branch, NEXT_INSN (PREV_INSN (JUMP)) will
953 be the containing SEQUENCE, not JUMP itself. */
954 #define DELAY_SLOT_LENGTH(JUMP) \
955 (NEXT_INSN (PREV_INSN (JUMP)) == JUMP ? 0 : 2)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/h8300/
H A Dh8300.h1017 /* Return the length of JUMP's delay slot insn (0 if it has none).
1018 If JUMP is a delayed branch, NEXT_INSN (PREV_INSN (JUMP)) will
1019 be the containing SEQUENCE, not JUMP itself. */
1020 #define DELAY_SLOT_LENGTH(JUMP) \
1021 (NEXT_INSN (PREV_INSN (JUMP)) == JUMP ? 0 : 2)
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dextern.h184 #define JUMP 1051 macro
H A Dwords.c196 { "jump", JUMP, VERB, NULL },
H A Dcypher.c558 case JUMP:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y491 %token JUMP JUMP_DOT_S JUMP_DOT_L
2511 | IF BANG CCREG JUMP expr
2515 notethat ("BRCC: IF !CC JUMP pcrel11m2\n");
2522 | IF BANG CCREG JUMP expr LPAREN BP RPAREN
2526 notethat ("BRCC: IF !CC JUMP pcrel11m2\n");
2533 | IF CCREG JUMP expr
2537 notethat ("BRCC: IF CC JUMP pcrel11m2\n");
2544 | IF CCREG JUMP expr LPAREN BP RPAREN
2548 notethat ("BRCC: IF !CC JUMP pcrel11m2\n");
2636 | JUMP LPARE
[all...]
H A Dbfin-lex.l147 [jJ][uU][mM][pP] { BEGIN 0; return JUMP;}

Completed in 312 milliseconds

12