Home
last modified time | relevance | path

Searched refs:group_1_prefix_ (Results 1 – 4 of 4) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/diagnostics/x64/
H A Ddisasm-x64.cc299 group_1_prefix_(0), in DisassemblerX64()
1973 } else if (group_1_prefix_ == 0xF2) { in TwoByteOpcodeInstruction()
2019 } else if (group_1_prefix_ == 0xF3) { in TwoByteOpcodeInstruction()
2316 return (group_1_prefix_ == 0xF2) ? "addsd" : "addss"; in TwoByteMnemonic()
2318 return (group_1_prefix_ == 0xF2) ? "mulsd" : "mulss"; in TwoByteMnemonic()
2324 return (group_1_prefix_ == 0xF2) ? "minsd" : "minss"; in TwoByteMnemonic()
2326 return (group_1_prefix_ == 0xF2) ? "subsd" : "subss"; in TwoByteMnemonic()
2328 return (group_1_prefix_ == 0xF2) ? "divsd" : "divss"; in TwoByteMnemonic()
2381 group_1_prefix_ = current; in InstructionDecode()
2415 if (group_1_prefix_ == REP_PREFIX) { in InstructionDecode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc290 group_1_prefix_(0), in DisassemblerX64()
2099 } else if (group_1_prefix_ == 0xF2) { in TwoByteOpcodeInstruction()
2149 } else if (group_1_prefix_ == 0xF3) { in TwoByteOpcodeInstruction()
2465 return (group_1_prefix_ == 0xF2) ? "addsd" : "addss"; in TwoByteMnemonic()
2467 return (group_1_prefix_ == 0xF2) ? "mulsd" : "mulss"; in TwoByteMnemonic()
2473 return (group_1_prefix_ == 0xF2) ? "minsd" : "minss"; in TwoByteMnemonic()
2475 return (group_1_prefix_ == 0xF2) ? "subsd" : "subss"; in TwoByteMnemonic()
2477 return (group_1_prefix_ == 0xF2) ? "divsd" : "divss"; in TwoByteMnemonic()
2530 group_1_prefix_ = current; in InstructionDecode()
2564 if (group_1_prefix_ == REP_PREFIX) { in InstructionDecode()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Ddisasm-x64.cc299 group_1_prefix_(0), in DisassemblerX64()
1916 } else if (group_1_prefix_ == 0xF2) { in TwoByteOpcodeInstruction()
1997 } else if (group_1_prefix_ == 0xF3) { in TwoByteOpcodeInstruction()
2247 return (group_1_prefix_ == 0xF2) ? "addsd" : "addss"; in TwoByteMnemonic()
2249 return (group_1_prefix_ == 0xF2) ? "mulsd" : "mulss"; in TwoByteMnemonic()
2253 return (group_1_prefix_ == 0xF2) ? "minsd" : "minss"; in TwoByteMnemonic()
2255 return (group_1_prefix_ == 0xF2) ? "subsd" : "subss"; in TwoByteMnemonic()
2257 return (group_1_prefix_ == 0xF2) ? "divsd" : "divss"; in TwoByteMnemonic()
2309 group_1_prefix_ = current; in InstructionDecode()
2342 if (group_1_prefix_ == REP_PREFIX) { in InstructionDecode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc285 group_1_prefix_(0), in DisassemblerX64()
2137 } else if (group_1_prefix_ == 0xF2) { in TwoByteOpcodeInstruction()
2222 } else if (group_1_prefix_ == 0xF3) { in TwoByteOpcodeInstruction()
2491 return (group_1_prefix_ == 0xF2) ? "addsd" : "addss"; in TwoByteMnemonic()
2493 return (group_1_prefix_ == 0xF2) ? "mulsd" : "mulss"; in TwoByteMnemonic()
2499 return (group_1_prefix_ == 0xF2) ? "minsd" : "minss"; in TwoByteMnemonic()
2501 return (group_1_prefix_ == 0xF2) ? "subsd" : "subss"; in TwoByteMnemonic()
2503 return (group_1_prefix_ == 0xF2) ? "divsd" : "divss"; in TwoByteMnemonic()
2556 group_1_prefix_ = current; in InstructionDecode()
2590 if (group_1_prefix_ == REP_PREFIX) { in InstructionDecode()
[all …]