HomeSort by: relevance | last modified time | path
    Searched refs:PUSH (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/libctf/
ctf-qsort_r.c 69 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top))
117 PUSH (NULL, NULL);
177 ignore one or both. Otherwise, push the larger partition's
194 /* Push larger left partition indices. */
195 PUSH (lo, right_ptr);
200 /* Push larger right partition indices. */
201 PUSH (left_ptr, hi);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-qsort_r.c 69 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top))
117 PUSH (NULL, NULL);
177 ignore one or both. Otherwise, push the larger partition's
194 /* Push larger left partition indices. */
195 PUSH (lo, right_ptr);
200 /* Push larger right partition indices. */
201 PUSH (left_ptr, hi);
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 290 #define PUSH(ARG) (toyvm_frame_push (&frame, (ARG)))
297 PUSH (arg);
317 PUSH (x);
318 PUSH (x);
324 PUSH (y);
325 PUSH (x);
331 PUSH (x + y);
337 PUSH (x - y);
343 PUSH (x * y);
349 PUSH (x < y)
    [all...]
toyvm.cc 149 void push (int arg);
317 toyvm_frame::push (int arg)
348 #define PUSH(ARG) (frame.push (ARG))
355 PUSH (arg);
375 PUSH (x);
376 PUSH (x);
382 PUSH (y);
383 PUSH (x);
389 PUSH (x + y)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.h 143 PUSH = 344, /* PUSH */
268 #define PUSH 344
rx-parse.h 170 PUSH = 371, /* PUSH */
339 #define PUSH 371
rl78-parse.y 176 %token POP PUSH
908 | PUSH regw
911 | PUSH PSW
1313 OPC(PUSH),
rx-parse.y 169 %token POP POPC POPM PUSH PUSHA PUSHC PUSHM
427 rx_error (_("PUSHM cannot push R0"));
477 | PUSH bwl REG
493 as_bad (_("PUSHC can only push the first 16 control registers")); }
623 | PUSH bwl disp '[' REG ']'
1439 OPC(PUSH),
rl78-parse.c 60 /* Push parsers. */
329 PUSH = 344, /* PUSH */
454 #define PUSH 344
604 YYSYMBOL_PUSH = 89, /* PUSH */
861 _Pragma ("GCC diagnostic push") \
865 _Pragma ("GCC diagnostic push") \
884 _Pragma ("GCC diagnostic push") \
1155 "PUSH", "RET", "RETI", "RETB", "ROL", "ROLC", "ROLWC", "ROR", "RORC",
1974 | yynewstate -- push a new state, which is found in yystate.
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.h 143 PUSH = 344, /* PUSH */
268 #define PUSH 344
rx-parse.h 170 PUSH = 371, /* PUSH */
339 #define PUSH 371
rl78-parse.y 176 %token POP PUSH
908 | PUSH regw
911 | PUSH PSW
1313 OPC(PUSH),
rx-parse.y 169 %token POP POPC POPM PUSH PUSHA PUSHC PUSHM
427 rx_error (_("PUSHM cannot push R0"));
477 | PUSH bwl REG
493 as_bad (_("PUSHC can only push the first 16 control registers")); }
623 | PUSH bwl disp '[' REG ']'
1439 OPC(PUSH),
rl78-parse.c 60 /* Push parsers. */
329 PUSH = 344, /* PUSH */
454 #define PUSH 344
604 YYSYMBOL_PUSH = 89, /* PUSH */
861 _Pragma ("GCC diagnostic push") \
865 _Pragma ("GCC diagnostic push") \
884 _Pragma ("GCC diagnostic push") \
1155 "PUSH", "RET", "RETI", "RETB", "ROL", "ROLC", "ROLWC", "ROR", "RORC",
1974 | yynewstate -- push a new state, which is found in yystate.
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 20 PUSH {r1-r3,lr}
50 PUSH {r1-r3,lr}
81 PUSH {r1-r3,lr}
  /src/sys/netinet/
tcp_debug.c 193 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2hw_mul.S 52 PUSH.W sr ; Save current interrupt state
237 PUSH R10 { PUSH R9 { PUSH R8 { PUSH R7 { PUSH R6
  /src/external/gpl3/binutils/dist/cpu/
m32c.opc 893 int push)
929 if (push) /* Mask is reversed for push. */
950 #define PUSH 1
967 return parse_regset (cd, strp, opindex, valuep, PUSH);
1100 #define PUSH 1
1114 int push)
1125 if (push)
1138 if (push)
1171 print_regset (cd, dis_info, value, attrs, pc, length, PUSH);
    [all...]
  /src/external/gpl3/binutils.old/dist/cpu/
m32c.opc 893 int push)
929 if (push) /* Mask is reversed for push. */
950 #define PUSH 1
967 return parse_regset (cd, strp, opindex, valuep, PUSH);
1100 #define PUSH 1
1114 int push)
1125 if (push)
1138 if (push)
1171 print_regset (cd, dis_info, value, attrs, pc, length, PUSH);
    [all...]
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 841 PUSH AF
842 PUSH HL
1107 PUSH HL
1321 PUSH BC
1322 PUSH DE
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 3496 #define PUSH(UPPER, LOWER, VALUE) \
3498 AARCH64_FOR_SVPATTERN (PUSH)
3499 #undef PUSH
3510 #define PUSH(UPPER, LOWER, VALUE) \
3512 AARCH64_FOR_SVPRFOP (PUSH)
3513 #undef PUSH
  /src/external/gpl3/binutils/dist/include/opcode/
arc.h 80 PUSH,
  /src/external/gpl3/binutils.old/dist/include/opcode/
arc.h 80 PUSH,
  /src/external/gpl3/binutils/dist/opcodes/
m32c-dis.c 192 #define PUSH 1
206 int push)
217 if (push)
230 if (push)
263 print_regset (cd, dis_info, value, attrs, pc, length, PUSH);
  /src/external/gpl3/binutils.old/dist/opcodes/
m32c-dis.c 192 #define PUSH 1
206 int push)
217 if (push)
230 if (push)
263 print_regset (cd, dis_info, value, attrs, pc, length, PUSH);

Completed in 84 milliseconds

1 2