HomeSort by relevance Sort by last modified time
    Searched refs:decodeUImmOperand (Results 1 - 8 of 8) sorted by null

  /external/capstone/arch/SystemZ/
SystemZDisassembler.c 96 static DecodeStatus decodeUImmOperand(MCInst *Inst, uint64_t Imm)
113 return decodeUImmOperand(Inst, Imm);
119 return decodeUImmOperand(Inst, Imm);
125 return decodeUImmOperand(Inst, Imm);
131 return decodeUImmOperand(Inst, Imm);
137 return decodeUImmOperand(Inst, Imm);
143 return decodeUImmOperand(Inst, Imm);
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 154 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) {
172 return decodeUImmOperand<4>(Inst, Imm);
177 return decodeUImmOperand<1>(Inst, Imm);
182 return decodeUImmOperand<2>(Inst, Imm);
187 return decodeUImmOperand<3>(Inst, Imm);
192 return decodeUImmOperand<4>(Inst, Imm);
197 return decodeUImmOperand<6>(Inst, Imm);
202 return decodeUImmOperand<8>(Inst, Imm);
207 return decodeUImmOperand<12>(Inst, Imm);
212 return decodeUImmOperand<16>(Inst, Imm)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 172 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) {
189 return decodeUImmOperand<1>(Inst, Imm);
194 return decodeUImmOperand<2>(Inst, Imm);
199 return decodeUImmOperand<3>(Inst, Imm);
204 return decodeUImmOperand<4>(Inst, Imm);
209 return decodeUImmOperand<6>(Inst, Imm);
214 return decodeUImmOperand<8>(Inst, Imm);
219 return decodeUImmOperand<12>(Inst, Imm);
224 return decodeUImmOperand<16>(Inst, Imm);
229 return decodeUImmOperand<32>(Inst, Imm)
    [all...]
  /external/capstone/arch/PowerPC/
PPCGenDisassemblerTables.inc     [all...]
PPCDisassembler.c 234 static DecodeStatus decodeUImmOperand(MCInst *Inst, uint64_t Imm,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/Disassembler/
RISCVDisassembler.cpp 205 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 300 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 357 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,

Completed in 259 milliseconds