|
__host__ __device__ int32_t | CuEVM::operations::compare (ArithEnv &arith, CuEVM::evm_stack_t &stack, int32_t &result) |
|
__host__ __device__ int32_t | CuEVM::operations::scompare (ArithEnv &arith, CuEVM::evm_stack_t &stack, int32_t &result) |
|
__host__ __device__ int32_t | CuEVM::operations::LT (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack) |
|
__host__ __device__ int32_t | CuEVM::operations::GT (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack) |
|
__host__ __device__ int32_t | CuEVM::operations::SLT (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack) |
|
__host__ __device__ int32_t | CuEVM::operations::SGT (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack) |
|
__host__ __device__ int32_t | CuEVM::operations::EQ (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack) |
|
__host__ __device__ int32_t | CuEVM::operations::ISZERO (ArithEnv &arith, const bn_t &gas_limit, bn_t &gas_used, CuEVM::evm_stack_t &stack) |
|