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

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/
gimple-match.h 198 tree op0, tree op1, tree op2, tree op3)
205 ops[3] = op3;
211 tree op0, tree op1, tree op2, tree op3,
219 ops[3] = op3;
226 tree op0, tree op1, tree op2, tree op3,
234 ops[3] = op3;
242 tree op0, tree op1, tree op2, tree op3,
250 ops[3] = op3;
318 tree op0, tree op1, tree op2, tree op3)
326 ops[3] = op3;
    [all...]
  /src/sys/arch/sparc/include/
instr.h 349 #define _I_OP3_GEN(form, rd, op3, rs1, low14) \
350 _I_ANY(form, (rd) << 25 | (op3) << 19 | (rs1) << 14 | (low14))
351 #define _I_OP3_LS_RAR(rd, op3, rs1, asi, rs2) \
352 _I_OP3_GEN(IOP_mem, rd, op3, rs1, (asi) << 5 | (rs2))
353 #define _I_OP3_LS_RI(rd, op3, rs1, simm13) \
354 _I_OP3_GEN(IOP_mem, rd, op3, rs1, _I_SIMM(simm13))
355 #define _I_OP3_LS_RR(rd, op3, rs1, rs2) \
356 _I_OP3_GEN(IOP_mem, rd, op3, rs1, rs2)
357 #define _I_OP3_R_RAR(rd, op3, rs1, asi, rs2) \
358 _I_OP3_GEN(IOP_reg, rd, op3, rs1, (asi) << 5 | (rs2)
    [all...]
  /src/external/historical/nawk/dist/
awkgram.y 206 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
211 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); free($3); }
214 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
217 $$ = op3($2, (Node *)1, $1, $3); }
228 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
239 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); free($3); }
242 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
245 $$ = op3($2, (Node *)1, $1, $3); }
250 else $$ = op3(GETLINE, $4, itonp($2), $1); }
253 else $$ = op3(GETLINE, (Node*)0, itonp($2), $1);
    [all...]
  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress_amd64.S 71 #define op3 rdi define
150 movq 56(%rax), %op3
167 * op3 & ip0 mustn't be clobbered
173 subq %op3, %rax /* rax = oend - op3 */
175 /* r15 = (oend - op3) / 5 */
201 /* olimit = op3 + r15 */
202 addq %op3, %olimit
207 /* If (op3 + 20 > olimit) */
208 movq %op3, %rax /* rax = op3 *
    [all...]
huf_decompress.c 637 BYTE* op3 = opStart3; local
656 HUF_DECODE_SYMBOLX1_2(op3, &bitD3);
660 HUF_DECODE_SYMBOLX1_1(op3, &bitD3);
664 HUF_DECODE_SYMBOLX1_2(op3, &bitD3);
668 HUF_DECODE_SYMBOLX1_0(op3, &bitD3);
682 if (op3 > opStart4) return ERROR(corruption_detected);
688 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog);
1418 BYTE* op3 = opStart3; local
1446 HUF_DECODE_SYMBOLX2_2(op3, &bitD3);
1447 HUF_DECODE_SYMBOLX2_1(op3, &bitD3)
    [all...]
  /src/external/lgpl3/mpc/dist/src/
logging.c 84 __MPC_DECLSPEC int mpc_log_##funcname (mpc_ptr rop, mpc_srcptr op1, mpc_srcptr op2, mpc_srcptr op3, mpc_rnd_t rnd) \
93 MPC_LOGGING_OUT_C (op3); \
95 return func (rop, op1, op2, op3, rnd); \
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h 225 tree op0, tree op1, tree op2, tree op3)
232 ops[3] = op3;
238 tree op0, tree op1, tree op2, tree op3,
246 ops[3] = op3;
312 tree op0, tree op1, tree op2, tree op3)
320 ops[3] = op3;
325 tree op0, tree op1, tree op2, tree op3, tree op4)
333 ops[3] = op3;
  /src/external/lgpl3/mpfr/dist/tests/
reuse.c 170 mpfr_t ref, op1, op2, op3; local
180 mpfr_init2 (op3, prec);
194 set_special (op3, k);
197 testfunc (ref, op1, op2, op3, rnd);
201 testfunc (res, res, op2, op3, rnd);
206 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
214 testfunc (res, op1, res, op3, rnd);
219 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
226 mpfr_set (res, op3, rnd);
232 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
    [all...]
taway.c 146 mpfr_t ref, op1, op2, op3; local
161 mpfr_init2 (op3, p3);
174 set_special (op3, k);
176 inexa = testfunc (res, op1, op2, op3, MPFR_RNDA);
178 inexd = testfunc (ref, op1, op2, op3, r);
183 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
195 mpfr_clear (op3);
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 805 uint64_t op3, FP_formats fmt);
806 #define FusedMultiplyAdd(op1,op2,op3,fmt) fp_fmadd(SIM_ARGS, op1, op2, op3, fmt)
808 uint64_t op3, FP_formats fmt);
809 #define FusedMultiplySub(op1,op2,op3,fmt) fp_fmsub(SIM_ARGS, op1, op2, op3, fmt)
811 uint64_t op3, FP_formats fmt);
812 #define MultiplyAdd(op1,op2,op3,fmt) fp_madd(SIM_ARGS, op1, op2, op3, fmt)
814 uint64_t op3, FP_formats fmt)
    [all...]
cp1.c 951 uint64_t op3,
979 sim_fpu_32to (&wop2, op3);
1005 sim_fpu_64to (&wop2, op3);
1040 uint64_t op3,
1055 status = inner_mac(sim_fpu_op, op1, op2, op3, scale,
1063 FP_PS_upper(op3), scale, negate, fmt_single,
1066 FP_PS_lower(op3), scale, negate, fmt_single,
1086 uint64_t op3,
1106 sim_fpu_32to (&wop2, op3);
1119 sim_fpu_64to (&wop2, op3);
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 805 uint64_t op3, FP_formats fmt);
806 #define FusedMultiplyAdd(op1,op2,op3,fmt) fp_fmadd(SIM_ARGS, op1, op2, op3, fmt)
808 uint64_t op3, FP_formats fmt);
809 #define FusedMultiplySub(op1,op2,op3,fmt) fp_fmsub(SIM_ARGS, op1, op2, op3, fmt)
811 uint64_t op3, FP_formats fmt);
812 #define MultiplyAdd(op1,op2,op3,fmt) fp_madd(SIM_ARGS, op1, op2, op3, fmt)
814 uint64_t op3, FP_formats fmt)
    [all...]
cp1.c 951 uint64_t op3,
979 sim_fpu_32to (&wop2, op3);
1005 sim_fpu_64to (&wop2, op3);
1040 uint64_t op3,
1055 status = inner_mac(sim_fpu_op, op1, op2, op3, scale,
1063 FP_PS_upper(op3), scale, negate, fmt_single,
1066 FP_PS_lower(op3), scale, negate, fmt_single,
1086 uint64_t op3,
1106 sim_fpu_32to (&wop2, op3);
1119 sim_fpu_64to (&wop2, op3);
    [all...]
  /src/external/gpl3/gdb/dist/sim/h8300/
h8300-sim.h 102 ea_type op3; member in struct:__anon19485
  /src/external/gpl3/gdb.old/dist/sim/h8300/
h8300-sim.h 102 ea_type op3; member in struct:__anon22224
  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 226 static int fpexec (uint32_t op3, uint32_t rd, uint32_t rs1, uint32_t rs2,
228 static int chk_asi (struct pstate *sregs, uint32_t *asi, uint32_t op3);
396 uint32_t cwp, op, op2, op3, asi, rd, cond, rs1, local
409 op3 = rd = rs1 = operand2 = eicc = 0;
413 op3 = (sregs->inst >> 19) & 0x3f;
421 ldep = (((op3 & 0x38) != 0x28) && ((op3 & 0x3e) != 0x34) && (sregs->ildreg != 0));
628 if ((op3 >> 1) == 0x1a) {
634 sregs->trap = fpexec(op3, rd, rs1, rs2, sregs);
638 switch (op3) {
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 226 static int fpexec (uint32_t op3, uint32_t rd, uint32_t rs1, uint32_t rs2,
228 static int chk_asi (struct pstate *sregs, uint32_t *asi, uint32_t op3);
396 uint32_t cwp, op, op2, op3, asi, rd, cond, rs1, local
409 op3 = rd = rs1 = operand2 = eicc = 0;
413 op3 = (sregs->inst >> 19) & 0x3f;
421 ldep = (((op3 & 0x38) != 0x28) && ((op3 & 0x3e) != 0x34) && (sregs->ildreg != 0));
628 if ((op3 >> 1) == 0x1a) {
634 sregs->trap = fpexec(op3, rd, rs1, rs2, sregs);
638 switch (op3) {
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-h8300.c 1234 unsigned char op0, op1, op2, op3;
1290 op3 = bfd_get_8 (abfd, op_ptr + 3);
1295 && (op3 & 0x80) == 0x80)
1302 op3 &= ~0x08;
1303 bfd_put_8 (abfd, op3, op_ptr + 3);
1380 unsigned char op0, op1, op2, op3, op0n, op1n;
1394 op3 = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1401 if ((op1 & 0x8F) == 0x00 && (op3 & 0x70) == 0x20)
1409 if ((op1 & 0x0F) == 0x00 && (op3 & 0x70) == 0x20)
1424 op1n = (op3 & 0x8F) | (op1 & 0x70)
1233 unsigned char op0, op1, op2, op3; local
1379 unsigned char op0, op1, op2, op3, op0n, op1n; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-h8300.c 1234 unsigned char op0, op1, op2, op3;
1290 op3 = bfd_get_8 (abfd, op_ptr + 3);
1295 && (op3 & 0x80) == 0x80)
1302 op3 &= ~0x08;
1303 bfd_put_8 (abfd, op3, op_ptr + 3);
1380 unsigned char op0, op1, op2, op3, op0n, op1n;
1394 op3 = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1401 if ((op1 & 0x8F) == 0x00 && (op3 & 0x70) == 0x20)
1409 if ((op1 & 0x0F) == 0x00 && (op3 & 0x70) == 0x20)
1424 op1n = (op3 & 0x8F) | (op1 & 0x70)
1233 unsigned char op0, op1, op2, op3; local
1379 unsigned char op0, op1, op2, op3, op0n, op1n; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-h8300.c 1234 unsigned char op0, op1, op2, op3;
1290 op3 = bfd_get_8 (abfd, op_ptr + 3);
1295 && (op3 & 0x80) == 0x80)
1302 op3 &= ~0x08;
1303 bfd_put_8 (abfd, op3, op_ptr + 3);
1380 unsigned char op0, op1, op2, op3, op0n, op1n;
1394 op3 = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1401 if ((op1 & 0x8F) == 0x00 && (op3 & 0x70) == 0x20)
1409 if ((op1 & 0x0F) == 0x00 && (op3 & 0x70) == 0x20)
1424 op1n = (op3 & 0x8F) | (op1 & 0x70)
1233 unsigned char op0, op1, op2, op3; local
1379 unsigned char op0, op1, op2, op3, op0n, op1n; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-h8300.c 1235 unsigned char op0, op1, op2, op3;
1291 op3 = bfd_get_8 (abfd, op_ptr + 3);
1296 && (op3 & 0x80) == 0x80)
1303 op3 &= ~0x08;
1304 bfd_put_8 (abfd, op3, op_ptr + 3);
1381 unsigned char op0, op1, op2, op3, op0n, op1n;
1395 op3 = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1402 if ((op1 & 0x8F) == 0x00 && (op3 & 0x70) == 0x20)
1410 if ((op1 & 0x0F) == 0x00 && (op3 & 0x70) == 0x20)
1425 op1n = (op3 & 0x8F) | (op1 & 0x70)
1234 unsigned char op0, op1, op2, op3; local
1380 unsigned char op0, op1, op2, op3, op0n, op1n; local
    [all...]
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v02.c 1692 BYTE* op3 = opStart3; local
1713 HUF_DECODE_SYMBOLX2_2(op3, &bitD3);
1717 HUF_DECODE_SYMBOLX2_1(op3, &bitD3);
1721 HUF_DECODE_SYMBOLX2_2(op3, &bitD3);
1725 HUF_DECODE_SYMBOLX2_0(op3, &bitD3);
1734 if (op3 > opStart4) return ERROR(corruption_detected);
1740 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2054 BYTE* op3 = opStart3; local
2075 HUF_DECODE_SYMBOLX4_2(op3, &bitD3);
2079 HUF_DECODE_SYMBOLX4_1(op3, &bitD3)
2411 BYTE* op3 = opStart3; local
    [all...]
zstd_v03.c 1688 BYTE* op3 = opStart3; local
1709 HUF_DECODE_SYMBOLX2_2(op3, &bitD3);
1713 HUF_DECODE_SYMBOLX2_1(op3, &bitD3);
1717 HUF_DECODE_SYMBOLX2_2(op3, &bitD3);
1721 HUF_DECODE_SYMBOLX2_0(op3, &bitD3);
1730 if (op3 > opStart4) return ERROR(corruption_detected);
1736 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2050 BYTE* op3 = opStart3; local
2071 HUF_DECODE_SYMBOLX4_2(op3, &bitD3);
2075 HUF_DECODE_SYMBOLX4_1(op3, &bitD3)
    [all...]
  /src/sys/arch/amd64/amd64/
db_disasm.c 130 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro
339 /*a4*/ { "shld", true, LONG, op3(Ib,R,E), 0 },
340 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
348 /*ac*/ { "shrd", true, LONG, op3(Ib,R,E), 0 },
349 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
721 /*69*/ { "imul", true, LONG, op3(I,E,R), 0 },
723 /*6b*/ { "imul", true, LONG, op3(Ibs,E,R),0 },
  /src/sys/arch/i386/i386/
db_disasm.c 113 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro
307 /*a4*/ { "shld", true, LONG, op3(Ib,R,E), 0 },
308 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
316 /*ac*/ { "shrd", true, LONG, op3(Ib,R,E), 0 },
317 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
684 /*69*/ { "imul", true, LONG, op3(I,E,R), 0 },
686 /*6b*/ { "imul", true, LONG, op3(Ibs,E,R),0 },

Completed in 126 milliseconds

1 2 3 4