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.h2142 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2144 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
Dlithium-x87.cc1940 return DefineFixed(new (zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
Dlithium-codegen-x87.cc5031 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2152 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2154 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
Dlithium-mips64.cc1884 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2137 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2139 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-x64.cc1922 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-x64.cc4902 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2149 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2151 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-arm.cc1933 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-arm.cc4849 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1935 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
1937 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
Dlithium-s390.cc1731 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2156 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2158 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
Dlithium-ia32.cc1941 return DefineFixed(new(zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
Dlithium-codegen-ia32.cc4630 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2089 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2091 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
Dlithium-ppc.cc1912 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-ppc.cc5150 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2106 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2108 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
Dlithium-mips.cc1881 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
Dlithium-codegen-mips.cc4850 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h938 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
940 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
Dlithium-arm64.cc1182 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
Dlithium-codegen-arm64.cc2183 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()

12