Searched refs:op_size (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.h40 virtual uint16 op_size() const;
H A Ddisassembler_elf_32_x86.h34 virtual uint16 op_size() const OVERRIDE { return 4; }
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::__anon7922::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
H A Dassembly_program.h99 uint16 op_size) WARN_UNUSED_RESULT;
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 Ddisassembler_elf_32.h65 virtual uint16 op_size() const = 0;
H A Ddisassembler_elf_32.cc394 file_offset += (**current_rel)->op_size();
/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.cc677 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
678 return 2 + op_size; // includes 0x0F
/external/chromium_org/v8/src/x87/
H A Ddisasm-x87.cc677 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local
678 return 2 + op_size; // includes 0x0F

Completed in 146 milliseconds