Home
last modified time | relevance | path

Searched refs:translateOperand (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86Disassembler.cpp512 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() function
557 return translateOperand(mcInst, in translateOperand()
584 if (translateOperand(mcInst, insn.spec->operands[index], insn)) { in translateInstruction()
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp972 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() function
1016 return translateOperand(mcInst, insn.operands[operand.type - TYPE_DUP0], in translateOperand()
1051 if (translateOperand(mcInst, Op, insn, Dis)) { in translateInstruction()