Home | History | Annotate | Download | only in compiler

Lines Matching refs:machine

7 #include "src/compiler/machine-operator.h"
24 MachineOperatorBuilder* machine() { return &machine_; }
90 const Operator* a_op = machine()->Int32Add();
93 const Operator* m_op = machine()->Int32Mul();
111 const Operator* s_op = machine()->Word32Shl();
409 const Operator* a_op = machine()->Int64Add();
412 const Operator* m_op = machine()->Int64Mul();
430 const Operator* s_op = machine()->Word64Shl();