Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c298 static DecodeStatus DecodeThumbCmpBROperand(MCInst *Inst, unsigned Val,
3246 static DecodeStatus DecodeThumbCmpBROperand(MCInst *Inst, unsigned Val, in DecodeThumbCmpBROperand() function
DARMGenDisassemblerTables.inc12350 … if (!Check(&S, DecodeThumbCmpBROperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp259 static DecodeStatus DecodeThumbCmpBROperand(llvm::MCInst &Inst, unsigned Val,
2772 static DecodeStatus DecodeThumbCmpBROperand(llvm::MCInst &Inst, unsigned Val, in DecodeThumbCmpBROperand() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb.td110 let DecoderMethod = "DecodeThumbCmpBROperand";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp329 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val,
3273 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, in DecodeThumbCmpBROperand() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp338 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val,
3272 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, in DecodeThumbCmpBROperand() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td157 let DecoderMethod = "DecodeThumbCmpBROperand";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb.td166 let DecoderMethod = "DecodeThumbCmpBROperand";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc13661 …if (!Check(S, DecodeThumbCmpBROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }