Home | History | Annotate | Download | only in TableGen

Lines Matching refs:REG

243 #define REG(str) if (name == str) SET("kOperandTypeRegister");
256 REG("GR8");
257 REG("GR8_NOREX");
258 REG("GR16");
259 REG("GR32");
260 REG("GR32_NOREX");
261 REG("GR32_TC");
262 REG("FR32");
263 REG("RFP32");
264 REG("GR64");
265 REG("GR64_TC");
266 REG("FR64");
267 REG("VR64");
268 REG("RFP64");
269 REG("RFP80");
270 REG("VR128");
271 REG("VR256");
272 REG("RST");
273 REG("SEGMENT_REG");
274 REG("DEBUG_REG");
275 REG("CONTROL_REG");
333 #undef REG
452 MOV("label", "reg")
485 PUSH("reg");
507 POP("reg");
543 #define REG(str) if (name == str) SET("kOperandTypeRegister");
555 REG("GPR");
556 REG("rGPR");
557 REG("tcGPR");
558 REG("cc_out");
559 REG("s_cc_out");
560 REG("tGPR");
561 REG("DPR");
562 REG("DPR_VFP2");
563 REG("DPR_8");
564 REG("SPR");
565 REG("QPR");
566 REG("QQPR");
567 REG
673 #undef REG