| /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/gdb/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/gdb.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/binutils/dist/opcodes/ |
| arc-tbl.h | 14509 { "push_s", 0x0000C0E1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { RB_S }, { C_AA_AW }}, 14512 { "push_s", 0x0000C0F1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { BLINK_S }, { C_AA_AW }}, [all...] |
| 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);
|
| m32c-asm.c | 860 int push) 896 if (push) /* Mask is reversed for push. */ 917 #define PUSH 1 934 return parse_regset (cd, strp, opindex, valuep, PUSH);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arc-tbl.h | 14509 { "push_s", 0x0000C0E1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { RB_S }, { C_AA_AW }}, 14512 { "push_s", 0x0000C0F1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { BLINK_S }, { C_AA_AW }}, [all...] |
| 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);
|
| m32c-asm.c | 860 int push) 896 if (push) /* Mask is reversed for push. */ 917 #define PUSH 1 934 return parse_regset (cd, strp, opindex, valuep, PUSH);
|
| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| 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...] |
| 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...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| 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...] |
| 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...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| arc-tbl.h | 14509 { "push_s", 0x0000C0E1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { RB_S }, { C_AA_AW }}, 14512 { "push_s", 0x0000C0F1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { BLINK_S }, { C_AA_AW }}, [all...] |
| 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);
|
| m32c-asm.c | 860 int push) 896 if (push) /* Mask is reversed for push. */ 917 #define PUSH 1 934 return parse_regset (cd, strp, opindex, valuep, PUSH);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| arc-tbl.h | 14509 { "push_s", 0x0000C0E1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { RB_S }, { C_AA_AW }}, 14512 { "push_s", 0x0000C0F1, 0x0000F8FF, ARC_OPCODE_ARC600 | ARC_OPCODE_ARC700 | ARC_OPCODE_ARCv2EM | ARC_OPCODE_ARCv2HS, PUSH, NONE, { BLINK_S }, { C_AA_AW }}, [all...] |
| 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);
|
| m32c-asm.c | 860 int push) 896 if (push) /* Mask is reversed for push. */ 917 #define PUSH 1 934 return parse_regset (cd, strp, opindex, valuep, PUSH);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| rl78-parse.h | 143 PUSH = 344, /* PUSH */ 268 #define PUSH 344
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rl78-parse.h | 143 PUSH = 344, /* PUSH */ 268 #define PUSH 344
|
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 841 PUSH AF 842 PUSH HL 1107 PUSH HL 1321 PUSH BC 1322 PUSH DE
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_32.c | 95 #define PUSH 0xe92d0000 885 sljit_uw push; local 891 /* Push saved registers, temporary registers 893 push = PUSH | (1 << 14); 897 push |= 1 << reg_map[i]; 900 push |= 1 << reg_map[i]; 902 FAIL_IF(push_inst(compiler, push)); 949 /* Push saved registers, temporary registers
|
| sljitNativeARM_T2_32.c | 144 #define PUSH 0xb400 1048 sljit_ins push = 0; local 1056 push |= 1 << reg_map[i]; 1059 push |= 1 << reg_map[i]; 1061 FAIL_IF((push & 0xff00) 1062 ? push_inst32(compiler, PUSH_W | (1 << 14) | push) 1063 : push_inst16(compiler, PUSH | (1 << 8) | push));
|