Searched defs:operand_size (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dhax-interface.h100 uint32 operand_size : 1; member in struct:segment_desc_t::__anon11109::__anon11110
/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()) {
/external/v8/src/arm/
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 74 milliseconds