Home
last modified time | relevance | path

Searched refs:eops (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/p5-Geo-EOP/Geo-EOP-0.50/lib/Geo/EOP/
H A DUtil.pm15 our @eops = qw/NS_ATM_ESA NS_OPT_ESA NS_SAR_ESA NS_EOP_ESA/;
17 our @EXPORT = (@hmas, @eops);
21 , eop11 => \@eops
22 , eop12beta => \@eops
23 , eop121 => \@eops
/dports/devel/upp/upp/bazaar/Xed/xed/src/encdec/
H A Dxed-enc-dec.c31 xed_uint_t i, eops=0; in xed_encoder_request_init_from_decode() local
36 xed_assert(eops < XED_ENCODE_ORDER_MAX_OPERANDS); in xed_encoder_request_init_from_decode()
37 d->_operand_order[eops++] = xed_operand_name(o); in xed_encoder_request_init_from_decode()
40 d->_n_operand_order=eops; in xed_encoder_request_init_from_decode()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/
H A Dutil.c63 int perf_error__register(struct perf_error_ops *eops) in perf_error__register() argument
68 perf_eops = eops; in perf_error__register()
78 int perf_error__unregister(struct perf_error_ops *eops) in perf_error__unregister() argument
80 if (perf_eops != eops) in perf_error__unregister()
H A Dutil.h21 int perf_error__register(struct perf_error_ops *eops);
22 int perf_error__unregister(struct perf_error_ops *eops);
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/
H A Dutil.c63 int perf_error__register(struct perf_error_ops *eops) in perf_error__register() argument
68 perf_eops = eops; in perf_error__register()
78 int perf_error__unregister(struct perf_error_ops *eops) in perf_error__unregister() argument
80 if (perf_eops != eops) in perf_error__unregister()
H A Dutil.h21 int perf_error__register(struct perf_error_ops *eops);
22 int perf_error__unregister(struct perf_error_ops *eops);
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/
H A Dutil.c63 int perf_error__register(struct perf_error_ops *eops) in perf_error__register() argument
68 perf_eops = eops; in perf_error__register()
78 int perf_error__unregister(struct perf_error_ops *eops) in perf_error__unregister() argument
80 if (perf_eops != eops) in perf_error__unregister()
H A Dutil.h21 int perf_error__register(struct perf_error_ops *eops);
22 int perf_error__unregister(struct perf_error_ops *eops);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dparser.c452 result->eops = NULL; /* must do this, whatever happens */ in parse_line()
585 extop *eop, **tail = &result->eops, **fixptr; in parse_line()
732 if (!result->eops || result->eops->type != EOT_DB_STRING) in parse_line()
734 else if (result->eops->next && in parse_line()
735 result->eops->next->type != EOT_DB_NUMBER) in parse_line()
738 else if (result->eops->next && result->eops->next->next && in parse_line()
739 result->eops->next->next->type != EOT_DB_NUMBER) in parse_line()
742 else if (result->eops->next && result->eops->next->next && in parse_line()
743 result->eops->next->next->next) in parse_line()
1202 while ((e = i->eops)) { in cleanup_insn()
[all …]
H A Dassemble.c592 list_for_each(e, instruction->eops) { in assemble()
629 const char *fname = instruction->eops->stringval; in assemble()
657 if (instruction->eops->next) { in assemble()
658 base = instruction->eops->next->offset; in assemble()
663 if (instruction->eops->next->next && in assemble()
842 list_for_each(e, instruction->eops) { in insn_size()
862 const char *fname = instruction->eops->stringval; in insn_size()
872 if (instruction->eops->next) { in insn_size()
873 if (len <= (off_t)instruction->eops->next->offset) { in insn_size()
876 len -= instruction->eops->next->offset; in insn_size()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dparser.c658 result->eops = NULL; /* must do this, whatever happens */ in parse_line()
800 oper_num = parse_eops(&result->eops, critical, db_bytes(result->opcode)); in parse_line()
810 if (!result->eops || result->eops->type != EOT_DB_STRING) in parse_line()
812 else if (result->eops->next && in parse_line()
813 result->eops->next->type != EOT_DB_NUMBER) in parse_line()
816 else if (result->eops->next && result->eops->next->next && in parse_line()
817 result->eops->next->next->type != EOT_DB_NUMBER) in parse_line()
820 else if (result->eops->next && result->eops->next->next && in parse_line()
821 result->eops->next->next->next) in parse_line()
1350 free_eops(i->eops); in cleanup_insn()
H A Dassemble.c705 out_eops(&data, instruction->eops); in assemble()
707 const char *fname = instruction->eops->val.string.data; in assemble()
735 if (instruction->eops->next) { in assemble()
736 base = instruction->eops->next->val.num.offset; in assemble()
741 if (instruction->eops->next->next && in assemble()
742 len > (off_t)instruction->eops->next->next->val.num.offset) in assemble()
743 len = (off_t)instruction->eops->next->next->val.num.offset; in assemble()
995 typeinfo |= eops_typeinfo(instruction->eops); in debug_set_db_type()
1118 isize = len_extops(instruction->eops); in insn_size()
1122 const extop *e = instruction->eops; in insn_size()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dparser.c665 result->eops = NULL; /* must do this, whatever happens */ in parse_line()
807 oper_num = parse_eops(&result->eops, critical, db_bytes(result->opcode)); in parse_line()
817 if (!result->eops || result->eops->type != EOT_DB_STRING) in parse_line()
819 else if (result->eops->next && in parse_line()
820 result->eops->next->type != EOT_DB_NUMBER) in parse_line()
823 else if (result->eops->next && result->eops->next->next && in parse_line()
824 result->eops->next->next->type != EOT_DB_NUMBER) in parse_line()
827 else if (result->eops->next && result->eops->next->next && in parse_line()
828 result->eops->next->next->next) in parse_line()
1357 free_eops(i->eops); in cleanup_insn()
H A Dassemble.c705 out_eops(&data, instruction->eops); in assemble()
707 const char *fname = instruction->eops->val.string.data; in assemble()
735 if (instruction->eops->next) { in assemble()
736 base = instruction->eops->next->val.num.offset; in assemble()
741 if (instruction->eops->next->next && in assemble()
742 len > (off_t)instruction->eops->next->next->val.num.offset) in assemble()
743 len = (off_t)instruction->eops->next->next->val.num.offset; in assemble()
995 typeinfo |= eops_typeinfo(instruction->eops); in debug_set_db_type()
1118 isize = len_extops(instruction->eops); in insn_size()
1122 const extop *e = instruction->eops; in insn_size()
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/lib/network/
H A Dtsnetwork_register.c25 static int eops[2] = {EVENTS_NETWORK_OP_READ, EVENTS_NETWORK_OP_WRITE}; variable
131 eop = eops[op2cs(op)]; in network_register()
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dnasm.h271 extop *eops; /* extended operands */ member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Doptabs.c614 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
659 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
660 return eops[0].value; in expand_widen_pattern_expr()
734 struct expand_operand eops[3]; in expand_vec_shift_expr() local
763 expand_insn (icode, 3, eops); in expand_vec_shift_expr()
765 return eops[0].value; in expand_vec_shift_expr()
6890 struct expand_operand eops[3]; in expand_mult_highpart() local
6932 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
6934 expand_insn (icode, 3, eops); in expand_mult_highpart()
6935 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Doptabs.c611 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
656 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
657 return eops[0].value; in expand_widen_pattern_expr()
731 struct expand_operand eops[3]; in expand_vec_shift_expr() local
760 expand_insn (icode, 3, eops); in expand_vec_shift_expr()
762 return eops[0].value; in expand_vec_shift_expr()
6846 struct expand_operand eops[3]; in expand_mult_highpart() local
6888 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
6890 expand_insn (icode, 3, eops); in expand_mult_highpart()
6891 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Doptabs.c611 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
656 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
657 return eops[0].value; in expand_widen_pattern_expr()
731 struct expand_operand eops[3]; in expand_vec_shift_expr() local
760 expand_insn (icode, 3, eops); in expand_vec_shift_expr()
762 return eops[0].value; in expand_vec_shift_expr()
6838 struct expand_operand eops[3]; in expand_mult_highpart() local
6880 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
6882 expand_insn (icode, 3, eops); in expand_mult_highpart()
6883 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Doptabs.c248 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
293 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
294 return eops[0].value; in expand_widen_pattern_expr()
5683 struct expand_operand eops[3]; in expand_mult_highpart() local
5721 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5722 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
5723 expand_insn (icode, 3, eops); in expand_mult_highpart()
5724 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
5727 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5728 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Doptabs.c248 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
293 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
294 return eops[0].value; in expand_widen_pattern_expr()
5683 struct expand_operand eops[3]; in expand_mult_highpart() local
5721 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5722 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
5723 expand_insn (icode, 3, eops); in expand_mult_highpart()
5724 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
5727 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5728 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c253 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
298 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
299 return eops[0].value; in expand_widen_pattern_expr()
5888 struct expand_operand eops[3]; in expand_mult_highpart() local
5925 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5926 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
5927 expand_insn (icode, 3, eops); in expand_mult_highpart()
5928 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
5931 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5932 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Doptabs.c253 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
328 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
329 return eops[0].value; in expand_widen_pattern_expr()
5943 struct expand_operand eops[3]; in expand_mult_highpart() local
5980 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5981 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
5982 expand_insn (icode, 3, eops); in expand_mult_highpart()
5983 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
5986 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5987 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Doptabs.c253 class expand_operand eops[4]; in expand_widen_pattern_expr() local
328 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
329 return eops[0].value; in expand_widen_pattern_expr()
5998 class expand_operand eops[3]; in expand_mult_highpart() local
6035 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
6036 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
6037 expand_insn (icode, 3, eops); in expand_mult_highpart()
6038 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
6041 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
6042 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Doptabs.c253 struct expand_operand eops[4]; in expand_widen_pattern_expr() local
298 expand_insn (icode, op, eops); in expand_widen_pattern_expr()
299 return eops[0].value; in expand_widen_pattern_expr()
5869 struct expand_operand eops[3]; in expand_mult_highpart() local
5906 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5907 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
5908 expand_insn (icode, 3, eops); in expand_mult_highpart()
5909 m1 = gen_lowpart (mode, eops[0].value); in expand_mult_highpart()
5912 create_input_operand (&eops[1], op0, mode); in expand_mult_highpart()
5913 create_input_operand (&eops[2], op1, mode); in expand_mult_highpart()
[all …]

123