/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 2293 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2295 explicit LClampDToUint8(LOperand* unclamped) { function in class:v8::internal::final
|
H A D | lithium-arm.cc | 1969 return DefineAsRegister(new(zone()) LClampDToUint8(reg));
|
H A D | lithium-codegen-arm.cc | 4986 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 2299 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2301 explicit LClampDToUint8(LOperand* value) { function in class:v8::internal::final
|
H A D | lithium-ia32.cc | 1974 return DefineFixed(new(zone()) LClampDToUint8(reg), eax);
|
H A D | lithium-codegen-ia32.cc | 4757 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 2251 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> { 2253 LClampDToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
|
H A D | lithium-mips.cc | 1917 return DefineAsRegister(new(zone()) LClampDToUint8(reg,
|
H A D | lithium-codegen-mips.cc | 4954 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 2297 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> { 2299 LClampDToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
|
H A D | lithium-mips64.cc | 1920 return DefineAsRegister(new(zone()) LClampDToUint8(reg,
|
H A D | lithium-codegen-mips64.cc | 5157 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 2232 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2234 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } function in class:v8::internal::final
|
H A D | lithium-ppc.cc | 1948 return DefineAsRegister(new (zone()) LClampDToUint8(reg));
|
H A D | lithium-codegen-ppc.cc | 5248 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 2086 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2088 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } function in class:v8::internal::final
|
H A D | lithium-s390.cc | 1779 return DefineAsRegister(new (zone()) LClampDToUint8(reg));
|
H A D | lithium-codegen-s390.cc | 5148 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 2283 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2285 explicit LClampDToUint8(LOperand* unclamped) { function in class:v8::internal::final
|
H A D | lithium-x64.cc | 1956 return DefineAsRegister(new(zone()) LClampDToUint8(reg));
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 2285 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 2287 explicit LClampDToUint8(LOperand* value) { function in class:v8::internal::final
|
H A D | lithium-x87.cc | 1973 return DefineFixed(new (zone()) LClampDToUint8(reg), eax);
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.h | 946 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> { 948 explicit LClampDToUint8(LOperand* unclamped) { function in class:v8::internal::final
|
H A D | lithium-arm64.cc | 1189 return DefineAsRegister(new(zone()) LClampDToUint8(reg));
|
H A D | lithium-codegen-arm64.cc | 2159 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|