Home
last modified time | relevance | path

Searched refs:EmitInteger32MathAbs (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h228 void EmitInteger32MathAbs(LMathAbs* instr);
Dlithium-codegen-s390.cc3405 void LCodeGen::EmitInteger32MathAbs(LMathAbs* instr) { in DoShiftI() function in v8::internal::LCodeGen
3444 EmitInteger32MathAbs(instr); in DoShiftI()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h228 void EmitInteger32MathAbs(LMathAbs* instr);
Dlithium-codegen-ppc.cc3459 void LCodeGen::EmitInteger32MathAbs(LMathAbs* instr) { in DoShiftI() function in v8::internal::LCodeGen
3500 EmitInteger32MathAbs(instr); in DoShiftI()