Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td1119 let DecoderMethod = "DecodeASX" in