Searched refs:operand_size (Results 1 – 5 of 5) sorted by relevance
362 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64370 return "bwlq"[operand_size()]; in operand_size_code()676 OperandSize immediate_size = byte_size_immediate ? BYTE_SIZE : operand_size(); in PrintImmediateOp()715 count += PrintImmediate(data + 1 + count, operand_size()); in F6F7Instruction()1319 switch (operand_size()) { in InstructionDecode()1565 switch (operand_size()) { in InstructionDecode()1603 switch (operand_size()) { in InstructionDecode()
403 int operand_size() const { return len_; } in operand_size() function
712 return (target.requires_rex() ? 2 : 1) + target.operand_size(); in CallSize()
242 int operand_size,
1596 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local1611 ProcessPUW(instr, num_regs, operand_size, &start_address, &end_address); in HandleVList()1639 ASSERT(reinterpret_cast<intptr_t>(address) - operand_size == end_address); in HandleVList()