Home
last modified time | relevance | path

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

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