v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
machine-operator-reducer.cc File Reference
Include dependency graph for machine-operator-reducer.cc:

Go to the source code of this file.

Classes

class  v8::internal::compiler::Word32Adapter
 
class  v8::internal::compiler::Word64Adapter
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Macros

#define CASE_IS_ZERO(opcode, matcher)
 

Macro Definition Documentation

◆ CASE_IS_ZERO

#define CASE_IS_ZERO ( opcode,
matcher )
Value:
case IrOpcode::opcode: { \
matcher m(node); \
return m.Is(0); \
}
int m
Definition mul-fft.cc:294

Variable Documentation

◆ condition

Node* condition

Definition at line 2792 of file machine-operator-reducer.cc.

◆ is_inverted

bool is_inverted

Definition at line 2793 of file machine-operator-reducer.cc.

◆ mask

uint32_t const mask

Definition at line 2278 of file machine-operator-reducer.cc.

◆ masked_value

uint32_t const masked_value

Definition at line 2279 of file machine-operator-reducer.cc.

◆ source

Node* const source

Definition at line 2277 of file machine-operator-reducer.cc.

◆ truncate_from_64_bit

bool const truncate_from_64_bit

Definition at line 2280 of file machine-operator-reducer.cc.