Searched refs:decodeBDAddr20Operand (Results 1 – 2 of 2) sorted by relevance
/external/capstone/arch/SystemZ/ |
D | SystemZDisassembler.c | 198 static DecodeStatus decodeBDAddr20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr20Operand() function 264 return decodeBDAddr20Operand(Inst, Field, SystemZMC_GR32Regs); in decodeBDAddr32Disp20Operand() 276 return decodeBDAddr20Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDAddr64Disp20Operand()
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 278 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand() function 345 return decodeBDAddr20Operand(Inst, Field, SystemZMC::GR32Regs); in decodeBDAddr32Disp20Operand() 357 return decodeBDAddr20Operand(Inst, Field, SystemZMC::GR64Regs); in decodeBDAddr64Disp20Operand()
|