Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c30 print_operand (struct d10v_operand *oper, in print_operand() argument
38 if (oper->flags == OPERAND_ATMINUS) in print_operand()
43 if (oper->flags == OPERAND_MINUS) in print_operand()
48 if (oper->flags == OPERAND_PLUS) in print_operand()
53 if (oper->flags == OPERAND_ATSIGN) in print_operand()
58 if (oper->flags == OPERAND_ATPAR) in print_operand()
64 shift = oper->shift; in print_operand()
67 if (op->format == LONG_L && (oper->flags & OPERAND_REG)) in print_operand()
70 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits)); in print_operand()
72 if (oper->flags & OPERAND_REG) in print_operand()
[all …]
H A Dd30v-dis.c90 extract_value (long long num, struct d30v_operand *oper, int is_long) in extract_value() argument
93 int shift = 12 - oper->position; in extract_value()
94 int mask = (0xFFFFFFFF >> (32 - oper->bits)); in extract_value()
98 if (oper->bits == 32) in extract_value()
109 if (oper->flags & OPERAND_SHIFT) in extract_value()
124 struct d30v_operand *oper; in print_insn() local
158 oper = (struct d30v_operand *) &d30v_operand_table[opnum]; in print_insn()
159 bits = oper->bits; in print_insn()
160 if (oper->flags & OPERAND_SHIFT) in print_insn()
164 && oper->flags != OPERAND_PLUS in print_insn()
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c73 print_operand (oper, insn, op, memaddr, info) in print_operand() argument
74 struct d10v_operand *oper; in print_operand()
82 if (oper->flags == OPERAND_ATMINUS)
87 if (oper->flags == OPERAND_MINUS)
92 if (oper->flags == OPERAND_PLUS)
97 if (oper->flags == OPERAND_ATSIGN)
102 if (oper->flags == OPERAND_ATPAR)
108 shift = oper->shift;
111 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
114 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits));
[all …]
H A Dd30v-dis.c29 static int extract_value PARAMS ((long long num, struct d30v_operand *oper, int is_long));
186 struct d30v_operand *oper; local
219 oper = (struct d30v_operand *) &d30v_operand_table[opnum];
220 bits = oper->bits;
221 if (oper->flags & OPERAND_SHIFT)
225 && oper->flags != OPERAND_PLUS
226 && oper->flags != OPERAND_MINUS)
232 if (oper->flags == OPERAND_ATMINUS)
237 if (oper->flags == OPERAND_MINUS)
242 if (oper->flags == OPERAND_PLUS)
[all …]
/openbsd-src/bin/dd/
H A Dargs.c85 static char *oper; variable
99 if ((oper = strdup(*argv)) == NULL) in jcl()
101 if ((arg = strchr(oper, '=')) == NULL) in jcl()
102 errx(1, "unknown operand %s", oper); in jcl()
105 errx(1, "no value specified for %s", oper); in jcl()
106 tmp.name = oper; in jcl()
116 free(oper); in jcl()
329 errx(1, "%s: illegal numeric value", oper); in get_bsz()
334 err(1, "%s", oper); in get_bsz()
336 errx(1, "%s: illegal numeric value", oper); in get_bsz()
[all …]
/openbsd-src/gnu/llvm/lldb/examples/synthetic/bitfield/
H A Dprogram.cpp16 MaskingOperator oper; member in MaskedData
21 : value(V), mask(M), oper(P) {} in MaskedData()
24 switch (oper) { in apply()
45 void setOperator(MaskingOperator P) { oper = P; } in setOperator()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c987 get_operand (operand *oper, int which, long opmode) in get_operand() argument
993 oper->exp.X_op = O_absent; in get_operand()
994 oper->reg1 = REG_NONE; in get_operand()
995 oper->reg2 = REG_NONE; in get_operand()
1073 oper->reg1 = reg; in get_operand()
1074 oper->exp.X_op = O_constant; in get_operand()
1075 oper->exp.X_add_number = 0; in get_operand()
1076 oper->mode = M6812_OP_IDX; in get_operand()
1105 oper->reg1 = reg; in get_operand()
1106 oper->mode = mode | M6812_OP_REG; in get_operand()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c988 get_operand (operand *oper, int which, long opmode) in get_operand() argument
994 oper->exp.X_op = O_absent; in get_operand()
995 oper->reg1 = REG_NONE; in get_operand()
996 oper->reg2 = REG_NONE; in get_operand()
1074 oper->reg1 = reg; in get_operand()
1075 oper->exp.X_op = O_constant; in get_operand()
1076 oper->exp.X_add_number = 0; in get_operand()
1077 oper->mode = M6812_OP_IDX; in get_operand()
1106 oper->reg1 = reg; in get_operand()
1107 oper->mode = mode | M6812_OP_REG; in get_operand()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.td37 class ADDX<bits<4> oper, string instrAsm, list<dag> pattern>
38 : RRR_Inst<0x00, 0x00, oper, (outs AR:$r), (ins AR:$s, AR:$t),
45 class SUBX<bits<4> oper, string instrAsm, list<dag> pattern>
46 : RRR_Inst<0x00, 0x00, oper, (outs AR:$r), (ins AR:$s, AR:$t),
198 class Load_RRI8<bits<4> oper, string instrAsm, SDPatternOperator opNode,
205 let r = oper;
218 class Store_II8<bits<4> oper, string instrAsm, SDPatternOperator opNode,
225 let r = oper;
245 class Branch_RR<bits<4> oper, string instrAsm, CondCode CC>
252 let r = oper;
[all …]
/openbsd-src/lib/libcrypto/bio/
H A Dbio_lib.c78 bio_call_callback(BIO *b, int oper, const char *argp, size_t len, int argi, in bio_call_callback() argument
85 return b->callback_ex(b, oper, argp, len, argi, argl, inret, in bio_call_callback()
93 bareoper = oper & ~BIO_CB_RETURN; in bio_call_callback()
103 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
109 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback()
111 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
H A Dbio.h262 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
264 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
/openbsd-src/gnu/usr.bin/perl/amigaos4/
H A Damigaos.c663 int amigaos_flock(int fd, int oper) in amigaos_flock() argument
674 switch (oper) in amigaos_flock()
/openbsd-src/sys/dev/fdt/
H A Dif_cad.c1580 cad_mii_oper(struct cad_softc *sc, int phy_no, int reg, uint32_t oper) in cad_mii_oper() argument
1582 oper |= (phy_no << GEM_PHYMNTNC_ADDR_SHIFT) & GEM_PHYMNTNC_ADDR_MASK; in cad_mii_oper()
1583 oper |= (reg << GEM_PHYMNTNC_REG_SHIFT) & GEM_PHYMNTNC_REG_MASK; in cad_mii_oper()
1584 oper |= GEM_PHYMNTNC_CLAUSE_22 | GEM_PHYMNTNC_MUST_10; in cad_mii_oper()
1591 HWRITE4(sc, GEM_PHYMNTNC, oper); in cad_mii_oper()
/openbsd-src/usr.sbin/unbound/util/
H A Dnetevent.c1322 static long win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp),
1335 verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
1336 (oper&BIO_CB_RETURN)?"return":"before",
1337 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
1340 if( (oper == (BIO_CB_READ|BIO_CB_RETURN) && argl == 0) ||
1341 (oper == (BIO_CB_GETS|BIO_CB_RETURN) && argl == 0)) {
1346 if( (oper == (BIO_CB_WRITE|BIO_CB_RETURN) && argl == 0) ||
1347 (oper == (BIO_CB_PUTS|BIO_CB_RETURN) && argl == 0)) {
1321 win_bio_cb(BIO * b,int oper,const char * ATTR_UNUSED (argp),size_t ATTR_UNUSED (len),int ATTR_UNUSED (argi),long argl,long retvalue) global() argument
/openbsd-src/sbin/unwind/libunbound/util/
H A Dnetevent.c1322 static long win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp),
1335 verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
1336 (oper&BIO_CB_RETURN)?"return":"before",
1337 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
1340 if( (oper == (BIO_CB_READ|BIO_CB_RETURN) && argl == 0) ||
1341 (oper == (BIO_CB_GETS|BIO_CB_RETURN) && argl == 0)) {
1346 if( (oper == (BIO_CB_WRITE|BIO_CB_RETURN) && argl == 0) ||
1347 (oper == (BIO_CB_PUTS|BIO_CB_RETURN) && argl == 0)) {
1321 win_bio_cb(BIO * b,int oper,const char * ATTR_UNUSED (argp),size_t ATTR_UNUSED (len),int ATTR_UNUSED (argi),long argl,long retvalue) global() argument
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h95 DllExport int win32_flock(int fd, int oper);
H A Dperlhost.h1013 PerlLIOFlock(struct IPerlLIO* piPerl, int fd, int oper)
1016 return win32_flock(fd, oper); in PerlLIOMktemp()
953 PerlLIOFlock(struct IPerlLIO * piPerl,int fd,int oper) PerlLIOFlock() argument
H A Dwin32.c3086 win32_flock(int fd, int oper) in win32_flock()
3098 switch(oper) { in win32_flock()
3081 win32_flock(int fd,int oper) win32_flock() argument