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, 2174 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() function 4225 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeLDRPreImm() 4278 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeSTRPreImm()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 803 let DecoderMethod = "DecodeAddrModeImm12Operand";
|