/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2142 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2144 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
|
D | lithium-x87.cc | 1940 return DefineFixed(new (zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
|
D | lithium-codegen-x87.cc | 5031 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2152 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> { 2154 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
|
D | lithium-mips64.cc | 1884 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2137 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2139 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
|
D | lithium-x64.cc | 1922 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-x64.cc | 4902 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2149 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2151 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
|
D | lithium-arm.cc | 1933 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-arm.cc | 4849 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1935 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 1937 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
|
D | lithium-s390.cc | 1731 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2156 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2158 explicit LClampDToUint8(LOperand* value) { in LClampDToUint8() function
|
D | lithium-ia32.cc | 1941 return DefineFixed(new(zone()) LClampDToUint8(reg), eax); in DoClampToUint8()
|
D | lithium-codegen-ia32.cc | 4630 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2089 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2091 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampDToUint8() function
|
D | lithium-ppc.cc | 1912 return DefineAsRegister(new (zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-ppc.cc | 5150 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2106 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> { 2108 LClampDToUint8(LOperand* unclamped, LOperand* temp) { in LClampDToUint8() function
|
D | lithium-mips.cc | 1881 return DefineAsRegister(new(zone()) LClampDToUint8(reg, in DoClampToUint8()
|
D | lithium-codegen-mips.cc | 4850 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 938 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 940 explicit LClampDToUint8(LOperand* unclamped) { in LClampDToUint8() function
|
D | lithium-arm64.cc | 1182 return DefineAsRegister(new(zone()) LClampDToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-arm64.cc | 2183 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
|