Searched refs:GR64Reg (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp54 GR64Reg, enumerator in enum:__anon4315::RegisterKind
110 // the base register has (GR32Reg or GR64Reg). Length is the operand
347 bool isGR64() const { return isReg(GR64Reg); }
350 bool isADDR64() const { return isReg(GR64Reg); }
364 bool isBDAddr64Disp12() const { return isMemDisp12(BDMem, GR64Reg); }
365 bool isBDAddr64Disp20() const { return isMemDisp20(BDMem, GR64Reg); }
366 bool isBDXAddr64Disp12() const { return isMemDisp12(BDXMem, GR64Reg); }
367 bool isBDXAddr64Disp20() const { return isMemDisp20(BDXMem, GR64Reg); }
368 bool isBDLAddr64Disp12Len4() const { return isMemDisp12Len4(GR64Reg); }
369 bool isBDLAddr64Disp12Len8() const { return isMemDisp12Len8(GR64Reg); }
[all...]

Completed in 52 milliseconds