Searched refs:SUB_S (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 450 SUB_S = 4, enumerator 1030 4 * Latency::BRANCH + Latency::SUB_S + 2 * Latency::TRUNC_L_S + in TruncUlSLatency() 1297 return Latency::SUB_S; in GetInstructionLatency() 1409 2 * Latency::TRUNC_W_S + Latency::SUB_S + OrLatency() + in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 449 SUB_S = 4, enumerator 1195 4 * Latency::BRANCH + Latency::SUB_S + 2 * Latency::TRUNC_L_S + in TruncUlSLatency() 1496 return Latency::SUB_S; in GetInstructionLatency() 1604 2 * Latency::TRUNC_W_S + Latency::SUB_S + OrLatency() + in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 422 SUB_S = 4, enumerator 719 return Latency::MUL_S + Latency::SUB_S; in MsubSLatency() 840 return 1 + Latency::MTC1 + Latency::BRANCH + Latency::SUB_S + in Trunc_uw_sLatency() 1764 return Latency::SUB_S; in GetInstructionLatency()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 1586 PAIR(SUB_U, SUB_S) in ir3_try_swap_signedness() 2256 INSTR2(SUB_S)
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 657 SUB_S = ((0U << 3) + 1),
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 611 SUB_S = ((0U << 3) + 1),
|
H A D | assembler-mips.cc | 2541 GenInstrRegister(COP1, S, ft, fs, fd, SUB_S); in sub_s()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 275 #define SUB_S (HI(17) | FMT_S | LO(1)) macro 2791 FAIL_IF(push_inst(compiler, SUB_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2743 case SUB_S: in DecodeTypeRegisterSRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 3223 case SUB_S: in DecodeTypeRegisterSRsType()
|
Completed in 44 milliseconds