Searched defs:LClampTToUint8 (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h2317 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2319 LClampTToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h2323 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2325 LClampTToUint8(LOperand* value, LOperand* temp_xmm) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h2277 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2279 LClampTToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h2323 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2325 LClampTToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h2252 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2254 LClampTToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h2104 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2106 LClampTToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h2307 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
2309 LClampTToUint8(LOperand* unclamped, function in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h970 class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
972 LClampTToUint8(LOperand* unclamped, LOperand* temp1) { function in class:v8::internal::final

Completed in 113 milliseconds