Home
last modified time | relevance | path

Searched refs:DecodeMVE_MEM_1_pre (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp529 static DecodeStatus DecodeMVE_MEM_1_pre(MCInst &Inst, unsigned Val,
6359 static DecodeStatus DecodeMVE_MEM_1_pre(MCInst &Inst, unsigned Val, in DecodeMVE_MEM_1_pre() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp534 static DecodeStatus DecodeMVE_MEM_1_pre(MCInst &Inst, unsigned Val,
6399 static DecodeStatus DecodeMVE_MEM_1_pre(MCInst &Inst, unsigned Val, in DecodeMVE_MEM_1_pre() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td5160 let DecoderMethod = "DecodeMVE_MEM_1_pre<"#memsz.shift#">";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrMVE.td6133 let DecoderMethod = "DecodeMVE_MEM_1_pre<"#memsz.shift#">";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc17766 …if (!Check(S, DecodeMVE_MEM_1_pre<0>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
17796 …if (!Check(S, DecodeMVE_MEM_1_pre<1>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }