Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2372 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2374 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
Dlithium-ia32.cc2031 return DefineFixed(new(zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
Dlithium-codegen-ia32.cc4906 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2376 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2378 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
Dlithium-x87.cc2032 return DefineFixed(new (zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
Dlithium-codegen-x87.cc5381 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2348 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2350 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
Dlithium-mips.cc1988 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
Dlithium-codegen-mips.cc5041 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2353 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2355 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-x64.cc2001 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-x64.cc5104 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2391 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2393 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-arm.cc2040 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-arm.cc5040 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2394 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2396 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
Dlithium-mips64.cc1991 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
Dlithium-codegen-mips64.cc5244 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2295 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2297 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
Dlithium-ppc.cc2005 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-ppc.cc5315 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h984 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
986 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-arm64.cc1255 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-arm64.cc2178 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()