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

Namespaces

 CuEVM
 
 CuEVM::operations
 

Functions

__host__ __device__ int32_t CuEVM::operations::AND (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)
 
__host__ __device__ int32_t CuEVM::operations::OR (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)
 
__host__ __device__ int32_t CuEVM::operations::XOR (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)
 
__host__ __device__ int32_t CuEVM::operations::NOT (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)
 
__host__ __device__ int32_t CuEVM::operations::BYTE (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)
 
__host__ __device__ int32_t CuEVM::operations::SHL (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)
 
__host__ __device__ int32_t CuEVM::operations::SHR (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)
 
__host__ __device__ int32_t CuEVM::operations::SAR (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack)