Searched refs:TranscendentalCacheStub (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h40 class TranscendentalCacheStub: public CodeStub { class in namespace:v8::internal
47 explicit TranscendentalCacheStub(TranscendentalCache::Type type, function in class:v8::internal::TranscendentalCacheStub
H A Dcodegen-x64.cc83 TranscendentalCacheStub::GenerateOperation(&masm, type);
H A Dfull-codegen-x64.cc3094 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3095 TranscendentalCacheStub::TAGGED);
3106 TranscendentalCacheStub stub(TranscendentalCache::COS,
3107 TranscendentalCacheStub::TAGGED);
3118 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3119 TranscendentalCacheStub::TAGGED);
3130 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3131 TranscendentalCacheStub::TAGGED);
H A Dlithium-codegen-x64.cc756 TranscendentalCacheStub stub(instr->transcendental_type(),
757 TranscendentalCacheStub::TAGGED);
3108 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3109 TranscendentalCacheStub::UNTAGGED);
3116 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3117 TranscendentalCacheStub::UNTAGGED);
3124 TranscendentalCacheStub stub(TranscendentalCache::COS,
3125 TranscendentalCacheStub::UNTAGGED);
3132 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3133 TranscendentalCacheStub
[all...]
H A Dcode-stubs-x64.cc1498 void TranscendentalCacheStub::Generate(MacroAssembler* masm) {
1684 Runtime::FunctionId TranscendentalCacheStub::RuntimeFunction() {
1698 void TranscendentalCacheStub::GenerateOperation(
/external/v8/src/arm/
H A Dcode-stubs-arm.h39 class TranscendentalCacheStub: public CodeStub { class in namespace:v8::internal
46 TranscendentalCacheStub(TranscendentalCache::Type type, function in class:v8::internal::TranscendentalCacheStub
H A Dfull-codegen-arm.cc3265 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3266 TranscendentalCacheStub::TAGGED);
3277 TranscendentalCacheStub stub(TranscendentalCache::COS,
3278 TranscendentalCacheStub::TAGGED);
3289 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3290 TranscendentalCacheStub::TAGGED);
3301 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3302 TranscendentalCacheStub::TAGGED);
H A Dlithium-codegen-arm.cc884 TranscendentalCacheStub stub(instr->transcendental_type(),
885 TranscendentalCacheStub::TAGGED);
3358 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3359 TranscendentalCacheStub::UNTAGGED);
3366 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3367 TranscendentalCacheStub::UNTAGGED);
3374 TranscendentalCacheStub stub(TranscendentalCache::COS,
3375 TranscendentalCacheStub::UNTAGGED);
3382 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3383 TranscendentalCacheStub
[all...]
H A Dcode-stubs-arm.cc3209 void TranscendentalCacheStub::Generate(MacroAssembler* masm) {
3386 void TranscendentalCacheStub::GenerateCallCFunction(MacroAssembler* masm,
3423 Runtime::FunctionId TranscendentalCacheStub::RuntimeFunction() {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h41 class TranscendentalCacheStub: public CodeStub { class in namespace:v8::internal
48 TranscendentalCacheStub(TranscendentalCache::Type type, function in class:v8::internal::TranscendentalCacheStub
H A Dfull-codegen-ia32.cc3207 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3208 TranscendentalCacheStub::TAGGED);
3219 TranscendentalCacheStub stub(TranscendentalCache::COS,
3220 TranscendentalCacheStub::TAGGED);
3231 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3232 TranscendentalCacheStub::TAGGED);
3243 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3244 TranscendentalCacheStub::TAGGED);
H A Dlithium-codegen-ia32.cc792 TranscendentalCacheStub stub(instr->transcendental_type(),
793 TranscendentalCacheStub::TAGGED);
3170 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3171 TranscendentalCacheStub::UNTAGGED);
3178 TranscendentalCacheStub stub(TranscendentalCache::COS,
3179 TranscendentalCacheStub::UNTAGGED);
3186 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3187 TranscendentalCacheStub::UNTAGGED);
H A Dcodegen-ia32.cc88 TranscendentalCacheStub::GenerateOperation(&masm, type);
H A Dcode-stubs-ia32.cc2374 void TranscendentalCacheStub::Generate(MacroAssembler* masm) {
2568 Runtime::FunctionId TranscendentalCacheStub::RuntimeFunction() {
2581 void TranscendentalCacheStub::GenerateOperation(
/external/v8/src/mips/
H A Dcode-stubs-mips.h40 class TranscendentalCacheStub: public CodeStub { class in namespace:v8::internal
47 TranscendentalCacheStub(TranscendentalCache::Type type, function in class:v8::internal::TranscendentalCacheStub
H A Dfull-codegen-mips.cc3295 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3296 TranscendentalCacheStub::TAGGED);
3308 TranscendentalCacheStub stub(TranscendentalCache::COS,
3309 TranscendentalCacheStub::TAGGED);
3321 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3322 TranscendentalCacheStub::TAGGED);
3334 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3335 TranscendentalCacheStub::TAGGED);
H A Dlithium-codegen-mips.cc847 TranscendentalCacheStub stub(instr->transcendental_type(),
848 TranscendentalCacheStub::TAGGED);
3253 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3254 TranscendentalCacheStub::UNTAGGED);
3261 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3262 TranscendentalCacheStub::UNTAGGED);
3269 TranscendentalCacheStub stub(TranscendentalCache::COS,
3270 TranscendentalCacheStub::UNTAGGED);
3277 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3278 TranscendentalCacheStub
[all...]
H A Dcode-stubs-mips.cc3331 void TranscendentalCacheStub::Generate(MacroAssembler* masm) {
3521 void TranscendentalCacheStub::GenerateCallCFunction(MacroAssembler* masm,
3560 Runtime::FunctionId TranscendentalCacheStub::RuntimeFunction() {
/external/v8/src/
H A Dheap.h2576 friend class TranscendentalCacheStub;
2593 friend class TranscendentalCacheStub;

Completed in 662 milliseconds