Home
last modified time | relevance | path

Searched refs:LMathClz32 (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h894 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
896 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-ia32.cc1218 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-ia32.cc3620 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h908 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
910 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-x87.cc1226 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-x87.cc3921 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h885 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
887 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-mips.cc1149 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-mips.cc3603 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h891 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
893 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-x64.cc1200 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-x64.cc3715 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h909 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
911 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-arm.cc1180 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-arm.cc3617 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h903 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
905 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-mips64.cc1149 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-mips64.cc3808 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h881 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
883 explicit LMathClz32(LOperand* value) { inputs_[0] = value; } in LMathClz32() function
Dlithium-ppc.cc1189 LMathClz32* result = new (zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-ppc.cc3843 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1955 class LMathClz32 final : public LUnaryMathOperation<0> {
1957 explicit LMathClz32(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathClz32() function
Dlithium-arm64.cc2643 return DefineAsRegister(new(zone()) LMathClz32(input)); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3749 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()