CuEVM
Namespaces | Functions
memory.cu File Reference
#include <CuEVM/gas_cost.cuh>
#include <CuEVM/operations/memory.cuh>
#include <CuEVM/utils/error_codes.cuh>
Include dependency graph for memory.cu:

Namespaces

 CuEVM
 
 CuEVM::operations
 

Functions

__host__ __device__ int32_t CuEVM::operations::MLOAD (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack, CuEVM::evm_memory_t &memory)
 
__host__ __device__ int32_t CuEVM::operations::MSTORE (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack, CuEVM::evm_memory_t &memory)
 
__host__ __device__ int32_t CuEVM::operations::MSTORE8 (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack, CuEVM::evm_memory_t &memory)
 
__host__ __device__ int32_t CuEVM::operations::MSIZE (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack, const CuEVM::evm_memory_t &memory)