/src/usr.sbin/gspa/gspa/ |
gsp_inst.c | 447 operand op0, op1; local in function:encode_instr 454 op0 = ops; 455 if( op0 != NULL ){ 456 if( spec[0] == 0 && USES_EXPR(op0) ) 457 eval_expr(op0->op_u.value, &val[0], &eline[0]); 465 if (class == MOVE && op0 && op1 && op1->type == REG) { 466 if (op0->type == REG) { 468 if ((op0->reg_no & op1->reg_no & GSPA_REGFILE) == 0) { 472 } else if ( op0->type == EXPR ) 477 if( op0->type == REG ) [all...] |
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeTILEGX_64.c | 746 static sljit_s32 push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line) 754 inst_buf[inst_buf_index].operand_value[0] = op0; 759 inst_buf[inst_buf_index].output_registers = 1L << op0; 766 static sljit_s32 push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line) 774 inst_buf[inst_buf_index].operand_value[0] = op0; 781 inst_buf[inst_buf_index].input_registers = (1L << op0) | (1L << op1); 782 inst_buf[inst_buf_index].output_registers = 1L << op0; 786 inst_buf[inst_buf_index].output_registers = (1L << op0) | (1L << op1); 803 inst_buf[inst_buf_index].output_registers = 1L << op0; 815 inst_buf[inst_buf_index].output_registers = 1L << op0; [all...] |
/src/sys/arch/aarch64/aarch64/ |
disasm.c | 215 #define SYSREG_ENC(op0, op1, CRn, CRm, op2) \ 216 (((op0)<<19)|((op1)<<16)|((CRn)<<12)|((CRm)<<8)|((op2)<<5)) 225 /* op0 op1 CRn CRm op2 name */ 616 uint64_t op0, uint64_t op1, uint64_t CRn, uint64_t CRm, uint64_t op2) 621 code = SYSREG_ENC(op0, op1, CRn, CRm, op2); 634 (u_int)op0, (u_int)op1, (u_int)CRn, (u_int)CRm, (u_int)op2); 639 #define RSYSREGNAME(buf, buflen, op0, op1, CRn, CRm, op2) \ 640 sysregname(buf, buflen, SYSREG_OP_READ, op0, op1, CRn, CRm, op2) 641 #define WSYSREGNAME(buf, buflen, op0, op1, CRn, CRm, op2) \ 642 sysregname(buf, buflen, SYSREG_OP_WRITE, op0, op1, CRn, CRm, op2 [all...] |
/src/sys/fs/nfs/server/ |
nfs_nfsdsocket.c | 623 int i, lktype, op, op0 = 0, statsinprog = 0; local in function:nfsrvd_compound 780 op0 = op; 811 else if (i != 0 && op0 != NFSV4OP_SEQUENCE)
|