Home | History | Annotate | Download | only in mips

Lines Matching full:operand

298 // Class Operand represents a shifter operand in data processing instructions.
299 class Operand BASE_EMBEDDED {
302 INLINE(explicit Operand(int32_t immediate,
304 INLINE(explicit Operand(const ExternalReference& f));
305 INLINE(explicit Operand(const char* s));
306 INLINE(explicit Operand(Object** opp));
307 INLINE(explicit Operand(Context** cpp));
308 explicit Operand(Handle<Object> handle);
309 INLINE(explicit Operand(Smi* value));
312 INLINE(explicit Operand(Register rm));
314 // Return true if this is a register operand.
330 // Class MemOperand represents a memory operand in load and store instructions.
331 class MemOperand : public Operand {