Home | History | Annotate | Download | only in mips

Lines Matching refs:ToMemOperand

128   MemOperand ToMemOperand(InstructionOperand* op) const {
2138 __ sw(src, g.ToMemOperand(destination));
2142 MemOperand src = g.ToMemOperand(source);
2148 __ sw(temp, g.ToMemOperand(destination));
2189 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination));
2192 MemOperand dst = g.ToMemOperand(destination);
2211 __ sdc1(dst, g.ToMemOperand(destination));
2224 __ sdc1(src, g.ToMemOperand(destination));
2226 __ swc1(src, g.ToMemOperand(destination));
2234 MemOperand src = g.ToMemOperand(source);
2249 __ sdc1(temp, g.ToMemOperand(destination));
2252 __ swc1(temp, g.ToMemOperand(destination));
2280 MemOperand dst = g.ToMemOperand(destination);
2289 MemOperand src = g.ToMemOperand(source);
2290 MemOperand dst = g.ToMemOperand(destination);
2305 MemOperand dst = g.ToMemOperand(destination);
2325 MemOperand src0 = g.ToMemOperand(source);
2326 MemOperand dst0 = g.ToMemOperand(destination);