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

  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 34 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
138 TWO_OPERANDS_INSTR,
193 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
916 case TWO_OPERANDS_INSTR:
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 40 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
137 TWO_OPERANDS_INSTR,
200 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
256 {"cmovo", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
257 {"cmovno", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
258 {"cmovc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
259 {"cmovnc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
260 {"cmovz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
261 {"cmovnz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}
    [all...]
  /external/chromium_org/v8/src/x87/
disasm-x87.cc 34 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
138 TWO_OPERANDS_INSTR,
193 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
937 case TWO_OPERANDS_INSTR:
    [all...]

Completed in 153 milliseconds