Searched refs:FLOOR_W_D (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 459 FLOOR_W_D = 4, enumerator 789 return Mfhc1Latency() + Latency::FLOOR_W_D + Mthc1Latency(); in Floor_w_dLatency() 791 return Latency::FLOOR_W_D; in Floor_w_dLatency()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 489 FLOOR_W_D = 4, enumerator 1381 return Latency::FLOOR_W_D + Latency::MOVF_FREG; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 488 FLOOR_W_D = 4, enumerator 1577 return Latency::FLOOR_W_D + Latency::MFC1; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 697 FLOOR_W_D = ((1U << 3) + 7),
|
H A D | assembler-mips64.cc | 2961 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_W_D); in floor_w_d()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 652 FLOOR_W_D = ((1U << 3) + 7),
|
H A D | assembler-mips.cc | 2691 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_W_D); in floor_w_d()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 3287 case FLOOR_W_D: // Round double to word towards negative infinity. in DecodeTypeRegisterDRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2905 case FLOOR_W_D: // Round double to word towards negative infinity. in DecodeTypeRegisterDRsType()
|
Completed in 41 milliseconds