Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c38 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()
72 if (oper->flags & OPERAND_REG) in print_operand()
77 num += (oper->flags in print_operand()
116 max = (1 << (oper->bits - 1)); in print_operand()
156 struct d10v_operand *oper; in dis_long() local
[all …]
H A Dd30v-dis.c93 int shift = 12 - oper->position; 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
159 bits = oper->bits; in print_insn()
160 if (oper->flags & OPERAND_SHIFT) in print_insn()
164 && oper->flags != OPERAND_PLUS in print_insn()
165 && oper->flags != OPERAND_MINUS) in print_insn()
203 if (oper->flags & OPERAND_REG) in print_insn()
206 if (oper->flags & OPERAND_CONTROL) in print_insn()
[all …]
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c74 struct d10v_operand *oper; in print_operand()
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;
116 if (oper->flags & OPERAND_REG)
120 num += (oper->flags
158 max = (1 << (oper->bits - 1));
199 struct d10v_operand *oper; local
[all …]
H A Dd30v-dis.c186 struct d30v_operand *oper; local
220 bits = oper->bits;
225 && oper->flags != OPERAND_PLUS
226 && oper->flags != OPERAND_MINUS)
264 if (oper->flags & OPERAND_REG)
357 if (oper->flags & OPERAND_SIGNED)
379 extract_value (num, oper, is_long) in extract_value() argument
381 struct d30v_operand *oper;
385 int shift = 12 - oper->position;
390 if (oper->bits == 32)
[all …]
/openbsd/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()
334 err(1, "%s", oper); in get_bsz()
392 errc(1, ERANGE, "%s", oper); in get_bsz()
414 err(1, "%s", oper); in get_off()
[all …]
/openbsd/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/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c994 oper->reg1 = REG_NONE; in get_operand()
995 oper->reg2 = REG_NONE; in get_operand()
1073 oper->reg1 = reg; in get_operand()
1105 oper->reg1 = reg; in get_operand()
1135 oper->reg2 = reg; in get_operand()
1261 oper->reg1 = reg; in get_operand()
1289 oper->mode = mode; in get_operand()
1311 oper->mode = mode; in get_operand()
1460 oper->X_add_number); in fixup16()
1480 oper, in fixup16()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c995 oper->reg1 = REG_NONE; in get_operand()
996 oper->reg2 = REG_NONE; in get_operand()
1074 oper->reg1 = reg; in get_operand()
1106 oper->reg1 = reg; in get_operand()
1136 oper->reg2 = reg; in get_operand()
1262 oper->reg1 = reg; in get_operand()
1290 oper->mode = mode; in get_operand()
1312 oper->mode = mode; in get_operand()
1461 oper->X_add_number); in fixup16()
1481 oper, in fixup16()
[all …]
/openbsd/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),
205 let r = oper;
225 let r = oper;
245 class Branch_RR<bits<4> oper, string instrAsm, CondCode CC>
252 let r = oper;
256 class Branch_RI<bits<4> oper, string instrAsm, CondCode CC>
264 let t = oper;
[all …]
/openbsd/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/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/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/sbin/unwind/libunbound/util/
H A Dnetevent.c1322 static long win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp), argument
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)) {
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.c1322 static long win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp), argument
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)) {
/openbsd/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) in PerlLIOFlock() argument
1016 return win32_flock(fd, oper); in PerlLIOFlock()
H A Dwin32.c3086 win32_flock(int fd, int oper) in win32_flock() argument
3098 switch(oper) { in win32_flock()
/openbsd/sys/dev/pci/
H A Dif_ice.c24569 uint8_t i, j, err, sync, oper, app_index, ice_app_sel_type; in ice_cee_to_dcb_cfg() local
24660 oper = (status & ICE_TLV_STATUS_OPER) ? 1 : 0; in ice_cee_to_dcb_cfg()
24664 if (!err && sync && oper) { in ice_cee_to_dcb_cfg()