Home
last modified time | relevance | path

Searched refs:decodeUImmOperand (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp110 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function
126 return decodeUImmOperand<4>(Inst, Imm); in decodeAccessRegOperand()
131 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand()
136 return decodeUImmOperand<6>(Inst, Imm); in decodeU6ImmOperand()
141 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand()
146 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand()
151 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp243 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td436 let DecoderMethod = "decodeUImmOperand<5>";
445 let DecoderMethod = "decodeUImmOperand<6>";
465 let DecoderMethod = "decodeUImmOperand<16>";
DPPCInstr64Bit.td28 let DecoderMethod = "decodeUImmOperand<16>";