Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c294 static DecodeStatus DecodeThumbBROperand(MCInst *Inst, unsigned Val,
3239 static DecodeStatus DecodeThumbBROperand(MCInst *Inst, unsigned Val, in DecodeThumbBROperand() function
DARMGenDisassemblerTables.inc12473 if (!Check(&S, DecodeThumbBROperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp325 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val,
3257 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val, in DecodeThumbBROperand() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td118 let DecoderMethod = "DecodeThumbBROperand";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td126 let DecoderMethod = "DecodeThumbBROperand";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb.td130 let DecoderMethod = "DecodeThumbBROperand";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp399 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val,
3663 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val, in DecodeThumbBROperand() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp404 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val,
3684 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val, in DecodeThumbBROperand() function
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20309 if (!Check(S, DecodeThumbBROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }