Home
last modified time | relevance | path

Searched refs:SUB_S (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc324 SUB_S = 4, enumerator
621 return Latency::MUL_S + Latency::SUB_S; in MsubSLatency()
742 return 1 + Latency::MTC1 + Latency::BRANCH + Latency::SUB_S + in Trunc_uw_sLatency()
1689 return Latency::SUB_S; in GetInstructionLatency()
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc355 SUB_S = 4, enumerator
1113 4 * Latency::BRANCH + Latency::SUB_S + 2 * Latency::TRUNC_L_S + in TruncUlSLatency()
1422 return Latency::SUB_S; in GetInstructionLatency()
1533 2 * Latency::TRUNC_W_S + Latency::SUB_S + OrLatency() + in GetInstructionLatency()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3.h1159 INSTR2(SUB_S) in INSTR0()
/external/v8/src/mips/
Dconstants-mips.h601 SUB_S = ((0U << 3) + 1), enumerator
Dassembler-mips.cc2756 GenInstrRegister(COP1, S, ft, fs, fd, SUB_S); in sub_s()
Dsimulator-mips.cc3212 case SUB_S: in DecodeTypeRegisterSRsType()
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c183 #define SUB_S (HI(17) | FMT_S | LO(1)) macro
1524 FAIL_IF(push_inst(compiler, SUB_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2()
/external/v8/src/mips64/
Dconstants-mips64.h632 SUB_S = ((0U << 3) + 1), enumerator
Dsimulator-mips64.cc2665 case SUB_S: in DecodeTypeRegisterSRsType()