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

/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.cc205 uint16 DisassemblerElf32ARM::TypedRVAARM::op_size() const { function in class:courgette::DisassemblerElf32ARM::TypedRVAARM
264 op_size());
468 p += rel32_rva->op_size();
477 on_32bit = (~(on_32bit ^ (rel32_rva->op_size() == 4))) != 0;
H A Dassembly_program.cc122 const uint8* arm_op, uint16 op_size)
124 arm_op_(arm_op), op_size_(op_size) {
129 uint16 op_size() const { return op_size_; } function in class:courgette::__anon7558::InstructionWithLabelARM
191 const uint8* arm_op, uint16 op_size) {
193 arm_op, op_size));
531 uint16 op_size = local
532 static_cast<InstructionWithLabelARM*>(instruction)->op_size();
534 if (op_size < 1)
537 new(std::nothrow) BytesInstruction(arm_op, op_size);
121 InstructionWithLabelARM(OP op, uint16 compressed_op, Label* label, const uint8* arm_op, uint16 op_size) argument
190 EmitRel32ARM(uint16 op, Label* label, const uint8* arm_op, uint16 op_size) argument
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc313 opnd_size_t op_size = opnd_get_size(op); local
314 CHECK(op_size != OPSZ_NA);
315 uint access_size = opnd_size_in_bytes(op_size);
316 if (access_size <= 4 || op_size == OPSZ_PTR /* x64 support sign extension */) {
319 if (op_size == OPSZ_PTR || op_size == OPSZ_4)
322 immed = opnd_create_immed_int((ptr_int_t) 0, op_size);
325 opnd_create_base_disp(R1, DR_REG_NULL, 0, 0, op_size),
329 opnd_create_base_disp(R1, DR_REG_NULL, 0, 0, op_size),
/external/chromium_org/v8/src/ia32/
H A Ddisasm-ia32.cc660 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
661 return 2 + op_size; // includes 0x0F
/external/chromium_org/v8/src/x87/
H A Ddisasm-x87.cc660 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
661 return 2 + op_size; // includes 0x0F

Completed in 221 milliseconds