Home
last modified time | relevance | path

Searched refs:decodePC32DBLBranchOperand (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td548 let DecoderMethod = "decodePC32DBLBranchOperand";
576 let DecoderMethod = "decodePC32DBLBranchOperand";
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp289 static DecodeStatus decodePC32DBLBranchOperand(MCInst &Inst, uint64_t Imm, in decodePC32DBLBranchOperand() function