Searched refs:EmitIntegerMathAbs (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h242 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
H A Dlithium-codegen-ia32.cc2840 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
2877 EmitIntegerMathAbs(instr);
2884 EmitIntegerMathAbs(instr);
/external/v8/src/x64/
H A Dlithium-codegen-x64.h231 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
H A Dlithium-codegen-x64.cc2796 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
2832 EmitIntegerMathAbs(instr);
2840 EmitIntegerMathAbs(instr);
/external/v8/src/arm/
H A Dlithium-codegen-arm.h246 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
H A Dlithium-codegen-arm.cc3073 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
3108 EmitIntegerMathAbs(instr);
3117 EmitIntegerMathAbs(instr);
/external/v8/src/mips/
H A Dlithium-codegen-mips.h246 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
H A Dlithium-codegen-mips.cc2955 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
2991 EmitIntegerMathAbs(instr);
3000 EmitIntegerMathAbs(instr);

Completed in 260 milliseconds