| /external/chromium_org/v8/src/x64/ |
| disasm-x64.cc | 63 static const ByteMnemonic two_operands_instr[] = { member in namespace:disasm 160 TWO_OPERANDS_INSTR, 223 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR); 279 {"cmovo", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}, 280 {"cmovno", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}, 281 {"cmovc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}, 282 {"cmovnc", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}, 283 {"cmovz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false}, 284 {"cmovnz", TWO_OPERANDS_INSTR, REG_OPER_OP_ORDER, false} [all...] |
| /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/chromium_org/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); 913 case TWO_OPERANDS_INSTR: [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...] |