Home
last modified time | relevance | path

Searched refs:LClampDToUint8 (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h2285 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2287 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
Dlithium-x87.cc1973 return DefineFixed(new (zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
Dlithium-codegen-x87.cc5152 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2297 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2299 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
Dlithium-mips64.cc1920 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
Dlithium-codegen-mips64.cc5157 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2293 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2295 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-arm.cc1969 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h2086 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2088 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
Dlithium-s390.cc1779 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-s390.cc5148 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2283 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2285 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-x64.cc1956 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2251 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2253 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
Dlithium-mips.cc1917 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
Dlithium-codegen-mips.cc4954 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2232 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2234 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
Dlithium-ppc.cc1948 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-ppc.cc5248 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2299 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2301 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
Dlithium-ia32.cc1974 return DefineFixed(new(zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
Dlithium-codegen-ia32.cc4757 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h946 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
948 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-arm64.cc1189 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-arm64.cc2159 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()

12