Searched refs:Word32AtomicExchangeLatency (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 1076 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 D | instruction-scheduler-mips64.cc | 1250 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 D | instruction-scheduler-mips.cc | 1044 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 12 milliseconds