Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h929 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> {
931 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-ia32.cc1228 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-ia32.cc3854 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/x87/
Dlithium-x87.h945 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> {
947 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-x87.cc1237 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-x87.cc4222 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/x64/
Dlithium-x64.h927 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> {
929 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-x64.cc1208 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-x64.cc3964 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/mips64/
Dlithium-mips64.h919 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> {
921 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-mips64.cc1159 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-mips64.cc3934 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/mips/
Dlithium-mips.h920 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> {
922 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-mips.cc1159 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-mips.cc3902 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/arm/
Dlithium-arm.h941 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> {
943 explicit LMathClz32(LOperand* value) { in LMathClz32() function
Dlithium-arm.cc1190 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
Dlithium-codegen-arm.cc3946 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
/external/v8/src/arm64/
Dlithium-arm64.h2055 class LMathClz32 FINAL : public LUnaryMathOperation<0> {
2057 explicit LMathClz32(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathClz32() function
Dlithium-arm64.cc2666 return DefineAsRegister(new(zone()) LMathClz32(input)); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc4044 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()