Searched refs:opcode1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c361 int opcode1, opcode2; local
444 opcode1 = DWARF2_LINE_OPCODE_BASE + line_delta - DWARF2_LINE_BASE +
452 } else if (addr_delta <= DWARF2_MAX_SPECIAL_ADDR_DELTA && opcode1 <= 255) {
454 dwarf2_dbgfmt_append_line_op(debug_line, opcode1, NULL);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dgen_x86_insn.py261 elif "opcode1" in kwargs and "opcode2" in kwargs:
265 self.opcode1 = kwargs.pop("opcode1")
267 self.opcode_len = len(self.opcode1)
317 elif hasattr(self, "opcode1") and hasattr(self, "opcode2"):
318 opcodes_str = ["0x%02X" % x for x in self.opcode1]
763 opcode1=[0x88+(sz!=8)], variable
783 opcode1=[0x8A+(sz!=8)], variable
848 opcode1=[0xB8], variable
1201 opcode1 variable
1209 opcode1=[0x6A], variable
1218 opcode1=[0x6A], variable
1226 opcode1=[0x6A], variable
1812 opcode1=[0x83, 0xC0], variable
1845 opcode1=[0x83], variable
1854 opcode1=[0x83], variable
1876 opcode1=[0x83], variable
1885 opcode1=[0x83], variable
1905 opcode1=[0x83], variable
2136 opcode1=[0x6B], variable
2147 opcode1=[0x6B], variable
[all...]

Completed in 100 milliseconds