Home
last modified time | relevance | path

Searched refs:Word32AtomicCompareExchangeLatency (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc1082 int Word32AtomicCompareExchangeLatency(bool sign_extend, int size) { in Word32AtomicCompareExchangeLatency() function
1542 return Word32AtomicCompareExchangeLatency(true, 8); in GetInstructionLatency()
1544 return Word32AtomicCompareExchangeLatency(false, 8); in GetInstructionLatency()
1546 return Word32AtomicCompareExchangeLatency(true, 16); in GetInstructionLatency()
1548 return Word32AtomicCompareExchangeLatency(false, 16); in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1256 int Word32AtomicCompareExchangeLatency(bool sign_extend, int size) { in Word32AtomicCompareExchangeLatency() function
1736 return Word32AtomicCompareExchangeLatency(true, 8); in GetInstructionLatency()
1738 return Word32AtomicCompareExchangeLatency(false, 8); in GetInstructionLatency()
1740 return Word32AtomicCompareExchangeLatency(true, 16); in GetInstructionLatency()
1742 return Word32AtomicCompareExchangeLatency(false, 16); in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1050 int Word32AtomicCompareExchangeLatency(bool sign_extend, int size) { in Word32AtomicCompareExchangeLatency() function
1721 return Word32AtomicCompareExchangeLatency(true, 8); in GetInstructionLatency()
1723 return Word32AtomicCompareExchangeLatency(false, 8); in GetInstructionLatency()
1725 return Word32AtomicCompareExchangeLatency(true, 16); in GetInstructionLatency()
1727 return Word32AtomicCompareExchangeLatency(false, 16); in GetInstructionLatency()

Completed in 6 milliseconds