Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2180 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2182 LClampTToUint8(LOperand* value, LOperand* temp_xmm) { in LClampTToUint8() function
Dlithium-ia32.cc1951 LClampTToUint8* result = new(zone()) LClampTToUint8(reg, temp); in DoClampToUint8()
Dlithium-codegen-ia32.cc4645 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2161 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2163 LClampTToUint8(LOperand* unclamped, in LClampTToUint8() function
Dlithium-x64.cc1929 LClampTToUint8* result = new(zone()) LClampTToUint8(reg, in DoClampToUint8()
Dlithium-codegen-x64.cc4917 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2132 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2134 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
Dlithium-mips.cc1887 LClampTToUint8* result = in DoClampToUint8()
1888 new(zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
Dlithium-codegen-mips.cc4865 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2109 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2111 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
Dlithium-ppc.cc1917 LClampTToUint8* result = in DoClampToUint8()
1918 new (zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
Dlithium-codegen-ppc.cc5164 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2173 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2175 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
Dlithium-arm.cc1940 LClampTToUint8* result = in DoClampToUint8()
1941 new(zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
Dlithium-codegen-arm.cc4863 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1953 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
1955 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
Dlithium-s390.cc1736 LClampTToUint8* result = in DoClampToUint8()
1737 new (zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
Dlithium-codegen-s390.cc5104 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2178 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2180 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
Dlithium-mips64.cc1890 LClampTToUint8* result = in DoClampToUint8()
1891 new(zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
Dlithium-codegen-mips64.cc5056 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h962 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
964 LClampTToUint8(LOperand* unclamped, LOperand* temp1) { in LClampTToUint8() function
Dlithium-arm64.cc1188 DefineAsRegister(new(zone()) LClampTToUint8(reg, in DoClampToUint8()
Dlithium-codegen-arm64.cc2197 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()