Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c362 static DecodeStatus DecodeT2ShifterImmOperand(MCInst *Inst, uint32_t Val,
4958 static DecodeStatus DecodeT2ShifterImmOperand(MCInst *Inst, uint32_t Val, in DecodeT2ShifterImmOperand() function
DARMGenDisassemblerTables.inc12764 …if (!Check(&S, DecodeT2ShifterImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp313 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/
DARMDisassembler.cpp393 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/
DARMDisassembler.cpp402 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/
DARMInstrThumb2.td40 let DecoderMethod = "DecodeT2ShifterImmOperand";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td40 let DecoderMethod = "DecodeT2ShifterImmOperand";
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td40 let DecoderMethod = "DecodeT2ShifterImmOperand";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14069 …if (!Check(S, DecodeT2ShifterImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail…