Searched refs:operand_size (Results 1 – 7 of 7) sorted by relevance
366 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64374 return "bwlq"[operand_size()]; in operand_size_code()680 OperandSize immediate_size = byte_size_immediate ? BYTE_SIZE : operand_size(); in PrintImmediateOp()719 count += PrintImmediate(data + 1 + count, operand_size()); in F6F7Instruction()1385 switch (operand_size()) { in InstructionDecode()1631 switch (operand_size()) { in InstructionDecode()1669 switch (operand_size()) { in InstructionDecode()
835 return (target.requires_rex() ? 2 : 1) + target.operand_size(); in CallSize()
413 int operand_size() const { return len_; } in operand_size() function
100 uint32 operand_size : 1; member
671 lhs->operand_size = 0; in set_v8086_seg()687 | (rhs->operand_size << DESC_B_SHIFT) in get_seg()705 lhs->operand_size = (flags >> DESC_B_SHIFT) & 1; in set_seg()
261 int operand_size,
1653 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local1668 ProcessPUW(instr, num_regs, operand_size, &start_address, &end_address); in HandleVList()1696 ASSERT(reinterpret_cast<intptr_t>(address) - operand_size == end_address); in HandleVList()