Searched refs:DecodeAS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
| H A D | VEDisassembler.cpp | 340 static DecodeStatus DecodeAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeAS() function 398 status = DecodeAS(MI, insn, Address, Decoder); in DecodeMemAS() 466 status = DecodeAS(MI, insn, Address, Decoder); in DecodeCAS() 605 return DecodeAS(MI, insn, Address, Decoder); in DecodeBranchCondition() 612 return DecodeAS(MI, insn, Address, Decoder); in DecodeBranchConditionAlways()
|