Home
last modified time | relevance | path

Searched refs:op5 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dawkgram.y381 { $$ = op5(GENSUB, NIL, (Node*)makedfa($3, 1), $5, $7, rectonode()); }
384 $$ = op5(GENSUB, NIL, (Node *)makedfa(strnode($3), 1), $5, $7, rectonode());
387 $$ = op5(GENSUB, (Node *)1, $3, $5, $7, rectonode());
390 { $$ = op5(GENSUB, NIL, (Node*)makedfa($3, 1), $5, $7, $9); }
393 $$ = op5(GENSUB, NIL, (Node *)makedfa(strnode($3),1), $5,$7,$9);
396 $$ = op5(GENSUB, (Node *)1, $3, $5, $7, $9);
H A Dproto.h80 extern Node *op5(int, Node *, Node *, Node *, Node *, Node *);
H A Dparse.c182 Node *op5(int a, Node *b, Node *c, Node *d, Node *e, Node *f) in op5() function
H A DChangeLog68 * parse.c (node5, op5): New functions.
69 * proto.h (node5, op5): New declarations.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td2173 class AVConv1XI<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4, bit op5,
2179 let Inst{7} = op5; // sx
2334 bit op5, bit op4,
2344 let Inst{5} = op5;
H A DARMInstrVFP.td1819 bit op5, dag oops, dag iops, InstrItinClass itin,
1821 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern> {
1832 bit op5, dag oops, dag iops, InstrItinClass itin,
1834 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern> {
H A DARMInstrMVE.td529 bit op5, bit op16, list<dag> pattern=[]>
539 let Inst{5} = op5;
551 class MVE_ScalarShiftDRegReg<string iname, bit op5, list<dag> pattern=[]>
554 "$RdaLo, $RdaHi, $Rm", op5, 0b0, pattern> {
559 class MVE_ScalarShiftDRegRegWithSat<string iname, bit op5, list<dag> pattern=[]>
562 "$RdaLo, $RdaHi, $sat, $Rm", op5, 0b1, pattern> {