Searched refs:FLOOR_W_S (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 488 FLOOR_W_S = 4, enumerator 1389 return Latency::FLOOR_W_S + Latency::MOVF_FREG; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 487 FLOOR_W_S = 4, enumerator 1585 return Latency::FLOOR_W_S + Latency::MFC1; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 458 FLOOR_W_S = 4, enumerator 1782 return Latency::FLOOR_W_S; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 671 FLOOR_W_S = ((1U << 3) + 7),
|
H A D | assembler-mips64.cc | 2957 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_W_S); in floor_w_s()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 625 FLOOR_W_S = ((1U << 3) + 7),
|
H A D | assembler-mips.cc | 2687 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_W_S); in floor_w_s()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2969 case FLOOR_W_S: // Round double to word towards negative infinity. in DecodeTypeRegisterSRsType() 3057 // TRUNC_W_S ROUND_W_S ROUND_L_S FLOOR_W_S FLOOR_L_S in DecodeTypeRegisterSRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 3442 case FLOOR_W_S: // Round double to word towards negative infinity. in DecodeTypeRegisterSRsType() 3563 // CVT_W_S CVT_L_S ROUND_W_S ROUND_L_S FLOOR_W_S FLOOR_L_S in DecodeTypeRegisterSRsType()
|
Completed in 40 milliseconds