Lines Matching refs:loc
1170 RegLoc loc; variable
1172 loc.type = REG_LOC_VAL_OFFSET;
1173 bool ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1175 loc.type = REG_LOC_VAL_OFFSET;
1176 ret = instructions->Flush(*(regs.get()), nullptr, 0, loc, val);
1178 loc.type = REG_LOC_MEM_OFFSET;
1179 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1181 loc.type = REG_LOC_REGISTER;
1182 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1184 loc.type = REG_LOC_MEM_EXPRESSION;
1185 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1187 loc.type = REG_LOC_VAL_EXPRESSION;
1188 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1190 loc.type = REG_LOC_UNUSED;
1191 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);