Home
last modified time | relevance | path

Searched refs:operand_size (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc348 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64
356 return "bwlq"[operand_size()]; in operand_size_code()
656 byte_size_immediate ? OPERAND_BYTE_SIZE : operand_size(); in PrintImmediateOp()
698 count += PrintImmediate(data + 1 + count, operand_size()); in F6F7Instruction()
1431 switch (operand_size()) { in InstructionDecode()
1566 if (operand_size() == OPERAND_WORD_SIZE) { in InstructionDecode()
1684 switch (operand_size()) { in InstructionDecode()
1722 switch (operand_size()) { in InstructionDecode()
Dmacro-assembler-x64.h916 return (target.requires_rex() ? 2 : 1) + target.operand_size(); in CallSize()
Dassembler-x64.h415 int operand_size() const { return len_; } in operand_size() function
/external/qemu/target-i386/
Dhax-interface.h100 uint32 operand_size : 1; member
Dhax-all.c675 lhs->operand_size = 0; in set_v8086_seg()
691 | (rhs->operand_size << DESC_B_SHIFT) in get_seg()
709 lhs->operand_size = (flags >> DESC_B_SHIFT) & 1; in set_seg()
/external/chromium_org/v8/src/arm/
Dsimulator-arm.h277 int operand_size,
Dsimulator-arm.cc1602 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local
1618 ProcessPU(instr, num_regs, operand_size, &start_address, &end_address); in HandleVList()
1650 ASSERT(reinterpret_cast<intptr_t>(address) - operand_size == end_address); in HandleVList()