Home
last modified time | relevance | path

Searched refs:SEQ (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dd10v-opc.c176 { "add3", LONG_L, 1, MU, SEQ|WCAR, 0x1000000, 0x3f000000, { RDST, RSRC, NUM16 } },
177 { "addac3", LONG_R, 1, IU, SEQ, 0x17000200, 0x3ffffe22, { RDSTE, RSRCE, ASRC0 } },
178 { "addac3", LONG_R, 1, IU, SEQ, 0x17000202, 0x3ffffe2e, { RDSTE, ASRC, ASRC0 } },
179 { "addac3s", LONG_R, 1, IU, SEQ, 0x17001200, 0x3ffffe22, { RDSTE, RSRCE, ASRC0 } },
180 { "addac3s", LONG_R, 1, IU, SEQ, 0x17001202, 0x3ffffe2e, { RDSTE, ASRC, ASRC0 } },
183 { "and3", LONG_L, 1, MU, SEQ, 0x6000000, 0x3f000000, { RDST, RSRC, NUM16 } },
187 { "bl.l", LONG_B, 3, MU, BRANCH_LINK|SEQ, 0x24800000, 0x3fff0000, { ANUM16 } },
191 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } },
194 { "brf0f.l", LONG_B, 3, MU, SEQ, 0x25000000, 0x3fff0000, { ANUM16 } },
197 { "brf0t.l", LONG_B, 3, MU, SEQ, 0x25800000, 0x3fff0000, { ANUM16 } },
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dd10v-opc.c176 { "add3", LONG_L, 1, MU, SEQ|WCAR, 0x1000000, 0x3f000000, { RDST, RSRC, NUM16 } },
177 { "addac3", LONG_R, 1, IU, SEQ, 0x17000200, 0x3ffffe22, { RDSTE, RSRCE, ASRC0 } },
178 { "addac3", LONG_R, 1, IU, SEQ, 0x17000202, 0x3ffffe2e, { RDSTE, ASRC, ASRC0 } },
179 { "addac3s", LONG_R, 1, IU, SEQ, 0x17001200, 0x3ffffe22, { RDSTE, RSRCE, ASRC0 } },
180 { "addac3s", LONG_R, 1, IU, SEQ, 0x17001202, 0x3ffffe2e, { RDSTE, ASRC, ASRC0 } },
183 { "and3", LONG_L, 1, MU, SEQ, 0x6000000, 0x3f000000, { RDST, RSRC, NUM16 } },
187 { "bl.l", LONG_B, 3, MU, BRANCH_LINK|SEQ, 0x24800000, 0x3fff0000, { ANUM16 } },
191 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } },
194 { "brf0f.l", LONG_B, 3, MU, SEQ, 0x25000000, 0x3fff0000, { ANUM16 } },
197 { "brf0t.l", LONG_B, 3, MU, SEQ, 0x25800000, 0x3fff0000, { ANUM16 } },
[all …]
/openbsd/src/usr.bin/vi/common/
Dseq.c40 SEQ *lastqp, *qp; in seq_set()
68 CALLOC(sp, qp, 1, sizeof(SEQ)); in seq_set()
132 SEQ *qp; in seq_delete()
146 seq_mdel(SEQ *qp) in seq_mdel()
164 SEQ *
165 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, in seq_find()
168 SEQ *lqp, *qp; in seq_find()
246 SEQ *qp; in seq_close()
268 SEQ *qp; in seq_dump()
312 SEQ *qp; in seq_save()
Dcommon.h35 typedef struct _seq SEQ; typedef
Dkey.c502 SEQ *qp; in v_event_get()
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/
Dutf8strict.t3 our (%ORD, %SEQ, $NTESTS);
45 %SEQ = (
54 %SEQ = (
104 $NTESTS += scalar keys %SEQ;
121 for my $s (sort keys %SEQ){
126 is($t, $SEQ{$s}, "sequence: $s");
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
Dsequencing-0.txt25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s
27 # CHECK-SEQ: first-line
28 # CHECK-SEQ: second-line
/openbsd/src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
DFile.pm1736 SEQ => 0, constant
1820 if ($self->[$i][SEQ] > $item->[SEQ]) { # inserted item is older
1855 $ii = $self->[$L][SEQ] < $self->[$R][SEQ] ? $L : $R;
1879 $self->[$n][SEQ] = $self->_nseq;
1888 $dir = $self->[$L][SEQ] < $self->[$R][SEQ] ? $L : $R;
1953 if ($seq{$self->[$i][SEQ]}) {
1954 my $seq = $self->[$i][SEQ];
1958 $seq{$self->[$i][SEQ]} = $i;
1973 if ($self->[$n][SEQ] >= $self->[$c]) {
1985 my @nodes = sort {$a->[SEQ] <=> $b->[SEQ]} $self->_nodes;
/openbsd/src/usr.bin/vi/include/
Dcom_extern.h99 int seq_mdel(SEQ *);
100 SEQ *seq_find
101 (SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *);
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dd10v.h73 #define SEQ 2 /* must be sequential */ macro
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd10v.h73 #define SEQ 2 /* must be sequential */ macro
/openbsd/src/usr.bin/vi/cl/
Dcl_term.c79 SEQ *qp; in cl_term_init()
139 SEQ *qp, *nqp; in cl_term_end()
/openbsd/src/gnu/gcc/gcc/
Drtl-factoring.c147 #define RECOMPUTE_COST(SEQ) \ argument
150 rtx x = SEQ->insn; \
151 SEQ->cost = 0; \
152 for (l = 0; l < SEQ->abstracted_length; l++) \
154 SEQ->cost += compute_rtx_cost (x); \
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-d10v.c735 if ((op1->exec_type & SEQ) in check_resource_conflict()
743 if ((op2->exec_type & SEQ) in check_resource_conflict()
872 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok()
1038 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d10v.c826 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
944 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0
1069 if ((op1->exec_type & SEQ)
1077 if ((op2->exec_type & SEQ)
/openbsd/src/regress/lib/libc/db/
Ddbtest.c49 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator
224 command = SEQ; in main()
297 case SEQ: in main()
/openbsd/src/usr.bin/vi/docs/internals/
Dstructures57 SEQ In nvi/seq.h. An abbreviation or a map entry.
/openbsd/src/sbin/isakmpd/
Disakmp_num.cst58 SEQ 18 # RFC 3547, Sequence Number
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DVPIntrinsics.def567 // Note we by default map from the VP intrinsic to the SEQ ISD opcode, which
568 // can then be relaxed to the non-SEQ ISD opcode if the 'reassoc' flag is set.
/openbsd/src/gnu/usr.bin/perl/ext/Devel-Peek/t/
DPeek.t1619 $out =~ s/ *SEQ = .*\n//;
/openbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.reg300 * Clear SEQ Interrupt
322 * SEQ New SCB Queue Offset
332 * SEQ Empty SCB Queue Offset
341 * SEQ Done SCB Queue Offset
2301 * SEQ Interrupts
2333 * SEQ Interrupt Enabled (Shared)
/openbsd/src/gnu/gcc/gcc/config/m32r/
Dpredicates.md314 ;; used is SEQ/SNE. We can use either XOR of the value or ADD of the
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.h3177 #define MD_CAN_REDIRECT_BRANCH(INSN, SEQ) \ argument
3178 sh_can_redirect_branch ((INSN), (SEQ))
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.h3225 #define MD_CAN_REDIRECT_BRANCH(INSN, SEQ) \ argument
3226 sh_can_redirect_branch ((INSN), (SEQ))
/openbsd/src/gnu/llvm/llvm/docs/GlobalISel/
DGenericOpcode.rst641 The SEQ variants perform reductions in sequential order. The first operand is

12