Home
last modified time | relevance | path

Searched refs:translateOperand (Results 1 – 4 of 4) 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/capstone/arch/X86/
DX86Disassembler.c630 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand() function
674 return translateOperand(mcInst, &insn->operands[operand->type - TYPE_DUP0], insn); in translateOperand()
708 if (translateOperand(mcInst, &insn->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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp949 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() function
997 return translateOperand(mcInst, insn.operands[operand.type - TYPE_DUP0], in translateOperand()
1032 if (translateOperand(mcInst, Op, insn, Dis)) { in translateInstruction()