Home
last modified time | relevance | path

Searched refs:MOV_S (Results 1 - 12 of 12) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_64.c186 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()
188 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
194 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()
196 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
H A DsljitNativeMIPS_32.c154 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
164 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
H A DsljitNativeMIPS_common.c242 #define MOV_S (HI(17) | FMT_S | LO(6)) macro
921 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
934 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
969 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(arg_count) | FD(float_arg_count), MOVABLE_INS)); in sljit_emit_enter()
971 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
976 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(arg_count) | FD(float_arg_count), MOVABLE_INS)); in sljit_emit_enter()
978 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
2708 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc503 MOV_S = 4, enumerator
978 return Latency::MOVF_FREG + 1 + Latency::BRANCH + Latency::MOV_S + 4 + in Float32RoundLatency()
987 Latency::MOVF_FREG + 1 + Latency::MOV_S; in Float32MaxLatency()
1001 Latency::MOVF_FREG + 1 + Latency::MOV_S; in Float32MinLatency()
1032 Latency::MOV_S + SltuLatency() + 4; in TruncUlSLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc502 MOV_S = 4, enumerator
1126 return Latency::MFC1 + 1 + Latency::BRANCH + Latency::MOV_S + 4 + in Float32RoundLatency()
1139 Latency::MFC1 + 1 + Latency::MOV_S; in Float32MaxLatency()
1161 Latency::MFC1 + 1 + Latency::MOV_S; in Float32MinLatency()
1196 3 * Latency::DMFC1 + OrLatency() + Latency::MTC1 + Latency::MOV_S + in TruncUlSLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc473 MOV_S = 4, enumerator
770 return Latency::MFC1 + ExtLatency() + Latency::BRANCH + Latency::MOV_S + 4 + in Float32RoundLatency()
1196 return Latency::MOV_S; // Estimated max. in Move_sLatency()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h662 MOV_S = ((0U << 3) + 6),
H A Dassembler-mips64.cc2896 GenInstrRegister(COP1, S, f0, fs, fd, MOV_S); in mov_s()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h616 MOV_S = ((0U << 3) + 6),
H A Dassembler-mips.cc2621 GenInstrRegister(COP1, S, f0, fs, fd, MOV_S); in mov_s()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2773 case MOV_S: in DecodeTypeRegisterSRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3253 case MOV_S: in DecodeTypeRegisterSRsType()

Completed in 46 milliseconds