Searched refs:DecodeAddrMode6Operand (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 206 static DecodeStatus DecodeAddrMode6Operand(MCInst *Inst, unsigned Val, 2273 static DecodeStatus DecodeAddrMode6Operand(MCInst *Inst, unsigned Val, in DecodeAddrMode6Operand() function 2503 if (!Check(&S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 2713 if (!Check(&S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 235 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 2313 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function 2541 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 2742 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 300 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 2685 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function 2914 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 3116 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 295 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 2664 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function 2893 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 3095 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1018 let DecoderMethod = "DecodeAddrMode6Operand"; 1046 let DecoderMethod = "DecodeAddrMode6Operand";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1266 let DecoderMethod = "DecodeAddrMode6Operand"; 1294 let DecoderMethod = "DecodeAddrMode6Operand";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1151 let DecoderMethod = "DecodeAddrMode6Operand"; 1179 let DecoderMethod = "DecodeAddrMode6Operand";
|