|
__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) |
|