Searched refs:LMathClz32 (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 929 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> { 931 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-ia32.cc | 1228 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-ia32.cc | 3854 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 945 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> { 947 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-x87.cc | 1237 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-x87.cc | 4222 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 927 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> { 929 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-x64.cc | 1208 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-x64.cc | 3964 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 919 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> { 921 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-mips64.cc | 1159 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-mips64.cc | 3934 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 920 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> { 922 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-mips.cc | 1159 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-mips.cc | 3902 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 941 class LMathClz32 FINAL : public LTemplateInstruction<1, 1, 0> { 943 explicit LMathClz32(LOperand* value) { in LMathClz32() function
|
D | lithium-arm.cc | 1190 LMathClz32* result = new(zone()) LMathClz32(input); in DoMathClz32()
|
D | lithium-codegen-arm.cc | 3946 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2055 class LMathClz32 FINAL : public LUnaryMathOperation<0> { 2057 explicit LMathClz32(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathClz32() function
|
D | lithium-arm64.cc | 2666 return DefineAsRegister(new(zone()) LMathClz32(input)); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 4044 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
|