Home
last modified time | relevance | path

Searched refs:op3 (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/usr.bin/awk/
Dawkgram.y202 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
207 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
210 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
212 $$ = op3($2, (Node *)1, $1, $3); }
223 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
234 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
237 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
239 $$ = op3($2, (Node *)1, $1, $3); }
244 else $$ = op3(GETLINE, $4, itonp($2), $1); }
247 else $$ = op3(GETLINE, (Node*)0, itonp($2), $1); }
[all …]
Dproto.h82 extern Node *op3(int, Node *, Node *, Node *);
Dparse.c153 Node *op3(int a, Node *b, Node *c, Node *d) in op3() function
/mirbsd/src/sys/arch/sparc/include/
Dinstr.h279 #define _I_OP3_GEN(form, rd, op3, rs1, low14) \ argument
280 _I_ANY(form, (rd) << 25 | (op3) << 19 | (rs1) << 14 | (low14))
281 #define _I_OP3_LS_RAR(rd, op3, rs1, asi, rs2) \ argument
282 _I_OP3_GEN(IOP_mem, rd, op3, rs1, (asi) << 5 | (rs2))
283 #define _I_OP3_LS_RI(rd, op3, rs1, simm13) \ argument
284 _I_OP3_GEN(IOP_mem, rd, op3, rs1, _I_SIMM(simm13))
285 #define _I_OP3_LS_RR(rd, op3, rs1, rs2) \ argument
286 _I_OP3_GEN(IOP_mem, rd, op3, rs1, rs2)
287 #define _I_OP3_R_RAR(rd, op3, rs1, asi, rs2) \ argument
288 _I_OP3_GEN(IOP_reg, rd, op3, rs1, (asi) << 5 | (rs2))
[all …]
/mirbsd/src/sys/arch/i386/i386/
Ddb_disasm.c108 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro
253 /*a4*/ { "shld", TRUE, LONG, op3(Ib,R,E), 0 },
254 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
262 /*ac*/ { "shrd", TRUE, LONG, op3(Ib,E,R), 0 },
263 /*ad*/ { "shrd", TRUE, LONG, op3(CL,E,R), 0 },
635 /*69*/ { "imul", TRUE, LONG, op3(I,E,R), 0 },
637 /*6b*/ { "imul", TRUE, LONG, op3(Ibs,E,R),0 },
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dm88k.h441 OPSPEC op1,op2,op3; member
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-opc.c168 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
169 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
170 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
171 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
Di386-dis.c445 op_rtn op3; member
2251 if (dp->op3) in print_insn()
2252 (*dp->op3) (dp->bytemode3, sizeflag); in print_insn()
Dm88k-dis.c738 printop (info, &(entry_ptr->instr->op3), instruction, pc, 0); in m88kdis()
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dm32r.cpu488 (dnf f-op3 "op3" () 14 2)
1744 (+ OP1_5 dr OP2_15 accs (f-op3 0))
1761 (+ OP1_5 dr OP2_15 accs (f-op3 1))
1778 (+ OP1_5 dr OP2_15 accs (f-op3 2))
1806 (+ OP1_5 src1 OP2_7 accs (f-op3 0))
1829 (+ OP1_5 src1 OP2_7 accs (f-op3 1))