Searched refs:getDispOpValue (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCCodeEmitter.cpp | 68 uint64_t getDispOpValue(const MCInst &MI, unsigned OpNum, 183 getDispOpValue(const MCInst &MI, unsigned OpNum, in getDispOpValue() function in SystemZMCCodeEmitter 208 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_12); in getBDAddr12Encoding() 218 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_20); in getBDAddr20Encoding() 228 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_12); in getBDXAddr12Encoding() 239 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_20); in getBDXAddr20Encoding() 251 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_12); in getBDLAddr12Len4Encoding() 262 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_12); in getBDLAddr12Len8Encoding() 273 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_12); in getBDRAddr12Encoding() 284 uint64_t Disp = getDispOpValue(MI, OpNum + 1, Fixups, SystemZ::FK_390_12); in getBDVAddr12Encoding()
|