Home
last modified time | relevance | path

Searched refs:register_count (Results 126 – 150 of 391) sorted by relevance

12345678910>>...16

/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-generator-gen.cc254 auto register_count = UncheckedParameter<IntPtrT>(Descriptor::kRegisterCount); in TF_BUILTIN() local
255 auto end_index = IntPtrAdd(formal_parameter_count, register_count); in TF_BUILTIN()
289 auto register_count = UncheckedParameter<IntPtrT>(Descriptor::kRegisterCount); in TF_BUILTIN() local
290 auto end_index = IntPtrAdd(formal_parameter_count, register_count); in TF_BUILTIN()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/apu/
H A DGb_Apu.h38 enum { register_count = end_addr - start_addr + 1 }; enumerator
117 enum { regs_size = register_count + 0x10 };
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/hw_sound/gb_apu/
H A DGb_Apu.h38 enum { register_count = end_addr - start_addr + 1 }; enumerator
117 enum { regs_size = register_count + 0x10 };
/dports/emulators/mednafen/mednafen/src/hw_sound/gb_apu/
H A DGb_Apu.h38 enum { register_count = end_addr - start_addr + 1 }; enumerator
117 enum { regs_size = register_count + 0x10 };
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Darm-tdep.c11797 for (register_count = 0; register_count < no_of_regs; register_count++) in arm_record_ld_st_multiple()
11821 register_count++; in arm_record_ld_st_multiple()
11836 register_count--; in arm_record_ld_st_multiple()
12219 for (register_count = 0; register_count < 8; register_count++) in thumb_record_misc()
12236 register_count++; in thumb_record_misc()
12242 while (register_count) in thumb_record_misc()
12247 register_count--; in thumb_record_misc()
12328 for (register_count = 0; register_count < 8; register_count++) in thumb_record_ldm_stm_swi()
12347 register_count++; in thumb_record_ldm_stm_swi()
12352 while (register_count) in thumb_record_ldm_stm_swi()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dvub300.c613 int register_count = offloaded_data_length >> 3; in __vub300_irqpoll_response() local
615 while (register_count--) { in __vub300_irqpoll_response()
633 while (register_count--) { in __vub300_irqpoll_response()
1202 u8 register_count = 0; in __download_offload_pseudocode() local
1309 register_count += *data++; in __download_offload_pseudocode()
1311 if (register_count * 4 == size) { in __download_offload_pseudocode()
1647 while (register_count--) { in __vub300_command_response()
1661 while (register_count--) { in __vub300_command_response()
1686 while (register_count--) { in __vub300_command_response()
1822 while (0 < register_count) { in examine_cyclic_buffer()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dvub300.c613 int register_count = offloaded_data_length >> 3; in __vub300_irqpoll_response() local
615 while (register_count--) { in __vub300_irqpoll_response()
633 while (register_count--) { in __vub300_irqpoll_response()
1202 u8 register_count = 0; in __download_offload_pseudocode() local
1309 register_count += *data++; in __download_offload_pseudocode()
1311 if (register_count * 4 == size) { in __download_offload_pseudocode()
1647 while (register_count--) { in __vub300_command_response()
1661 while (register_count--) { in __vub300_command_response()
1686 while (register_count--) { in __vub300_command_response()
1822 while (0 < register_count) { in examine_cyclic_buffer()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dvub300.c613 int register_count = offloaded_data_length >> 3; in __vub300_irqpoll_response() local
615 while (register_count--) { in __vub300_irqpoll_response()
633 while (register_count--) { in __vub300_irqpoll_response()
1202 u8 register_count = 0; in __download_offload_pseudocode() local
1309 register_count += *data++; in __download_offload_pseudocode()
1311 if (register_count * 4 == size) { in __download_offload_pseudocode()
1647 while (register_count--) { in __vub300_command_response()
1661 while (register_count--) { in __vub300_command_response()
1686 while (register_count--) { in __vub300_command_response()
1822 while (0 < register_count) { in examine_cyclic_buffer()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dregister-int.h45 gulong register_count(void);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dregister-int.h45 gulong register_count(void);
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dregister-int.h45 gulong register_count(void);
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dregister-int.h45 gulong register_count(void);
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dosr.cc20 info->bytecode_array()->register_count()) + in OsrHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dosr.cc20 info->bytecode_array()->register_count()) + in OsrHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dosr.cc20 info->bytecode_array()->register_count()) + in OsrHelper()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dosr.cc22 info->shared_info()->GetBytecodeArray()->register_count()) + in OsrHelper()
/dports/lang/v8/v8-9.6.180.12/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h282 return list.register_count() + CountPushHelper<Args...>::Count(args...);
338 DCHECK_EQ(list.register_count() % 2, 1);
343 if (list.register_count() == 0) {
353 DCHECK_EQ(list.register_count() % 2, 0);
354 for (int reg_index = 0; reg_index < list.register_count(); reg_index += 2) {
360 int reg_index = list.register_count() - 1;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Dvmreg.cpp36 const int VMRegImpl::register_count = ConcreteRegisterImpl::number_of_registers; member in VMRegImpl
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Dvmreg.cpp36 const int VMRegImpl::register_count = ConcreteRegisterImpl::number_of_registers; member in VMRegImpl
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A Dvmreg.cpp36 const int VMRegImpl::register_count = ConcreteRegisterImpl::number_of_registers; member in VMRegImpl
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dvmreg.cpp36 const int VMRegImpl::register_count = ConcreteRegisterImpl::number_of_registers; member in VMRegImpl
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dvmreg.cpp36 const int VMRegImpl::register_count = ConcreteRegisterImpl::number_of_registers; member in VMRegImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp803 uint32_t register_count = EXTRACT_BITS( in CreateUnwindPlan_x86_64() local
851 if (register_count > 0) { in CreateUnwindPlan_x86_64()
865 switch (register_count) { in CreateUnwindPlan_x86_64()
922 for (uint32_t i = 0; i < register_count; i++) { in CreateUnwindPlan_x86_64()
1068 uint32_t register_count = EXTRACT_BITS( in CreateUnwindPlan_i386() local
1114 if (register_count > 0) { in CreateUnwindPlan_i386()
1128 switch (register_count) { in CreateUnwindPlan_i386()
1185 for (uint32_t i = 0; i < register_count; i++) { in CreateUnwindPlan_i386()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp803 uint32_t register_count = EXTRACT_BITS(
851 if (register_count > 0) {
865 switch (register_count) {
922 for (uint32_t i = 0; i < register_count; i++) {
1068 uint32_t register_count = EXTRACT_BITS(
1114 if (register_count > 0) {
1128 switch (register_count) {
1185 for (uint32_t i = 0; i < register_count; i++) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp803 uint32_t register_count = EXTRACT_BITS( in CreateUnwindPlan_x86_64() local
851 if (register_count > 0) { in CreateUnwindPlan_x86_64()
865 switch (register_count) { in CreateUnwindPlan_x86_64()
922 for (uint32_t i = 0; i < register_count; i++) { in CreateUnwindPlan_x86_64()
1068 uint32_t register_count = EXTRACT_BITS( in CreateUnwindPlan_i386() local
1114 if (register_count > 0) { in CreateUnwindPlan_i386()
1128 switch (register_count) { in CreateUnwindPlan_i386()
1185 for (uint32_t i = 0; i < register_count; i++) { in CreateUnwindPlan_i386()

12345678910>>...16