Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp213 static DecodeStatus DecodeASX(MCInst &Inst, uint64_t insn, uint64_t Address,
307 static DecodeStatus DecodeASX(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeASX() function
374 status = DecodeASX(MI, insn, Address, Decoder); in DecodeMem()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1109 let DecoderMethod = "DecodeASX" in