/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 268 int fp_slot = 0; in c_calling_convention() local 327 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 329 single_fpr_slot = fp_slot; in c_calling_convention() 330 fp_slot += 2; in c_calling_convention() 342 if (fp_slot <= 14) { in c_calling_convention() 343 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 344 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 346 fp_slot += 2; in c_calling_convention()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 271 int fp_slot = 0; in c_calling_convention() local 330 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 332 single_fpr_slot = fp_slot; in c_calling_convention() 333 fp_slot += 2; in c_calling_convention() 345 if (fp_slot <= 14) { in c_calling_convention() 346 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 347 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 349 fp_slot += 2; in c_calling_convention()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 263 int fp_slot = 0; in c_calling_convention() local 322 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 324 single_fpr_slot = fp_slot; in c_calling_convention() 325 fp_slot += 2; in c_calling_convention() 337 if (fp_slot <= 14) { in c_calling_convention() 338 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 339 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 341 fp_slot += 2; in c_calling_convention()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 272 int fp_slot = 0; in c_calling_convention() local 331 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 333 single_fpr_slot = fp_slot; in c_calling_convention() 334 fp_slot += 2; in c_calling_convention() 346 if (fp_slot <= 14) { in c_calling_convention() 347 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 348 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 350 fp_slot += 2; in c_calling_convention()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 270 int fp_slot = 0; in c_calling_convention() local 329 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 331 single_fpr_slot = fp_slot; in c_calling_convention() 332 fp_slot += 2; in c_calling_convention() 344 if (fp_slot <= 14) { in c_calling_convention() 345 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 346 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 348 fp_slot += 2; in c_calling_convention()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 268 int fp_slot = 0; in c_calling_convention() local 327 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 329 single_fpr_slot = fp_slot; in c_calling_convention() 330 fp_slot += 2; in c_calling_convention() 342 if (fp_slot <= 14) { in c_calling_convention() 343 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 344 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 346 fp_slot += 2; in c_calling_convention()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 498 int fp_slot = 0; in c_calling_convention() local 557 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 559 single_fpr_slot = fp_slot; in c_calling_convention() 560 fp_slot += 2; in c_calling_convention() 572 if (fp_slot <= 14) { in c_calling_convention() 573 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 574 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 576 fp_slot += 2; in c_calling_convention()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/ |
H A D | sharedRuntime_arm.cpp | 498 int fp_slot = 0; in c_calling_convention() local 557 if ((fp_slot < 16)||(single_fpr_slot & 1)) { in c_calling_convention() 559 single_fpr_slot = fp_slot; in c_calling_convention() 560 fp_slot += 2; in c_calling_convention() 572 if (fp_slot <= 14) { in c_calling_convention() 573 FloatRegister r1 = as_FloatRegister(fp_slot); in c_calling_convention() 574 FloatRegister r2 = as_FloatRegister(fp_slot+1); in c_calling_convention() 576 fp_slot += 2; in c_calling_convention()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc9/gcc-9.4.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc10/gcc-10.3.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|
/dports/lang/gcc8/gcc-8.5.0/gcc/config/visium/ |
H A D | gr5.md | 33 ;; fp_slot[0|1|2|3] The 4 FIFO slots of the floating-point unit. Only
|