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

/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc371 OperandSize operand_size() { function in class:disasm::DisassemblerX64
379 return "bwlq"[operand_size()];
686 byte_size_immediate ? OPERAND_BYTE_SIZE : operand_size();
728 count += PrintImmediate(data + 1 + count, operand_size());
1445 switch (operand_size()) {
1579 if (operand_size() == OPERAND_WORD_SIZE) {
1697 switch (operand_size()) {
1735 switch (operand_size()) {
/external/qemu/target-i386/
H A Dhax-interface.h100 uint32 operand_size : 1; member in struct:segment_desc_t::__anon25916::__anon25917
/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/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc1614 int operand_size = (precision == kSinglePrecision) ? 4 : 8; local
1630 ProcessPU(instr, num_regs, operand_size, &start_address, &end_address);
1662 ASSERT(reinterpret_cast<intptr_t>(address) - operand_size == end_address);
/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 155 milliseconds