Lines Matching refs:loc
1166 RegLoc loc;
1168 loc.type = REG_LOC_VAL_OFFSET;
1169 bool ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1171 loc.type = REG_LOC_VAL_OFFSET;
1172 ret = instructions->Flush(*(regs.get()), nullptr, 0, loc, val);
1174 loc.type = REG_LOC_MEM_OFFSET;
1175 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1177 loc.type = REG_LOC_REGISTER;
1178 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1180 loc.type = REG_LOC_MEM_EXPRESSION;
1181 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1183 loc.type = REG_LOC_VAL_EXPRESSION;
1184 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1186 loc.type = REG_LOC_UNUSED;
1187 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);