Searched refs:DecodeT2Imm8 (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 326 static DecodeStatus DecodeT2Imm8(MCInst *Inst, unsigned Val, 3720 static DecodeStatus DecodeT2Imm8(MCInst *Inst, unsigned Val, in DecodeT2Imm8() function 3774 if (!Check(&S, DecodeT2Imm8(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 357 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, 3738 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, in DecodeT2Imm8() function 3791 if (!Check(S, DecodeT2Imm8(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8()
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 441 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, 4198 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, in DecodeT2Imm8() function 4265 if (!Check(S, DecodeT2Imm8(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 436 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, 4177 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, in DecodeT2Imm8() function 4244 if (!Check(S, DecodeT2Imm8(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 225 let DecoderMethod = "DecodeT2Imm8";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 268 let DecoderMethod = "DecodeT2Imm8";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 268 let DecoderMethod = "DecodeT2Imm8";
|