Searched refs:operand_size (Results 1 – 7 of 7) sorted by relevance
348 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64356 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()
916 return (target.requires_rex() ? 2 : 1) + target.operand_size(); in CallSize()
415 int operand_size() const { return len_; } in operand_size() function
100 uint32 operand_size : 1; member
675 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()
277 int operand_size,
1602 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local1618 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()