Home
last modified time | relevance | path

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

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