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

/external/v8/src/x64/
H A Ddisasm-x64.cc366 OperandSize operand_size() { function in class:disasm::DisassemblerX64
374 return "bwlq"[operand_size()];
680 OperandSize immediate_size = byte_size_immediate ? BYTE_SIZE : operand_size();
719 count += PrintImmediate(data + 1 + count, operand_size());
1385 switch (operand_size()) {
1631 switch (operand_size()) {
1669 switch (operand_size()) {
H A Dmacro-assembler-x64.h835 return (target.requires_rex() ? 2 : 1) + target.operand_size();
H A Dassembler-x64.h413 int operand_size() const { return len_; }
/external/qemu/target-i386/
H A Dhax-interface.h100 uint32 operand_size : 1; member in struct:segment_desc_t::__anon11702::__anon11703
H A Dhax-all.c671 lhs->operand_size = 0;
687 | (rhs->operand_size << DESC_B_SHIFT)
705 lhs->operand_size = (flags >> DESC_B_SHIFT) & 1;
/external/v8/src/arm/
H A Dsimulator-arm.h261 int operand_size,
H A Dsimulator-arm.cc1653 int operand_size = (precision == kSinglePrecision) ? 4 : 8; local
1668 ProcessPUW(instr, num_regs, operand_size, &start_address, &end_address);
1696 ASSERT(reinterpret_cast<intptr_t>(address) - operand_size == end_address);

Completed in 116 milliseconds