HomeSort by relevance Sort by last modified time
    Searched refs:LUnaryMathOperation (Results 1 - 16 of 16) sorted by null

  /external/v8/src/x64/
lithium-codegen-x64.h 98 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
231 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
232 void DoMathAbs(LUnaryMathOperation* instr);
233 void DoMathFloor(LUnaryMathOperation* instr);
234 void DoMathRound(LUnaryMathOperation* instr);
235 void DoMathSqrt(LUnaryMathOperation* instr);
236 void DoMathPowHalf(LUnaryMathOperation* instr);
237 void DoMathLog(LUnaryMathOperation* instr);
238 void DoMathTan(LUnaryMathOperation* instr);
239 void DoMathCos(LUnaryMathOperation* instr)
    [all...]
lithium-codegen-x64.cc     [all...]
lithium-x64.cc 300 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
    [all...]
lithium-x64.h 601 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 0> {
603 explicit LUnaryMathOperation(LOperand* value) {
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 105 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
242 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
243 void DoMathAbs(LUnaryMathOperation* instr);
244 void DoMathFloor(LUnaryMathOperation* instr);
245 void DoMathRound(LUnaryMathOperation* instr);
246 void DoMathSqrt(LUnaryMathOperation* instr);
247 void DoMathLog(LUnaryMathOperation* instr);
248 void DoMathTan(LUnaryMathOperation* instr);
249 void DoMathCos(LUnaryMathOperation* instr);
250 void DoMathSin(LUnaryMathOperation* instr)
    [all...]
lithium-codegen-ia32.cc     [all...]
lithium-ia32.cc 295 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
    [all...]
lithium-ia32.h 592 class LUnaryMathOperation: public LTemplateInstruction<1, 2, 0> {
594 LUnaryMathOperation(LOperand* context, LOperand* value) {
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 115 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
246 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
247 void DoMathAbs(LUnaryMathOperation* instr);
248 void DoMathFloor(LUnaryMathOperation* instr);
249 void DoMathRound(LUnaryMathOperation* instr);
250 void DoMathSqrt(LUnaryMathOperation* instr);
251 void DoMathPowHalf(LUnaryMathOperation* instr);
252 void DoMathLog(LUnaryMathOperation* instr);
253 void DoMathTan(LUnaryMathOperation* instr);
254 void DoMathCos(LUnaryMathOperation* instr)
    [all...]
lithium-arm.cc 298 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
    [all...]
lithium-codegen-arm.cc     [all...]
lithium-arm.h 617 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 1> {
619 LUnaryMathOperation(LOperand* value, LOperand* temp) {
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 111 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
246 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
247 void DoMathAbs(LUnaryMathOperation* instr);
248 void DoMathFloor(LUnaryMathOperation* instr);
249 void DoMathRound(LUnaryMathOperation* instr);
250 void DoMathSqrt(LUnaryMathOperation* instr);
251 void DoMathPowHalf(LUnaryMathOperation* instr);
252 void DoMathLog(LUnaryMathOperation* instr);
253 void DoMathTan(LUnaryMathOperation* instr);
254 void DoMathCos(LUnaryMathOperation* instr)
    [all...]
lithium-mips.cc 298 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
    [all...]
lithium-codegen-mips.cc     [all...]
lithium-mips.h 616 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 1> {
618 LUnaryMathOperation(LOperand* value, LOperand* temp) {
    [all...]

Completed in 8950 milliseconds