Searched refs:LTaggedToI (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h101 void DoDeferredTaggedToI(LTaggedToI* instr);
H A Dlithium-s390.h1649 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1651 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-codegen-s390.cc4744 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) {
4792 void LCodeGen::DoTaggedToI(LTaggedToI* instr) {
4795 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr)
4801 LTaggedToI* instr_;
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h104 void DoDeferredTaggedToI(LTaggedToI* instr);
H A Dlithium-arm.h1829 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1831 LTaggedToI(LOperand* value, function in class:v8::internal::final
H A Dlithium-codegen-arm.cc4519 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) {
4569 void LCodeGen::DoTaggedToI(LTaggedToI* instr) {
4572 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr)
4578 LTaggedToI* instr_;
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h124 void DoDeferredTaggedToI(LTaggedToI* instr,
H A Dlithium-arm64.h2367 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
2369 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc5206 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr,
5252 void LCodeGen::DoTaggedToI(LTaggedToI* instr) {
5255 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr)
5264 LTaggedToI* instr_;
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h91 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
H A Dlithium-ia32.h1846 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> {
1848 LTaggedToI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc4304 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) {
4347 void LCodeGen::DoTaggedToI(LTaggedToI* instr) {
4350 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr)
4356 LTaggedToI* instr_;
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h103 void DoDeferredTaggedToI(LTaggedToI* instr);
H A Dlithium-mips.h1792 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1794 LTaggedToI(LOperand* value, function in class:v8::internal::final
H A Dlithium-codegen-mips.cc4490 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) {
4551 void LCodeGen::DoTaggedToI(LTaggedToI* instr) {
4554 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr)
4560 LTaggedToI* instr_;
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h104 void DoDeferredTaggedToI(LTaggedToI* instr);
H A Dlithium-mips64.h1838 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1840 LTaggedToI(LOperand* value, function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc4683 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) {
4744 void LCodeGen::DoTaggedToI(LTaggedToI* instr) {
4747 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr)
4753 LTaggedToI* instr_;
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h102 void DoDeferredTaggedToI(LTaggedToI* instr);
H A Dlithium-ppc.h1786 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1788 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-codegen-ppc.cc4819 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) {
4868 void LCodeGen::DoTaggedToI(LTaggedToI* instr) {
4871 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr)
4877 LTaggedToI* instr_;
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h89 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
H A Dlithium-x64.h1839 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> {
1841 LTaggedToI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h126 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
H A Dlithium-x87.h1834 class LTaggedToI final : public LTemplateInstruction<1, 1, 0> {
1836 explicit LTaggedToI(LOperand* value) { function in class:v8::internal::final

Completed in 3216 milliseconds

12