Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.h1895 class LClampDToUint8: public LTemplateInstruction<1, 1, 1> {
1897 LClampDToUint8(LOperand* value, LOperand* temp) { in LClampDToUint8() function
Dlithium-x64.cc1752 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
Dlithium-codegen-x64.cc3965 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/mips/
Dlithium-mips.h1918 class LClampDToUint8: public LTemplateInstruction<1, 1, 1> {
1920 LClampDToUint8(LOperand* value, LOperand* temp) { in LClampDToUint8() function
Dlithium-mips.cc1770 return DefineAsRegister(new(zone()) LClampDToUint8(reg, FixedTemp(f22))); in DoClampToUint8()
Dlithium-codegen-mips.cc4249 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/arm/
Dlithium-arm.h1938 class LClampDToUint8: public LTemplateInstruction<1, 1, 1> {
1940 LClampDToUint8(LOperand* value, LOperand* temp) { in LClampDToUint8() function
Dlithium-arm.cc1768 return DefineAsRegister(new(zone()) LClampDToUint8(reg, FixedTemp(d11))); in DoClampToUint8()
Dlithium-codegen-arm.cc4352 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/ia32/
Dlithium-ia32.h1987 class LClampDToUint8: public LTemplateInstruction<1, 1, 0> {
1989 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
Dlithium-ia32.cc1815 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-ia32.cc4193 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()