Home
last modified time | relevance | path

Searched +refs:fp +refs:reg +refs:type (Results 451 – 475 of 6980) sorted by relevance

1...<<11121314151617181920>>...280

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot.aarch64/src/jdk/vm/ci/hotspot/aarch64/
H A DAArch64HotSpotRegisterConfig.java100 for (Register reg : registers) { in filterAllocatableRegisters()
102 list.add(reg); in filterAllocatableRegisters()
127 public static final Register fp = r29; field in AArch64HotSpotRegisterConfig
129 …y reservedRegisters = new RegisterArray(rscratch1, rscratch2, threadRegister, fp, lr, r31, zr, sp);
137 for (Register reg : allRegisters) { in initAllocatable()
142 …assert !(reg.equals(threadRegister) || reg.equals(fp) || reg.equals(lr) || reg.equals(r31) || reg.… in initAllocatable()
148 registers[idx++] = reg; in initAllocatable()
192 HotSpotCallingConventionType hotspotType = (HotSpotCallingConventionType) type; in getCallingConvention()
193 if (type == HotSpotCallingConventionType.NativeCall) { in getCallingConvention()
202 public RegisterArray getCallingConventionRegisters(Type type, JavaKind kind) { in getCallingConventionRegisters() argument
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/a68k/
H A Dfba_make68k.c3866 void dumpx( int start, int reg, int type, char * Op, int dir, int leng, int mode, int sreg ) in dumpx() argument
4067 int dir, leng, mode, sreg ,reg ; in typelogicalmath() local
4069 for (reg = 0 ; reg < 8 ; reg++) in typelogicalmath()
4076 dumpx( 0x8000, reg, 0, "or ", dir, leng, mode, sreg ) ; in typelogicalmath()
4083 dumpx( 0x9000, reg, 4, "sub", dir, leng, mode, sreg ) ; in typelogicalmath()
4090 dumpx( 0x9000, reg, 3, "sub", dir, 3, mode, sreg ) ; in typelogicalmath()
4097 dumpx( 0xb000, reg, 1, "cmp", 0, leng, mode, sreg ) ; in typelogicalmath()
4104 dumpx( 0xb000, reg, 3, "cmp", dir, 3, mode, sreg ) ; in typelogicalmath()
4111 dumpx( 0xd000, reg, 3, "add", dir, 3, mode, sreg ) ; in typelogicalmath()
4118 dumpx( 0xb100, reg, 2, "xor", 1, leng, mode, sreg ) ; in typelogicalmath()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/a68k/
H A Dfba_make68k.c3866 void dumpx( int start, int reg, int type, char * Op, int dir, int leng, int mode, int sreg ) in dumpx() argument
4067 int dir, leng, mode, sreg ,reg ; in typelogicalmath() local
4069 for (reg = 0 ; reg < 8 ; reg++) in typelogicalmath()
4076 dumpx( 0x8000, reg, 0, "or ", dir, leng, mode, sreg ) ; in typelogicalmath()
4083 dumpx( 0x9000, reg, 4, "sub", dir, leng, mode, sreg ) ; in typelogicalmath()
4090 dumpx( 0x9000, reg, 3, "sub", dir, 3, mode, sreg ) ; in typelogicalmath()
4097 dumpx( 0xb000, reg, 1, "cmp", 0, leng, mode, sreg ) ; in typelogicalmath()
4104 dumpx( 0xb000, reg, 3, "cmp", dir, 3, mode, sreg ) ; in typelogicalmath()
4111 dumpx( 0xd000, reg, 3, "add", dir, 3, mode, sreg ) ; in typelogicalmath()
4118 dumpx( 0xb100, reg, 2, "xor", 1, leng, mode, sreg ) ; in typelogicalmath()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/m68000/
H A Dmake68k.c3855 void dumpx( int start, int reg, int type, const char * Op, int dir, int leng, int mode, int sreg ) in dumpx() argument
4056 int dir, leng, mode, sreg ,reg ; in typelogicalmath() local
4058 for (reg = 0 ; reg < 8 ; reg++) in typelogicalmath()
4065 dumpx( 0x8000, reg, 0, "or ", dir, leng, mode, sreg ) ; in typelogicalmath()
4072 dumpx( 0x9000, reg, 4, "sub", dir, leng, mode, sreg ) ; in typelogicalmath()
4079 dumpx( 0x9000, reg, 3, "sub", dir, 3, mode, sreg ) ; in typelogicalmath()
4086 dumpx( 0xb000, reg, 1, "cmp", 0, leng, mode, sreg ) ; in typelogicalmath()
4093 dumpx( 0xb000, reg, 3, "cmp", dir, 3, mode, sreg ) ; in typelogicalmath()
4100 dumpx( 0xd000, reg, 3, "add", dir, 3, mode, sreg ) ; in typelogicalmath()
4107 dumpx( 0xb100, reg, 2, "xor", 1, leng, mode, sreg ) ; in typelogicalmath()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dframe_sparc.cpp108 Register reg; in pd_location() local
116 reg = regname->prev()->as_Register(); in pd_location()
119 reg = regname->as_Register(); in pd_location()
121 if (reg->is_out()) { in pd_location()
125 if (reg->is_local() || reg->is_in()) { in pd_location()
465 return fp(); in interpreter_frame_sender_sp()
728 BasicType type = method->result_type(); in interpreter_frame_result() local
742 switch (type) { in interpreter_frame_result()
765 switch(type) { in interpreter_frame_result()
786 return type; in interpreter_frame_result()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dframe_sparc.cpp109 Register reg; in pd_location() local
117 reg = regname->prev()->as_Register(); in pd_location()
120 reg = regname->as_Register(); in pd_location()
122 if (reg->is_out()) { in pd_location()
126 if (reg->is_local() || reg->is_in()) { in pd_location()
466 return fp(); in interpreter_frame_sender_sp()
729 BasicType type = method->result_type(); in interpreter_frame_result() local
743 switch (type) { in interpreter_frame_result()
766 switch(type) { in interpreter_frame_result()
787 return type; in interpreter_frame_result()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dframe_sparc.cpp108 Register reg; in pd_location() local
116 reg = regname->prev()->as_Register(); in pd_location()
119 reg = regname->as_Register(); in pd_location()
121 if (reg->is_out()) { in pd_location()
125 if (reg->is_local() || reg->is_in()) { in pd_location()
465 return fp(); in interpreter_frame_sender_sp()
728 BasicType type = method->result_type(); in interpreter_frame_result() local
742 switch (type) { in interpreter_frame_result()
765 switch(type) { in interpreter_frame_result()
786 return type; in interpreter_frame_result()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dframe_sparc.cpp108 Register reg; in pd_location() local
116 reg = regname->prev()->as_Register(); in pd_location()
119 reg = regname->as_Register(); in pd_location()
121 if (reg->is_out()) { in pd_location()
125 if (reg->is_local() || reg->is_in()) { in pd_location()
465 return fp(); in interpreter_frame_sender_sp()
728 BasicType type = method->result_type(); in interpreter_frame_result() local
742 switch (type) { in interpreter_frame_result()
765 switch(type) { in interpreter_frame_result()
786 return type; in interpreter_frame_result()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A Dframe_sparc.cpp109 Register reg; in pd_location() local
117 reg = regname->prev()->as_Register(); in pd_location()
120 reg = regname->as_Register(); in pd_location()
122 if (reg->is_out()) { in pd_location()
126 if (reg->is_local() || reg->is_in()) { in pd_location()
466 return fp(); in interpreter_frame_sender_sp()
729 BasicType type = method->result_type(); in interpreter_frame_result() local
743 switch (type) { in interpreter_frame_result()
766 switch(type) { in interpreter_frame_result()
787 return type; in interpreter_frame_result()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/usb/
H A Dquirks.c279 .type = QUIRK_MIDI_YAMAHA in create_yamaha_midi_quirk()
311 .type = QUIRK_MIDI_ROLAND in create_roland_midi_quirk()
478 .type = QUIRK_MIDI_FIXED_ENDPOINT, in create_uaxx_quirk()
486 .type = QUIRK_MIDI_FIXED_ENDPOINT, in create_uaxx_quirk()
603 if (quirk->type < QUIRK_TYPE_COUNT) { in snd_usb_create_quirk()
699 buf[3] = reg; in snd_usb_cm106_write_int_reg()
800 int err = 0, reg; in snd_usb_cm6206_boot_quirk() local
843 for (reg = 0; reg < ARRAY_SIZE(val); reg++) { in snd_usb_cm6206_boot_quirk()
844 err = snd_usb_cm106_write_int_reg(dev, reg, val[reg]); in snd_usb_cm6206_boot_quirk()
1617 ep->type == SND_USB_ENDPOINT_TYPE_SYNC) in snd_usb_endpoint_start_quirk()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/usb/
H A Dquirks.c279 .type = QUIRK_MIDI_YAMAHA in create_yamaha_midi_quirk()
311 .type = QUIRK_MIDI_ROLAND in create_roland_midi_quirk()
478 .type = QUIRK_MIDI_FIXED_ENDPOINT, in create_uaxx_quirk()
486 .type = QUIRK_MIDI_FIXED_ENDPOINT, in create_uaxx_quirk()
603 if (quirk->type < QUIRK_TYPE_COUNT) { in snd_usb_create_quirk()
699 buf[3] = reg; in snd_usb_cm106_write_int_reg()
800 int err = 0, reg; in snd_usb_cm6206_boot_quirk() local
843 for (reg = 0; reg < ARRAY_SIZE(val); reg++) { in snd_usb_cm6206_boot_quirk()
844 err = snd_usb_cm106_write_int_reg(dev, reg, val[reg]); in snd_usb_cm6206_boot_quirk()
1617 ep->type == SND_USB_ENDPOINT_TYPE_SYNC) in snd_usb_endpoint_start_quirk()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/usb/
H A Dquirks.c279 .type = QUIRK_MIDI_YAMAHA in create_yamaha_midi_quirk()
311 .type = QUIRK_MIDI_ROLAND in create_roland_midi_quirk()
478 .type = QUIRK_MIDI_FIXED_ENDPOINT, in create_uaxx_quirk()
486 .type = QUIRK_MIDI_FIXED_ENDPOINT, in create_uaxx_quirk()
603 if (quirk->type < QUIRK_TYPE_COUNT) { in snd_usb_create_quirk()
699 buf[3] = reg; in snd_usb_cm106_write_int_reg()
800 int err = 0, reg; in snd_usb_cm6206_boot_quirk() local
843 for (reg = 0; reg < ARRAY_SIZE(val); reg++) { in snd_usb_cm6206_boot_quirk()
844 err = snd_usb_cm106_write_int_reg(dev, reg, val[reg]); in snd_usb_cm6206_boot_quirk()
1617 ep->type == SND_USB_ENDPOINT_TYPE_SYNC) in snd_usb_endpoint_start_quirk()
[all …]
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/Command/
H A DRegistry.php200 if (!is_dir($params[0]) && (file_exists($params[0]) || $fp = @fopen($params[0],
202 @fclose($fp);
361 if ((@is_file($params[0]) && !is_dir($params[0])) || $fp = @fopen($params[0], 'r')) {
362 @fclose($fp);
453 $type = $d['type'];
724 foreach (array('Package', 'Extension') as $type) {
725 $index = strtolower($type);
751 $info[$infoindex] .= "$type $name";
827 $index = strtolower($type);
857 $info[$infoindex] .= "$type $name";
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/s/
H A Dnp-help.ss120 [(k ret-reg (live ...))
133 (jump ret-reg (live ...)))
193 (define-syntax ref-reg
196 [(k reg)
197 (identifier? #'reg)
198 (if (real-register? (datum reg))
199 #'reg
200 (with-implicit (k %mref) #`(%mref ,%tc ,(tc-disp reg))))])))
202 (define (fp-type? type)
204 [(fp-double-float) #t]
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/s/
H A Dnp-help.ss120 [(k ret-reg (live ...))
133 (jump ret-reg (live ...)))
193 (define-syntax ref-reg
196 [(k reg)
197 (identifier? #'reg)
198 (if (real-register? (datum reg))
199 #'reg
200 (with-implicit (k %mref) #`(%mref ,%tc ,(tc-disp reg))))])))
202 (define (fp-type? type)
204 [(fp-double-float) #t]
[all …]
/dports/biology/bcftools/bcftools-1.14/plugins/
H A Dcheck-sparsity.c50 htsFile *fp; member
76 args->fp = hts_open(args->fname,"r"); in init_data()
78 args->hdr = bcf_hdr_read(args->fp); in init_data()
135 static void report(args_t *args, const char *reg) in report() argument
139 printf("%s\t%s\n", reg, args->hdr->samples[args->smpl[i]]); in report()
144 static void test_region(args_t *args, char *reg) in test_region() argument
148 args->itr = tbx_itr_querys(args->tbx,reg); in test_region()
153 args->itr = bcf_itr_querys(args->idx,args->hdr,reg); in test_region()
169 if ( ret < -1 ) error("Could not parse a line from %s\n", reg); in test_region()
200 if ( fmt_gt->type!=BCF_BT_INT8 ) error("TODO: the GT fmt_type is not int8!\n"); in test_region()
[all …]
/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A Dcheck-sparsity.c50 htsFile *fp; member
76 args->fp = hts_open(args->fname,"r"); in init_data()
78 args->hdr = bcf_hdr_read(args->fp); in init_data()
135 static void report(args_t *args, const char *reg) in report() argument
139 printf("%s\t%s\n", reg, args->hdr->samples[args->smpl[i]]); in report()
144 static void test_region(args_t *args, char *reg) in test_region() argument
148 args->itr = tbx_itr_querys(args->tbx,reg); in test_region()
153 args->itr = bcf_itr_querys(args->idx,args->hdr,reg); in test_region()
169 if ( ret < -1 ) error("Could not parse a line from %s\n", reg); in test_region()
200 if ( fmt_gt->type!=BCF_BT_INT8 ) error("TODO: the GT fmt_type is not int8!\n"); in test_region()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dsize-limit.mir43 %3 = call i32 @llvm.loop.decrement.reg.i32.i32.i32(i32 %0, i32 1)
55 declare i32 @llvm.loop.decrement.reg.i32.i32.i32(i32, i32) #2
60fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width…
88 - { reg: '$r0', virtual-reg: '' }
89 - { reg: '$r1', virtual-reg: '' }
90 - { reg: '$r2', virtual-reg: '' }
91 - { reg: '$r3', virtual-reg: '' }
113 - { id: 0, name: '', type: spill-slot, offset: -4, size: 4, alignment: 4,
116 - { id: 1, name: '', type: spill-slot, offset: -8, size: 4, alignment: 4,
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/
H A Dcheck.php188 preg_match('/([0-9]+)([a-zA-Z]*)/i', $memmax, $reg);
189 if ($reg[2])
191 if (strtoupper($reg[2]) == 'G') $memmax = $reg[1] * 1024 * 1024 * 1024;
192 if (strtoupper($reg[2]) == 'M') $memmax = $reg[1] * 1024 * 1024;
193 if (strtoupper($reg[2]) == 'K') $memmax = $reg[1] * 1024;
234 $fp = @fopen($conffile, "w"); variable
235 if ($fp)
237 @fwrite($fp, '<?php');
238 @fputs($fp, "\n");
239 fclose($fp);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/
H A Dcheck.php184 if ($reg[2]) {
185 if (strtoupper($reg[2]) == 'G') {
188 if (strtoupper($reg[2]) == 'M') {
189 $memmax = $reg[1] * 1024 * 1024;
192 $memmax = $reg[1] * 1024;
230 $fp = @fopen($conffile, "w"); variable
231 if ($fp) {
232 @fwrite($fp, '<?php');
233 @fputs($fp, "\n");
234 fclose($fp);
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_from_ssa.c98 merge_set_dump(merge_set *set, FILE *fp)
108 fprintf(fp, " ");
111 fprintf(fp, "ssa_%d /* %s */\n", node->def->index, node->def->name);
113 fprintf(fp, "ssa_%d\n", node->def->index);
268 if (last_instr->type == nir_instr_type_jump) in get_parallel_copy_at_end_of_block()
311 if (instr->type != nir_instr_type_phi) in isolate_phi_nodes_block()
330 if (instr->type != nir_instr_type_phi) in isolate_phi_nodes_block()
376 if (instr->type != nir_instr_type_phi) in coalesce_phi_nodes_block()
430 if (instr->type != nir_instr_type_phi) { in aggressive_coalesce_block()
533 if (instr->type == nir_instr_type_phi) { in resolve_registers_block()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin.c748 && reg) in machopic_indirect_data_reference()
758 (base == reg ? 0 : reg)); in machopic_indirect_data_reference()
880 ? reg in machopic_legitimize_pic_address()
1040 Pmode, (base == reg ? 0 : reg)); in machopic_legitimize_pic_address()
2543 fputs ("\n", fp); in darwin_emit_common()
3167 darwin_set_default_type_attributes (tree type) in darwin_set_default_type_attributes() argument
3170 && TREE_CODE (type) == RECORD_TYPE) in darwin_set_default_type_attributes()
3171 TYPE_ATTRIBUTES (type) = tree_cons (get_identifier ("ms_struct"), in darwin_set_default_type_attributes()
3173 TYPE_ATTRIBUTES (type)); in darwin_set_default_type_attributes()
3448 add_builtin_field_decl (tree type, const char *name, tree **chain) in add_builtin_field_decl() argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/
H A Ddarwin.c749 && reg) in machopic_indirect_data_reference()
759 (base == reg ? 0 : reg)); in machopic_indirect_data_reference()
880 ? reg in machopic_legitimize_pic_address()
1037 Pmode, (base == reg ? 0 : reg)); in machopic_legitimize_pic_address()
2560 fputs ("\n", fp); in darwin_emit_common()
3184 darwin_set_default_type_attributes (tree type) in darwin_set_default_type_attributes() argument
3187 && TREE_CODE (type) == RECORD_TYPE) in darwin_set_default_type_attributes()
3188 TYPE_ATTRIBUTES (type) = tree_cons (get_identifier ("ms_struct"), in darwin_set_default_type_attributes()
3190 TYPE_ATTRIBUTES (type)); in darwin_set_default_type_attributes()
3465 add_builtin_field_decl (tree type, const char *name, tree **chain) in add_builtin_field_decl() argument
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin.c748 && reg) in machopic_indirect_data_reference()
758 (base == reg ? 0 : reg)); in machopic_indirect_data_reference()
880 ? reg in machopic_legitimize_pic_address()
1040 Pmode, (base == reg ? 0 : reg)); in machopic_legitimize_pic_address()
2543 fputs ("\n", fp); in darwin_emit_common()
3167 darwin_set_default_type_attributes (tree type) in darwin_set_default_type_attributes() argument
3170 && TREE_CODE (type) == RECORD_TYPE) in darwin_set_default_type_attributes()
3171 TYPE_ATTRIBUTES (type) = tree_cons (get_identifier ("ms_struct"), in darwin_set_default_type_attributes()
3173 TYPE_ATTRIBUTES (type)); in darwin_set_default_type_attributes()
3448 add_builtin_field_decl (tree type, const char *name, tree **chain) in add_builtin_field_decl() argument
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin.c748 && reg) in machopic_indirect_data_reference()
758 (base == reg ? 0 : reg)); in machopic_indirect_data_reference()
880 ? reg in machopic_legitimize_pic_address()
1040 Pmode, (base == reg ? 0 : reg)); in machopic_legitimize_pic_address()
2543 fputs ("\n", fp); in darwin_emit_common()
3167 darwin_set_default_type_attributes (tree type) in darwin_set_default_type_attributes() argument
3170 && TREE_CODE (type) == RECORD_TYPE) in darwin_set_default_type_attributes()
3171 TYPE_ATTRIBUTES (type) = tree_cons (get_identifier ("ms_struct"), in darwin_set_default_type_attributes()
3173 TYPE_ATTRIBUTES (type)); in darwin_set_default_type_attributes()
3448 add_builtin_field_decl (tree type, const char *name, tree **chain) in add_builtin_field_decl() argument
[all …]

1...<<11121314151617181920>>...280