Searched refs:DecodeT2ShifterImmOperand (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 362 static DecodeStatus DecodeT2ShifterImmOperand(MCInst *Inst, uint32_t Val, 4958 static DecodeStatus DecodeT2ShifterImmOperand(MCInst *Inst, uint32_t Val, in DecodeT2ShifterImmOperand() function
|
D | ARMGenDisassemblerTables.inc | 12764 …if (!Check(&S, DecodeT2ShifterImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 313 static DecodeStatus DecodeT2ShifterImmOperand(llvm::MCInst &Inst, unsigned Val, 4072 static DecodeStatus DecodeT2ShifterImmOperand(llvm::MCInst &Inst, uint32_t Val, in DecodeT2ShifterImmOperand() function
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 393 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, unsigned Val, 5085 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, in DecodeT2ShifterImmOperand() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 402 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, unsigned Val, 5076 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, in DecodeT2ShifterImmOperand() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 40 let DecoderMethod = "DecodeT2ShifterImmOperand";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 40 let DecoderMethod = "DecodeT2ShifterImmOperand";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 40 let DecoderMethod = "DecodeT2ShifterImmOperand";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 14069 …if (!Check(S, DecodeT2ShifterImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail…
|