Home | History | Annotate | Download | only in compiler

Lines Matching refs:InstructionOperand

46   InstructionOperand* Advance() { return instr_->InputAt(pos_++); }
235 void AssembleReturn(InstructionOperand* pop);
255 static bool IsValidPush(InstructionOperand source, PushTypeFlags push_type);
260 // InstructionOperand locations on the stack that don't clobber values that
283 static Type InferMove(InstructionOperand* source,
284 InstructionOperand* destination);
285 static Type InferSwap(InstructionOperand* source,
286 InstructionOperand* destination);
306 void AssembleMove(InstructionOperand* source,
307 InstructionOperand* destination) final;
308 void AssembleSwap(InstructionOperand* source,
309 InstructionOperand* destination) final;
349 InstructionOperand* op, MachineType type);