Home
last modified time | relevance | path

Searched refs:swap_operands (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-bool.h66 BoolParam swap_operands; variable
H A Dlpe-bool.cpp78 …, swap_operands(_("Swap operands"), _("Swap operands (useful e.g. for difference)"), "swap-operand… in LPEBool()
91 registerParameter(&swap_operands); in LPEBool()
611 bool swap = swap_operands.get_value(); in doEffect()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-tic30.c653 int swap_operands; /* Whether to swap operands around. */ member
728 p_insn.swap_operands = 1; in tic30_parallel_insn()
848 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-tic30.c631 int swap_operands; /* Whether to swap operands around. */ member
706 p_insn.swap_operands = 1; in tic30_parallel_insn()
826 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-tic30.c631 int swap_operands; /* Whether to swap operands around. */ member
706 p_insn.swap_operands = 1; in tic30_parallel_insn()
826 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-tic30.c786 int swap_operands; /* Whether to swap operands around. */ member
856 p_insn.swap_operands = 1; in tic30_parallel_insn()
961 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-tic30.c653 int swap_operands; /* Whether to swap operands around. */ member
728 p_insn.swap_operands = 1; in tic30_parallel_insn()
848 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-tic30.c787 int swap_operands; /* Whether to swap operands around. */ member
857 p_insn.swap_operands = 1; in tic30_parallel_insn()
962 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-tic30.c786 int swap_operands; /* Whether to swap operands around. */ member
856 p_insn.swap_operands = 1; in tic30_parallel_insn()
961 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-tic30.c650 int swap_operands; /* Whether to swap operands around. */ member
725 p_insn.swap_operands = 1; in tic30_parallel_insn()
845 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-tic30.c631 int swap_operands; /* Whether to swap operands around. */ member
706 p_insn.swap_operands = 1; in tic30_parallel_insn()
826 if (p_insn.swap_operands) in tic30_parallel_insn()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
733 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
636 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
636 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
714 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
714 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
714 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
714 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
718 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
714 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands(); in move_const_to_right()
714 if (x->x()->type()->is_constant()) x->swap_operands(); in do_If()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp522 x->swap_operands(); in do_ArithmeticOp()
560 x->swap_operands(); in do_LogicOp()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp522 x->swap_operands(); in do_ArithmeticOp()
561 x->swap_operands(); in do_LogicOp()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp523 x->swap_operands(); in do_ArithmeticOp()
562 x->swap_operands(); in do_LogicOp()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp523 x->swap_operands(); in do_ArithmeticOp()
562 x->swap_operands(); in do_LogicOp()

12345678910