Searched refs:op5 (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/historical/nawk/dist/
H A Dawkgram.y383 { $$ = op5(GENSUB, NIL, (Node*)makedfa($3, 1), $5, $7, rectonode()); }
386 $$ = op5(GENSUB, NIL, (Node *)makedfa(strnode($3), 1), $5, $7, rectonode());
388 $$ = op5(GENSUB, (Node *)1, $3, $5, $7, rectonode());
391 { $$ = op5(GENSUB, NIL, (Node*)makedfa($3, 1), $5, $7, $9); }
394 $$ = op5(GENSUB, NIL, (Node *)makedfa(strnode($3),1), $5,$7,$9);
396 $$ = op5(GENSUB, (Node *)1, $3, $5, $7, $9);
H A Dproto.h84 extern Node *op5(int, Node *, Node *, Node *, Node *, Node *);
H A Dparse.c186 Node *op5(int a, Node *b, Node *c, Node *d, Node *e, Node *f) function
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dnds32.h98 #define N16_TYPE55(op5, rt5, ra5) \
99 (0x8000 | __MF (N16_T55_##op5, 10, 5) | __MF (rt5, 5, 5) \
122 #define N16_TYPE10(op5, imm10) \
123 (0x8000 | __MF (N16_T10_##op5, 10, 5) | __MF (imm10, 0, 10))
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dnds32.h98 #define N16_TYPE55(op5, rt5, ra5) \
99 (0x8000 | __MF (N16_T55_##op5, 10, 5) | __MF (rt5, 5, 5) \
122 #define N16_TYPE10(op5, imm10) \
123 (0x8000 | __MF (N16_T10_##op5, 10, 5) | __MF (imm10, 0, 10))
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dnds32.h98 #define N16_TYPE55(op5, rt5, ra5) \
99 (0x8000 | __MF (N16_T55_##op5, 10, 5) | __MF (rt5, 5, 5) \
122 #define N16_TYPE10(op5, imm10) \
123 (0x8000 | __MF (N16_T10_##op5, 10, 5) | __MF (imm10, 0, 10))
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dnds32.h98 #define N16_TYPE55(op5, rt5, ra5) \
99 (0x8000 | __MF (N16_T55_##op5, 10, 5) | __MF (rt5, 5, 5) \
122 #define N16_TYPE10(op5, imm10) \
123 (0x8000 | __MF (N16_T10_##op5, 10, 5) | __MF (imm10, 0, 10))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c2158 rtx op5; local
2175 op5 = gen_int_mode (val, SImode);
2180 op5 = gen_lowpart (SImode, op2);
2185 pat = gen_negsi2_insn_set_carry (op3, op5);
2187 pat = gen_subsi3_insn_set_carry (op3, op4, op5);
2189 pat = gen_addsi3_insn_set_carry (op3, op4, op5);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc2160 rtx op5; local
2177 op5 = gen_int_mode (val, SImode);
2182 op5 = gen_lowpart (SImode, op2);
2187 pat = gen_negsi2_insn_set_carry (op3, op5);
2189 pat = gen_subsi3_insn_set_carry (op3, op4, op5);
2191 pat = gen_addsi3_insn_set_carry (op3, op4, op5);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Ddisasm.c779 #define SHIFTOP8(s, op1, op2, op3, op4, op5, op6, op7, op8) \
780 ((const char *[]){ op1, op2, op3, op4, op5, op6, op7, op8 })[(s) & 7]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c7465 rtx op5 = make_test_reg (mode);
7470 rtx vm3 = gen_rtx_VEC_MERGE (mode, op4, op5, mask1);
7504 ASSERT_RTX_EQ (gen_rtx_FMA (mode, op1, op3, op5),
7454 rtx op5 = make_test_reg (mode); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc8216 rtx op5 = make_test_reg (mode);
8221 rtx vm3 = gen_rtx_VEC_MERGE (mode, op4, op5, mask1);
8255 ASSERT_RTX_EQ (gen_rtx_FMA (mode, op1, op3, op5),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c13924 rtx ops[64], op0, op1, op2, op3, op4, op5; local
14015 op5 = gen_reg_rtx (half_mode);
14025 emit_insn (gen_rtx_SET (op5, gen_rtx_VEC_CONCAT (half_mode, op2, op3)));
14026 emit_insn (gen_rtx_SET (target, gen_rtx_VEC_CONCAT (mode, op4, op5)));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc15679 rtx ops[64], op0, op1, op2, op3, op4, op5; local
15779 op5 = gen_reg_rtx (half_mode);
15789 emit_insn (gen_rtx_SET (op5, gen_rtx_VEC_CONCAT (half_mode, op2, op3)));
15790 emit_insn (gen_rtx_SET (target, gen_rtx_VEC_CONCAT (mode, op4, op5)));

Completed in 429 milliseconds