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

  /external/v8/src/x64/
disasm-x64.cc 62 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
159 TWO_OPERANDS_INSTR,
222 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
278 {"cmovo", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
279 {"cmovno", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
280 {"cmovc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
281 {"cmovnc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
282 {"cmovz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
283 {"cmovnz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 57 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
161 TWO_OPERANDS_INSTR,
216 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
901 case TWO_OPERANDS_INSTR:
    [all...]

Completed in 941 milliseconds