/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 894 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> { 896 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-ia32.cc | 1218 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-ia32.cc | 3620 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 908 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> { 910 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-x87.cc | 1226 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-x87.cc | 3921 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 885 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> { 887 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-mips.cc | 1149 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-mips.cc | 3603 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 891 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> { 893 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-x64.cc | 1200 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-x64.cc | 3715 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 909 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> { 911 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-arm.cc | 1180 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-arm.cc | 3617 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 903 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> { 905 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-mips64.cc | 1149 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-mips64.cc | 3808 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 881 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> { 883 explicit LMathClz32(LOperand* value) { inputs_[0] = value; } in LMathClz32() function
|
D | lithium-ppc.cc | 1189 LMathClz32* result = new (zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-ppc.cc | 3843 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1955 class LMathClz32 final : public LUnaryMathOperation<0> { 1957 explicit LMathClz32(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathClz32() function
|
D | lithium-arm64.cc | 2643 return DefineAsRegister(new(zone()) LMathClz32(input)); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3749 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|