Searched refs:LUnaryMathOperation (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/x64/
H A Dlithium-codegen-x64.h98 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* inst
[all...]
H A Dlithium-codegen-x64.cc2744 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) {
2796 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) {
2807 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) {
2812 LUnaryMathOperation* instr)
2819 LUnaryMathOperation* instr_;
2847 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) {
2893 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) {
2940 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) {
2947 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) {
3106 void LCodeGen::DoMathLog(LUnaryMathOperation* inst
[all...]
H A Dlithium-x64.cc300 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
1176 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input);
1180 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input);
H A Dlithium-x64.h601 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
603 explicit LUnaryMathOperation(LOperand* value) { function in class:v8::internal::LUnaryMathOperation
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h105 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* inst
[all...]
H A Dlithium-codegen-ia32.cc2787 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) {
2840 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) {
2852 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) {
2857 LUnaryMathOperation* instr)
2864 LUnaryMathOperation* instr_;
2890 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) {
2942 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) {
2987 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) {
3137 void LCodeGen::DoMathLog(LUnaryMathOperation* instr) {
3168 void LCodeGen::DoMathTan(LUnaryMathOperation* inst
[all...]
H A Dlithium-ia32.cc295 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
1199 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(context,
1205 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(context,
1216 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(context,
H A Dlithium-ia32.h592 class LUnaryMathOperation: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
594 LUnaryMathOperation(LOperand* context, LOperand* value) { function in class:v8::internal::LUnaryMathOperation
/external/v8/src/arm/
H A Dlithium-codegen-arm.h115 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* inst
[all...]
H A Dlithium-arm.cc298 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
1183 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input, NULL);
1188 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input, temp);
1193 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input, temp);
H A Dlithium-codegen-arm.cc3007 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) {
3073 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) {
3087 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) {
3092 LUnaryMathOperation* instr)
3099 LUnaryMathOperation* instr_;
3123 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) {
3153 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) {
3218 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) {
3225 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) {
3356 void LCodeGen::DoMathLog(LUnaryMathOperation* inst
[all...]
H A Dlithium-arm.h617 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
619 LUnaryMathOperation(LOperand* value, LOperand* temp) { function in class:v8::internal::LUnaryMathOperation
/external/v8/src/mips/
H A Dlithium-codegen-mips.h111 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* inst
[all...]
H A Dlithium-mips.cc298 void LUnaryMathOperation::PrintDataTo(StringStream* stream) {
1182 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input, NULL);
1189 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input, temp);
1194 LUnaryMathOperation* result = new(zone()) LUnaryMathOperation(input, temp);
H A Dlithium-codegen-mips.cc2890 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) {
2955 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) {
2970 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) {
2975 LUnaryMathOperation* instr)
2982 LUnaryMathOperation* instr_;
3006 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) {
3037 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) {
3114 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) {
3121 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) {
3251 void LCodeGen::DoMathLog(LUnaryMathOperation* inst
[all...]
H A Dlithium-mips.h616 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
618 LUnaryMathOperation(LOperand* value, LOperand* temp) { function in class:v8::internal::LUnaryMathOperation

Completed in 246 milliseconds