/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2372 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2374 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
|
D | lithium-ia32.cc | 2031 return DefineFixed(new(zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
|
D | lithium-codegen-ia32.cc | 4906 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2376 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2378 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
|
D | lithium-x87.cc | 2032 return DefineFixed(new (zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
|
D | lithium-codegen-x87.cc | 5381 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2348 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> { 2350 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
|
D | lithium-mips.cc | 1988 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
|
D | lithium-codegen-mips.cc | 5041 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2353 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2355 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
|
D | lithium-x64.cc | 2001 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-x64.cc | 5104 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2391 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2393 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
|
D | lithium-arm.cc | 2040 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-arm.cc | 5040 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2394 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> { 2396 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
|
D | lithium-mips64.cc | 1991 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
|
D | lithium-codegen-mips64.cc | 5244 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2295 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2297 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
|
D | lithium-ppc.cc | 2005 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-ppc.cc | 5315 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 984 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 986 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
|
D | lithium-arm64.cc | 1255 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-arm64.cc | 2178 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|