Home | History | Annotate | Download | only in mips

Lines Matching defs:MemOperand

257 // Class MemOperand represents a memory operand in load and store instructions.
258 class MemOperand : public Operand {
261 explicit MemOperand(Register rn, int16_t offset = 0);
435 void lb(Register rd, const MemOperand& rs);
436 void lbu(Register rd, const MemOperand& rs);
437 void lw(Register rd, const MemOperand& rs);
438 void sb(Register rd, const MemOperand& rs);
439 void sw(Register rd, const MemOperand& rs);
467 void lwc1(FPURegister fd, const MemOperand& src);
468 void ldc1(FPURegister fd, const MemOperand& src);
470 void swc1(FPURegister fs, const MemOperand& dst);
471 void sdc1(FPURegister fs, const MemOperand& dst);