Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc1076 int Word32AtomicExchangeLatency(bool sign_extend, int size) { in Word32AtomicExchangeLatency() function
1532 return Word32AtomicExchangeLatency(true, 8); in GetInstructionLatency()
1534 return Word32AtomicExchangeLatency(false, 8); in GetInstructionLatency()
1536 return Word32AtomicExchangeLatency(true, 16); in GetInstructionLatency()
1538 return Word32AtomicExchangeLatency(false, 16); in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1250 int Word32AtomicExchangeLatency(bool sign_extend, int size) { in Word32AtomicExchangeLatency() function
1726 return Word32AtomicExchangeLatency(true, 8); in GetInstructionLatency()
1728 return Word32AtomicExchangeLatency(false, 8); in GetInstructionLatency()
1730 return Word32AtomicExchangeLatency(true, 16); in GetInstructionLatency()
1732 return Word32AtomicExchangeLatency(false, 16); in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1044 int Word32AtomicExchangeLatency(bool sign_extend, int size) { in Word32AtomicExchangeLatency() function
1709 return Word32AtomicExchangeLatency(true, 8); in GetInstructionLatency()
1711 return Word32AtomicExchangeLatency(false, 8); in GetInstructionLatency()
1713 return Word32AtomicExchangeLatency(true, 16); in GetInstructionLatency()
1715 return Word32AtomicExchangeLatency(false, 16); in GetInstructionLatency()

Completed in 6 milliseconds