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

  /external/v8/src/x64/
disasm-x64.cc 40 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
137 TWO_OPERANDS_INSTR,
201 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
257 {"cmovo", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
258 {"cmovno", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
259 {"cmovc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
260 {"cmovnc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
261 {"cmovz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false},
262 {"cmovnz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}
    [all...]
  /external/v8/src/x87/
disasm-x87.cc 32 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
125 TWO_OPERANDS_INSTR,
180 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
964 case TWO_OPERANDS_INSTR:
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 32 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm
125 TWO_OPERANDS_INSTR,
180 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
    [all...]

Completed in 154 milliseconds