Searched refs:LClampDToUint8 (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h2293 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2295 explicit LClampDToUint8(LOperand* unclamped) { function in class:v8::internal::final
H A Dlithium-arm.cc1969 return DefineAsRegister(new(zone()) LClampDToUint8(reg));
H A Dlithium-codegen-arm.cc4986 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h2299 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2301 explicit LClampDToUint8(LOperand* value) { function in class:v8::internal::final
H A Dlithium-ia32.cc1974 return DefineFixed(new(zone()) LClampDToUint8(reg), eax);
H A Dlithium-codegen-ia32.cc4757 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h2251 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2253 LClampDToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips.cc1917 return DefineAsRegister(new(zone()) LClampDToUint8(reg,
H A Dlithium-codegen-mips.cc4954 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h2297 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 1> {
2299 LClampDToUint8(LOperand* unclamped, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips64.cc1920 return DefineAsRegister(new(zone()) LClampDToUint8(reg,
H A Dlithium-codegen-mips64.cc5157 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h2232 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2234 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } function in class:v8::internal::final
H A Dlithium-ppc.cc1948 return DefineAsRegister(new (zone()) LClampDToUint8(reg));
H A Dlithium-codegen-ppc.cc5248 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h2086 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2088 explicit LClampDToUint8(LOperand* unclamped) { inputs_[0] = unclamped; } function in class:v8::internal::final
H A Dlithium-s390.cc1779 return DefineAsRegister(new (zone()) LClampDToUint8(reg));
H A Dlithium-codegen-s390.cc5148 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h2283 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2285 explicit LClampDToUint8(LOperand* unclamped) { function in class:v8::internal::final
H A Dlithium-x64.cc1956 return DefineAsRegister(new(zone()) LClampDToUint8(reg));
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h2285 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
2287 explicit LClampDToUint8(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x87.cc1973 return DefineFixed(new (zone()) LClampDToUint8(reg), eax);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h946 class LClampDToUint8 final : public LTemplateInstruction<1, 1, 0> {
948 explicit LClampDToUint8(LOperand* unclamped) { function in class:v8::internal::final
H A Dlithium-arm64.cc1189 return DefineAsRegister(new(zone()) LClampDToUint8(reg));
H A Dlithium-codegen-arm64.cc2159 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {

Completed in 394 milliseconds

12