/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2132 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 2134 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
|
D | lithium-mips.cc | 1887 LClampTToUint8* result = in DoClampToUint8() 1888 new(zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
|
D | lithium-codegen-mips.cc | 4848 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2161 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 2163 LClampTToUint8(LOperand* unclamped, in LClampTToUint8() function
|
D | lithium-x64.cc | 1928 LClampTToUint8* result = new(zone()) LClampTToUint8(reg, in DoClampToUint8()
|
D | lithium-codegen-x64.cc | 4902 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1968 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 1970 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
|
D | lithium-s390.cc | 1755 LClampTToUint8* result = in DoClampToUint8() 1756 new (zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
|
D | lithium-codegen-s390.cc | 5047 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2173 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 2175 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
|
D | lithium-arm.cc | 1940 LClampTToUint8* result = in DoClampToUint8() 1941 new(zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
|
D | lithium-codegen-arm.cc | 4847 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2180 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 2182 LClampTToUint8(LOperand* value, LOperand* temp_xmm) { in LClampTToUint8() function
|
D | lithium-ia32.cc | 1951 LClampTToUint8* result = new(zone()) LClampTToUint8(reg, temp); in DoClampToUint8()
|
D | lithium-codegen-ia32.cc | 4628 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2178 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 2180 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
|
D | lithium-mips64.cc | 1890 LClampTToUint8* result = in DoClampToUint8() 1891 new(zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
|
D | lithium-codegen-mips64.cc | 5054 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2109 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 2111 LClampTToUint8(LOperand* unclamped, LOperand* temp) { in LClampTToUint8() function
|
D | lithium-ppc.cc | 1917 LClampTToUint8* result = in DoClampToUint8() 1918 new (zone()) LClampTToUint8(reg, TempDoubleRegister()); in DoClampToUint8()
|
D | lithium-codegen-ppc.cc | 5124 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 962 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> { 964 LClampTToUint8(LOperand* unclamped, LOperand* temp1) { in LClampTToUint8() function
|
D | lithium-arm64.cc | 1188 DefineAsRegister(new(zone()) LClampTToUint8(reg, in DoClampToUint8()
|
D | lithium-codegen-arm64.cc | 2186 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
|