Home
last modified time | relevance | path

Searched refs:lop2 (Results 1 – 25 of 98) sorted by relevance

1234

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vn.c125 tree lop2 = e2; in expressions_equal_p() local
126 for (lop1 = e1, lop2 = e2; in expressions_equal_p()
127 lop1 || lop2; in expressions_equal_p()
128 lop1 = TREE_CHAIN (lop1), lop2 = TREE_CHAIN (lop2)) in expressions_equal_p()
130 if (!lop1 || !lop2) in expressions_equal_p()
132 if (!expressions_equal_p (TREE_VALUE (lop1), TREE_VALUE (lop2))) in expressions_equal_p()
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/ext/
H A Dxmpz.rs1858 let lop2 = limb_t::from(op2); in and_ui() localVariable
1871 let lop2 = limb_t::from(op2); in ior_ui() localVariable
1879 *limb_mut(rop, 0) |= lop2; in ior_ui()
1898 let lop2 = limb_t::from(op2); in xor_ui() localVariable
1906 *limb_mut(rop, 0) ^= lop2; in xor_ui()
1915 if lop2 != 0 { in xor_ui()
1916 set_nonzero(rop, lop2); in xor_ui()
1932 let lop2 = op2.wrapping_as::<limb_t>(); in and_si() localVariable
1958 if !lop2 != 0 { in and_si()
2041 if lop2 != 0 { in xor_si()
[all …]
/dports/math/cm/cm-0.3.1/lib/mpfpx/
H A Dmpfpx.c227 __mpfpx_t *lop1, *lop2; in mpfpx_add() local
233 lop2 = op2; in mpfpx_add()
238 lop2 = op1; in mpfpx_add()
241 for (i = 0; i <= lop2->deg; i++) in mpfpx_add()
242 mpfp_add (rop->coeff [i], lop1->coeff [i], lop2->coeff [i]); in mpfpx_add()
243 for (i = lop2->deg + 1; i <= lop1->deg; i++) in mpfpx_add()
/dports/security/libssh/libssh-0.9.6/cmake/Modules/
H A DAddCMockaTest.cmake24 # [LINK_OPTIONS lopt1 lop2 .. loptN]
/dports/sysutils/cmocka/cmocka-1.1.5/cmake/Modules/
H A DAddCMockaTest.cmake24 # [LINK_OPTIONS lopt1 lop2 .. loptN]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/test/
H A Dtest_mdu517.c15 unsigned long lop1, lop2, lres, mdu_lres; variable
/dports/graphics/darktable/darktable-3.6.1/cmake/modules/
H A DAddCMockaTest.cmake24 # [LINK_OPTIONS lopt1 lop2 .. loptN]
/dports/graphics/darktable38/darktable-3.8.0/cmake/modules/
H A DAddCMockaTest.cmake24 # [LINK_OPTIONS lopt1 lop2 .. loptN]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/cmake/Modules/
H A DAddCMockaTest.cmake24 # [LINK_OPTIONS lopt1 lop2 .. loptN]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/cmake/Modules/
H A DAddCMockaTest.cmake24 # [LINK_OPTIONS lopt1 lop2 .. loptN]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/cmake/Modules/
H A DAddCMockaTest.cmake24 # [LINK_OPTIONS lopt1 lop2 .. loptN]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateTable.cpp358 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
362 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
388 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
390 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
392 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
H A DtemplateTable.hpp213 static void lop2(Operation op);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateTable.cpp358 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
362 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
388 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
390 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
392 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
H A DtemplateTable.hpp213 static void lop2(Operation op);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DtemplateTable.cpp339 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
343 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
369 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
371 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
373 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DtemplateTable.cpp332 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
336 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
362 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
364 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
366 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DtemplateTable.cpp332 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
336 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
362 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
364 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
366 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DtemplateTable.cpp358 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
362 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
388 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
390 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
392 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DtemplateTable.cpp332 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
336 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
362 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
364 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
366 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DtemplateTable.cpp339 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
343 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
369 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
371 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
373 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DtemplateTable.cpp358 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
362 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
388 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
390 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
392 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DtemplateTable.cpp358 …def(Bytecodes::_ladd , ____|____|____|____, ltos, ltos, lop2 , add … in initialize()
362 …def(Bytecodes::_lsub , ____|____|____|____, ltos, ltos, lop2 , sub … in initialize()
388 …def(Bytecodes::_land , ____|____|____|____, ltos, ltos, lop2 , _and … in initialize()
390 …def(Bytecodes::_lor , ____|____|____|____, ltos, ltos, lop2 , _or … in initialize()
392 …def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor … in initialize()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-msp430.c73 long lop2; /* Opcode third word. */ member
113 int lop2; member
2091 bfd_putl16 (cc->lop2, where + 4); in md_convert_frag()
2134 bfd_putl16 (hc->lop2, where + 4); in md_convert_frag()
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-msp430.c117 long lop2; /* Opcode third word. */ member
157 int lop2; member
2203 bfd_putl16 (cc->lop2, where + 4); in md_convert_frag()
2246 bfd_putl16 (hc->lop2, where + 4); in md_convert_frag()

1234