Searched refs:DecodeAddrModeImm12Operand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 221 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, 2161 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() function 4218 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeLDRPreImm() 4271 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeSTRPreImm()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 814 let DecoderMethod = "DecodeAddrModeImm12Operand";
|