Searched refs:DecodeT2BROperand (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 296 static DecodeStatus DecodeT2BROperand(MCInst *Inst, unsigned Val, 3246 static DecodeStatus DecodeT2BROperand(MCInst *Inst, unsigned Val, in DecodeT2BROperand() function 4013 if (!Check(&S, DecodeT2BROperand(Inst, brtarget, Address, Decoder))) in DecodeThumb2BCCInstruction()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 327 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, 3265 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand() function 4031 if (!Check(S, DecodeT2BROperand(Inst, brtarget, Address, Decoder))) in DecodeThumb2BCCInstruction()
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 406 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, 3692 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand() function 4580 if (!Check(S, DecodeT2BROperand(Inst, brtarget, Address, Decoder))) in DecodeThumb2BCCInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 401 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, 3671 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand() function 4557 if (!Check(S, DecodeT2BROperand(Inst, brtarget, Address, Decoder))) in DecodeThumb2BCCInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 418 let DecoderMethod = "DecodeT2BROperand";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 537 let DecoderMethod = "DecodeT2BROperand";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 424 let DecoderMethod = "DecodeT2BROperand";
|