Home
last modified time | relevance | path

Searched refs:function_descriptor (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Dcodegen-ppc.cc31 __ function_descriptor(); in CreateSqrtFunction()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.hpp307 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
326 address call_c(Register function_descriptor);
328 address call_c_and_return_to_caller(Register function_descriptor);
329 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
330 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
H A DmacroAssembler_ppc.cpp971 address MacroAssembler::branch_to(Register function_descriptor, bool and_link, bool save_toc_before… in branch_to() argument
974 assert((function_descriptor != R0), "function_descriptor cannot be R0"); in branch_to()
977 ld(R0, in_bytes(FunctionDescriptor::entry_offset()), function_descriptor); in branch_to()
981 ld(R2_TOC, in_bytes(FunctionDescriptor::toc_offset()), function_descriptor); in branch_to()
984 ld(R11, in_bytes(FunctionDescriptor::env_offset()), function_descriptor); in branch_to()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.hpp307 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
326 address call_c(Register function_descriptor);
328 address call_c_and_return_to_caller(Register function_descriptor);
329 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
330 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
H A DmacroAssembler_ppc.cpp971 address MacroAssembler::branch_to(Register function_descriptor, bool and_link, bool save_toc_before… in branch_to() argument
974 assert((function_descriptor != R0), "function_descriptor cannot be R0"); in branch_to()
977 ld(R0, in_bytes(FunctionDescriptor::entry_offset()), function_descriptor); in branch_to()
981 ld(R2_TOC, in_bytes(FunctionDescriptor::toc_offset()), function_descriptor); in branch_to()
984 ld(R11, in_bytes(FunctionDescriptor::env_offset()), function_descriptor); in branch_to()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp311 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
330 address call_c(Register function_descriptor);
332 address call_c_and_return_to_caller(Register function_descriptor);
333 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
334 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
H A DmacroAssembler_ppc.cpp1017 address MacroAssembler::branch_to(Register function_descriptor, bool and_link, bool save_toc_before… in branch_to() argument
1020 assert((function_descriptor != R0), "function_descriptor cannot be R0"); in branch_to()
1023 ld(R0, in_bytes(FunctionDescriptor::entry_offset()), function_descriptor); in branch_to()
1027 ld(R2_TOC, in_bytes(FunctionDescriptor::toc_offset()), function_descriptor); in branch_to()
1030 ld(R11, in_bytes(FunctionDescriptor::env_offset()), function_descriptor); in branch_to()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp311 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
330 address call_c(Register function_descriptor);
332 address call_c_and_return_to_caller(Register function_descriptor);
333 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
334 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp311 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
330 address call_c(Register function_descriptor);
332 address call_c_and_return_to_caller(Register function_descriptor);
333 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
334 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp310 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
329 address call_c(Register function_descriptor);
331 address call_c_and_return_to_caller(Register function_descriptor);
332 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
333 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
H A DmacroAssembler_ppc.cpp999 address MacroAssembler::branch_to(Register function_descriptor, bool and_link, bool save_toc_before… in branch_to() argument
1002 assert((function_descriptor != R0), "function_descriptor cannot be R0"); in branch_to()
1005 ld(R0, in_bytes(FunctionDescriptor::entry_offset()), function_descriptor); in branch_to()
1009 ld(R2_TOC, in_bytes(FunctionDescriptor::toc_offset()), function_descriptor); in branch_to()
1012 ld(R11, in_bytes(FunctionDescriptor::env_offset()), function_descriptor); in branch_to()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp333 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
352 address call_c(Register function_descriptor);
354 address call_c_and_return_to_caller(Register function_descriptor);
355 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
356 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
H A DmacroAssembler_ppc.cpp1032 address MacroAssembler::branch_to(Register function_descriptor, bool and_link, bool save_toc_before… in branch_to() argument
1035 assert((function_descriptor != R0), "function_descriptor cannot be R0"); in branch_to()
1038 ld(R0, in_bytes(FunctionDescriptor::entry_offset()), function_descriptor); in branch_to()
1042 ld(R2_TOC, in_bytes(FunctionDescriptor::toc_offset()), function_descriptor); in branch_to()
1045 ld(R11, in_bytes(FunctionDescriptor::env_offset()), function_descriptor); in branch_to()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp311 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
330 address call_c(Register function_descriptor);
332 address call_c_and_return_to_caller(Register function_descriptor);
333 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
334 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp311 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
330 address call_c(Register function_descriptor);
332 address call_c_and_return_to_caller(Register function_descriptor);
333 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
334 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
H A DmacroAssembler_ppc.cpp1017 address MacroAssembler::branch_to(Register function_descriptor, bool and_link, bool save_toc_before… in branch_to() argument
1020 assert((function_descriptor != R0), "function_descriptor cannot be R0"); in branch_to()
1023 ld(R0, in_bytes(FunctionDescriptor::entry_offset()), function_descriptor); in branch_to()
1027 ld(R2_TOC, in_bytes(FunctionDescriptor::toc_offset()), function_descriptor); in branch_to()
1030 ld(R11, in_bytes(FunctionDescriptor::env_offset()), function_descriptor); in branch_to()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp311 address branch_to(Register function_descriptor, bool and_link, bool save_toc_before_call,
330 address call_c(Register function_descriptor);
332 address call_c_and_return_to_caller(Register function_descriptor);
333 address call_c(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt);
334 address call_c_using_toc(const FunctionDescriptor* function_descriptor, relocInfo::relocType rt,
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/platforms/ibm-fsp/
H A Dhostservices.c743 struct function_descriptor { in hservices_init() struct
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/platforms/ibm-fsp/
H A Dhostservices.c743 struct function_descriptor { in hservices_init() struct
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/platforms/ibm-fsp/
H A Dhostservices.c743 struct function_descriptor { in hservices_init() struct
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/platforms/ibm-fsp/
H A Dhostservices.c743 struct function_descriptor { in hservices_init() struct
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/platforms/ibm-fsp/
H A Dhostservices.c734 struct function_descriptor { in hservices_init() struct
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/platforms/ibm-fsp/
H A Dhostservices.c743 struct function_descriptor { in hservices_init() struct
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dhostservices.c909 struct function_descriptor { in hservices_init() struct
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-assembler-s390.cc87 __ function_descriptor();
127 __ function_descriptor();

123