HomeSort by relevance Sort by last modified time
    Searched refs:opcode2 (Results 1 - 6 of 6) sorted by null

  /art/disassembler/
disassembler_arm.cc 1630 uint16_t opcode2 = instr >> 9; local
1700 uint16_t opcode2 = (instr >> 6) & 0xF; local
1707 uint16_t opcode2 = (instr >> 6) & 0x0F; local
1819 uint16_t opcode2 = (instr >> 5) & 0x7F; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 361 int opcode1, opcode2; local
446 opcode2 = DWARF2_LINE_OPCODE_BASE + line_delta - DWARF2_LINE_BASE +
456 && opcode2 <= 255) {
459 dwarf2_dbgfmt_append_line_op(debug_line, opcode2, NULL);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 261 elif "opcode1" in kwargs and "opcode2" in kwargs:
266 self.opcode2 = kwargs.pop("opcode2")
317 elif hasattr(self, "opcode1") and hasattr(self, "opcode2"):
319 opcodes_str.extend("0x%02X" % x for x in self.opcode2)
764 opcode2=[0xA2+(sz!=8)], variable
784 opcode2=[0xA0+(sz!=8)], variable
849 opcode2=[0xC7], variable
1202 opcode2=[0x68], variable
1210 opcode2=[0x68], variable
1219 opcode2=[0x68], variable
1227 opcode2=[0x68], variable
1813 opcode2=[0x05], variable
1846 opcode2=[0x81], variable
1855 opcode2=[0x81], variable
1877 opcode2=[0x81], variable
1886 opcode2=[0x81], variable
1906 opcode2=[0x81], variable
2137 opcode2=[0x69], variable
2148 opcode2=[0x69], variable
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 302 milliseconds