/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2120 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 2122 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() function
|
D | lithium-mips.cc | 1884 return DefineAsRegister(new(zone()) LClampIToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-mips.cc | 4841 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2149 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 2151 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() function
|
D | lithium-x64.cc | 1923 return DefineSameAsFirst(new(zone()) LClampIToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-x64.cc | 4895 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2154 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 2156 explicit LClampIToUint8(LOperand* value) { in LClampIToUint8() function
|
D | lithium-x87.cc | 1943 return DefineFixed(new(zone()) LClampIToUint8(reg), eax); in DoClampToUint8()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1959 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 1961 explicit LClampIToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampIToUint8() function
|
D | lithium-s390.cc | 1752 return DefineAsRegister(new (zone()) LClampIToUint8(reg)); in DoClampToUint8()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2161 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 2163 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() function
|
D | lithium-arm.cc | 1935 return DefineAsRegister(new(zone()) LClampIToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-arm.cc | 4840 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2168 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 2170 explicit LClampIToUint8(LOperand* value) { in LClampIToUint8() function
|
D | lithium-ia32.cc | 1944 return DefineFixed(new(zone()) LClampIToUint8(reg), eax); in DoClampToUint8()
|
D | lithium-codegen-ia32.cc | 4621 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2166 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 2168 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() function
|
D | lithium-mips64.cc | 1887 return DefineAsRegister(new(zone()) LClampIToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-mips64.cc | 5047 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2099 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 2101 explicit LClampIToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } in LClampIToUint8() function
|
D | lithium-ppc.cc | 1914 return DefineAsRegister(new (zone()) LClampIToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-ppc.cc | 5117 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 950 class LClampIToUint8 final : public LTemplateInstruction<1, 1, 0> { 952 explicit LClampIToUint8(LOperand* unclamped) { in LClampIToUint8() function
|
D | lithium-arm64.cc | 1184 return DefineAsRegister(new(zone()) LClampIToUint8(reg)); in DoClampToUint8()
|
D | lithium-codegen-arm64.cc | 2179 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
|