Home | History | Annotate | Download | only in Mips

Lines Matching full:"$ index"

362   dag InOperandList = (ins PtrRC:$base, PtrRC:$index);
363 string AsmString = !strconcat(instr_asm, "\t$rd, ${index}(${base})");
364 list<dag> Pattern = [(set GPR32Opnd:$rd, (OpNode iPTR:$base, iPTR:$index))];
1444 DSPPat<(i32 (LoadNode (add i32:$base, i32:$index))),
1445 (Instr i32:$base, i32:$index)>;