Home
last modified time | relevance | path

Searched refs:DecodeMemBarrierOption (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c246 static DecodeStatus DecodeMemBarrierOption(MCInst *Inst, unsigned Insn,
4004 return DecodeMemBarrierOption(Inst, imm, Address, Decoder); in DecodeThumb2BCCInstruction()
4084 static DecodeStatus DecodeMemBarrierOption(MCInst *Inst, unsigned Val, in DecodeMemBarrierOption() function
DARMGenDisassemblerTables.inc10678 if (!Check(&S, DecodeMemBarrierOption(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp275 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Insn,
4022 return DecodeMemBarrierOption(Inst, imm, Address, Decoder); in DecodeThumb2BCCInstruction()
4105 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Val, in DecodeMemBarrierOption() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp349 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Insn,
4571 return DecodeMemBarrierOption(Inst, imm, Address, Decoder); in DecodeThumb2BCCInstruction()
4655 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Val, in DecodeMemBarrierOption() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp344 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Insn,
4548 return DecodeMemBarrierOption(Inst, imm, Address, Decoder); in DecodeThumb2BCCInstruction()
4632 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Val, in DecodeMemBarrierOption() function
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4560 let DecoderMethod = "DecodeMemBarrierOption";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td5031 let DecoderMethod = "DecodeMemBarrierOption";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td4881 let DecoderMethod = "DecodeMemBarrierOption";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc17318 … if (!Check(S, DecodeMemBarrierOption(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }