Searched refs:op3 (Results 1 - 25 of 40) sorted by relevance

12

/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dldst-reg-pair.s44 .macro op3 op, reg, size, type
64 op3 stp, w, 4, \type
65 op3 ldp, w, 4, \type
67 op3 ldpsw, x, 4, \type
69 op3 stp, x, 8, \type
70 op3 ldp, x, 8, \type
72 op3 stp, s, 4, \type
73 op3 ldp, s, 4, \type
75 op3 stp, d, 8, \type
76 op3 ld
[all...]
H A Dldst-reg-reg-offset.s42 .macro op3 op, reg, ext, imm=-1
64 op3 \op, b, \ext
65 op3 \op, b, \ext, 0
66 op3 \op, h, \ext, 0
67 op3 \op, h, \ext, 1
68 op3 \op, s, \ext, 0
69 op3 \op, s, \ext, 2
70 op3 \op, d, \ext, 0
71 op3 \op, d, \ext, 3
72 op3 \o
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dbool.c13 TYPE op3 (TYPE a, TYPE b) { return ~(a | b); } /* nor */ function
/haiku-buildtools/gcc/mpc/src/
H A Dlogging.c91 __MPC_DECLSPEC int mpc_log_##funcname (mpc_ptr rop, mpc_srcptr op1, mpc_srcptr op2, mpc_srcptr op3, mpc_rnd_t rnd) \
100 MPC_LOGGING_OUT_C (op3); \
102 return func (rop, op1, op2, op3, rnd); \
/haiku-buildtools/gcc/mpfr/tests/
H A Dreuse.c168 mpfr_t ref, op1, op2, op3; local
178 mpfr_init2 (op3, prec);
192 set_special (op3, k);
195 testfunc (ref, op1, op2, op3, rnd);
199 testfunc (res, res, op2, op3, rnd);
204 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
211 testfunc (res, op1, res, op3, rnd);
216 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
222 mpfr_set (res, op3, rnd);
228 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
[all...]
H A Dtaway.c141 mpfr_t ref, op1, op2, op3; local
156 mpfr_init2 (op3, p3);
169 set_special (op3, k);
171 inexa = testfunc (res, op1, op2, op3, MPFR_RNDA);
173 inexd = testfunc (ref, op1, op2, op3, r);
178 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
190 mpfr_clear (op3);
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dreuse.c157 #define FAIL(class,indx,op1,op2,op3) \
160 dump (class##_func_names[indx], op1, op2, op3); \
163 #define FAIL2(fname,op1,op2,op3) \
165 dump (#fname, op1, op2, op3); \
169 #define FAIL(class,indx,op1,op2,op3) \
172 dump (class/**/_func_names[indx], op1, op2, op3); \
175 #define FAIL2(fname,op1,op2,op3) \
177 dump ("fname", op1, op2, op3); \
/haiku-buildtools/gcc/mpc/tests/
H A Dread_data.c482 known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_ptr op3,
491 read_mpc (fp, op3, NULL);
845 mpc_t op1, op2, op3, got, expected; local
848 op3[0] = z4[0];
859 MPC_OUT (op3);
873 mpc_t op1, op2, op3, got, expected; local
876 op3[0] = z4[0];
888 MPC_OUT (op3);
481 read_cccc(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_ptr op3, mpc_rnd_t *rnd) argument
H A Dtgeneric.c280 tgeneric_cccc (mpc_function *function, mpc_ptr op1, mpc_ptr op2, mpc_ptr op3, argument
289 function->pointer.CCCC (rop4, op1, op2, op3, rnd);
290 function->pointer.CCCC (rop, op1, op2, op3, rnd);
309 MPC_OUT (op3);
471 unsigned long int op2, mpc_ptr op3, mpc_ptr rop,
476 function->pointer.CUUC (rop4, op1, op2, op3, rnd);
477 function->pointer.CUUC (rop, op1, op2, op3, rnd);
492 MPC_OUT (op3);
470 tgeneric_cuuc(mpc_function *function, unsigned long int op1, unsigned long int op2, mpc_ptr op3, mpc_ptr rop, mpc_ptr rop4, mpc_ptr rop4rnd, mpc_rnd_t rnd) argument
/haiku-buildtools/binutils/bfd/
H A Delf32-h8300.c1231 unsigned char op0, op1, op2, op3;
1285 op3 = bfd_get_8 (abfd, op_ptr + 3);
1290 && (op3 & 0x80) == 0x80)
1297 op3 &= ~0x08;
1298 bfd_put_8 (abfd, op3, op_ptr + 3);
1375 unsigned char op0, op1, op2, op3, op0n, op1n;
1389 op3 = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1396 if ((op1 & 0x8F) == 0x00 && (op3 & 0x70) == 0x20)
1404 if ((op1 & 0x0F) == 0x00 && (op3 & 0x70) == 0x20)
1419 op1n = (op3
1230 unsigned char op0, op1, op2, op3; local
1374 unsigned char op0, op1, op2, op3, op0n, op1n; local
[all...]
/haiku-buildtools/cloog/source/
H A Dunion_domain.c228 int op1, op2, op3; local
265 if (sscanf(line, " %d %d %d", &op1, &op2, &op3) != 3)
/haiku-buildtools/gcc/gcc/
H A Dgimple.c412 tree op1, op2, op3; local
414 extract_ops_from_tree (rhs, &subcode, &op1, &op2, &op3);
415 return gimple_build_assign (lhs, subcode, op1, op2, op3 PASS_MEM_STAT);
424 tree op2, tree op3 MEM_STAT_DECL)
444 if (op3)
447 gimple_assign_set_rhs3 (p, op3);
458 tree op2, tree op3 MEM_STAT_DECL)
460 return gimple_build_assign_1 (lhs, subcode, op1, op2, op3 PASS_MEM_STAT);
1596 tree op1, op2, op3; local
1598 extract_ops_from_tree (expr, &subcode, &op1, &op2, &op3);
1610 gimple_assign_set_rhs_with_ops(gimple_stmt_iterator *gsi, enum tree_code code, tree op1, tree op2, tree op3) argument
[all...]
H A Dtree-vect-loop.c2230 tree op1, op2, op3 = NULL_TREE, op4 = NULL_TREE; local
2408 op3 = gimple_assign_rhs1 (def_stmt);
2409 if (COMPARISON_CLASS_P (op3))
2411 op4 = TREE_OPERAND (op3, 1);
2412 op3 = TREE_OPERAND (op3, 0);
2447 || (op3 && TREE_CODE (op3) == SSA_NAME
2448 && !types_compatible_p (type, TREE_TYPE (op3)))
2463 if (op3)
[all...]
H A Dtree-ssa-forwprop.c1885 tree op0, op1, op2, op3, arg0, arg1; local
1923 op3 = gimple_assign_rhs3 (def_stmt);
1924 if (TREE_CODE (op3) != VECTOR_CST)
1926 ident = is_combined_permutation_identity (op3, op2);
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dm88k.h441 OPSPEC op1,op2,op3; member in struct:INSTRUCTAB
/haiku-buildtools/binutils/include/opcode/
H A Dm88k.h441 OPSPEC op1,op2,op3; member in struct:INSTRUCTAB
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dc4x.c3349 rtx op3 = operands[3]; local
3357 if (GET_CODE (op3) == SUBREG)
3358 op3 = SUBREG_REG (op3);
3365 op0 is used as an index or base register in op2 or op3, since
3369 || (GET_CODE (op3) == MEM && reg_mentioned_p (op0, XEXP (op3, 0)))))
3375 && GET_CODE (op1) == MEM && GET_CODE (op3) == MEM
3376 && ! c4x_address_conflict (op1, op3, 0, 0);
3379 if (GET_CODE (op1) == REG && GET_CODE (op3)
3431 rtx op3 = operands[3]; local
[all...]
/haiku-buildtools/binutils/gold/
H A Di386.cc3337 unsigned char op3 = view[4]; local
3342 op3 == 0xe8 || op3 == 0xff);
3361 && (op3 == 0xe8 || (view[5] & 0x7) == reg)));
3362 if (op3 == 0xff
3410 unsigned char op3 = view[4]; local
3415 op3 == 0xe8 || op3 == 0xff);
3435 && ((op3 == 0xe8 && view[9] == 0x90)
3546 unsigned char op3 local
[all...]
H A Dsparc.cc4103 uint32_t op3, reg, off; local
4156 op3 = (delay_insn >> 19) & 0x3f;
4158 if (op3 != 0x3d
4159 && ((op3 & 0x28) != 0 || reg != 15))
4164 if (op3 != 0x3d)
4213 if (op3 == 0x02
/haiku-buildtools/legacy/gcc/gcc/
H A Doptabs.c3566 emit_conditional_move (target, code, op0, op1, cmode, op2, op3, mode,
3572 rtx op2, op3;
3594 if (((CONSTANT_P (op2) && ! CONSTANT_P (op3))
3595 || (GET_CODE (op2) == CONST_INT && GET_CODE (op3) != CONST_INT))
3600 op2 = op3;
3601 op3 = tem;
3616 op3 = force_not_mem (op3);
3629 op3 = protect_from_queue (op3,
[all...]
/haiku-buildtools/gcc/gcc/config/nios2/
H A Dnios2.c2286 const char *op1, *op2, *op3;
2306 op1 = op3 = "zero";
2314 op3 = (num_operands == 2 ? "zero" : "%2");
2324 op3 = "%D0";
2331 op3 = (num_operands == 2 ? "%D1" : "%D2");
2339 op2 = op3 = "zero";
2347 op3 = "zero";
2354 N, op1, op2, op3, insn_name,
2280 const char *op1, *op2, *op3; local
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c5984 rtx op3 = XEXP (XVECEXP (PATTERN (insn), 0, 5), 0);
5986 emit_insn_before (gen_move_insn (op3, op0), insn);
5988 = gen_doloop_fallback_m (op3, JUMP_LABEL (insn), op0);
6867 rtx op3;
7192 op3 = expand_expr (arg0, NULL_RTX, V8HImode, EXPAND_NORMAL); /* Vdest */
7209 if (!(*insn_data[icode].operand[3].predicate) (op3, mode3))
7210 op3 = copy_to_mode_reg (mode3, op3);
7212 pat = GEN_FCN (icode) (op0, op1, op2, op3);
7263 op3
5982 rtx op3 = XEXP (XVECEXP (PATTERN (insn), 0, 5), 0); local
6865 rtx op3; local
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c36610 rtx op3 = expand_normal (arg3); local
37838 rtx op3 = expand_normal (arg3); local
38706 rtx op0, op1, op2, op3, op4, pat, insn; local
44711 rtx ops[64], op0, op1, op2, op3, op4, op5; local
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dsparc-opc.c170 #define COMMUTEOP(opcode, op3, arch_mask) \
171 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
172 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
173 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
/haiku-buildtools/gcc/gcc/config/visium/
H A Dvisium.c2197 enum rtx_code code, rtx op2, rtx op3)
2199 enum machine_mode cc_mode = visium_select_cc_mode (code, op2, op3);
2206 rtx x = gen_rtx_COMPARE (cc_mode, op2, op3);
2196 visium_split_cstore(enum rtx_code op_code, rtx op0, rtx op1, enum rtx_code code, rtx op2, rtx op3) argument

Completed in 699 milliseconds

12