Searched refs:LClampDToUint8 (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 1895 class LClampDToUint8: public LTemplateInstruction<1, 1, 1> { 1897 LClampDToUint8(LOperand* value, LOperand* temp) { in LClampDToUint8() function
|
D | lithium-x64.cc | 1752 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
|
D | lithium-codegen-x64.cc | 3965 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1918 class LClampDToUint8: public LTemplateInstruction<1, 1, 1> { 1920 LClampDToUint8(LOperand* value, LOperand* temp) { in LClampDToUint8() function
|
D | lithium-mips.cc | 1770 return DefineAsRegister(new(zone()) LClampDToUint8(reg, FixedTemp(f22))); in DoClampToUint8()
|
D | lithium-codegen-mips.cc | 4249 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1938 class LClampDToUint8: public LTemplateInstruction<1, 1, 1> { 1940 LClampDToUint8(LOperand* value, LOperand* temp) { in LClampDToUint8() function
|
D | lithium-arm.cc | 1768 return DefineAsRegister(new(zone()) LClampDToUint8(reg, FixedTemp(d11))); in DoClampToUint8()
|
D | lithium-codegen-arm.cc | 4352 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1987 class LClampDToUint8: public LTemplateInstruction<1, 1, 0> { 1989 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
|
D | lithium-ia32.cc | 1815 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-ia32.cc | 4193 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|