Home
last modified time | relevance | path

Searched refs:DUP1 (Results 1 – 25 of 52) sorted by relevance

123

/dports/print/catdvi/catdvi-0.14/
H A Dadobetbl.h50 #define DUP1 ".DUP1" macro
55 #define DUP1 macro
791 { "Delta" DUP1, 0x2206 }, /* INCREMENT */
910 { "Omega" DUP1, 0x2126 }, /* OHM SIGN */
1477 { "fraction" DUP1, 0x2044 }, /* FRACTION SLASH */
1504 { "hyphen" DUP1, 0x002D }, /* HYPHEN-MINUS */
1558 { "macron" DUP1, 0x00AF }, /* MACRON */
1564 { "mu" DUP1, 0x00B5 }, /* MICRO SIGN */
1636 { "periodcentered" DUP1, 0x00B7 }, /* MIDDLE DOT */
1688 { "scedilla" DUP1, 0x015F }, /* LATIN SMALL LETTER S WITH CEDILLA */
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/runtime/
H A Druntime_test.go409 byte(vm.DUP1), // in offset
425 byte(vm.DUP1), // value
441 byte(vm.DUP1), // value
457 byte(vm.DUP1), // value
611 byte(vm.PUSH1), 0x0, byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1),
615 byte(vm.PUSH1), 0x0, byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1),
619 byte(vm.PUSH1), 0x0, byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1),
649 byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1),
658 byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1),
667 byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1),
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DArrayUtils.cpp148 _context << Instruction::DUP1 << Instruction::SLOAD; in copyArrayToStorage()
153 _context << Instruction::DUP1; in copyArrayToStorage()
410 m_context << Instruction::DUP1 << Instruction::DUP3; in copyArrayToMemory()
413 m_context << Instruction::DUP1 << Instruction::MLOAD; in copyArrayToMemory()
455 m_context << u256(0x100) << Instruction::DUP1; in copyArrayToMemory()
602 _context << Instruction::DUP1 << _type.length(); in clearArray()
821 m_context << Instruction::DUP1 << Instruction::SLOAD << Instruction::DUP1; in incrementDynamicArraySize()
858 m_context << Instruction::DUP1 << Instruction::SLOAD << Instruction::DUP1; in popStorageArrayElement()
914 m_context << Instruction::DUP1; in popStorageArrayElement()
958 Instruction::DUP1 << in clearStorageLoop()
[all …]
H A DCompilerUtils.cpp172 m_context << Instruction::DUP1; in loadFromMemoryDynamic()
214 m_context << Instruction::DUP1; in storeInMemoryDynamic()
275 m_context << Instruction::DUP1; in abiDecode()
386 m_context << Instruction::DUP1; in abiDecode()
462 m_context << Instruction::DUP1; in encodeToMemory()
716 m_context << Instruction::DUP1; in splitExternalFunctionType()
724 m_context << Instruction::DUP1; in splitExternalFunctionType()
1057 m_context << Instruction::DUP1; in convertType()
1064 m_context << Instruction::DUP1; in convertType()
1221 m_context << Instruction::DUP1; in convertType()
[all …]
H A DExpressionCompiler.cpp373 m_context << Instruction::DUP1; in visit()
446 m_context << Instruction::DUP1; in visit()
602 m_context << Instruction::DUP1; in visit()
744 m_context << Instruction::DUP1 << Instruction::ISZERO; in visit()
999 m_context << Instruction::DUP1 << Instruction::ISZERO; in visit()
1066 m_context << Instruction::DUP1; in visit()
1163 m_context << Instruction::DUP1; in visit()
1698 m_context << Instruction::DUP1; in visit()
1880 m_context << Instruction::DUP1; in visit()
2156 m_context << Instruction::DUP1; in visit()
[all …]
H A DContractCompiler.cpp203 m_context << Instruction::DUP1; in packIntoContractCreator()
302 m_context << Instruction::DUP1; in appendConstructor()
499 m_context << Instruction::DUP1 << Instruction::MLOAD << Instruction::SWAP1; in appendFunctionSelector()
536 m_context << Instruction::DUP1 << Instruction::CALLDATASIZE << Instruction::SUB; in appendFunctionSelector()
1048 m_context << Instruction::DUP1 << selectorFromSignature32("Error(string)") << Instruction::EQ; in handleCatch()
1056 m_context << Instruction::DUP1; in handleCatch()
/dports/lang/solidity/solidity_0.8.11/test/libevmasm/
H A DOptimiser.cpp256 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
257 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
293 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
294 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
383 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
385 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
400 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
488 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
576 Instruction::DUP1, in BOOST_AUTO_TEST_CASE()
633 Instruction::DUP1 in BOOST_AUTO_TEST_CASE()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-RingAssign1.C50 DenseUPolyRing DUP1 = NewPolyRing_DUP(R2, symbol("x")); in program() local
65 R = DUP1; in program()
75 PR = DUP1; in program()
90 DenseUPolyRing DUP = DUP1; in program()
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-RingAssign1.C50 DenseUPolyRing DUP1 = NewPolyRing_DUP(R2, symbol("x")); in program() local
65 R = DUP1; in program()
75 PR = DUP1; in program()
90 DenseUPolyRing DUP = DUP1; in program()
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DInstruction.h142 DUP1 = 0x80, ///< copies the highest item in the stack to the top of the stack enumerator
204 return Instruction::DUP1 <= _inst && _inst <= Instruction::DUP16; in isDupInstruction()
228 return (uint8_t)_inst - unsigned(Instruction::DUP1) + 1; in getDupNumber()
254 return Instruction(unsigned(Instruction::DUP1) + _number - 1); in dupInstruction()
/dports/lang/solidity/solidity_0.8.11/test/cmdlineTests/asm_json/
H A Doutput36 "name": "DUP1",
68 "name": "DUP1",
106 "name": "DUP1",
179 "name": "DUP1",
211 "name": "DUP1",
300 "name": "DUP1",
352 "name": "DUP1",
391 "name": "DUP1",
629 "name": "DUP1",
687 "name": "DUP1",
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libyul/objectCompiler/
H A DsubObjectAccess.yul253DUP1 PUSH2 0x120 SSTORE PUSH2 0x140 PUSH1 0x0 RETURN INVALID PUSH1 0x2A PUSH1 0x13 PUSH1 0x3D PUSH…
H A Ddataoffset_self.yul16 // Opcodes: PUSH1 0x0 DUP1 SSTORE INVALID
H A Dsimple_optimizer.yul21 // Opcodes: PUSH1 0x0 DUP1 CALLDATALOAD SSTORE STOP
H A Dnested_optimizer.yul44 // Opcodes: PUSH1 0x0 DUP1 CALLDATALOAD SSTORE STOP INVALID
H A Ddatacopy.yul49 …PUSH1 0xD PUSH1 0x0 CODECOPY PUSH1 0xA PUSH1 0x0 RETURN INVALID PUSH1 0x0 DUP1 SSTORE PUSH1 0xD PU…
H A Dmetadata.yul66 // Opcodes: PUSH1 0xE PUSH1 0x3 DUP2 PUSH1 0x0 SSTORE DUP1 PUSH1 0x20 SSTORE POP POP INVALID 0x4D O…
H A DsourceLocations.yul53 …PUSH1 0xD PUSH1 0x0 CODECOPY PUSH1 0xA PUSH1 0x0 RETURN INVALID PUSH1 0x0 DUP1 SSTORE PUSH1 0xD PU…
H A Djump_tags.yul66 …MPDEST PUSH1 0xB PUSH1 0x1 PUSH1 0xE JUMP JUMPDEST JUMPDEST JUMP JUMPDEST DUP1 ISZERO PUSH1 0x18 J…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/vm/
H A Dopcodes.go156 DUP1 const
331 DUP1: "DUP1",
491 "DUP1": DUP1,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/tracers/internal/tracetest/
H A Dcalltrace_test.go350 byte(vm.PUSH1), 0x0, byte(vm.DUP1), byte(vm.DUP1), byte(vm.DUP1), // in and outs zero
351 byte(vm.DUP1), byte(vm.PUSH1), 0xff, byte(vm.GAS), // value=0,address=0xff, gas=GAS
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/
H A DSolidityExpressionCompiler.cpp322 uint8_t(Instruction::DUP1), in BOOST_AUTO_TEST_CASE()
469 uint8_t(Instruction::DUP1), in BOOST_AUTO_TEST_CASE()
502 uint8_t(Instruction::DUP1), in BOOST_AUTO_TEST_CASE()
520 uint8_t(Instruction::DUP1), in BOOST_AUTO_TEST_CASE()
541 uint8_t(Instruction::DUP1) in BOOST_AUTO_TEST_CASE()
560 uint8_t(Instruction::DUP1), in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/
H A Dopcodes.go158 DUP1 = 0x80 + iota const
334 DUP1: "DUP1",
494 "DUP1": DUP1,
/dports/lang/solidity/solidity_0.8.11/libyul/backends/evm/
H A DEVMMetrics.cpp103 m_runGas += evmasm::GasMeter::runGas(evmasm::Instruction::DUP1); in operator ()()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libevm/
H A DInstruction.h123 DUP1 = 0x80, ///< copies the highest item in the stack to the top of the stack enumerator

123