Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 120) sorted by relevance

12345

/openbsd/src/gnu/gcc/gcc/treelang/
Dparse.y578 struct prod_token_parm_item *op2 = $3; variable
587 struct prod_token_parm_item *op2 = $3; variable
596 struct prod_token_parm_item *op2 = $3; variable
606 struct prod_token_parm_item *op2 = $3; variable
907 struct prod_token_parm_item *op2, in make_plus_expression()
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dparse.y569 struct prod_token_parm_item *op2; variable
598 struct prod_token_parm_item *op2; variable
627 struct prod_token_parm_item *op2; variable
656 struct prod_token_parm_item *op2; variable
/openbsd/src/gnu/gcc/gcc/
Dvalue-prof.c176 tree op1, tree op2, tree value, int prob, gcov_type count, in tree_divmod_fixed_value()
266 tree modify, op, op1, op2, result, value, tree_val; in tree_divmod_fixed_value_transform() local
339 tree_mod_pow2 (tree stmt, tree operation, tree op1, tree op2, int prob, in tree_mod_pow2()
433 tree modify, op, op1, op2, result, value; in tree_mod_pow2_value_transform() local
502 tree_mod_subtract (tree stmt, tree operation, tree op1, tree op2, in tree_mod_subtract()
615 tree modify, op, op1, op2, result, value; in tree_mod_subtract_transform() local
Dtree-ssa-pre.c1538 tree op2 = TREE_OPERAND (expr, 1); in valid_in_set() local
1554 tree op2 = TREE_OPERAND (expr, 2); in valid_in_set() local
1586 tree op2 = TREE_OPERAND (expr, 2); in valid_in_set() local
2206 tree op1, op2, op3; local
2312 tree op0, op2; in create_expression_by_pieces() local
2367 tree op2 = TREE_OPERAND (expr, 1); in create_expression_by_pieces() local
3187 poolify_modify_expr (tree type, tree op1, tree op2) in poolify_modify_expr()
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dmsp430-dis.c290 char *op2, in msp430_doubleoperand()
670 char op1[32], op2[32], comm1[64], comm2[64]; in print_insn_msp430() local
Dd30v-dis.c38 int op2 = (num >> 20) & 0x1f; in lookup_opcode() local
Davr-dis.c266 char op1[20], op2[20], comment1[40], comment2[40]; in print_insn_avr() local
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dmsp430-dis.c77 char op1[32], op2[32], comm1[64], comm2[64]; local
431 msp430_doubleoperand (info, opcode, addr, insn, op1, op2, comm1, comm2, cycles) in msp430_doubleoperand() argument
Dd30v-dis.c125 int op2 = (num >> 20) & 0x1f; local
Davr-dis.c267 char op1[20], op2[20], comment1[40], comment2[40]; local
/openbsd/src/games/hack/
Dhack.options.c92 char *op,*op2; in parseoptions() local
/openbsd/src/regress/lib/libc/arch/alpha/divremtest/
Ddivremtest.c93 } op1, op2, divres, modres, divwant, modwant; in testfile() local
/openbsd/src/sys/dev/pci/drm/i915/gt/
Dintel_gpu_commands.h345 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
348 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument
349 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument
357 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument
358 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
/openbsd/src/usr.sbin/bgpd/
Dflowspec.c428 uint8_t op, op2 = 0; in flowspec_fmt_num_op() local
543 uint8_t op, op2 = 0; in flowspec_fmt_bin_op() local
/openbsd/src/sys/arch/hppa/spmath/
Dimpyu.S35 op2 .reg %r4 ; multiplier label
Dimpys.S35 op2 .reg %r4 ; multiplier label
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000-c.c166 signed char op2; member
/openbsd/src/sys/arch/arm64/arm64/
Ddisasm.c222 #define SYSREG_ENC(op0, op1, CRn, CRm, op2) \ argument
563 uint64_t op0, uint64_t op1, uint64_t CRn, uint64_t CRm, uint64_t op2) in sysregname()
586 #define RSYSREGNAME(buf, buflen, op0, op1, CRn, CRm, op2) \ argument
588 #define WSYSREGNAME(buf, buflen, op0, op1, CRn, CRm, op2) \ argument
722 #define SHIFTOP2(s, op1, op2) \ argument
724 #define SHIFTOP4(s, op1, op2, op3, op4) \ argument
726 #define SHIFTOP8(s, op1, op2, op3, op4, op5, op6, op7, op8) \ argument
1005 const char *op, const char *op2, const char *op3) in csetsel_common()
1295 OP5FUNC(op_sys, op1, CRn, CRm, op2, Rt) in OP5FUNC() argument
1644 OP2FUNC(op_hint, CRm, op2) in OP2FUNC() argument
[all …]
/openbsd/src/gnu/gcc/gcc/config/c4x/
Dc4x.c3173 rtx op2 = operands[2]; in valid_parallel_load_store() local
3227 rtx op2 = operands[2]; in valid_parallel_operands_4() local
3253 rtx op2 = operands[2]; in valid_parallel_operands_5() local
3293 rtx op2 = operands[2]; in valid_parallel_operands_6() local
3348 rtx op2; in c4x_valid_operands() local
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dvms-tir.c631 long op1, op2; local
1462 long op1, op2; local
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dvms-tir.c521 long op1, op2; in etir_opr() local
1316 long op1, op2; in tir_opr() local
/openbsd/src/gnu/usr.bin/gcc/gcc/config/romp/
Dromp.c1394 check_precision (opmode, op1, op2) in check_precision() argument
1480 output_fpop (code, op0, op1, op2, insn) in output_fpop() argument
/openbsd/src/gnu/usr.bin/gcc/gcc/config/c4x/
Dc4x.c3705 rtx op2 = operands[2]; local
3760 rtx op2 = operands[2]; local
3787 rtx op2 = operands[2]; local
3828 rtx op2 = operands[2]; local
3884 rtx op2; local
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsimplify-rtx.c193 simplify_gen_ternary (code, mode, op0_mode, op0, op1, op2) in simplify_gen_ternary() argument
2260 simplify_ternary_operation (code, mode, op0_mode, op0, op1, op2) in simplify_ternary_operation() argument
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp342 uint64_t op2 = Data.getULEB128(C); in parse() local
352 uint64_t op2 = (uint64_t)Data.getSLEB128(C); in parse() local

12345