Searched refs:DecodeMemBarrierOption (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 246 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
|
D | ARMGenDisassemblerTables.inc | 10678 if (!Check(&S, DecodeMemBarrierOption(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 275 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/ |
D | ARMDisassembler.cpp | 349 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/ |
D | ARMDisassembler.cpp | 344 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/ |
D | ARMInstrInfo.td | 4560 let DecoderMethod = "DecodeMemBarrierOption";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 5031 let DecoderMethod = "DecodeMemBarrierOption";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4881 let DecoderMethod = "DecodeMemBarrierOption";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 17318 … if (!Check(S, DecodeMemBarrierOption(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
|