Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc362 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64
370 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()
Dassembler-x64.h403 int operand_size() const { return len_; } in operand_size() function
Dmacro-assembler-x64.h712 return (target.requires_rex() ? 2 : 1) + target.operand_size(); in CallSize()
/external/v8/src/arm/
Dsimulator-arm.h242 int operand_size,
Dsimulator-arm.cc1596 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local
1611 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()