优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

42708 行
2.0 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.String
struct String_t;
// Unity.Mathematics.int4/DebuggerProxy
struct DebuggerProxy_t8EC6D76BB0F83ABE09641B10CB725B3869E0D70F;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int4_tBA77D4945786DE82C3A487B33955EA1004996052_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF;
IL2CPP_EXTERN_C String_t* _stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6;
IL2CPP_EXTERN_C String_t* _stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060;
IL2CPP_EXTERN_C String_t* _stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
struct Il2CppArrayBounds;
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// Unity.Mathematics.int4/DebuggerProxy
struct DebuggerProxy_t8EC6D76BB0F83ABE09641B10CB725B3869E0D70F : public RuntimeObject
{
// System.Int32 Unity.Mathematics.int4/DebuggerProxy::x
int32_t ___x_0;
// System.Int32 Unity.Mathematics.int4/DebuggerProxy::y
int32_t ___y_1;
// System.Int32 Unity.Mathematics.int4/DebuggerProxy::z
int32_t ___z_2;
// System.Int32 Unity.Mathematics.int4/DebuggerProxy::w
int32_t ___w_3;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// Unity.Mathematics.bool3
struct bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861
{
// System.Boolean Unity.Mathematics.bool3::x
bool ___x_0;
// System.Boolean Unity.Mathematics.bool3::y
bool ___y_1;
// System.Boolean Unity.Mathematics.bool3::z
bool ___z_2;
};
// Unity.Mathematics.bool4
struct bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619
{
// System.Boolean Unity.Mathematics.bool4::x
bool ___x_0;
// System.Boolean Unity.Mathematics.bool4::y
bool ___y_1;
// System.Boolean Unity.Mathematics.bool4::z
bool ___z_2;
// System.Boolean Unity.Mathematics.bool4::w
bool ___w_3;
};
// Unity.Mathematics.double3
struct double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4
{
// System.Double Unity.Mathematics.double3::x
double ___x_0;
// System.Double Unity.Mathematics.double3::y
double ___y_1;
// System.Double Unity.Mathematics.double3::z
double ___z_2;
};
struct double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4_StaticFields
{
// Unity.Mathematics.double3 Unity.Mathematics.double3::zero
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___zero_3;
};
// Unity.Mathematics.double4
struct double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5
{
// System.Double Unity.Mathematics.double4::x
double ___x_0;
// System.Double Unity.Mathematics.double4::y
double ___y_1;
// System.Double Unity.Mathematics.double4::z
double ___z_2;
// System.Double Unity.Mathematics.double4::w
double ___w_3;
};
struct double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5_StaticFields
{
// Unity.Mathematics.double4 Unity.Mathematics.double4::zero
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___zero_4;
};
// Unity.Mathematics.float3
struct float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E
{
// System.Single Unity.Mathematics.float3::x
float ___x_0;
// System.Single Unity.Mathematics.float3::y
float ___y_1;
// System.Single Unity.Mathematics.float3::z
float ___z_2;
};
struct float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_StaticFields
{
// Unity.Mathematics.float3 Unity.Mathematics.float3::zero
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___zero_3;
};
// Unity.Mathematics.float4
struct float4_t89D9A294E7A79BD81BFBDD18654508532958555E
{
// System.Single Unity.Mathematics.float4::x
float ___x_0;
// System.Single Unity.Mathematics.float4::y
float ___y_1;
// System.Single Unity.Mathematics.float4::z
float ___z_2;
// System.Single Unity.Mathematics.float4::w
float ___w_3;
};
struct float4_t89D9A294E7A79BD81BFBDD18654508532958555E_StaticFields
{
// Unity.Mathematics.float4 Unity.Mathematics.float4::zero
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___zero_4;
};
// Unity.Mathematics.int2
struct int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A
{
// System.Int32 Unity.Mathematics.int2::x
int32_t ___x_0;
// System.Int32 Unity.Mathematics.int2::y
int32_t ___y_1;
};
struct int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_StaticFields
{
// Unity.Mathematics.int2 Unity.Mathematics.int2::zero
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zero_2;
};
// Unity.Mathematics.int3
struct int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF
{
// System.Int32 Unity.Mathematics.int3::x
int32_t ___x_0;
// System.Int32 Unity.Mathematics.int3::y
int32_t ___y_1;
// System.Int32 Unity.Mathematics.int3::z
int32_t ___z_2;
};
struct int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF_StaticFields
{
// Unity.Mathematics.int3 Unity.Mathematics.int3::zero
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___zero_3;
};
// Unity.Mathematics.int4
struct int4_tBA77D4945786DE82C3A487B33955EA1004996052
{
// System.Int32 Unity.Mathematics.int4::x
int32_t ___x_0;
// System.Int32 Unity.Mathematics.int4::y
int32_t ___y_1;
// System.Int32 Unity.Mathematics.int4::z
int32_t ___z_2;
// System.Int32 Unity.Mathematics.int4::w
int32_t ___w_3;
};
struct int4_tBA77D4945786DE82C3A487B33955EA1004996052_StaticFields
{
// Unity.Mathematics.int4 Unity.Mathematics.int4::zero
int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___zero_4;
};
// Unity.Mathematics.uint3
struct uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B
{
// System.UInt32 Unity.Mathematics.uint3::x
uint32_t ___x_0;
// System.UInt32 Unity.Mathematics.uint3::y
uint32_t ___y_1;
// System.UInt32 Unity.Mathematics.uint3::z
uint32_t ___z_2;
};
struct uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B_StaticFields
{
// Unity.Mathematics.uint3 Unity.Mathematics.uint3::zero
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___zero_3;
};
// Unity.Mathematics.uint4
struct uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9
{
// System.UInt32 Unity.Mathematics.uint4::x
uint32_t ___x_0;
// System.UInt32 Unity.Mathematics.uint4::y
uint32_t ___y_1;
// System.UInt32 Unity.Mathematics.uint4::z
uint32_t ___z_2;
// System.UInt32 Unity.Mathematics.uint4::w
uint32_t ___w_3;
};
struct uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9_StaticFields
{
// Unity.Mathematics.uint4 Unity.Mathematics.uint4::zero
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___zero_4;
};
// Unity.Mathematics.bool3x4
struct bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384
{
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x4::c0
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c0_0;
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x4::c1
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c1_1;
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x4::c2
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c2_2;
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x4::c3
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c3_3;
};
// Unity.Mathematics.bool4x2
struct bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE
{
// Unity.Mathematics.bool4 Unity.Mathematics.bool4x2::c0
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c0_0;
// Unity.Mathematics.bool4 Unity.Mathematics.bool4x2::c1
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c1_1;
};
// Unity.Mathematics.bool4x3
struct bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34
{
// Unity.Mathematics.bool4 Unity.Mathematics.bool4x3::c0
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c0_0;
// Unity.Mathematics.bool4 Unity.Mathematics.bool4x3::c1
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c1_1;
// Unity.Mathematics.bool4 Unity.Mathematics.bool4x3::c2
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c2_2;
};
// Unity.Mathematics.double3x4
struct double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88
{
// Unity.Mathematics.double3 Unity.Mathematics.double3x4::c0
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c0_0;
// Unity.Mathematics.double3 Unity.Mathematics.double3x4::c1
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c1_1;
// Unity.Mathematics.double3 Unity.Mathematics.double3x4::c2
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c2_2;
// Unity.Mathematics.double3 Unity.Mathematics.double3x4::c3
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c3_3;
};
struct double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88_StaticFields
{
// Unity.Mathematics.double3x4 Unity.Mathematics.double3x4::zero
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 ___zero_4;
};
// Unity.Mathematics.double4x2
struct double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16
{
// Unity.Mathematics.double4 Unity.Mathematics.double4x2::c0
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___c0_0;
// Unity.Mathematics.double4 Unity.Mathematics.double4x2::c1
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___c1_1;
};
struct double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16_StaticFields
{
// Unity.Mathematics.double4x2 Unity.Mathematics.double4x2::zero
double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 ___zero_2;
};
// Unity.Mathematics.double4x3
struct double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E
{
// Unity.Mathematics.double4 Unity.Mathematics.double4x3::c0
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___c0_0;
// Unity.Mathematics.double4 Unity.Mathematics.double4x3::c1
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___c1_1;
// Unity.Mathematics.double4 Unity.Mathematics.double4x3::c2
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___c2_2;
};
struct double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E_StaticFields
{
// Unity.Mathematics.double4x3 Unity.Mathematics.double4x3::zero
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E ___zero_3;
};
// Unity.Mathematics.float3x4
struct float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51
{
// Unity.Mathematics.float3 Unity.Mathematics.float3x4::c0
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c0_0;
// Unity.Mathematics.float3 Unity.Mathematics.float3x4::c1
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c1_1;
// Unity.Mathematics.float3 Unity.Mathematics.float3x4::c2
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c2_2;
// Unity.Mathematics.float3 Unity.Mathematics.float3x4::c3
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c3_3;
};
struct float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51_StaticFields
{
// Unity.Mathematics.float3x4 Unity.Mathematics.float3x4::zero
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 ___zero_4;
};
// Unity.Mathematics.float4x2
struct float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27
{
// Unity.Mathematics.float4 Unity.Mathematics.float4x2::c0
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c0_0;
// Unity.Mathematics.float4 Unity.Mathematics.float4x2::c1
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c1_1;
};
struct float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27_StaticFields
{
// Unity.Mathematics.float4x2 Unity.Mathematics.float4x2::zero
float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 ___zero_2;
};
// Unity.Mathematics.float4x3
struct float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC
{
// Unity.Mathematics.float4 Unity.Mathematics.float4x3::c0
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c0_0;
// Unity.Mathematics.float4 Unity.Mathematics.float4x3::c1
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c1_1;
// Unity.Mathematics.float4 Unity.Mathematics.float4x3::c2
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c2_2;
};
struct float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC_StaticFields
{
// Unity.Mathematics.float4x3 Unity.Mathematics.float4x3::zero
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC ___zero_3;
};
// Unity.Mathematics.int3x4
struct int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398
{
// Unity.Mathematics.int3 Unity.Mathematics.int3x4::c0
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c0_0;
// Unity.Mathematics.int3 Unity.Mathematics.int3x4::c1
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c1_1;
// Unity.Mathematics.int3 Unity.Mathematics.int3x4::c2
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c2_2;
// Unity.Mathematics.int3 Unity.Mathematics.int3x4::c3
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c3_3;
};
struct int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398_StaticFields
{
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::zero
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___zero_4;
};
// Unity.Mathematics.int4x2
struct int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996
{
// Unity.Mathematics.int4 Unity.Mathematics.int4x2::c0
int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c0_0;
// Unity.Mathematics.int4 Unity.Mathematics.int4x2::c1
int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c1_1;
};
struct int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996_StaticFields
{
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::zero
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___zero_2;
};
// Unity.Mathematics.int4x3
struct int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A
{
// Unity.Mathematics.int4 Unity.Mathematics.int4x3::c0
int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c0_0;
// Unity.Mathematics.int4 Unity.Mathematics.int4x3::c1
int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c1_1;
// Unity.Mathematics.int4 Unity.Mathematics.int4x3::c2
int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c2_2;
};
struct int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A_StaticFields
{
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::zero
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___zero_3;
};
// Unity.Mathematics.uint3x4
struct uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79
{
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x4::c0
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c0_0;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x4::c1
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c1_1;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x4::c2
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c2_2;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x4::c3
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c3_3;
};
struct uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79_StaticFields
{
// Unity.Mathematics.uint3x4 Unity.Mathematics.uint3x4::zero
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 ___zero_4;
};
// Unity.Mathematics.uint4x2
struct uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6
{
// Unity.Mathematics.uint4 Unity.Mathematics.uint4x2::c0
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___c0_0;
// Unity.Mathematics.uint4 Unity.Mathematics.uint4x2::c1
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___c1_1;
};
struct uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6_StaticFields
{
// Unity.Mathematics.uint4x2 Unity.Mathematics.uint4x2::zero
uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 ___zero_2;
};
// Unity.Mathematics.uint4x3
struct uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C
{
// Unity.Mathematics.uint4 Unity.Mathematics.uint4x3::c0
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___c0_0;
// Unity.Mathematics.uint4 Unity.Mathematics.uint4x3::c1
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___c1_1;
// Unity.Mathematics.uint4 Unity.Mathematics.uint4x3::c2
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___c2_2;
};
struct uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C_StaticFields
{
// Unity.Mathematics.uint4x3 Unity.Mathematics.uint4x3::zero
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C ___zero_3;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.int3,Unity.Mathematics.int3,Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c33, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m868AF02D903BFB1450391BD8B2E85B744DAC4BD8_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m033, int32_t ___m104, int32_t ___m115, int32_t ___m126, int32_t ___m137, int32_t ___m208, int32_t ___m219, int32_t ___m2210, int32_t ___m2311, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Implicit(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline (int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_mEC7C06195D279B6EB64795789B679D346B6CD604_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.math::select(Unity.Mathematics.int3,Unity.Mathematics.int3,System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___a0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___b1, bool ___c2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m9999522DBD9ACC36B0C69D28CD202C937C2452B8_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, bool ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.math::select(Unity.Mathematics.int3,Unity.Mathematics.int3,Unity.Mathematics.bool3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___a0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___b1, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.bool3x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_mA82999AAB8D0E7AF7E97958BDD3A2ECF86D74828_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline (uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m7E2B2AE72F41264F1A5735A17F3F3D56A49A797C_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(Unity.Mathematics.uint3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.uint3x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m46263394B8397D50613FAFC8CBD50082576F6A81_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline (float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m77C3712E1259ED893B00B901340B9B3D73D6FB02_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, float ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(Unity.Mathematics.float3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.float3x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m52AC8795EFA5375A1C474CA8011EDE4AEC108E59_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline (double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m82A0175A7992D08F54CF6235AE70F60789C4B646_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, double ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(Unity.Mathematics.double3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline (double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.double3x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_mEDC7227C94505818857F629F241780F361E84FDE_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Multiply(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_mADC4DFD8263944C2EAF626A57530DDD407F06754_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Multiply(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_m663151D516BF698553ED26E5A23D1425CAB82044_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Multiply(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_m370E9EB87B5435AEB9A6D48D3595DC84896BB285_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Addition(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_m5F903A4F4237BECEA93DF880638BED19497D5BEF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Addition(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_mBC237D58A8CCFC2E5B3B0692FE845B36970F41A4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Addition(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_m3242A8CDD6C574807A3EDF1E8E1B92657415072C_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Subtraction(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m02D0F066AACF01B2FFBC0F882B3A379B73268CB2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Subtraction(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m57A29D4D91A6C3A29E72880A317B5DE7A233F648_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Subtraction(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m7DCCEACA615EAF4BB9241F7B81A8BA926497277C_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Division(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_m90EAB120E4154B535980F4E0ABB7059362CD2AB2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Division(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_mBA849C701597CDC7543A2FDE9C72B2F9EB4B5B4B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Division(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_m534214AD12DC31D7B8D5845815C7879A68D51173_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Modulus(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_m40910DD612DAB2545683B5C2FFB70DCD2B6C3CC4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Modulus(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_mC6AE30D9CA8A71EA4C188163B68A118CF5048A46_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Modulus(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_mDEC30DFA8C651F4C7A2E552F6A442CBD4A93DAEF_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Increment(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Increment_mF39F24089562F5AAB6FE3E9EB64A72788EB63B96_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Decrement(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Decrement_mA92C6E87EFC6A175715F75DDB2F9FC72228782D4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThan(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mC801617FD3C6D40D80444CE64971328D00D92AEB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool3x4::.ctor(Unity.Mathematics.bool3,Unity.Mathematics.bool3,Unity.Mathematics.bool3,Unity.Mathematics.bool3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline (bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c00, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c11, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c22, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c33, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThan(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mDADF72BD688462C9C815C5643FCEA7E58299EA47_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThan(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mC2E126424D7D9B210878D8DD3B98BD0C0C29FC1F_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThanOrEqual(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m14660E377C6DA43E49C142666CF334D5E4FF551E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThanOrEqual(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m84B934CE5BB4C5D6C92FBD06844463A2C87EA721_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m7CAA635CFDE92DE65277D5DAEDE98F73B7600182_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThan(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_mC04273C18B2B064A7AA823DAD5C7D2FE93B5B745_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThan(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_m06D8C05D87A6F3999B944088FA256B051988A82B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThan(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_m3B546744EB32E9E8A78DBEF41ECADE0F9A8E188D_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThanOrEqual(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_m432E761021FFF6D8A9D58C221CC53B826CA21E14_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThanOrEqual(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_mBAFF458E470B39F3AEB4D4D4BD67D288EE565747_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_mEFB81BDABB02F168891D9A3C615AF294059ECD89_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_UnaryNegation(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_UnaryNegation_mF2D9FAA046F02152241D252B98F151EF5E58F822_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_UnaryPlus(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_UnaryPlus_m731E5DE1F9FE0BFD6B598B16F3BAF0A53AA3CB2C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_LeftShift(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_LeftShift_m57ED01C7AEE7F266B58279D6104693612A82C153_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___x0, int32_t ___n1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_RightShift(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_RightShift_m6B1EEA38EA07104BCCAD4075A84E2255942F5B1A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___x0, int32_t ___n1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Equality(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m2E5951331FE87BAA319F6FE15869519294C28FC4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Equality(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m6F3069C49DDB8C331074DF92943A66C26CF3DA73_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Equality(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m9D330243296F088E8215D97EE8F57E38C58C025E_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Inequality(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_m2ECFB9A74F1FA10BED14C81F87146DC408F32486_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Inequality(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_m0B9E152276DE57636B1F9D3877B8EFCF4181581E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Inequality(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_mBDE9276924DA33480410D111E5F9CD94A2919001_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_OnesComplement(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_OnesComplement_m8DBE625F2591CCC7164AF632621DBFF28301CAF9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseAnd(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_mF9F0CC493261D158892EBFCAEBEEBACA926AA09F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseAnd(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_mA919535381D28ABB617515C570FC099C9D96416C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseAnd(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_m55BDFE77D62FC09E092C605D76F458958D3D1A96_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseOr(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_m488C24D3D4B3DBAC7AEB77C8B298F116EAFA1BB8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseOr(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_m63B8146DFF49D415B24ED6B6CE1E4B741C4E2E4B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseOr(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_mB1EE3FBEBC29AD37AFE43F1A898CEC1F7AD43940_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_ExclusiveOr(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_mDB1B996E90D5FE0A55155AF0186BBE14745B806F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_ExclusiveOr(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_m16426F18971D8ED2965CA0186671A9CC91F3A287_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_ExclusiveOr(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_mDD94C1C284C6C4060FC517AEF67D4F6F26E71CAC_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int3& Unity.Mathematics.int3x4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* int3x4_get_Item_m97534E4F5674DFEC1035156BBBE7365803E2F7C6 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int3::Equals(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int3x4::Equals(Unity.Mathematics.int3x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int3x4_Equals_m808D7511FDED4188A8141FF050F0D87472B4FAF4_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int3x4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x4_Equals_m22F5AAB5C9D8B7C5C5211ECCAA04D1E638982158 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int3x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_mDF705B59F86979847DF7A933C4288A253C0DCA1D_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int3x4::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3x4_GetHashCode_m9EEF9F358B4C73B99C07A70C62423EFE3E3EB3E9_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3x4::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x4_ToString_m0CCDF395B31B59044C73FBE8B0EBADD7066DD36F_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, const RuntimeMethod* method) ;
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3x4::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x4_ToString_m8C7043FDCC0DD439784CDEA43A2F2B0E1E187AA6_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, int32_t ___w3, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m2C7E72797F260070DEC3826EC10547C0E7A26D91_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int32_t ___y1, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC33BB6B681B7026FA6DDDA3CEFFEE82ED3A2074B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, int32_t ___w2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mBE526DA33A6FD747F9664C705E2868CC3B7144D3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___yzw1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int2,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mE28B716F13F1D3080B385528FD13A2D5F899CC96_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, int32_t ___w2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m3BA12A8E3D6C05976A210CE7DEDA49ED599693B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int3,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m9FFFB95DADFA3B6B125F534532307A4552A8E82D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, int32_t ___w1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mB7462151E8FA032DF6F4D286593F4A1EACB48BE9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___xyzw0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m9539CF01AB60F8B58CAB27B1AB584744640319B6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, bool ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.bool4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mAA5585FC13236055C3DBAA1ED725E156D4E5A9E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC17BD131F470947BD7D82DC2D19CE927E4900AF4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.uint4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC49BC081FB878E150926BCC8400D8D97B97D04F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m41F9D2FC6444C146EB4E15CECEA53FC712D6C210_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.float4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m53061EC7A5B9EED1C9100C00C6895E178D85C0AD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.double4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m9E3A77C89C060E44E3AE3AFE07B641F661CEF5F6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool4::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619* __this, bool ___x0, bool ___y1, bool ___z2, bool ___w3, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxx_m158EB2B35773DC10CF9E7E603BFDFE2ACFC6F274_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxy_m26A042BC5E2EEFB507DC1181F3296F7FDE8839A9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxz_mEE8CC2829AE09AE6FEC34D83F9F55AB4C39866A2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxw_mF85B3849325EB6DBD5BD699C08707145180E5635_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyx_mAC51D303BA8E7E19D4BA0301B38FF8D1E9230363_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyy_mB3F13202AFBA5DD233761FB808CA9D5DCFF7779E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyz_m87E7EDE6D12DEC54FE4EF79A211E4071907A00E5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyw_mE828B692AD0CD9E575C6A3244AEA8F129F754D3D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzx_mFF3D7C5B94820E72129F2CD4645BA613548C7FED_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzy_mF92C9D1AF2CF6E689DCFC63D17275691A136B06E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzz_m6CA6A11AD15057F55B319BAE5001D8C6F03D5DF6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzw_mE35E1CEB858B726B76F546551EB1235913FAAE39_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwx_m74879F99E3488963EE05FA489DACCD8FAE9A8232_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwy_mF017F60C728A6F547C66064921976E9E2818FF50_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwz_m3991FFD96800039F47AEC9071A45BA83667D17F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxww_m4E2621454F9E5985CA50B67E939A82F69AA4C428_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxx_mF19B1F25E1AE339C1CB4D76710EE12F68093836F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxy_mFFB5A94B6203A6E2C9209063C9E8FCB79814E0FC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxz_m01F1342C725E394597B3CDBF92A5D6A4C3F3AE3F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxw_m09A3A92E3132108D1C92F33FD47DF5BCFBAFE968_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyx_mDA70CA68257139341086CF75CBDEE2DC919E1DE0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyy_mEFE443448600AB82AA35D35EDC46514B68E107B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyz_mD177987D065F027D0B9876956850EC2902ABCFAF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyw_mD7E29B63034802419DF37957FA7615F32E40AD5E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzx_mD5F07E8220813BD96EF5B7F57EF9BD02923F8A35_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzy_m424D3473EB58A86FB86183FB03893D36E28504A7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzz_mEE93ADE5901A06843E54BF63A968657CFB18B87E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzw_m5F60A76157BD340B6655D1468469860202C145C9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xyzw(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xyzw_m7F2A32C1DAEBE0BE7C1F55831E779AB2D42290A9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xywx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywx_m4E8578E4A5B03AAFC1C8517DB2D26ED7EEFA7E89_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xywy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywy_m0FBFD3B6D2FEF632BF61E5FB53E32506C46BD401_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xywz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywz_m88FFBE3E928DC075777B38261984432969355EBC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xywz(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xywz_m358B56DA4A6F228487F29F811E300540C3CA4F2D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyww_m66C7A739A6722B3BA51484CF5D3EAC7165AEE949_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxx_m5E493131E95BF49AAECA44D3CC616956F6349C70_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxy_m75ADE469786F1AA10E51FF73B76671A5D8CDAF0E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxz_m46CBF8BA40D174156E591ABFFD1EA40792089C07_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxw_mEBF98E56EA333D4ECE4AD6FF1FAC9600B89DEE0F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyx_mE71BDA98EDC4FD735903B6C7E733A938480C4620_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyy_m25098BB9003485A29EF561E03020ABFDDEBE38E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyz_m520DD7085074014A6FBD14388FE1A5D5F893E389_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyw_mB7D313543901C641F32A43E8057AC707F5DA7133_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xzyw(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzyw_m5B3C6B6BF8EEBB7C3DC6BBFFF5419558866FF4DD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzx_m27ED0C4DEA622C8BD8B2616AC1360C91C25D98BA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzy_mD558E36DD2C35C500000433CBD0F684C38726F87_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzz_m9BF939D6B5394E5E4255FA564DE3DEC2D3EACC6F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzw_m08AEE04DB2EADC40B362E87051E520FC249E99A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwx_m3D87EEC7E792FCE4DCDA3D04E95CE3D6C51F43A8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwy_m502FF1434D18A56C619E33468A0E66D1C77F68D6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xzwy(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzwy_mDE7FB789A44C70FAAED04C0E468EDBA4575733E5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwz_m97FBB7381E2FE1FE5BC9A2B79C824ADF83273795_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzww_m2D5925E68951A5D4DCB46F1DE4A73DFCDC87393E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxx_m0DEF17176F3E0ABA873F39312D8EFCB07ECEECFA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxy_m895E110B904F6368E851C43D6FC84C97AADE26DF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxz_m26EEE9E1251F3EAB4F77F1AE361DB2676DC6652F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxw_mD721A242B53F1BD74C018986550030F2F2678CDF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyx_m50B06872727611AD0BB68B42F1EDEF27048D7748_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyy_m662944425B563C0D9E1EB14BA2FDE9CA2819F164_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyz_mB748E06F6C66ABA2F9E0DDDE94DC5FA2786E557E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xwyz(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwyz_m63D5D566826458F9A8DC11EC9D339F32B9621CBB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyw_mFBA7436B3EC0C108E7A90816F82EDD67F384B7F9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzx_m8D9D4CB5B6800EF1616B18401C8D471182CC5DD7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzy_m99734A7EC84A7184AC3E49A8895280CD42C8FA86_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xwzy(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwzy_mDCFC8B3B38755CB1821FB4273E328610DB644E7A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzz_m420D7B01FBE790C458F4E8BCDC97B20343F6DE0F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzw_m4B7CC60EA63B62B35497B1E46C02904F38DB1410_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwx_m06FC1C5C6AC0DADE3E01EFB5A0335F1B83F6D951_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwy_mAA5DE7E0D7ED78BBD0E876532A77E390F4BACA20_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwz_m708D4D4505ACD3D0A7C4F8DEC7CEF653FF818252_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwww_m3805B138AC7EAE18D3BD582EE9B6969FE3A2E3C5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxx_m3EA5F6E21D58076B4935BA6BA7F8FC925467DC01_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxy_m8959D74279855A3065E617D89D67C878B676F997_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxz_m9CCAB415A5314328ABE0F574AD1AB5586637ACF1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxw_mB7F003B7C60F819A9B2D8DC1AFD230295AAB073B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyx_m5505872C24CFB3CC5BA7D082F9E47422A79D12B3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyy_m89AC58258C2F9AFBD35025C671498F79F0BE749E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyz_m4B891A582502B86376EDE2A7C9464E6C289E4713_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyw_m5016007A67BB94C182559C5DD039FE282CCD28F0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzx_m97C07F33996AEB8C429BDD1A55AFCAEF0E943648_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzy_m43B6AA44A6EA643B4D9D6E1BACF657EA55C01746_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzz_m29C4848BECD74DB9D7C01E811CBEF2DE46E34403_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzw_mF8220CBC72267BBEA1D4D95A0E581698A9572092_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yxzw(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxzw_m7CC5B042F05B4898528E112143D2A2BCE2C23924_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwx_m4A9D4D15EAA6ECE00F9A0B1A8C413E1581CB5499_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwy_mBBAA4FDF00701CA0047EF36DA52EC2FFE1A89861_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwz_m5FA21DFF6DE928F17306A3430B46963C0252B527_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yxwz(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxwz_mC3C4A97F2619732C180E992BDC37A7D72BB02DFA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxww_m73C45CADC67DC5A11064DBD7956EF3D0DAB8CF42_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxx_mE0C72473637D11B24B2A8EC807A18B880CD363DD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxy_mCA45271579D91A4A37D69009A0089E5D08DE27B0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxz_m9A4713A5BFD684504B1A8B2A80B0C36C9FFCEFDA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxw_mBA24410F4E723566D543FFECBDD547B353975F51_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyx_mE096B08035D688139B503046E85D9ABA3012EAC1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyy_m3533383A512A2BF82227F5E88E5DEE69923665AD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyz_m9859F2EADA6EBB64B7B1618CFAEC3E075BFD67EC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyw_m98CB02116D9B2AF57170F43A60A23582AB93CF20_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzx_m926A9B7012F6FAA535B27CF441A9200D00BEF9BC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzy_mB79B10269BBA5B0BBB32B2209039EF2C8D725479_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzz_m68B6962081440AF98DABB6F5F8750BA9B7875F7C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzw_m8921EC46C820A75CCB1CD03D0B61C6593A8F6575_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yywx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywx_m9416AD78362D8DF9A207A7E2B0D27C800F723EE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yywy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywy_m467D41C8D1E69A19D718B8BAF5C3DB8CCCAE7116_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yywz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywz_m1D4120CD568610D37A9B58235342B5AC57A8A257_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyww_m6407FCEAC73AB68C81D48EDF668D31406F579084_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxx_m60EE4B5AB0374BA2D7CF1697FD4FC2C975D18311_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxy_mC45B12CB0141DA0AF01B4689DC04DB68E7DCBEAB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxz_mBA8A344F33F5E19B903221603E8778CA603A5CCD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxw_m3820861B1B7DDD1571CA50D17674A1ECE4D9DB57_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yzxw(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzxw_m15FF996D8AA075FC63B3A935393178290161B7A7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyx_m7F3CF0159F867161DC611F7C685E1C06CD32035D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyy_m648969896ACDF6795E918A244EB5DAA738B2E724_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyz_m524E58E5D765C7AD75DF62ADFBA4BDD34865891C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyw_mE0DB1C0C19567D7DB95B1072D1039DEDE3213FE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzx_mA1BEDA5ED6644B848FA778E187794E7EADE42481_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzy_mE0CA4E00C84E3ED4889655E36244E9CDB160645F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzz_m49842337201BFDAC50CA2B8C3507A3ECED507AEB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzw_m9FEF52ACFFE3C324BE2F4E50390B98DB07C4B6F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwx_mEFE386F0B39D34567B1AF54B907219BBA6F243D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yzwx(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzwx_m697E247BD1163D419968436AC4A4611FDB322EFC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwy_mFAD145830239612F5FC6495DA4FB83E6EDDCAE87_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwz_m82209CE97E4C10F0BC4306462FE708668A4E11D6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzww_mF97548F4D6F02C5DB74716CF9D1644C59BA66360_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxx_mF96598236C289F8C1C35C029C6D678E4ACAA79E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxy_m6D897283C6049AEDC51524286F03060983CD74BB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxz_mFDAC70066EA40A7C1C1152BEB200D769271082AE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_ywxz(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywxz_m6C8F6BD1626C7CB64BEA08980AE2E023622F9521_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxw_mAABF18F7C58581B062018F78B65302CBD1FA4B21_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyx_mCCE0BB7EBEB5B4FE32CA84DD490C351B16FC08B3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyy_m264AE81EDECF4EB23980037E5E03DB0F533E1D7E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyz_m71E1B2C39995285AD4F5237E7D5EF07B28604755_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyw_m92C7D090D442C4FE0A0C5F6B5167D84C8A2A4CA2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzx_mF6238334E9598E64BC7255569DCC562B94615604_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_ywzx(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywzx_mE03F1AEA32C0A1D2C872DC89739656B792703DAE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzy_mB758F38631F5864FA4CD5C0269F65A42FDE2B165_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzz_m31AE102F42890FB4696D02790AD67CDFA302B36E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzw_m14DE5673DF713D70122BD78D9ABF61C32986A6A8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwx_m2BCA859FAA038E6E3BFBD79D2F1D91167E48499E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwy_m8D93F33BA74331C658EBB773333990AD0AB92ECB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwz_mC27E0889AB837BDF0F70BAEFCEE51217A7EF0B81_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywww_mE51507CE4E1097E0AC4B1459A2D94C24886B3027_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxx_mA7B7B915FB3E8730E5CF031508D2DF8847CB379A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxy_m8AC2CEA75A6A4EF8930FA46BAEA5482C06D78DB3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxz_m45D764012702216E57EF2CB808760A356CD8058B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxw_m5E99D3225E625B377E35DD1A9C0F15C95BD93DD2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyx_mA2735692FAD85B434E6F3B0360323DAB51C33507_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyy_m24CE479D573AA1F2CEE698F830EF633212BF26D1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyz_m0C39E5E2B4543FBB3C685C115F323711E0E19361_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyw_m7272E5FD5C16A704979BB589D33D6C7864DD42E7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zxyw(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxyw_m378418BDFC2B1F842FCD879F70C7AC4A9CC45F5D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzx_mCCC6BD55FB34BE066D38BF2445489010107DBCAB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzy_m955DA074CBF9B8AECA9BF346168C8B4768D6D0D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzz_mD4942812D5BE6A11C2B8649307DE9A3409276EAB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzw_mDB5ACA3663041207FC2053A6B2603C2FC3B5F37F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwx_m87E287DEF758F8C9F1F54CC045987B3F6A096C92_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwy_mCC7F940A444574B647B1C94DD8C60A2F60672CC7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zxwy(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxwy_m2DA870422B12D4FE6022BDB00591A023BD2EF106_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwz_m0A69E1E811AE9191B8DF64AAADAFC6C4ADEB5C15_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxww_mC22BA635E094246A7BEFCD0A8DA11CFD264073BE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxx_m7C121EED6B833F69D782C4F7752A024C26F283CD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxy_m1A6C7FEF727A79D4439B42F506E909E411AFE23D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxz_mB84EEE2EE082AA8C6A6F06CE41EBE938B995D115_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxw_m04B5151290516914E85B51C6EFE684183220BEAE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zyxw(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zyxw_m8CBA3DCD5A32ABDBE734E32AB4C51F3C1C15EDD8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyx_m31CDDE9297D58937AFBD22324279A976AA26A463_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyy_m1AFE6F753765759059CB2034A1647C5E4156BECB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyz_m3A9425A80E5CAEB1D7FCE1D929BEE0B860520865_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyw_m56C336DFB0ECE4FB51A510D2DE9593230BC8A989_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzx_m1849252FC0AA7BCB1C135B489323E06CA291C7CB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzy_mBDB5D90CAFC5F47E9284E3703F8789B170FBED6E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzz_m3F2837CCB95E1E9A2BB5E4D1D4FB7B836734EE80_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzw_m7B1259775EF1644C4ADF35EE507970E2F078B5BE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zywx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywx_mD76B5DF4F7422A77F8D674B3E04182B1AD2E31A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zywx(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zywx_m9DC458C980B01F4E7F20FDD10C41424767A76FFE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zywy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywy_mE19854D887807335DB386434136414EDC72207B8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zywz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywz_m01A85D29D918C31A89E9875189E132AC42750176_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyww_m7DC986FE91FB99A55CF3718B8908EB7398B2CE63_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxx_m6A476DDED8D3EC5632DE5837AE42B4206389F5D9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxy_mACFACF9ED89E50F42DDCAACC21EFA3498ECD2439_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxz_mFEF79A353CFBB932AE5976CFA0B08016042B248B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxw_mD028E0E7C444105CBC8FD2DFD9548AB6E8076CA4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyx_mBBE21C653FA943EC46A37D0C34BC5F98908385D1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyy_m7CC8621F468E18953A1D5747641523EF40BA1EF3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyz_m077FADF02AD891EFACD0B30ECD85FFF3076F5F47_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyw_m665FAC097928916BC476C8410507E8BF196AA114_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzx_m0BCC16EF3CDF95A6114A722553FD7EA8A7209390_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzy_m358B67AB059593F29FEE46B7349E2EA2943AB981_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzz_mB5A85078537B7F049BB6DE8CB8BA04ABA523FC09_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzw_m6849C098EDF5F84556379041B41F858981EC766A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwx_m441658C05E7F6C32F75E3A1576E1D50A4CE6FFEF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwy_m77B577FDB5EB3F14B5A5F89D3B3652C589E67168_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwz_mCBDB84C5DF2B18997D3D742ED171663C69675E24_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzww_mAE0EDA547E5452BC048EC1BF92C4124BABCE93EF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxx_m8609802F41E3B877C64178A2594AB6D739ED3CF9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxy_m868EF1BB258713A332C78DA7D43D1235883BDF27_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zwxy(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwxy_m3E4A12B2EF0BC71D4B96EE03F8C3228142F345FB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxz_mE8973161C6B7F9CBCE2C65EAE5CC6684A5E7EDE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxw_m23DE32ECA6FE6CB7E553972BB812BBDEF8FD79BF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyx_m2B1CAC3A44857F955CB17323B7E062954F86BF17_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zwyx(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwyx_m1141CEA03C9C78A24011FBCCEEB68AE3DAC9ACBC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyy_m21F780A24A2128D821EB924DD2A7686E40CC88DE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyz_m4D7629E777EF03FF96C9E9E8319056E7C3548071_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyw_m68A8D09E76FFF0A55154437AB1012A3886B94066_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzx_m3392E61E3E34D5D43B64557D3FB7E8C5F0C58082_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzy_m0491548CD94407225AEE864A394CF885BA1D7AFD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzz_m0B86C9B52E8B2C0DF2065BF9686837EA04F95AC0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzw_m4D0A414D11398296C194CEB68557665DA014792E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwx_m5B2D6D773EA1AAD2FCD130934C1FCF8227A38371_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwy_m1966AA6B2EAAB861049CA273F8DA6075119CCD00_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwz_m2F94E16789A226E8F9A5C6722D762C759D39070D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwww_m2CAA99AF0352E638B6FBC823F01A93C1027DB86F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxx_m1AF3C7ED6B2FD44147A15D2415EC88FE0070F1CD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxy_mC1A9A8239658E529D821E08A047FB0E7F9B26324_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxz_m574B676035C70E7396D304A512462515ACEC3A7B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxw_m22AE4C949A80AC8A62834B1E2E73F6238616BB0A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyx_m5D78C332F2BEFC327D073CAC3394E12F1CF445D0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyy_mB44B88E19C116C0BB5351FC8B23A8F08D0EE9EDE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyz_m7B2567A3259ECCE4A85E82898D10542668F86817_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wxyz(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxyz_m94A03C9E451ADC5DCCD87A418F37F5A141E86EBF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyw_mFE7A16E76FFA338587B4978307A927809129CFA2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzx_m508BBD6D55A531FFB94E6452C93410815E2DFF25_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzy_m02D06D020E11BE36BACE31BCBD3DE1EA235E7117_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wxzy(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxzy_mE20EF395149E80BF9C6D09B62CED5FA2FCE50904_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzz_m099404DD89CE19F60EFE272A66353E6C73CB8BEB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzw_m4D630D9F7A70EC0EED9160E9B7CB4720688727B5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwx_m5100432E94EE1495BD0B9222CA036F038E20ACA6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwy_mFFAF7B136A0EC85079FF7EE2BD7A7553C0757EC3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwz_m9E012C9E6DC1E71D1DB4CFE7B983576D4F6800BD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxww_mD2B7D4751CA95764FC619AF0CE088382F1D040D3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxx_mFC3CE91EC876F52D27BB2EC9F4903344201EEA72_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxy_mE8C5829D769AC71A359AF93C2313CD7A7A0F869A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxz_mC43CB86EE27243BFD8B2046A43DFAEE405416451_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wyxz(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyxz_mE0D42338C102D3FC28A38CA04A7B599C77BA72B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxw_m38842728D162F3643C6EB57DE262711725CA0CF6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyx_mC3D2F6643B726F0C14149E9AA9936E0C6174DD2C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyy_m051B032E5FAD36B0ED4EC8009CC5BBAD06BE0067_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyz_m8F9A16548EF42BEBBD4C4259C125247D23C636F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyw_mA64BCD2A0A53971DCF1B059454F309EAA5E450FA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzx_mD418A03E48A3D340820557E0AA2CEC08248011F4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wyzx(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyzx_mD294E277B76FFCED0F51D6240B284C8E40D7C114_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzy_m6F9296A7AE188BC1ED7BD01F42AAF07C926C07E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzz_m6BEF041BDEFBA7EF15990A0F8A2FF9199EF4905F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzw_m392B223D2C045AB12AF8EEE137B6E49A25C91472_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wywx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywx_m423A324DCDEA9846F65452F86615FE576B550A12_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wywy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywy_mA5C40678455868F8439E797ABE528AB424523490_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wywz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywz_m0C8F52DB9D5C83855943B3E163F8917C6C31E034_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyww_mDA5715C575DEE32576AA79E84318516E1576D7EB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxx_m80C275CE4350D29CE5ED7CE08A61C242872BDBCB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxy_m5B9DD44D35B18DF43653B1A6E6ED5BFE15AA9D2C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wzxy(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzxy_mE30BF9446FF70F56051CAC4A2CAE3ECAEE636F93_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxz_mD164B01EE9319974D51AFAA573D33ED4A1ED2521_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxw_m614614FADC2690C6DB2EACCFD065ECCDDD2AE16F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyx_mF8B62385FD717620805987B60EF028AD02F65C7C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wzyx(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzyx_mC83A910788B54FE1B7867486C3FA4BD870AD43F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyy_m3AFCB7DBFE4DD73E153542047C2CCE21087CD3A7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyz_m8F58D326879455D02B7436A5D25FF49F0443D621_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyw_m6BACE9384DA67B9C1B5FDD724CE63C08DFD9F055_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzx_m5BBE9A34396D48160A5506CEE7BEADE22C25F6A9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzy_mA64202A6926190FA2CD238C2261198A977F6A30D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzz_m364D4AD22ADE9F7C088C66F8F9F70D9868FE21B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzw_m97B48E8F1CFE679FA3B50CB45BC99C0D961065D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwx_m9151D71116960AA8D2C396656E5DE1B023346535_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwy_mD0382D458EE640C399E1DF83F88A3B4945CE5E9D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwz_m22DA22438072E465681F09F0748E000232FB05D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzww_m79FBAE442C1DB6579C88847EE28C300833F0DCC4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxx_m61BAC7088A165D614E7DA26C96F7692137AD25AE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxy_m2FEF3D48D75F7AC646DFBA1ABF54CA7F06FD8DC1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxz_m365765C1617249E5B6979765E3920EE62519B046_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxw_m15F134DE6F2782EDD79901E24345E88871F7C7F4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyx_mE0F8D86F02BF6F82FF99D48B1858003925E520D8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyy_m1BEADC819C571532D94A1624D5CC95D689AC68B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyz_m69CA24536774CFC64C1FE3E790FC72089B588A31_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyw_m5B24114817658316866D3670EAEF599EE95EAB25_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzx_mB62C257D4B17055FDB87F29E573AAE420E872478_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzy_mDFA59EF34A69D3E9CAF96E0660B73F0F05944396_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzz_m9D87529FB6796B062D3596C98C02DA450131D18A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzw_m15A9304510A278FB8233D296B257A5DBCFE021DE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwx_m5FA52B1B5D246FDF9D60A7CA81EFCA8C07988CE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwy_mAF42E4D27163851A205F6581F105F20B7BC444D7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwz_m84A0770219F9E787C4B7ADFD4808A9DF1E934246_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwww_m0241FA53A3E156F0A249890CF66C14AA69C36CFB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxx_m945DCEBA114F8125591D902E95F00773B1F5F843_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxy_mEBAA89BAB2D5D074ADE1509687B28B73EA954310_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxz_m80C45F378940465480E2A95499FE8251A6F6B6A8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxw_m24A18A18E7046BDAD03A3A02D9925D9E8DCE5A07_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyx_m6030BF3DF270CB2528EB4FCD3F6E5F4DB0C65C36_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyy_m463BD7540FEA0F7A71745C094E27789D2D40BDC3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyz_m74FA8625D6847D17110509D59D66A3DA25CE1C4B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xyz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xyz_m229D9A261745401D09DA7378A2AED96D22A59810_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyw_m7E4329C3E555916C24468BE8A3C12C5693E2FE93_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xyw(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xyw_mFA6564C22D4FDB2867CC5DD72DC260EB7914C015_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzx_m70C30FB0EF2B12604F701B8037A51FE53BF05F72_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzy_m393186923403FA94D303DAD5ADF4350FF2E7BE6C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xzy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzy_m34C61C14262999FEACA8CA999A0EBD216EFFF5E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzz_mB5F6FC471713E82A0032282B798DAA545AE85AE2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzw_m621F031A41374C421E691065083E2DA23894667C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xzw(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzw_m201F022A1C0E7DB7110635E3079B6714C4DA2103_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwx_m77FEDA502608F5131C877068143AE12EADF06337_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwy_mAE1D7773BFCC835B6FA7A5306DFEEA0DBBEF5287_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xwy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwy_mBA74FEC7704D7EC467FBD30A8B74E7A00309DEA9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwz_mEDE080D5E44A4E1CA6DF0D918B8FC49CB94FB0AB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xwz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwz_m0B1CBEC32957E4E0D2853D55A9361B4F3638E46F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xww_mE7BFE49EC851D7C715016ED26CC2EA5DE8A69A2F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxx_m5D9E98F247C0F4B91FBC9F011483617F40ED6556_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxy_mB0283C749684DF3B25E431169186A93630BFAE15_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxz_m6DF429B3EBB03345DE34C768234E9BFF0AAC3929_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yxz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxz_m29B5638B8612479BB98B61F1AD4A8409445826AA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxw_m69AF9631C11576080EF2A1FB69C5B08C046A04E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yxw(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxw_m293C2BC77C3C6E864F85A9B192851F800AD8B78C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyx_m8E477B08A2D77C30DD0A81CB2CA2EECED46366F4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyy_mB283DA6BE5727BE5AB84FB6A4D353EC230C2E190_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyz_mB5A83FE8C9EA37C23E43C52268F41638CF52BCB8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyw_m6D89CC0E0CB978C9E0124FADB21E7B844BDA76C4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzx_mFED1C550EE750EBE4EC37B76AF909F413592DB02_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yzx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzx_m3F812499480A17068FDBE2A30ABA9279FB324F65_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzy_mE87EB5668D50D87DDD80A8543A48BAE1CE427AE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzz_m9A9F2E7DCE94776FDE65603CD86119C3E8B8777B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzw_m8ADFC20407956B1A7E10E6356D0240645C56F3FB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yzw(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzw_m6F55F63C8020BE8D2992E96DBC48C0FCBD320EC5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_ywx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywx_mC1843189A2E50E22976080E7D483A8117214AE2E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_ywx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywx_m150077945B9804154E112D0520DA9DAAAB20A435_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_ywy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywy_m987FF64AABC878CA5ABD8293BBF3964B2486396B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_ywz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywz_mE33BE41CBA453F957A7C8FC049718630FEFD390D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_ywz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywz_m45DC147D8AE6AF474D11C74436675137E0917372_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yww_m9B26DEA6218B278BB7D86B4C4A5280E3F38433C3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxx_mFD8E3C6C033A36608D68E7CEE8F39F966DB8F8DD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxy_mE8B583D2336EDB5AEDE571749B887C11FFFA5162_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zxy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxy_mA59A211586D14F25F587A81B3C5290A9EDE2FA9B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxz_mDF6CE12BD19283FF7A5C8F42EB6C67D32D0AFB73_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxw_m4BD39B8DEB23D8CD3167BDE96EAAEBCCE4B0E988_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zxw(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxw_m875108FCE467F24541977379B90222551E7E2277_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyx_m7F86E076ED7A1EE8E4DBABD25F04AC8CD569FE54_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zyx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zyx_mB9497ADF7F18A2A95A76C80E2936D52A1DBBE8F3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyy_mB6C6276B970A06D995C30D1F29F1F0EAAEDE4DEC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyz_mFF014C267FEA2D94B87FBAD8E52976346B9280A4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyw_mCB2832D38176ACBD07411909ABF46980E1A5F8B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zyw(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zyw_m21887BC237FA8AD33BC981B47BDB9E3D244BFBBA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzx_m7E72E1957F16C44F4A89AC2637A2AA20CB8E714E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzy_m17C242B4C5B94215BD3DABF441BBC3B99BD626FA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzz_mB9CAD84D83C48909353BF8B867BF40028571A913_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzw_m3243EA4693A6BA5E9BE405C826BBDD1248E4C119_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwx_m6754144C949F2DB4ADDCB957BB98A6EE334A130D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zwx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwx_mC85984B8B3A1C619A3B91937847C25A2192D69A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwy_m89747FB7E14075BF2DC5382F79B1BA7FBD277D97_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zwy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwy_mC4427B9347A9639DA31FFF3E5515871D0A25F47B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwz_mA5D01E2C3055B746F61A3708D434880847D5D06F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zww_m725974ACFDCFE5BD57C81DE0E8CDD1AB8F4701AF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxx_mFBEA656E105CC4D0589ABBCAC75F0A800AF8A8A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxy_m52687DE3B58580E8DC636FE598271D8309905767_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wxy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxy_mB3E1E0C1A2B56C5AA78472A9AFA283DE2D79841F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxz_mF490FA4C0867C2CBE3F741638A943E0B9C12D95F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wxz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxz_m4ACB13605CE23A74DCD4C4A6956992A55639E1BC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxw_mB104FB58F810D30B7DA653F1DB6402FE0A7CB582_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyx_m64CAE9CFEC296E829C35ADA2B4E1EC97A842BC0F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wyx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyx_mA5729E3CE3D9939359F6311E418AD4E813463092_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyy_mDBEBB1369B3CF3D58674978E7BE2637A392EFFEC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyz_m166F8ECB072A33F8C024B78C87C1DE131B15670B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wyz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyz_m36881B9A8DF0AEE422617D0D3612401AB909AD7E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyw_mD9AD95304F54CF678081D913F7E45AE179FBED77_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzx_mD29C539F5C60C42545A9F5DC2385847384929BA1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wzx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzx_m338D3F05B7769D040F706CAB5C52F58D02D119E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzy_mFE44FA775D30BC51CE1498C52464164193876BF9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wzy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzy_mA64B297AAABE934B4C9F5AD6B6C51D508960007A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzz_m377858BE3B8106FD8773EE43344AE68A3B6D32B8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzw_m3ACE1ECB447B47C0F48187AC0A2B68E711710258_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wwx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwx_m2FE84AF07A5645F320AC8049F89B9FB559746329_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wwy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwy_mDE6EE80C6A2F266054756DD59EEF5054B88AAEB1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wwz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwz_m7CAB5CCC18E07762817452222373A7E9B900D8CA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_www()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_www_m3472B0D5D94ED3A48D6D7879ECC5617AF09DB0B6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xx_m525589C6EF1E95472B5FF0D93597CA238A2B4ED4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xy(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xy_mE0F0F77EF69ACCB2CF1CA5D5B5B5A9C6912BBF63_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xz_mD83A0E86143EA0CD4F294F1EA99A1518498677CD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xz(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xz_m6F97EFAE899D628045BA6EB59E02060B98DCA0C0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xw_m670E8FE5D8CE915EDE5D7C09BD2E0D638E95DA2E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_xw(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xw_m308E9027F0D4D27016C1B2225ADA25DB42CB7FD2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yx_m666F132FF950D2AD0BCA1048AB6ED669408C0697_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yx(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yx_mF8F1022BEA24F89D70055DF0B92D432E176386EF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yy_m2452C7464E48ACDFAD3BEDEF5318210BD9814A47_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yz_mE2FA990CD24B827FFBD658809843A06767EBD6CA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yz(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yz_mF79F5E427A9459C2537C77EE96EAC8699F4B205E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yw_m2E912EDE9C874777677D34327EFFE8BAB0711FDB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_yw(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yw_m1B55457A027E2E77CC3B17D76C256C95C240C162_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zx_mEE4AF967A28778C8D198C19E0D4683BE84C30F80_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zx(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zx_m57E3B706681016899AC4F4CA6EC5ECF572AF3C3B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zy_mDF7DC9955051C6A79030FFD19A1CBC07F3ABBEEF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zy(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zy_mFA9572554BFA87649961B20A7CF3EF2815AC8477_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zz_mEEB75C3FF02C75801622261D4E1A8E3DDFC9AC7E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zw()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_zw(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zw_m084F1715F81BC2DFD5E113EF07ABFC726F5D2128_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_wx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wx_m9A0D6E080EA5DECB91BB739A6A980BB22A4360CB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wx(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wx_mC15C3B2D5B28DA591C2FE3F325880AF7A8AD080F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_wy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wy_m3154630E587C0D74FC0517E4660857BB22551165_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wy(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wy_mA24CBCCC8E2744520E3B5678506BB14158F27F82_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_wz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wz_mB5ADB7A67C0A1EB4E0522738D3963BCBEB240619_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_wz(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wz_mE9B8A70804F0E2DCE358428A568F844AE7929BC2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_ww()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_ww_mDF5BD51B723C9E7E67B1D3FD502A41FD00B40483_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int4_get_Item_m2281A8F3D1D12AE2E09614009F90CEDAED6CB284 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4::set_Item(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_Item_mD047433367F427614706033903727B2AFC119537 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int4::Equals(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4_Equals_mD93E26A15709372D4D3E34D8797F80C3FA01CD97 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m29B7B74C9A581470FA47F0DEFF0425013E463FDC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int4::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int4_GetHashCode_mDE43A26C805DF1BA46E907BFE67B7A74559FE8B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int4::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4_ToString_m555B1DA60EDDB2F461216E91E740D63953BA0112_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int4::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4_ToString_mEC239D567C5A8C38EC41A06435499AB1E887066C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m5C722C297FAF84E0CA5066E9FB7998CCB8E44C49_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, int32_t ___m306, int32_t ___m317, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Implicit(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline (int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m66065C2F52B28660C308021AC6E63441F0BA1B5F_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.math::select(Unity.Mathematics.int4,Unity.Mathematics.int4,System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___a0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___b1, bool ___c2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m5C8E974EA366D51A4CB9C93EA95BEF28BD88045C_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, bool ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.math::select(Unity.Mathematics.int4,Unity.Mathematics.int4,Unity.Mathematics.bool4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___a0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___b1, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.bool4x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m5A7F3AD834F4B7E44BA84DCB812F41BFE79C6D89_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline (uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m156CBD94C082EF1181EB3861879FF18507519A33_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(Unity.Mathematics.uint4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.uint4x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_mF17C507E91857876E7F54FB6972435152AB2D478_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline (float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m48DC55D0BB6D7D2E2C556D23A149089E5CB67A85_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, float ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(Unity.Mathematics.float4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.float4x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_mF693B361CCE4D87BF2228168C840C0AC37255716_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline (double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m977B9CF2BDA06C6A7A23CC6D01DE036DB6718951_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, double ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(Unity.Mathematics.double4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline (double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.double4x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m6A67E80B12800956A2563F25C7DA7FBE8B140181_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Multiply(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Multiply(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Multiply(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Addition(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Addition(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Addition(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Subtraction(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Subtraction(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Subtraction(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Division(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Division(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Division(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Modulus(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Modulus(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Modulus(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Increment(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Decrement(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThan(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool4x2::.ctor(Unity.Mathematics.bool4,Unity.Mathematics.bool4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline (bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c00, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c11, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThan(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThan(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThanOrEqual(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThanOrEqual(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThan(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThan(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThan(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThanOrEqual(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThanOrEqual(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_UnaryNegation(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_UnaryPlus(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_LeftShift(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, int32_t ___n1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_RightShift(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, int32_t ___n1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Equality(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Equality(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Equality(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Inequality(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Inequality(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Inequality(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_OnesComplement(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseAnd(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseAnd(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseAnd(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseOr(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseOr(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseOr(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_ExclusiveOr(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_ExclusiveOr(Unity.Mathematics.int4,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_ExclusiveOr(System.Int32,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int4& Unity.Mathematics.int4x2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052* int4x2_get_Item_m436F30EE116B6870D95690647C7EA0AFC8927B99 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int4x2::Equals(Unity.Mathematics.int4x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int4x2_Equals_m5A6365B1E4D3C842FC765726BE371E156479CD90_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int4x2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4x2_Equals_mE7EFDC505C8DB904E2F9D20BC13934511F17DAD9 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int4x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_mD2616FCA815CE2F047FF63E8AB7E33E18995CBA8_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int4x2::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int4x2_GetHashCode_m1DEE5DD4514364B8AF3613649F6DCBCA95905D9E_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int4x2::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x2_ToString_m0DFBB3421C97AD90C6271C339160309BDE5CCC45_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int4x2::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x2_ToString_m59BD51DE412C7ABF8B4D0410798BB8EBB0E21E65_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.int4,Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c22, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mC047D9CF778207E9969175A86A29D7E56A8439B7_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, int32_t ___m206, int32_t ___m217, int32_t ___m228, int32_t ___m309, int32_t ___m3110, int32_t ___m3211, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mC3C913CAF5376F57CC0EC7DDF411C9E08EBC4D64_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_m4310738CE69D9C31866631FCCE2C9362A48371C2_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, bool ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.bool4x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_m40F13DF5EC73484AEB68E91DB3E79AE2255BF0D4_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mC42E466912E6570E5A8C02D6E696DBD1A2F196F1_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.uint4x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mA62A81663E8DE554549CA8553294766A2EF1714A_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mD89EE4DEE5C9F216F39FB40D7125BCFA9378E249_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.float4x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mDC1A326B59515C8FC0BBD48DBC982F099C3D99DD_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mADE42A87E2A9AE08ED0BFF7906D457F7A3F5A5FF_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.double4x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mFA6E86F136570495C8AA2B63C12932A71262438C_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool4x3::.ctor(Unity.Mathematics.bool4,Unity.Mathematics.bool4,Unity.Mathematics.bool4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline (bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c00, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c11, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c22, const RuntimeMethod* method) ;
// Unity.Mathematics.int4& Unity.Mathematics.int4x3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052* int4x3_get_Item_m74E87840495C3A2B34E500448C4B062984A9CDC3 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int4x3::Equals(Unity.Mathematics.int4x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int4x3_Equals_mF510FE1C1A12EF54B1AA8C724B99D86EAC92CD96_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int4x3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4x3_Equals_m2A255990BEC3E6DDF5A917F70696CABC20B019F7 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int4x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m117A9EB99AF6913BACF1320513E5FA0139E0709C_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int4x3::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int4x3_GetHashCode_m162239BFC9B1F4BE57D99FF7526A3A92A0BFA0C2_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int4x3::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x3_ToString_mB1AF3E1D7CEC8412E4133DF6788DE452BB7ADE40_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int4x3::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x3_ToString_m354FEEC3DDFDC7F60B77CAA21EF48E1930A8179B_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mB5580976DF482394B751FCE91299E26D77A8417C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.uint3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m5170436F56AE6578B18C05BBB29856CD24F9ED7A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m48BC96315E2CA0F9D1260DCFAF82BAAAE4E9EFDA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.float3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m343F9A7058556E6999A40BC7C3A2E6570F38356F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m7B84D02ACB87B2F3BE5A1FA628DFF5377C418BB0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.double3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m835EDF6C4668FD7E1A42401D22B5AB520B4D3D60_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool3::.ctor(System.Boolean,System.Boolean,System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline (bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861* __this, bool ___x0, bool ___y1, bool ___z2, const RuntimeMethod* method) ;
// Unity.Mathematics.uint3 Unity.Mathematics.math::asuint(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B math_asuint_m8A80EB0D6A7BB3FFC13EAE6349EBAE993226E4A4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___x0, const RuntimeMethod* method) ;
// Unity.Mathematics.uint3 Unity.Mathematics.math::uint3(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) ;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3::op_Multiply(Unity.Mathematics.uint3,Unity.Mathematics.uint3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___lhs0, uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3::op_Addition(Unity.Mathematics.uint3,Unity.Mathematics.uint3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B uint3_op_Addition_m43F77A5C0F3E033B1FD65DEBCA82DB469B138084_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___lhs0, uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___rhs1, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::csum(Unity.Mathematics.uint3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_csum_m0EAF2F21220740B8A533C16B5BC309170CD9C86D_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___x0, const RuntimeMethod* method) ;
// Unity.Mathematics.uint4 Unity.Mathematics.math::asuint(Unity.Mathematics.int4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, const RuntimeMethod* method) ;
// Unity.Mathematics.uint4 Unity.Mathematics.math::uint4(System.UInt32,System.UInt32,System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, uint32_t ___w3, const RuntimeMethod* method) ;
// Unity.Mathematics.uint4 Unity.Mathematics.uint4::op_Multiply(Unity.Mathematics.uint4,Unity.Mathematics.uint4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___lhs0, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___rhs1, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::csum(Unity.Mathematics.uint4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_csum_mCA048D3C6D8B3A180BBC2FC2B43298D386EAD55A_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___x0, const RuntimeMethod* method) ;
// Unity.Mathematics.uint4 Unity.Mathematics.uint4::op_Addition(Unity.Mathematics.uint4,Unity.Mathematics.uint4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 uint4_op_Addition_mA593A27ACC42C3EA2132C57C7797E7A1DD997C04_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___lhs0, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___rhs1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.uint3::.ctor(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.uint4::.ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, uint32_t ___w3, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.int3,Unity.Mathematics.int3,Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c33, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___c22;
__this->___c2_2 = L_2;
// this.c3 = c3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___c33;
__this->___c3_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c33, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline(_thisAdjusted, ___c00, ___c11, ___c22, ___c33, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m868AF02D903BFB1450391BD8B2E85B744DAC4BD8 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m033, int32_t ___m104, int32_t ___m115, int32_t ___m126, int32_t ___m137, int32_t ___m208, int32_t ___m219, int32_t ___m2210, int32_t ___m2311, const RuntimeMethod* method)
{
{
// this.c0 = new int3(m00, m10, m20);
int32_t L_0 = ___m000;
int32_t L_1 = ___m104;
int32_t L_2 = ___m208;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
__this->___c0_0 = L_3;
// this.c1 = new int3(m01, m11, m21);
int32_t L_4 = ___m011;
int32_t L_5 = ___m115;
int32_t L_6 = ___m219;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
memset((&L_7), 0, sizeof(L_7));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_7), L_4, L_5, L_6, /*hidden argument*/NULL);
__this->___c1_1 = L_7;
// this.c2 = new int3(m02, m12, m22);
int32_t L_8 = ___m022;
int32_t L_9 = ___m126;
int32_t L_10 = ___m2210;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
memset((&L_11), 0, sizeof(L_11));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_11), L_8, L_9, L_10, /*hidden argument*/NULL);
__this->___c2_2 = L_11;
// this.c3 = new int3(m03, m13, m23);
int32_t L_12 = ___m033;
int32_t L_13 = ___m137;
int32_t L_14 = ___m2311;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
memset((&L_15), 0, sizeof(L_15));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_15), L_12, L_13, L_14, /*hidden argument*/NULL);
__this->___c3_3 = L_15;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m868AF02D903BFB1450391BD8B2E85B744DAC4BD8_AdjustorThunk (RuntimeObject* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m033, int32_t ___m104, int32_t ___m115, int32_t ___m126, int32_t ___m137, int32_t ___m208, int32_t ___m219, int32_t ___m2210, int32_t ___m2311, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m868AF02D903BFB1450391BD8B2E85B744DAC4BD8_inline(_thisAdjusted, ___m000, ___m011, ___m022, ___m033, ___m104, ___m115, ___m126, ___m137, ___m208, ___m219, ___m2210, ___m2311, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_mEC7C06195D279B6EB64795789B679D346B6CD604 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = v;
int32_t L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_mEC7C06195D279B6EB64795789B679D346B6CD604_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_mEC7C06195D279B6EB64795789B679D346B6CD604_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m9999522DBD9ACC36B0C69D28CD202C937C2452B8 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0;
memset((&L_0), 0, sizeof(L_0));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_0), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
memset((&L_4), 0, sizeof(L_4));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_4), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
memset((&L_5), 0, sizeof(L_5));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
memset((&L_8), 0, sizeof(L_8));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_8), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// this.c3 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_12), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13;
memset((&L_13), 0, sizeof(L_13));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_13), 1, /*hidden argument*/NULL);
bool L_14 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_12, L_13, L_14, NULL);
__this->___c3_3 = L_15;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m9999522DBD9ACC36B0C69D28CD202C937C2452B8_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m9999522DBD9ACC36B0C69D28CD202C937C2452B8_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.bool3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_mA82999AAB8D0E7AF7E97958BDD3A2ECF86D74828 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int3(0), new int3(1), v.c0);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0;
memset((&L_0), 0, sizeof(L_0));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_0), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_1), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_2 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int3(0), new int3(1), v.c1);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
memset((&L_5), 0, sizeof(L_5));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_5), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6;
memset((&L_6), 0, sizeof(L_6));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_6), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_7 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int3(0), new int3(1), v.c2);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10;
memset((&L_10), 0, sizeof(L_10));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_10), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
memset((&L_11), 0, sizeof(L_11));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_11), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_12 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// this.c3 = math.select(new int3(0), new int3(1), v.c3);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
memset((&L_15), 0, sizeof(L_15));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_15), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16;
memset((&L_16), 0, sizeof(L_16));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_16), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_15, L_16, L_18, NULL);
__this->___c3_3 = L_19;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_mA82999AAB8D0E7AF7E97958BDD3A2ECF86D74828_AdjustorThunk (RuntimeObject* __this, bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_mA82999AAB8D0E7AF7E97958BDD3A2ECF86D74828_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m7E2B2AE72F41264F1A5735A17F3F3D56A49A797C (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v;
uint32_t L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int3)v;
uint32_t L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int3)v;
uint32_t L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int3)v;
uint32_t L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m7E2B2AE72F41264F1A5735A17F3F3D56A49A797C_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m7E2B2AE72F41264F1A5735A17F3F3D56A49A797C_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.uint3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m46263394B8397D50613FAFC8CBD50082576F6A81 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_0 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int3)v.c1;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_3 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int3)v.c2;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_6 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int3)v.c3;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_9 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m46263394B8397D50613FAFC8CBD50082576F6A81_AdjustorThunk (RuntimeObject* __this, uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m46263394B8397D50613FAFC8CBD50082576F6A81_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m77C3712E1259ED893B00B901340B9B3D73D6FB02 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v;
float L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int3)v;
float L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int3)v;
float L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int3)v;
float L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m77C3712E1259ED893B00B901340B9B3D73D6FB02_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m77C3712E1259ED893B00B901340B9B3D73D6FB02_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.float3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m52AC8795EFA5375A1C474CA8011EDE4AEC108E59 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_0 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int3)v.c1;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_3 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int3)v.c2;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_6 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int3)v.c3;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_9 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m52AC8795EFA5375A1C474CA8011EDE4AEC108E59_AdjustorThunk (RuntimeObject* __this, float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m52AC8795EFA5375A1C474CA8011EDE4AEC108E59_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_m82A0175A7992D08F54CF6235AE70F60789C4B646 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v;
double L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int3)v;
double L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int3)v;
double L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int3)v;
double L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_m82A0175A7992D08F54CF6235AE70F60789C4B646_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_m82A0175A7992D08F54CF6235AE70F60789C4B646_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x4::.ctor(Unity.Mathematics.double3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x4__ctor_mEDC7227C94505818857F629F241780F361E84FDE (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_0 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int3)v.c1;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_3 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int3)v.c2;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_6 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int3)v.c3;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_9 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x4__ctor_mEDC7227C94505818857F629F241780F361E84FDE_AdjustorThunk (RuntimeObject* __this, double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3x4__ctor_mEDC7227C94505818857F629F241780F361E84FDE_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Implicit_m136BCBBEF4673E840AD1D4E4F3E7B86809AD6B1E (int32_t ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int3x4(int v) { return new int3x4(v); }
int32_t L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_mEC7C06195D279B6EB64795789B679D346B6CD604_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int3x4(int v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_m57CFF500F61A590ACB5A042F8951DAA5C773138E (bool ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(bool v) { return new int3x4(v); }
bool L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_m9999522DBD9ACC36B0C69D28CD202C937C2452B8_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(bool v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(Unity.Mathematics.bool3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_m985B1543C906B894C563927A88758B2BA49101CF (bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(bool3x4 v) { return new int3x4(v); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_mA82999AAB8D0E7AF7E97958BDD3A2ECF86D74828_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(bool3x4 v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_m90134E793585AD74146C33A924EA8C9EBB1D1C2D (uint32_t ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(uint v) { return new int3x4(v); }
uint32_t L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_m7E2B2AE72F41264F1A5735A17F3F3D56A49A797C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(uint v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(Unity.Mathematics.uint3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_mEFE36C5FB9CD4C561CD01C147920D162A328BA97 (uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(uint3x4 v) { return new int3x4(v); }
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_m46263394B8397D50613FAFC8CBD50082576F6A81_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(uint3x4 v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_m7C02FD1104F2536BAABAC212EAB48CF6DCF14A85 (float ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(float v) { return new int3x4(v); }
float L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_m77C3712E1259ED893B00B901340B9B3D73D6FB02_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(float v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(Unity.Mathematics.float3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_m0354A8F0C0707E0B06CBC153CF57955823FE7FB2 (float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(float3x4 v) { return new int3x4(v); }
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_m52AC8795EFA5375A1C474CA8011EDE4AEC108E59_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(float3x4 v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_m4E66ECC9A7BEC24DE82446E346324470760C8F3D (double ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(double v) { return new int3x4(v); }
double L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_m82A0175A7992D08F54CF6235AE70F60789C4B646_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(double v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Explicit(Unity.Mathematics.double3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Explicit_m6C4149AA68EB2FD2CE34B2B57787E1E9B326EFB8 (double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 ___v0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x4(double3x4 v) { return new int3x4(v); }
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_0 = ___v0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1;
memset((&L_1), 0, sizeof(L_1));
int3x4__ctor_mEDC7227C94505818857F629F241780F361E84FDE_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x4(double3x4 v) { return new int3x4(v); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Multiply(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Multiply_m1A3C32F24952474942E256E55C4DA119E7AA5570 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator * (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2, lhs.c3 * rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_Multiply_mADC4DFD8263944C2EAF626A57530DDD407F06754_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_Multiply_mADC4DFD8263944C2EAF626A57530DDD407F06754_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_Multiply_mADC4DFD8263944C2EAF626A57530DDD407F06754_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_Multiply_mADC4DFD8263944C2EAF626A57530DDD407F06754_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator * (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2, lhs.c3 * rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Multiply(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Multiply_m0AC56941933C5D41668816ACFBA767B1ACC74A67 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator * (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs, lhs.c3 * rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Multiply_m663151D516BF698553ED26E5A23D1425CAB82044_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Multiply_m663151D516BF698553ED26E5A23D1425CAB82044_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Multiply_m663151D516BF698553ED26E5A23D1425CAB82044_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Multiply_m663151D516BF698553ED26E5A23D1425CAB82044_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator * (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs, lhs.c3 * rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Multiply(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Multiply_m319688604B4FAC32D3BFB5A2C62D65500B4627F0 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator * (int lhs, int3x4 rhs) { return new int3x4 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2, lhs * rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Multiply_m370E9EB87B5435AEB9A6D48D3595DC84896BB285_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Multiply_m370E9EB87B5435AEB9A6D48D3595DC84896BB285_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Multiply_m370E9EB87B5435AEB9A6D48D3595DC84896BB285_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Multiply_m370E9EB87B5435AEB9A6D48D3595DC84896BB285_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator * (int lhs, int3x4 rhs) { return new int3x4 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2, lhs * rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Addition(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Addition_m02E06E9F60AF5380846D913D24CF89714BF6FF2A (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator + (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2, lhs.c3 + rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_Addition_m5F903A4F4237BECEA93DF880638BED19497D5BEF_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_Addition_m5F903A4F4237BECEA93DF880638BED19497D5BEF_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_Addition_m5F903A4F4237BECEA93DF880638BED19497D5BEF_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_Addition_m5F903A4F4237BECEA93DF880638BED19497D5BEF_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator + (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2, lhs.c3 + rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Addition(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Addition_m1F57B9F6C98A98E6C15119E3AFED4D144333C9E7 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator + (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs, lhs.c3 + rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Addition_mBC237D58A8CCFC2E5B3B0692FE845B36970F41A4_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Addition_mBC237D58A8CCFC2E5B3B0692FE845B36970F41A4_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Addition_mBC237D58A8CCFC2E5B3B0692FE845B36970F41A4_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Addition_mBC237D58A8CCFC2E5B3B0692FE845B36970F41A4_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator + (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs, lhs.c3 + rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Addition(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Addition_m5601954ED77D8C7BDAAAD9A7614A9730D091A5C3 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator + (int lhs, int3x4 rhs) { return new int3x4 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2, lhs + rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Addition_m3242A8CDD6C574807A3EDF1E8E1B92657415072C_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Addition_m3242A8CDD6C574807A3EDF1E8E1B92657415072C_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Addition_m3242A8CDD6C574807A3EDF1E8E1B92657415072C_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Addition_m3242A8CDD6C574807A3EDF1E8E1B92657415072C_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator + (int lhs, int3x4 rhs) { return new int3x4 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2, lhs + rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Subtraction(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Subtraction_mC5FF27D304863F4A1A56074E688EF36D98ADBA84 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator - (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2, lhs.c3 - rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_Subtraction_m02D0F066AACF01B2FFBC0F882B3A379B73268CB2_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_Subtraction_m02D0F066AACF01B2FFBC0F882B3A379B73268CB2_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_Subtraction_m02D0F066AACF01B2FFBC0F882B3A379B73268CB2_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_Subtraction_m02D0F066AACF01B2FFBC0F882B3A379B73268CB2_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator - (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2, lhs.c3 - rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Subtraction(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Subtraction_m72B8D00B167795DBE233CFE804872B273AABA651 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator - (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs, lhs.c3 - rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Subtraction_m57A29D4D91A6C3A29E72880A317B5DE7A233F648_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Subtraction_m57A29D4D91A6C3A29E72880A317B5DE7A233F648_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Subtraction_m57A29D4D91A6C3A29E72880A317B5DE7A233F648_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Subtraction_m57A29D4D91A6C3A29E72880A317B5DE7A233F648_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator - (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs, lhs.c3 - rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Subtraction(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Subtraction_m2F02830AF4F8E9301D2EC0F12031634ACEF1B0C4 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator - (int lhs, int3x4 rhs) { return new int3x4 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2, lhs - rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Subtraction_m7DCCEACA615EAF4BB9241F7B81A8BA926497277C_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Subtraction_m7DCCEACA615EAF4BB9241F7B81A8BA926497277C_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Subtraction_m7DCCEACA615EAF4BB9241F7B81A8BA926497277C_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Subtraction_m7DCCEACA615EAF4BB9241F7B81A8BA926497277C_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator - (int lhs, int3x4 rhs) { return new int3x4 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2, lhs - rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Division(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Division_mE96A25670827060EEA87987C87FDF3768C9BA08F (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator / (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2, lhs.c3 / rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_Division_m90EAB120E4154B535980F4E0ABB7059362CD2AB2_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_Division_m90EAB120E4154B535980F4E0ABB7059362CD2AB2_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_Division_m90EAB120E4154B535980F4E0ABB7059362CD2AB2_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_Division_m90EAB120E4154B535980F4E0ABB7059362CD2AB2_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator / (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2, lhs.c3 / rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Division(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Division_m693B3906BF3D4D5BB636442F0D8F86CC45337E38 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator / (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs, lhs.c3 / rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Division_mBA849C701597CDC7543A2FDE9C72B2F9EB4B5B4B_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Division_mBA849C701597CDC7543A2FDE9C72B2F9EB4B5B4B_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Division_mBA849C701597CDC7543A2FDE9C72B2F9EB4B5B4B_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Division_mBA849C701597CDC7543A2FDE9C72B2F9EB4B5B4B_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator / (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs, lhs.c3 / rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Division(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Division_mBA999D653CB102BE476C5C146654E9708F23FA0A (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator / (int lhs, int3x4 rhs) { return new int3x4 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2, lhs / rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Division_m534214AD12DC31D7B8D5845815C7879A68D51173_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Division_m534214AD12DC31D7B8D5845815C7879A68D51173_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Division_m534214AD12DC31D7B8D5845815C7879A68D51173_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Division_m534214AD12DC31D7B8D5845815C7879A68D51173_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator / (int lhs, int3x4 rhs) { return new int3x4 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2, lhs / rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Modulus(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Modulus_mAAF06F75143CEC8A32B30D56E31DD558DCEEE322 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator % (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2, lhs.c3 % rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_Modulus_m40910DD612DAB2545683B5C2FFB70DCD2B6C3CC4_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_Modulus_m40910DD612DAB2545683B5C2FFB70DCD2B6C3CC4_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_Modulus_m40910DD612DAB2545683B5C2FFB70DCD2B6C3CC4_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_Modulus_m40910DD612DAB2545683B5C2FFB70DCD2B6C3CC4_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator % (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2, lhs.c3 % rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Modulus(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Modulus_m09FF9E6076FA6C1DEFCE87D2BBF63B6DCB6D3F21 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator % (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs, lhs.c3 % rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Modulus_mC6AE30D9CA8A71EA4C188163B68A118CF5048A46_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Modulus_mC6AE30D9CA8A71EA4C188163B68A118CF5048A46_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Modulus_mC6AE30D9CA8A71EA4C188163B68A118CF5048A46_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Modulus_mC6AE30D9CA8A71EA4C188163B68A118CF5048A46_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator % (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs, lhs.c3 % rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Modulus(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Modulus_mCD156D157AD50064DBFE9E8DEAEE2896D5278917 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator % (int lhs, int3x4 rhs) { return new int3x4 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2, lhs % rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Modulus_mDEC30DFA8C651F4C7A2E552F6A442CBD4A93DAEF_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Modulus_mDEC30DFA8C651F4C7A2E552F6A442CBD4A93DAEF_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Modulus_mDEC30DFA8C651F4C7A2E552F6A442CBD4A93DAEF_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Modulus_mDEC30DFA8C651F4C7A2E552F6A442CBD4A93DAEF_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator % (int lhs, int3x4 rhs) { return new int3x4 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2, lhs % rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Increment(Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Increment_m92363BDA3B964151C9C8812B1F64778E56D7DE5E (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3x4 operator ++ (int3x4 val) { return new int3x4 (++val.c0, ++val.c1, ++val.c2, ++val.c3); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&(&___val0)->___c0_0);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_1 = L_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_1);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Increment_mF39F24089562F5AAB6FE3E9EB64A72788EB63B96_inline(L_2, NULL);
V_0 = L_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_1 = L_4;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_6 = (&(&___val0)->___c1_1);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_7 = L_6;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_7);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_Increment_mF39F24089562F5AAB6FE3E9EB64A72788EB63B96_inline(L_8, NULL);
V_0 = L_9;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_7 = L_10;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_12 = (&(&___val0)->___c2_2);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_13 = L_12;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_13);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Increment_mF39F24089562F5AAB6FE3E9EB64A72788EB63B96_inline(L_14, NULL);
V_0 = L_15;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_13 = L_16;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_17 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_18 = (&(&___val0)->___c3_3);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_19 = L_18;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_20 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_19);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_21;
L_21 = int3_op_Increment_mF39F24089562F5AAB6FE3E9EB64A72788EB63B96_inline(L_20, NULL);
V_0 = L_21;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_22 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_19 = L_22;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_23 = V_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_24;
memset((&L_24), 0, sizeof(L_24));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_24), L_5, L_11, L_17, L_23, /*hidden argument*/NULL);
V_1 = L_24;
goto IL_0071;
}
IL_0071:
{
// public static int3x4 operator ++ (int3x4 val) { return new int3x4 (++val.c0, ++val.c1, ++val.c2, ++val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_25 = V_1;
return L_25;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_Decrement(Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_Decrement_m11DCE3F8B25708A7DD87DDC793E1F248C8030AD6 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3x4 operator -- (int3x4 val) { return new int3x4 (--val.c0, --val.c1, --val.c2, --val.c3); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&(&___val0)->___c0_0);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_1 = L_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_1);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Decrement_mA92C6E87EFC6A175715F75DDB2F9FC72228782D4_inline(L_2, NULL);
V_0 = L_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_1 = L_4;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_6 = (&(&___val0)->___c1_1);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_7 = L_6;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_7);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_Decrement_mA92C6E87EFC6A175715F75DDB2F9FC72228782D4_inline(L_8, NULL);
V_0 = L_9;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_7 = L_10;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_12 = (&(&___val0)->___c2_2);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_13 = L_12;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_13);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_Decrement_mA92C6E87EFC6A175715F75DDB2F9FC72228782D4_inline(L_14, NULL);
V_0 = L_15;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_13 = L_16;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_17 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_18 = (&(&___val0)->___c3_3);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_19 = L_18;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_20 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_19);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_21;
L_21 = int3_op_Decrement_mA92C6E87EFC6A175715F75DDB2F9FC72228782D4_inline(L_20, NULL);
V_0 = L_21;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_22 = V_0;
*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)L_19 = L_22;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_23 = V_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_24;
memset((&L_24), 0, sizeof(L_24));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_24), L_5, L_11, L_17, L_23, /*hidden argument*/NULL);
V_1 = L_24;
goto IL_0071;
}
IL_0071:
{
// public static int3x4 operator -- (int3x4 val) { return new int3x4 (--val.c0, --val.c1, --val.c2, --val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_25 = V_1;
return L_25;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_LessThan(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_LessThan_mA4B4F4C5C51B06A42AC553E769F63B7626535683 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator < (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2, lhs.c3 < rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_4;
L_4 = int3_op_LessThan_mC801617FD3C6D40D80444CE64971328D00D92AEB_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
L_9 = int3_op_LessThan_mC801617FD3C6D40D80444CE64971328D00D92AEB_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_14;
L_14 = int3_op_LessThan_mC801617FD3C6D40D80444CE64971328D00D92AEB_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_19;
L_19 = int3_op_LessThan_mC801617FD3C6D40D80444CE64971328D00D92AEB_inline(L_16, L_18, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_20;
memset((&L_20), 0, sizeof(L_20));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static bool3x4 operator < (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2, lhs.c3 < rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_LessThan(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_LessThan_mE0A29DC5310DD4BEB8F34324AA4D557BA659CF71 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator < (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs, lhs.c3 < rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_LessThan_mDADF72BD688462C9C815C5643FCEA7E58299EA47_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_LessThan_mDADF72BD688462C9C815C5643FCEA7E58299EA47_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_LessThan_mDADF72BD688462C9C815C5643FCEA7E58299EA47_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_LessThan_mDADF72BD688462C9C815C5643FCEA7E58299EA47_inline(L_13, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator < (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs, lhs.c3 < rhs); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_LessThan(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_LessThan_m7CB6D2FCF588479ACA0061FE11B89BC87C86FFC6 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator < (int lhs, int3x4 rhs) { return new bool3x4 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2, lhs < rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_LessThan_mC2E126424D7D9B210878D8DD3B98BD0C0C29FC1F_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_LessThan_mC2E126424D7D9B210878D8DD3B98BD0C0C29FC1F_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_LessThan_mC2E126424D7D9B210878D8DD3B98BD0C0C29FC1F_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_LessThan_mC2E126424D7D9B210878D8DD3B98BD0C0C29FC1F_inline(L_12, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator < (int lhs, int3x4 rhs) { return new bool3x4 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2, lhs < rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_LessThanOrEqual(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_LessThanOrEqual_m13C33EC76192067130A7B39A864D2C29107E2EB8 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator <= (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2, lhs.c3 <= rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_4;
L_4 = int3_op_LessThanOrEqual_m14660E377C6DA43E49C142666CF334D5E4FF551E_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
L_9 = int3_op_LessThanOrEqual_m14660E377C6DA43E49C142666CF334D5E4FF551E_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_14;
L_14 = int3_op_LessThanOrEqual_m14660E377C6DA43E49C142666CF334D5E4FF551E_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_19;
L_19 = int3_op_LessThanOrEqual_m14660E377C6DA43E49C142666CF334D5E4FF551E_inline(L_16, L_18, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_20;
memset((&L_20), 0, sizeof(L_20));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static bool3x4 operator <= (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2, lhs.c3 <= rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_LessThanOrEqual(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_LessThanOrEqual_mE306C83BC7B2AFA656B69D42831F51E28D72EF60 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator <= (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs, lhs.c3 <= rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_LessThanOrEqual_m84B934CE5BB4C5D6C92FBD06844463A2C87EA721_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_LessThanOrEqual_m84B934CE5BB4C5D6C92FBD06844463A2C87EA721_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_LessThanOrEqual_m84B934CE5BB4C5D6C92FBD06844463A2C87EA721_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_LessThanOrEqual_m84B934CE5BB4C5D6C92FBD06844463A2C87EA721_inline(L_13, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator <= (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs, lhs.c3 <= rhs); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_LessThanOrEqual_m9BCBD3ED56A691A7C91D24BB3361B7E9B29566F1 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator <= (int lhs, int3x4 rhs) { return new bool3x4 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2, lhs <= rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_LessThanOrEqual_m7CAA635CFDE92DE65277D5DAEDE98F73B7600182_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_LessThanOrEqual_m7CAA635CFDE92DE65277D5DAEDE98F73B7600182_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_LessThanOrEqual_m7CAA635CFDE92DE65277D5DAEDE98F73B7600182_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_LessThanOrEqual_m7CAA635CFDE92DE65277D5DAEDE98F73B7600182_inline(L_12, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator <= (int lhs, int3x4 rhs) { return new bool3x4 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2, lhs <= rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_GreaterThan(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_GreaterThan_m5705646B0628A3A2F6700AB864799A533D13241D (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator > (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2, lhs.c3 > rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_4;
L_4 = int3_op_GreaterThan_mC04273C18B2B064A7AA823DAD5C7D2FE93B5B745_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
L_9 = int3_op_GreaterThan_mC04273C18B2B064A7AA823DAD5C7D2FE93B5B745_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_14;
L_14 = int3_op_GreaterThan_mC04273C18B2B064A7AA823DAD5C7D2FE93B5B745_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_19;
L_19 = int3_op_GreaterThan_mC04273C18B2B064A7AA823DAD5C7D2FE93B5B745_inline(L_16, L_18, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_20;
memset((&L_20), 0, sizeof(L_20));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static bool3x4 operator > (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2, lhs.c3 > rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_GreaterThan(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_GreaterThan_m44F53F733C1F8013AE2F81178A4EF5EDEC7CC455 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator > (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs, lhs.c3 > rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_GreaterThan_m06D8C05D87A6F3999B944088FA256B051988A82B_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_GreaterThan_m06D8C05D87A6F3999B944088FA256B051988A82B_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_GreaterThan_m06D8C05D87A6F3999B944088FA256B051988A82B_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_GreaterThan_m06D8C05D87A6F3999B944088FA256B051988A82B_inline(L_13, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator > (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs, lhs.c3 > rhs); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_GreaterThan(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_GreaterThan_mC66BCB4184E4AC0B1CC18E6525AA8D7344DD0AA3 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator > (int lhs, int3x4 rhs) { return new bool3x4 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2, lhs > rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_GreaterThan_m3B546744EB32E9E8A78DBEF41ECADE0F9A8E188D_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_GreaterThan_m3B546744EB32E9E8A78DBEF41ECADE0F9A8E188D_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_GreaterThan_m3B546744EB32E9E8A78DBEF41ECADE0F9A8E188D_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_GreaterThan_m3B546744EB32E9E8A78DBEF41ECADE0F9A8E188D_inline(L_12, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator > (int lhs, int3x4 rhs) { return new bool3x4 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2, lhs > rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_GreaterThanOrEqual(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_GreaterThanOrEqual_m2FED8912D44E606EB4036EE9E6727041CEE806D8 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator >= (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2, lhs.c3 >= rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_4;
L_4 = int3_op_GreaterThanOrEqual_m432E761021FFF6D8A9D58C221CC53B826CA21E14_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
L_9 = int3_op_GreaterThanOrEqual_m432E761021FFF6D8A9D58C221CC53B826CA21E14_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_14;
L_14 = int3_op_GreaterThanOrEqual_m432E761021FFF6D8A9D58C221CC53B826CA21E14_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_19;
L_19 = int3_op_GreaterThanOrEqual_m432E761021FFF6D8A9D58C221CC53B826CA21E14_inline(L_16, L_18, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_20;
memset((&L_20), 0, sizeof(L_20));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static bool3x4 operator >= (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2, lhs.c3 >= rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_GreaterThanOrEqual(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_GreaterThanOrEqual_m09F7F78F599810E69FE8383DAFD51E60E0F72A84 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator >= (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs, lhs.c3 >= rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_GreaterThanOrEqual_mBAFF458E470B39F3AEB4D4D4BD67D288EE565747_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_GreaterThanOrEqual_mBAFF458E470B39F3AEB4D4D4BD67D288EE565747_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_GreaterThanOrEqual_mBAFF458E470B39F3AEB4D4D4BD67D288EE565747_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_GreaterThanOrEqual_mBAFF458E470B39F3AEB4D4D4BD67D288EE565747_inline(L_13, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator >= (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs, lhs.c3 >= rhs); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_GreaterThanOrEqual_m9F7D3C89147F47551A51F3D4A6F64CA244AD3216 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator >= (int lhs, int3x4 rhs) { return new bool3x4 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2, lhs >= rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_GreaterThanOrEqual_mEFB81BDABB02F168891D9A3C615AF294059ECD89_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_GreaterThanOrEqual_mEFB81BDABB02F168891D9A3C615AF294059ECD89_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_GreaterThanOrEqual_mEFB81BDABB02F168891D9A3C615AF294059ECD89_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_GreaterThanOrEqual_mEFB81BDABB02F168891D9A3C615AF294059ECD89_inline(L_12, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator >= (int lhs, int3x4 rhs) { return new bool3x4 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2, lhs >= rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_UnaryNegation(Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_UnaryNegation_m1040298C94F0662831DCFFFF915BD642AE1DB01A (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___val0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator - (int3x4 val) { return new int3x4 (-val.c0, -val.c1, -val.c2, -val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_UnaryNegation_mF2D9FAA046F02152241D252B98F151EF5E58F822_inline(L_1, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_3 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_UnaryNegation_mF2D9FAA046F02152241D252B98F151EF5E58F822_inline(L_4, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_6 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_UnaryNegation_mF2D9FAA046F02152241D252B98F151EF5E58F822_inline(L_7, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_UnaryNegation_mF2D9FAA046F02152241D252B98F151EF5E58F822_inline(L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12;
memset((&L_12), 0, sizeof(L_12));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_12), L_2, L_5, L_8, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int3x4 operator - (int3x4 val) { return new int3x4 (-val.c0, -val.c1, -val.c2, -val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_UnaryPlus(Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_UnaryPlus_m4000B5BA36EEFBDD29F7927345930B398DFB0A5F (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___val0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator + (int3x4 val) { return new int3x4 (+val.c0, +val.c1, +val.c2, +val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_UnaryPlus_m731E5DE1F9FE0BFD6B598B16F3BAF0A53AA3CB2C_inline(L_1, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_3 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_UnaryPlus_m731E5DE1F9FE0BFD6B598B16F3BAF0A53AA3CB2C_inline(L_4, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_6 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_UnaryPlus_m731E5DE1F9FE0BFD6B598B16F3BAF0A53AA3CB2C_inline(L_7, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_UnaryPlus_m731E5DE1F9FE0BFD6B598B16F3BAF0A53AA3CB2C_inline(L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12;
memset((&L_12), 0, sizeof(L_12));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_12), L_2, L_5, L_8, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int3x4 operator + (int3x4 val) { return new int3x4 (+val.c0, +val.c1, +val.c2, +val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_LeftShift(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_LeftShift_mE40E46773A619AD28BEA10EA7A633134D37D98BD (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator << (int3x4 x, int n) { return new int3x4 (x.c0 << n, x.c1 << n, x.c2 << n, x.c3 << n); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_LeftShift_m57ED01C7AEE7F266B58279D6104693612A82C153_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_LeftShift_m57ED01C7AEE7F266B58279D6104693612A82C153_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_LeftShift_m57ED01C7AEE7F266B58279D6104693612A82C153_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_LeftShift_m57ED01C7AEE7F266B58279D6104693612A82C153_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator << (int3x4 x, int n) { return new int3x4 (x.c0 << n, x.c1 << n, x.c2 << n, x.c3 << n); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_RightShift(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_RightShift_m27CB7835536445924AE002C9778BF5DEE5115690 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator >> (int3x4 x, int n) { return new int3x4 (x.c0 >> n, x.c1 >> n, x.c2 >> n, x.c3 >> n); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_RightShift_m6B1EEA38EA07104BCCAD4075A84E2255942F5B1A_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_RightShift_m6B1EEA38EA07104BCCAD4075A84E2255942F5B1A_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_RightShift_m6B1EEA38EA07104BCCAD4075A84E2255942F5B1A_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___x0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_RightShift_m6B1EEA38EA07104BCCAD4075A84E2255942F5B1A_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator >> (int3x4 x, int n) { return new int3x4 (x.c0 >> n, x.c1 >> n, x.c2 >> n, x.c3 >> n); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_Equality(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_Equality_mE91522905DB3E625DE6B759E341A479DBFEE7EDC (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator == (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2, lhs.c3 == rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_4;
L_4 = int3_op_Equality_m2E5951331FE87BAA319F6FE15869519294C28FC4_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
L_9 = int3_op_Equality_m2E5951331FE87BAA319F6FE15869519294C28FC4_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_14;
L_14 = int3_op_Equality_m2E5951331FE87BAA319F6FE15869519294C28FC4_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_19;
L_19 = int3_op_Equality_m2E5951331FE87BAA319F6FE15869519294C28FC4_inline(L_16, L_18, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_20;
memset((&L_20), 0, sizeof(L_20));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static bool3x4 operator == (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2, lhs.c3 == rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_Equality(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_Equality_mE39E41774A1DE6A0019A03BE6B38EBF20293A8E3 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator == (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs, lhs.c3 == rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_Equality_m6F3069C49DDB8C331074DF92943A66C26CF3DA73_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_Equality_m6F3069C49DDB8C331074DF92943A66C26CF3DA73_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_Equality_m6F3069C49DDB8C331074DF92943A66C26CF3DA73_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_Equality_m6F3069C49DDB8C331074DF92943A66C26CF3DA73_inline(L_13, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator == (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs, lhs.c3 == rhs); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_Equality(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_Equality_m89C268D1A96AB8161B27FA0412F08E6B16C2C850 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator == (int lhs, int3x4 rhs) { return new bool3x4 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2, lhs == rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_Equality_m9D330243296F088E8215D97EE8F57E38C58C025E_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_Equality_m9D330243296F088E8215D97EE8F57E38C58C025E_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_Equality_m9D330243296F088E8215D97EE8F57E38C58C025E_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_Equality_m9D330243296F088E8215D97EE8F57E38C58C025E_inline(L_12, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator == (int lhs, int3x4 rhs) { return new bool3x4 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2, lhs == rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_Inequality(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_Inequality_mF1C5B30B62AA00BC7F344E3D58225CB4B5E8D2D5 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator != (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2, lhs.c3 != rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_4;
L_4 = int3_op_Inequality_m2ECFB9A74F1FA10BED14C81F87146DC408F32486_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
L_9 = int3_op_Inequality_m2ECFB9A74F1FA10BED14C81F87146DC408F32486_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_14;
L_14 = int3_op_Inequality_m2ECFB9A74F1FA10BED14C81F87146DC408F32486_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_19;
L_19 = int3_op_Inequality_m2ECFB9A74F1FA10BED14C81F87146DC408F32486_inline(L_16, L_18, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_20;
memset((&L_20), 0, sizeof(L_20));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static bool3x4 operator != (int3x4 lhs, int3x4 rhs) { return new bool3x4 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2, lhs.c3 != rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_Inequality(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_Inequality_m3B93BA9F777A9DC7E3071B9FAF42AEAF5A6172DC (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator != (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs, lhs.c3 != rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_Inequality_m0B9E152276DE57636B1F9D3877B8EFCF4181581E_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_Inequality_m0B9E152276DE57636B1F9D3877B8EFCF4181581E_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_Inequality_m0B9E152276DE57636B1F9D3877B8EFCF4181581E_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_Inequality_m0B9E152276DE57636B1F9D3877B8EFCF4181581E_inline(L_13, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator != (int3x4 lhs, int rhs) { return new bool3x4 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs, lhs.c3 != rhs); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool3x4 Unity.Mathematics.int3x4::op_Inequality(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 int3x4_op_Inequality_mE5E6F71CBD94BA85CD344CFD12AC6D31BE028972 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x4 operator != (int lhs, int3x4 rhs) { return new bool3x4 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2, lhs != rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3;
L_3 = int3_op_Inequality_mBDE9276924DA33480410D111E5F9CD94A2919001_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_7;
L_7 = int3_op_Inequality_mBDE9276924DA33480410D111E5F9CD94A2919001_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_11;
L_11 = int3_op_Inequality_mBDE9276924DA33480410D111E5F9CD94A2919001_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_15;
L_15 = int3_op_Inequality_mBDE9276924DA33480410D111E5F9CD94A2919001_inline(L_12, L_14, NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_16;
memset((&L_16), 0, sizeof(L_16));
bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static bool3x4 operator != (int lhs, int3x4 rhs) { return new bool3x4 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2, lhs != rhs.c3); }
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_OnesComplement(Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_OnesComplement_m7879D0EDD1F88A62111C7C8A200BCEC1775F170B (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___val0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator ~ (int3x4 val) { return new int3x4 (~val.c0, ~val.c1, ~val.c2, ~val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_OnesComplement_m8DBE625F2591CCC7164AF632621DBFF28301CAF9_inline(L_1, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_3 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_OnesComplement_m8DBE625F2591CCC7164AF632621DBFF28301CAF9_inline(L_4, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_6 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_OnesComplement_m8DBE625F2591CCC7164AF632621DBFF28301CAF9_inline(L_7, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___val0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_OnesComplement_m8DBE625F2591CCC7164AF632621DBFF28301CAF9_inline(L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12;
memset((&L_12), 0, sizeof(L_12));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_12), L_2, L_5, L_8, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int3x4 operator ~ (int3x4 val) { return new int3x4 (~val.c0, ~val.c1, ~val.c2, ~val.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_BitwiseAnd(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_BitwiseAnd_m9804D6C0D4A32F04A1616508571E1E420DCBFE9D (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator & (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2, lhs.c3 & rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_BitwiseAnd_mF9F0CC493261D158892EBFCAEBEEBACA926AA09F_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_BitwiseAnd_mF9F0CC493261D158892EBFCAEBEEBACA926AA09F_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_BitwiseAnd_mF9F0CC493261D158892EBFCAEBEEBACA926AA09F_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_BitwiseAnd_mF9F0CC493261D158892EBFCAEBEEBACA926AA09F_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator & (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2, lhs.c3 & rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_BitwiseAnd(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_BitwiseAnd_mBECEC0B67004F6891B8B08F0FC96904A7A1A9E83 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator & (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs, lhs.c3 & rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_BitwiseAnd_mA919535381D28ABB617515C570FC099C9D96416C_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_BitwiseAnd_mA919535381D28ABB617515C570FC099C9D96416C_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_BitwiseAnd_mA919535381D28ABB617515C570FC099C9D96416C_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_BitwiseAnd_mA919535381D28ABB617515C570FC099C9D96416C_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator & (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs, lhs.c3 & rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_BitwiseAnd(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_BitwiseAnd_m26F8781C7B851954CCD951C3BE045E46FA3CE151 (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator & (int lhs, int3x4 rhs) { return new int3x4 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2, lhs & rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_BitwiseAnd_m55BDFE77D62FC09E092C605D76F458958D3D1A96_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_BitwiseAnd_m55BDFE77D62FC09E092C605D76F458958D3D1A96_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_BitwiseAnd_m55BDFE77D62FC09E092C605D76F458958D3D1A96_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_BitwiseAnd_m55BDFE77D62FC09E092C605D76F458958D3D1A96_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator & (int lhs, int3x4 rhs) { return new int3x4 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2, lhs & rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_BitwiseOr(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_BitwiseOr_m476C4A783F89F9AFDF1F888A084DB4140C5561B9 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator | (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2, lhs.c3 | rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_BitwiseOr_m488C24D3D4B3DBAC7AEB77C8B298F116EAFA1BB8_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_BitwiseOr_m488C24D3D4B3DBAC7AEB77C8B298F116EAFA1BB8_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_BitwiseOr_m488C24D3D4B3DBAC7AEB77C8B298F116EAFA1BB8_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_BitwiseOr_m488C24D3D4B3DBAC7AEB77C8B298F116EAFA1BB8_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator | (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2, lhs.c3 | rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_BitwiseOr(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_BitwiseOr_m5DD650882D734F9140B914E142EEE91C29232366 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator | (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs, lhs.c3 | rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_BitwiseOr_m63B8146DFF49D415B24ED6B6CE1E4B741C4E2E4B_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_BitwiseOr_m63B8146DFF49D415B24ED6B6CE1E4B741C4E2E4B_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_BitwiseOr_m63B8146DFF49D415B24ED6B6CE1E4B741C4E2E4B_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_BitwiseOr_m63B8146DFF49D415B24ED6B6CE1E4B741C4E2E4B_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator | (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs, lhs.c3 | rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_BitwiseOr(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_BitwiseOr_mFFEBF9F8E153580F877751406F6242A83FF4F27F (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator | (int lhs, int3x4 rhs) { return new int3x4 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2, lhs | rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_BitwiseOr_mB1EE3FBEBC29AD37AFE43F1A898CEC1F7AD43940_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_BitwiseOr_mB1EE3FBEBC29AD37AFE43F1A898CEC1F7AD43940_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_BitwiseOr_mB1EE3FBEBC29AD37AFE43F1A898CEC1F7AD43940_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_BitwiseOr_mB1EE3FBEBC29AD37AFE43F1A898CEC1F7AD43940_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator | (int lhs, int3x4 rhs) { return new int3x4 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2, lhs | rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_ExclusiveOr(Unity.Mathematics.int3x4,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_ExclusiveOr_mEFD6A5CE6879AC23CCBDDFCBE78BA578FE11EE91 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator ^ (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2, lhs.c3 ^ rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = int3_op_ExclusiveOr_mDB1B996E90D5FE0A55155AF0186BBE14745B806F_inline(L_1, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_7 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = int3_op_ExclusiveOr_mDB1B996E90D5FE0A55155AF0186BBE14745B806F_inline(L_6, L_8, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = int3_op_ExclusiveOr_mDB1B996E90D5FE0A55155AF0186BBE14745B806F_inline(L_11, L_13, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_15 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = L_15.___c3_3;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = int3_op_ExclusiveOr_mDB1B996E90D5FE0A55155AF0186BBE14745B806F_inline(L_16, L_18, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_20;
memset((&L_20), 0, sizeof(L_20));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
goto IL_004d;
}
IL_004d:
{
// public static int3x4 operator ^ (int3x4 lhs, int3x4 rhs) { return new int3x4 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2, lhs.c3 ^ rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_ExclusiveOr(Unity.Mathematics.int3x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_ExclusiveOr_mC139AE676B11283232776D7E701D2D34874B9575 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator ^ (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs, lhs.c3 ^ rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_ExclusiveOr_m16426F18971D8ED2965CA0186671A9CC91F3A287_inline(L_1, L_2, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_4 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_ExclusiveOr_m16426F18971D8ED2965CA0186671A9CC91F3A287_inline(L_5, L_6, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_8 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_ExclusiveOr_m16426F18971D8ED2965CA0186671A9CC91F3A287_inline(L_9, L_10, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_12 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_ExclusiveOr_m16426F18971D8ED2965CA0186671A9CC91F3A287_inline(L_13, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator ^ (int3x4 lhs, int rhs) { return new int3x4 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs, lhs.c3 ^ rhs); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3x4 Unity.Mathematics.int3x4::op_ExclusiveOr(System.Int32,Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 int3x4_op_ExclusiveOr_m049887FCA653C8AE220618852C5F4D2EC5F57CEF (int32_t ___lhs0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x4 operator ^ (int lhs, int3x4 rhs) { return new int3x4 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2, lhs ^ rhs.c3); }
int32_t L_0 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_ExclusiveOr_mDD94C1C284C6C4060FC517AEF67D4F6F26E71CAC_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_ExclusiveOr_mDD94C1C284C6C4060FC517AEF67D4F6F26E71CAC_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_ExclusiveOr_mDD94C1C284C6C4060FC517AEF67D4F6F26E71CAC_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = int3_op_ExclusiveOr_mDD94C1C284C6C4060FC517AEF67D4F6F26E71CAC_inline(L_12, L_14, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_16;
memset((&L_16), 0, sizeof(L_16));
int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline((&L_16), L_3, L_7, L_11, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0039;
}
IL_0039:
{
// public static int3x4 operator ^ (int lhs, int3x4 rhs) { return new int3x4 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2, lhs ^ rhs.c3); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int3& Unity.Mathematics.int3x4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* int3x4_get_Item_m97534E4F5674DFEC1035156BBBE7365803E2F7C6 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* V_0 = NULL;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* V_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* V_2 = NULL;
{
V_1 = __this;
// fixed (int3x4* array = &this) { return ref ((int3*)array)[index]; }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* L_0 = V_1;
V_0 = (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*)((uintptr_t)L_0);
// fixed (int3x4* array = &this) { return ref ((int3*)array)[index]; }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF);
V_2 = (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)((int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3))));
goto IL_0015;
}
IL_0015:
{
// }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_4 = V_2;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* int3x4_get_Item_m97534E4F5674DFEC1035156BBBE7365803E2F7C6_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _returnValue;
_returnValue = int3x4_get_Item_m97534E4F5674DFEC1035156BBBE7365803E2F7C6(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int3x4::Equals(Unity.Mathematics.int3x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x4_Equals_m808D7511FDED4188A8141FF050F0D87472B4FAF4 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// public bool Equals(int3x4 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2) && c3.Equals(rhs.c3); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&__this->___c0_0);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool L_3;
L_3 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_004d;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_4 = (&__this->___c1_1);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool L_7;
L_7 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_004d;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_8 = (&__this->___c2_2);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool L_11;
L_11 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_8, L_10, NULL);
if (!L_11)
{
goto IL_004d;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_12 = (&__this->___c3_3);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool L_15;
L_15 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_12, L_14, NULL);
G_B5_0 = ((int32_t)(L_15));
goto IL_004e;
}
IL_004d:
{
G_B5_0 = 0;
}
IL_004e:
{
V_0 = (bool)G_B5_0;
goto IL_0051;
}
IL_0051:
{
// public bool Equals(int3x4 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2) && c3.Equals(rhs.c3); }
bool L_16 = V_0;
return L_16;
}
}
IL2CPP_EXTERN_C bool int3x4_Equals_m808D7511FDED4188A8141FF050F0D87472B4FAF4_AdjustorThunk (RuntimeObject* __this, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
bool _returnValue;
_returnValue = int3x4_Equals_m808D7511FDED4188A8141FF050F0D87472B4FAF4_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int3x4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x4_Equals_m22F5AAB5C9D8B7C5C5211ECCAA04D1E638982158 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// public override bool Equals(object o) { return o is int3x4 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*)((int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*)(int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*)UnBox(L_1, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398_il2cpp_TypeInfo_var))));
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_2 = V_0;
bool L_3;
L_3 = int3x4_Equals_m808D7511FDED4188A8141FF050F0D87472B4FAF4_inline(__this, L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_1 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
// public override bool Equals(object o) { return o is int3x4 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int3x4_Equals_m22F5AAB5C9D8B7C5C5211ECCAA04D1E638982158_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
bool _returnValue;
_returnValue = int3x4_Equals_m22F5AAB5C9D8B7C5C5211ECCAA04D1E638982158(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int3x4::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int3x4_GetHashCode_m9EEF9F358B4C73B99C07A70C62423EFE3E3EB3E9 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = (*(int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*)__this);
uint32_t L_1;
L_1 = math_hash_mDF705B59F86979847DF7A933C4288A253C0DCA1D_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t int3x4_GetHashCode_m9EEF9F358B4C73B99C07A70C62423EFE3E3EB3E9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
int32_t _returnValue;
_returnValue = int3x4_GetHashCode_m9EEF9F358B4C73B99C07A70C62423EFE3E3EB3E9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3x4::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3x4_ToString_m0CCDF395B31B59044C73FBE8B0EBADD7066DD36F (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x, c1.x, c2.x, c3.x, c0.y, c1.y, c2.y, c3.y, c0.z, c1.z, c2.z, c3.z);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_2 = (&__this->___c0_0);
int32_t L_3 = L_2->___x_0;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_7 = (&__this->___c1_1);
int32_t L_8 = L_7->___x_0;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_12 = (&__this->___c2_2);
int32_t L_13 = L_12->___x_0;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_17 = (&__this->___c3_3);
int32_t L_18 = L_17->___x_0;
int32_t L_19 = L_18;
RuntimeObject* L_20 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_16;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_22 = (&__this->___c0_0);
int32_t L_23 = L_22->___y_1;
int32_t L_24 = L_23;
RuntimeObject* L_25 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_25);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_21;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_27 = (&__this->___c1_1);
int32_t L_28 = L_27->___y_1;
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_26;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_32 = (&__this->___c2_2);
int32_t L_33 = L_32->___y_1;
int32_t L_34 = L_33;
RuntimeObject* L_35 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_34);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_35);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_35);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_31;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_37 = (&__this->___c3_3);
int32_t L_38 = L_37->___y_1;
int32_t L_39 = L_38;
RuntimeObject* L_40 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_39);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_40);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_40);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_41 = L_36;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_42 = (&__this->___c0_0);
int32_t L_43 = L_42->___z_2;
int32_t L_44 = L_43;
RuntimeObject* L_45 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_44);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_45);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_45);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_46 = L_41;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_47 = (&__this->___c1_1);
int32_t L_48 = L_47->___z_2;
int32_t L_49 = L_48;
RuntimeObject* L_50 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_49);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_50);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_50);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51 = L_46;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_52 = (&__this->___c2_2);
int32_t L_53 = L_52->___z_2;
int32_t L_54 = L_53;
RuntimeObject* L_55 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_54);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_55);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_55);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_56 = L_51;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_57 = (&__this->___c3_3);
int32_t L_58 = L_57->___z_2;
int32_t L_59 = L_58;
RuntimeObject* L_60 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_59);
NullCheck(L_56);
ArrayElementTypeCheck (L_56, L_60);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_60);
String_t* L_61;
L_61 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF, L_56, NULL);
V_0 = L_61;
goto IL_00fc;
}
IL_00fc:
{
// }
String_t* L_62 = V_0;
return L_62;
}
}
IL2CPP_EXTERN_C String_t* int3x4_ToString_m0CCDF395B31B59044C73FBE8B0EBADD7066DD36F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3x4_ToString_m0CCDF395B31B59044C73FBE8B0EBADD7066DD36F_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3x4::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3x4_ToString_m8C7043FDCC0DD439784CDEA43A2F2B0E1E187AA6 (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c2.x.ToString(format, formatProvider), c3.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.ToString(format, formatProvider), c2.y.ToString(format, formatProvider), c3.y.ToString(format, formatProvider), c0.z.ToString(format, formatProvider), c1.z.ToString(format, formatProvider), c2.z.ToString(format, formatProvider), c3.z.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_2 = (&__this->___c0_0);
int32_t* L_3 = (&L_2->___x_0);
String_t* L_4 = ___format0;
RuntimeObject* L_5 = ___formatProvider1;
String_t* L_6;
L_6 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_3, L_4, L_5, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_8 = (&__this->___c1_1);
int32_t* L_9 = (&L_8->___x_0);
String_t* L_10 = ___format0;
RuntimeObject* L_11 = ___formatProvider1;
String_t* L_12;
L_12 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_9, L_10, L_11, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_12);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_7;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_14 = (&__this->___c2_2);
int32_t* L_15 = (&L_14->___x_0);
String_t* L_16 = ___format0;
RuntimeObject* L_17 = ___formatProvider1;
String_t* L_18;
L_18 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_15, L_16, L_17, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_13;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_20 = (&__this->___c3_3);
int32_t* L_21 = (&L_20->___x_0);
String_t* L_22 = ___format0;
RuntimeObject* L_23 = ___formatProvider1;
String_t* L_24;
L_24 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_21, L_22, L_23, NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_24);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_19;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_26 = (&__this->___c0_0);
int32_t* L_27 = (&L_26->___y_1);
String_t* L_28 = ___format0;
RuntimeObject* L_29 = ___formatProvider1;
String_t* L_30;
L_30 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_27, L_28, L_29, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_25;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_32 = (&__this->___c1_1);
int32_t* L_33 = (&L_32->___y_1);
String_t* L_34 = ___format0;
RuntimeObject* L_35 = ___formatProvider1;
String_t* L_36;
L_36 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_33, L_34, L_35, NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_36);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_36);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_37 = L_31;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_38 = (&__this->___c2_2);
int32_t* L_39 = (&L_38->___y_1);
String_t* L_40 = ___format0;
RuntimeObject* L_41 = ___formatProvider1;
String_t* L_42;
L_42 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_39, L_40, L_41, NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_42);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_42);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = L_37;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_44 = (&__this->___c3_3);
int32_t* L_45 = (&L_44->___y_1);
String_t* L_46 = ___format0;
RuntimeObject* L_47 = ___formatProvider1;
String_t* L_48;
L_48 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_45, L_46, L_47, NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_48);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_48);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49 = L_43;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_50 = (&__this->___c0_0);
int32_t* L_51 = (&L_50->___z_2);
String_t* L_52 = ___format0;
RuntimeObject* L_53 = ___formatProvider1;
String_t* L_54;
L_54 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_51, L_52, L_53, NULL);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_54);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_54);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = L_49;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_56 = (&__this->___c1_1);
int32_t* L_57 = (&L_56->___z_2);
String_t* L_58 = ___format0;
RuntimeObject* L_59 = ___formatProvider1;
String_t* L_60;
L_60 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_57, L_58, L_59, NULL);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_60);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_60);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_61 = L_55;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_62 = (&__this->___c2_2);
int32_t* L_63 = (&L_62->___z_2);
String_t* L_64 = ___format0;
RuntimeObject* L_65 = ___formatProvider1;
String_t* L_66;
L_66 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_63, L_64, L_65, NULL);
NullCheck(L_61);
ArrayElementTypeCheck (L_61, L_66);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_66);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_67 = L_61;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_68 = (&__this->___c3_3);
int32_t* L_69 = (&L_68->___z_2);
String_t* L_70 = ___format0;
RuntimeObject* L_71 = ___formatProvider1;
String_t* L_72;
L_72 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_69, L_70, L_71, NULL);
NullCheck(L_67);
ArrayElementTypeCheck (L_67, L_72);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_72);
String_t* L_73;
L_73 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF, L_67, NULL);
V_0 = L_73;
goto IL_0114;
}
IL_0114:
{
// }
String_t* L_74 = V_0;
return L_74;
}
}
IL2CPP_EXTERN_C String_t* int3x4_ToString_m8C7043FDCC0DD439784CDEA43A2F2B0E1E187AA6_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3x4_ToString_m8C7043FDCC0DD439784CDEA43A2F2B0E1E187AA6_inline(_thisAdjusted, ___format0, ___formatProvider1, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, int32_t ___w3, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
int32_t L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = z;
int32_t L_2 = ___z2;
__this->___z_2 = L_2;
// this.w = w;
int32_t L_3 = ___w3;
__this->___w_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, int32_t ___w3, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline(_thisAdjusted, ___x0, ___y1, ___z2, ___w3, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m2C7E72797F260070DEC3826EC10547C0E7A26D91 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int32_t ___y1, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw2, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
int32_t L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = zw.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___zw2;
int32_t L_3 = L_2.___x_0;
__this->___z_2 = L_3;
// this.w = zw.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___zw2;
int32_t L_5 = L_4.___y_1;
__this->___w_3 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m2C7E72797F260070DEC3826EC10547C0E7A26D91_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int32_t ___y1, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw2, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m2C7E72797F260070DEC3826EC10547C0E7A26D91_inline(_thisAdjusted, ___x0, ___y1, ___zw2, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mC33BB6B681B7026FA6DDDA3CEFFEE82ED3A2074B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, int32_t ___w2, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = yz.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___yz1;
int32_t L_2 = L_1.___x_0;
__this->___y_1 = L_2;
// this.z = yz.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___yz1;
int32_t L_4 = L_3.___y_1;
__this->___z_2 = L_4;
// this.w = w;
int32_t L_5 = ___w2;
__this->___w_3 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mC33BB6B681B7026FA6DDDA3CEFFEE82ED3A2074B_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, int32_t ___w2, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mC33BB6B681B7026FA6DDDA3CEFFEE82ED3A2074B_inline(_thisAdjusted, ___x0, ___yz1, ___w2, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mBE526DA33A6FD747F9664C705E2868CC3B7144D3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___yzw1, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = yzw.x;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___yzw1;
int32_t L_2 = L_1.___x_0;
__this->___y_1 = L_2;
// this.z = yzw.y;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___yzw1;
int32_t L_4 = L_3.___y_1;
__this->___z_2 = L_4;
// this.w = yzw.z;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = ___yzw1;
int32_t L_6 = L_5.___z_2;
__this->___w_3 = L_6;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mBE526DA33A6FD747F9664C705E2868CC3B7144D3_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___yzw1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mBE526DA33A6FD747F9664C705E2868CC3B7144D3_inline(_thisAdjusted, ___x0, ___yzw1, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int2,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mE28B716F13F1D3080B385528FD13A2D5F899CC96 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, int32_t ___w2, const RuntimeMethod* method)
{
{
// this.x = xy.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___xy0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xy.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___xy0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = z;
int32_t L_4 = ___z1;
__this->___z_2 = L_4;
// this.w = w;
int32_t L_5 = ___w2;
__this->___w_3 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mE28B716F13F1D3080B385528FD13A2D5F899CC96_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, int32_t ___w2, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mE28B716F13F1D3080B385528FD13A2D5F899CC96_inline(_thisAdjusted, ___xy0, ___z1, ___w2, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m3BA12A8E3D6C05976A210CE7DEDA49ED599693B9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw1, const RuntimeMethod* method)
{
{
// this.x = xy.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___xy0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xy.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___xy0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = zw.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___zw1;
int32_t L_5 = L_4.___x_0;
__this->___z_2 = L_5;
// this.w = zw.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___zw1;
int32_t L_7 = L_6.___y_1;
__this->___w_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m3BA12A8E3D6C05976A210CE7DEDA49ED599693B9_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m3BA12A8E3D6C05976A210CE7DEDA49ED599693B9_inline(_thisAdjusted, ___xy0, ___zw1, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m9FFFB95DADFA3B6B125F534532307A4552A8E82D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, int32_t ___w1, const RuntimeMethod* method)
{
{
// this.x = xyz.x;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___xyz0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xyz.y;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___xyz0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = xyz.z;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___xyz0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// this.w = w;
int32_t L_6 = ___w1;
__this->___w_3 = L_6;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m9FFFB95DADFA3B6B125F534532307A4552A8E82D_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, int32_t ___w1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m9FFFB95DADFA3B6B125F534532307A4552A8E82D_inline(_thisAdjusted, ___xyz0, ___w1, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mB7462151E8FA032DF6F4D286593F4A1EACB48BE9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___xyzw0, const RuntimeMethod* method)
{
{
// this.x = xyzw.x;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___xyzw0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xyzw.y;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___xyzw0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = xyzw.z;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___xyzw0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// this.w = xyzw.w;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___xyzw0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mB7462151E8FA032DF6F4D286593F4A1EACB48BE9_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___xyzw0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mB7462151E8FA032DF6F4D286593F4A1EACB48BE9_inline(_thisAdjusted, ___xyzw0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.x = v;
int32_t L_0 = ___v0;
__this->___x_0 = L_0;
// this.y = v;
int32_t L_1 = ___v0;
__this->___y_1 = L_1;
// this.z = v;
int32_t L_2 = ___v0;
__this->___z_2 = L_2;
// this.w = v;
int32_t L_3 = ___v0;
__this->___w_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m9539CF01AB60F8B58CAB27B1AB584744640319B6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, bool ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B2_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B3_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B5_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B6_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B8_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B9_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B11_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B12_1 = NULL;
{
// this.x = v ? 1 : 0;
bool L_0 = ___v0;
G_B1_0 = __this;
if (L_0)
{
G_B2_0 = __this;
goto IL_0008;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0009;
}
IL_0008:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0009:
{
G_B3_1->___x_0 = G_B3_0;
// this.y = v ? 1 : 0;
bool L_1 = ___v0;
G_B4_0 = __this;
if (L_1)
{
G_B5_0 = __this;
goto IL_0015;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0016;
}
IL_0015:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0016:
{
G_B6_1->___y_1 = G_B6_0;
// this.z = v ? 1 : 0;
bool L_2 = ___v0;
G_B7_0 = __this;
if (L_2)
{
G_B8_0 = __this;
goto IL_0022;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0023;
}
IL_0022:
{
G_B9_0 = 1;
G_B9_1 = G_B8_0;
}
IL_0023:
{
G_B9_1->___z_2 = G_B9_0;
// this.w = v ? 1 : 0;
bool L_3 = ___v0;
G_B10_0 = __this;
if (L_3)
{
G_B11_0 = __this;
goto IL_002f;
}
}
{
G_B12_0 = 0;
G_B12_1 = G_B10_0;
goto IL_0030;
}
IL_002f:
{
G_B12_0 = 1;
G_B12_1 = G_B11_0;
}
IL_0030:
{
G_B12_1->___w_3 = G_B12_0;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m9539CF01AB60F8B58CAB27B1AB584744640319B6_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m9539CF01AB60F8B58CAB27B1AB584744640319B6_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.bool4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mAA5585FC13236055C3DBAA1ED725E156D4E5A9E3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B2_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B3_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B5_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B6_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B8_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B9_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B11_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B12_1 = NULL;
{
// this.x = v.x ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___v0;
bool L_1 = L_0.___x_0;
G_B1_0 = __this;
if (L_1)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000d:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_000e:
{
G_B3_1->___x_0 = G_B3_0;
// this.y = v.y ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_2 = ___v0;
bool L_3 = L_2.___y_1;
G_B4_0 = __this;
if (L_3)
{
G_B5_0 = __this;
goto IL_001f;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0020;
}
IL_001f:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0020:
{
G_B6_1->___y_1 = G_B6_0;
// this.z = v.z ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4 = ___v0;
bool L_5 = L_4.___z_2;
G_B7_0 = __this;
if (L_5)
{
G_B8_0 = __this;
goto IL_0031;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0032;
}
IL_0031:
{
G_B9_0 = 1;
G_B9_1 = G_B8_0;
}
IL_0032:
{
G_B9_1->___z_2 = G_B9_0;
// this.w = v.w ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_6 = ___v0;
bool L_7 = L_6.___w_3;
G_B10_0 = __this;
if (L_7)
{
G_B11_0 = __this;
goto IL_0043;
}
}
{
G_B12_0 = 0;
G_B12_1 = G_B10_0;
goto IL_0044;
}
IL_0043:
{
G_B12_0 = 1;
G_B12_1 = G_B11_0;
}
IL_0044:
{
G_B12_1->___w_3 = G_B12_0;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mAA5585FC13236055C3DBAA1ED725E156D4E5A9E3_AdjustorThunk (RuntimeObject* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mAA5585FC13236055C3DBAA1ED725E156D4E5A9E3_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mC17BD131F470947BD7D82DC2D19CE927E4900AF4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
uint32_t L_0 = ___v0;
__this->___x_0 = L_0;
// this.y = (int)v;
uint32_t L_1 = ___v0;
__this->___y_1 = L_1;
// this.z = (int)v;
uint32_t L_2 = ___v0;
__this->___z_2 = L_2;
// this.w = (int)v;
uint32_t L_3 = ___v0;
__this->___w_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mC17BD131F470947BD7D82DC2D19CE927E4900AF4_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mC17BD131F470947BD7D82DC2D19CE927E4900AF4_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.uint4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mC49BC081FB878E150926BCC8400D8D97B97D04F8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___v0;
uint32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = (int)v.y;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2 = ___v0;
uint32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = (int)v.z;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = ___v0;
uint32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// this.w = (int)v.w;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_6 = ___v0;
uint32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mC49BC081FB878E150926BCC8400D8D97B97D04F8_AdjustorThunk (RuntimeObject* __this, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mC49BC081FB878E150926BCC8400D8D97B97D04F8_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m41F9D2FC6444C146EB4E15CECEA53FC712D6C210 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
float L_0 = ___v0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_0);
// this.y = (int)v;
float L_1 = ___v0;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.z = (int)v;
float L_2 = ___v0;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_2);
// this.w = (int)v;
float L_3 = ___v0;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m41F9D2FC6444C146EB4E15CECEA53FC712D6C210_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m41F9D2FC6444C146EB4E15CECEA53FC712D6C210_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.float4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___v0;
float L_1 = L_0.___x_0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.y = (int)v.y;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2 = ___v0;
float L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// this.z = (int)v.z;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = ___v0;
float L_5 = L_4.___z_2;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_5);
// this.w = (int)v.w;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___v0;
float L_7 = L_6.___w_3;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_7);
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_AdjustorThunk (RuntimeObject* __this, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m53061EC7A5B9EED1C9100C00C6895E178D85C0AD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
double L_0 = ___v0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_0);
// this.y = (int)v;
double L_1 = ___v0;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.z = (int)v;
double L_2 = ___v0;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_2);
// this.w = (int)v;
double L_3 = ___v0;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m53061EC7A5B9EED1C9100C00C6895E178D85C0AD_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m53061EC7A5B9EED1C9100C00C6895E178D85C0AD_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4::.ctor(Unity.Mathematics.double4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4__ctor_m9E3A77C89C060E44E3AE3AFE07B641F661CEF5F6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_0 = ___v0;
double L_1 = L_0.___x_0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.y = (int)v.y;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_2 = ___v0;
double L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// this.z = (int)v.z;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_4 = ___v0;
double L_5 = L_4.___z_2;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_5);
// this.w = (int)v.w;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_6 = ___v0;
double L_7 = L_6.___w_3;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_7);
// }
return;
}
}
IL2CPP_EXTERN_C void int4__ctor_m9E3A77C89C060E44E3AE3AFE07B641F661CEF5F6_AdjustorThunk (RuntimeObject* __this, double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4__ctor_m9E3A77C89C060E44E3AE3AFE07B641F661CEF5F6_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A (int32_t ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int4(int v) { return new int4(v); }
int32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int4(int v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m187073A3D45BF9A43647F77B6532B9AB414C935B (bool ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(bool v) { return new int4(v); }
bool L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m9539CF01AB60F8B58CAB27B1AB584744640319B6_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(bool v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(Unity.Mathematics.bool4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m0E53D25F53E1477DA053127F8BBB3548ED1BDA7D (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(bool4 v) { return new int4(v); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mAA5585FC13236055C3DBAA1ED725E156D4E5A9E3_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(bool4 v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B (uint32_t ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(uint v) { return new int4(v); }
uint32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mC17BD131F470947BD7D82DC2D19CE927E4900AF4_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(uint v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(Unity.Mathematics.uint4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45 (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(uint4 v) { return new int4(v); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mC49BC081FB878E150926BCC8400D8D97B97D04F8_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(uint4 v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C (float ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(float v) { return new int4(v); }
float L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m41F9D2FC6444C146EB4E15CECEA53FC712D6C210_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(float v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(Unity.Mathematics.float4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(float4 v) { return new int4(v); }
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(float4 v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C (double ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(double v) { return new int4(v); }
double L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m53061EC7A5B9EED1C9100C00C6895E178D85C0AD_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(double v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Explicit(Unity.Mathematics.double4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88 (double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(double4 v) { return new int4(v); }
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m9E3A77C89C060E44E3AE3AFE07B641F661CEF5F6_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(double4 v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Multiply(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator * (int4 lhs, int4 rhs) { return new int4 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z, lhs.w * rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)il2cpp_codegen_multiply(L_1, L_3)), ((int32_t)il2cpp_codegen_multiply(L_5, L_7)), ((int32_t)il2cpp_codegen_multiply(L_9, L_11)), ((int32_t)il2cpp_codegen_multiply(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator * (int4 lhs, int4 rhs) { return new int4 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z, lhs.w * rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Multiply(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator * (int4 lhs, int rhs) { return new int4 (lhs.x * rhs, lhs.y * rhs, lhs.z * rhs, lhs.w * rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_multiply(L_1, L_2)), ((int32_t)il2cpp_codegen_multiply(L_4, L_5)), ((int32_t)il2cpp_codegen_multiply(L_7, L_8)), ((int32_t)il2cpp_codegen_multiply(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator * (int4 lhs, int rhs) { return new int4 (lhs.x * rhs, lhs.y * rhs, lhs.z * rhs, lhs.w * rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Multiply(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator * (int lhs, int4 rhs) { return new int4 (lhs * rhs.x, lhs * rhs.y, lhs * rhs.z, lhs * rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_multiply(L_0, L_2)), ((int32_t)il2cpp_codegen_multiply(L_3, L_5)), ((int32_t)il2cpp_codegen_multiply(L_6, L_8)), ((int32_t)il2cpp_codegen_multiply(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator * (int lhs, int4 rhs) { return new int4 (lhs * rhs.x, lhs * rhs.y, lhs * rhs.z, lhs * rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Addition(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int4 lhs, int4 rhs) { return new int4 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z, lhs.w + rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)il2cpp_codegen_add(L_1, L_3)), ((int32_t)il2cpp_codegen_add(L_5, L_7)), ((int32_t)il2cpp_codegen_add(L_9, L_11)), ((int32_t)il2cpp_codegen_add(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator + (int4 lhs, int4 rhs) { return new int4 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z, lhs.w + rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Addition(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int4 lhs, int rhs) { return new int4 (lhs.x + rhs, lhs.y + rhs, lhs.z + rhs, lhs.w + rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_add(L_1, L_2)), ((int32_t)il2cpp_codegen_add(L_4, L_5)), ((int32_t)il2cpp_codegen_add(L_7, L_8)), ((int32_t)il2cpp_codegen_add(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator + (int4 lhs, int rhs) { return new int4 (lhs.x + rhs, lhs.y + rhs, lhs.z + rhs, lhs.w + rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Addition(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int lhs, int4 rhs) { return new int4 (lhs + rhs.x, lhs + rhs.y, lhs + rhs.z, lhs + rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_add(L_0, L_2)), ((int32_t)il2cpp_codegen_add(L_3, L_5)), ((int32_t)il2cpp_codegen_add(L_6, L_8)), ((int32_t)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator + (int lhs, int4 rhs) { return new int4 (lhs + rhs.x, lhs + rhs.y, lhs + rhs.z, lhs + rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Subtraction(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int4 lhs, int4 rhs) { return new int4 (lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z, lhs.w - rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)il2cpp_codegen_subtract(L_1, L_3)), ((int32_t)il2cpp_codegen_subtract(L_5, L_7)), ((int32_t)il2cpp_codegen_subtract(L_9, L_11)), ((int32_t)il2cpp_codegen_subtract(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator - (int4 lhs, int4 rhs) { return new int4 (lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z, lhs.w - rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Subtraction(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int4 lhs, int rhs) { return new int4 (lhs.x - rhs, lhs.y - rhs, lhs.z - rhs, lhs.w - rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_subtract(L_1, L_2)), ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), ((int32_t)il2cpp_codegen_subtract(L_7, L_8)), ((int32_t)il2cpp_codegen_subtract(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator - (int4 lhs, int rhs) { return new int4 (lhs.x - rhs, lhs.y - rhs, lhs.z - rhs, lhs.w - rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Subtraction(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int lhs, int4 rhs) { return new int4 (lhs - rhs.x, lhs - rhs.y, lhs - rhs.z, lhs - rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_subtract(L_0, L_2)), ((int32_t)il2cpp_codegen_subtract(L_3, L_5)), ((int32_t)il2cpp_codegen_subtract(L_6, L_8)), ((int32_t)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator - (int lhs, int4 rhs) { return new int4 (lhs - rhs.x, lhs - rhs.y, lhs - rhs.z, lhs - rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Division(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator / (int4 lhs, int4 rhs) { return new int4 (lhs.x / rhs.x, lhs.y / rhs.y, lhs.z / rhs.z, lhs.w / rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1/L_3)), ((int32_t)(L_5/L_7)), ((int32_t)(L_9/L_11)), ((int32_t)(L_13/L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator / (int4 lhs, int4 rhs) { return new int4 (lhs.x / rhs.x, lhs.y / rhs.y, lhs.z / rhs.z, lhs.w / rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Division(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator / (int4 lhs, int rhs) { return new int4 (lhs.x / rhs, lhs.y / rhs, lhs.z / rhs, lhs.w / rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1/L_2)), ((int32_t)(L_4/L_5)), ((int32_t)(L_7/L_8)), ((int32_t)(L_10/L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator / (int4 lhs, int rhs) { return new int4 (lhs.x / rhs, lhs.y / rhs, lhs.z / rhs, lhs.w / rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Division(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator / (int lhs, int4 rhs) { return new int4 (lhs / rhs.x, lhs / rhs.y, lhs / rhs.z, lhs / rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0/L_2)), ((int32_t)(L_3/L_5)), ((int32_t)(L_6/L_8)), ((int32_t)(L_9/L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator / (int lhs, int4 rhs) { return new int4 (lhs / rhs.x, lhs / rhs.y, lhs / rhs.z, lhs / rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Modulus(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator % (int4 lhs, int4 rhs) { return new int4 (lhs.x % rhs.x, lhs.y % rhs.y, lhs.z % rhs.z, lhs.w % rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1%L_3)), ((int32_t)(L_5%L_7)), ((int32_t)(L_9%L_11)), ((int32_t)(L_13%L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator % (int4 lhs, int4 rhs) { return new int4 (lhs.x % rhs.x, lhs.y % rhs.y, lhs.z % rhs.z, lhs.w % rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Modulus(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator % (int4 lhs, int rhs) { return new int4 (lhs.x % rhs, lhs.y % rhs, lhs.z % rhs, lhs.w % rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1%L_2)), ((int32_t)(L_4%L_5)), ((int32_t)(L_7%L_8)), ((int32_t)(L_10%L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator % (int4 lhs, int rhs) { return new int4 (lhs.x % rhs, lhs.y % rhs, lhs.z % rhs, lhs.w % rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Modulus(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator % (int lhs, int4 rhs) { return new int4 (lhs % rhs.x, lhs % rhs.y, lhs % rhs.z, lhs % rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0%L_2)), ((int32_t)(L_3%L_5)), ((int32_t)(L_6%L_8)), ((int32_t)(L_9%L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator % (int lhs, int4 rhs) { return new int4 (lhs % rhs.x, lhs % rhs.y, lhs % rhs.z, lhs % rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Increment(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4 operator ++ (int4 val) { return new int4 (++val.x, ++val.y, ++val.z, ++val.w); }
int32_t* L_0 = (&(&___val0)->___x_0);
int32_t* L_1 = L_0;
int32_t L_2 = *((int32_t*)L_1);
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
int32_t L_3 = V_0;
*((int32_t*)L_1) = (int32_t)L_3;
int32_t L_4 = V_0;
int32_t* L_5 = (&(&___val0)->___y_1);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
int32_t L_8 = V_0;
*((int32_t*)L_6) = (int32_t)L_8;
int32_t L_9 = V_0;
int32_t* L_10 = (&(&___val0)->___z_2);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1));
int32_t L_13 = V_0;
*((int32_t*)L_11) = (int32_t)L_13;
int32_t L_14 = V_0;
int32_t* L_15 = (&(&___val0)->___w_3);
int32_t* L_16 = L_15;
int32_t L_17 = *((int32_t*)L_16);
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
int32_t L_18 = V_0;
*((int32_t*)L_16) = (int32_t)L_18;
int32_t L_19 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_20;
memset((&L_20), 0, sizeof(L_20));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_1 = L_20;
goto IL_0045;
}
IL_0045:
{
// public static int4 operator ++ (int4 val) { return new int4 (++val.x, ++val.y, ++val.z, ++val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_21 = V_1;
return L_21;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_Decrement(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4 operator -- (int4 val) { return new int4 (--val.x, --val.y, --val.z, --val.w); }
int32_t* L_0 = (&(&___val0)->___x_0);
int32_t* L_1 = L_0;
int32_t L_2 = *((int32_t*)L_1);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
int32_t L_3 = V_0;
*((int32_t*)L_1) = (int32_t)L_3;
int32_t L_4 = V_0;
int32_t* L_5 = (&(&___val0)->___y_1);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
int32_t L_8 = V_0;
*((int32_t*)L_6) = (int32_t)L_8;
int32_t L_9 = V_0;
int32_t* L_10 = (&(&___val0)->___z_2);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_12, 1));
int32_t L_13 = V_0;
*((int32_t*)L_11) = (int32_t)L_13;
int32_t L_14 = V_0;
int32_t* L_15 = (&(&___val0)->___w_3);
int32_t* L_16 = L_15;
int32_t L_17 = *((int32_t*)L_16);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
int32_t L_18 = V_0;
*((int32_t*)L_16) = (int32_t)L_18;
int32_t L_19 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_20;
memset((&L_20), 0, sizeof(L_20));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_1 = L_20;
goto IL_0045;
}
IL_0045:
{
// public static int4 operator -- (int4 val) { return new int4 (--val.x, --val.y, --val.z, --val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_21 = V_1;
return L_21;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThan(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator < (int4 lhs, int4 rhs) { return new bool4 (lhs.x < rhs.x, lhs.y < rhs.y, lhs.z < rhs.z, lhs.w < rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0), (bool)((((int32_t)L_13) < ((int32_t)L_15))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0041;
}
IL_0041:
{
// public static bool4 operator < (int4 lhs, int4 rhs) { return new bool4 (lhs.x < rhs.x, lhs.y < rhs.y, lhs.z < rhs.z, lhs.w < rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThan(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator < (int4 lhs, int rhs) { return new bool4 (lhs.x < rhs, lhs.y < rhs, lhs.z < rhs, lhs.w < rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator < (int4 lhs, int rhs) { return new bool4 (lhs.x < rhs, lhs.y < rhs, lhs.z < rhs, lhs.w < rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThan(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator < (int lhs, int4 rhs) { return new bool4 (lhs < rhs.x, lhs < rhs.y, lhs < rhs.z, lhs < rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator < (int lhs, int4 rhs) { return new bool4 (lhs < rhs.x, lhs < rhs.y, lhs < rhs.z, lhs < rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThanOrEqual(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator <= (int4 lhs, int4 rhs) { return new bool4 (lhs.x <= rhs.x, lhs.y <= rhs.y, lhs.z <= rhs.z, lhs.w <= rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_13) > ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_004d;
}
IL_004d:
{
// public static bool4 operator <= (int4 lhs, int4 rhs) { return new bool4 (lhs.x <= rhs.x, lhs.y <= rhs.y, lhs.z <= rhs.z, lhs.w <= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThanOrEqual(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator <= (int4 lhs, int rhs) { return new bool4 (lhs.x <= rhs, lhs.y <= rhs, lhs.z <= rhs, lhs.w <= rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) > ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_10) > ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator <= (int4 lhs, int rhs) { return new bool4 (lhs.x <= rhs, lhs.y <= rhs, lhs.z <= rhs, lhs.w <= rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator <= (int lhs, int4 rhs) { return new bool4 (lhs <= rhs.x, lhs <= rhs.y, lhs <= rhs.z, lhs <= rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) > ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator <= (int lhs, int4 rhs) { return new bool4 (lhs <= rhs.x, lhs <= rhs.y, lhs <= rhs.z, lhs <= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThan(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator > (int4 lhs, int4 rhs) { return new bool4 (lhs.x > rhs.x, lhs.y > rhs.y, lhs.z > rhs.z, lhs.w > rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0), (bool)((((int32_t)L_13) > ((int32_t)L_15))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0041;
}
IL_0041:
{
// public static bool4 operator > (int4 lhs, int4 rhs) { return new bool4 (lhs.x > rhs.x, lhs.y > rhs.y, lhs.z > rhs.z, lhs.w > rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThan(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator > (int4 lhs, int rhs) { return new bool4 (lhs.x > rhs, lhs.y > rhs, lhs.z > rhs, lhs.w > rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) > ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_10) > ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator > (int4 lhs, int rhs) { return new bool4 (lhs.x > rhs, lhs.y > rhs, lhs.z > rhs, lhs.w > rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThan(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator > (int lhs, int4 rhs) { return new bool4 (lhs > rhs.x, lhs > rhs.y, lhs > rhs.z, lhs > rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) > ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator > (int lhs, int4 rhs) { return new bool4 (lhs > rhs.x, lhs > rhs.y, lhs > rhs.z, lhs > rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThanOrEqual(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator >= (int4 lhs, int4 rhs) { return new bool4 (lhs.x >= rhs.x, lhs.y >= rhs.y, lhs.z >= rhs.z, lhs.w >= rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_13) < ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_004d;
}
IL_004d:
{
// public static bool4 operator >= (int4 lhs, int4 rhs) { return new bool4 (lhs.x >= rhs.x, lhs.y >= rhs.y, lhs.z >= rhs.z, lhs.w >= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThanOrEqual(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator >= (int4 lhs, int rhs) { return new bool4 (lhs.x >= rhs, lhs.y >= rhs, lhs.z >= rhs, lhs.w >= rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator >= (int4 lhs, int rhs) { return new bool4 (lhs.x >= rhs, lhs.y >= rhs, lhs.z >= rhs, lhs.w >= rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator >= (int lhs, int4 rhs) { return new bool4 (lhs >= rhs.x, lhs >= rhs.y, lhs >= rhs.z, lhs >= rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator >= (int lhs, int4 rhs) { return new bool4 (lhs >= rhs.x, lhs >= rhs.y, lhs >= rhs.z, lhs >= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_UnaryNegation(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int4 val) { return new int4 (-val.x, -val.y, -val.z, -val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___val0;
int32_t L_7 = L_6.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_8), ((-L_1)), ((-L_3)), ((-L_5)), ((-L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static int4 operator - (int4 val) { return new int4 (-val.x, -val.y, -val.z, -val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_UnaryPlus(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int4 val) { return new int4 (+val.x, +val.y, +val.z, +val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___val0;
int32_t L_7 = L_6.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4 operator + (int4 val) { return new int4 (+val.x, +val.y, +val.z, +val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_LeftShift(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator << (int4 x, int n) { return new int4 (x.x << n, x.y << n, x.z << n, x.w << n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___x0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___x0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1<<((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4<<((int32_t)(L_5&((int32_t)31))))), ((int32_t)(L_7<<((int32_t)(L_8&((int32_t)31))))), ((int32_t)(L_10<<((int32_t)(L_11&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int4 operator << (int4 x, int n) { return new int4 (x.x << n, x.y << n, x.z << n, x.w << n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_RightShift(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator >> (int4 x, int n) { return new int4 (x.x >> n, x.y >> n, x.z >> n, x.w >> n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___x0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___x0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1>>((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4>>((int32_t)(L_5&((int32_t)31))))), ((int32_t)(L_7>>((int32_t)(L_8&((int32_t)31))))), ((int32_t)(L_10>>((int32_t)(L_11&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int4 operator >> (int4 x, int n) { return new int4 (x.x >> n, x.y >> n, x.z >> n, x.w >> n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Equality(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator == (int4 lhs, int4 rhs) { return new bool4 (lhs.x == rhs.x, lhs.y == rhs.y, lhs.z == rhs.z, lhs.w == rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0), (bool)((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0041;
}
IL_0041:
{
// public static bool4 operator == (int4 lhs, int4 rhs) { return new bool4 (lhs.x == rhs.x, lhs.y == rhs.y, lhs.z == rhs.z, lhs.w == rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Equality(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator == (int4 lhs, int rhs) { return new bool4 (lhs.x == rhs, lhs.y == rhs, lhs.z == rhs, lhs.w == rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_10) == ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator == (int4 lhs, int rhs) { return new bool4 (lhs.x == rhs, lhs.y == rhs, lhs.z == rhs, lhs.w == rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Equality(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator == (int lhs, int4 rhs) { return new bool4 (lhs == rhs.x, lhs == rhs.y, lhs == rhs.z, lhs == rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator == (int lhs, int4 rhs) { return new bool4 (lhs == rhs.x, lhs == rhs.y, lhs == rhs.z, lhs == rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Inequality(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator != (int4 lhs, int4 rhs) { return new bool4 (lhs.x != rhs.x, lhs.y != rhs.y, lhs.z != rhs.z, lhs.w != rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_004d;
}
IL_004d:
{
// public static bool4 operator != (int4 lhs, int4 rhs) { return new bool4 (lhs.x != rhs.x, lhs.y != rhs.y, lhs.z != rhs.z, lhs.w != rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Inequality(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator != (int4 lhs, int rhs) { return new bool4 (lhs.x != rhs, lhs.y != rhs, lhs.z != rhs, lhs.w != rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator != (int4 lhs, int rhs) { return new bool4 (lhs.x != rhs, lhs.y != rhs, lhs.z != rhs, lhs.w != rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4 Unity.Mathematics.int4::op_Inequality(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator != (int lhs, int4 rhs) { return new bool4 (lhs != rhs.x, lhs != rhs.y, lhs != rhs.z, lhs != rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator != (int lhs, int4 rhs) { return new bool4 (lhs != rhs.x, lhs != rhs.y, lhs != rhs.z, lhs != rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_OnesComplement(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ~ (int4 val) { return new int4 (~val.x, ~val.y, ~val.z, ~val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___val0;
int32_t L_7 = L_6.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_8), ((~L_1)), ((~L_3)), ((~L_5)), ((~L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static int4 operator ~ (int4 val) { return new int4 (~val.x, ~val.y, ~val.z, ~val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseAnd(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator & (int4 lhs, int4 rhs) { return new int4 (lhs.x & rhs.x, lhs.y & rhs.y, lhs.z & rhs.z, lhs.w & rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1&L_3)), ((int32_t)(L_5&L_7)), ((int32_t)(L_9&L_11)), ((int32_t)(L_13&L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator & (int4 lhs, int4 rhs) { return new int4 (lhs.x & rhs.x, lhs.y & rhs.y, lhs.z & rhs.z, lhs.w & rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseAnd(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator & (int4 lhs, int rhs) { return new int4 (lhs.x & rhs, lhs.y & rhs, lhs.z & rhs, lhs.w & rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1&L_2)), ((int32_t)(L_4&L_5)), ((int32_t)(L_7&L_8)), ((int32_t)(L_10&L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator & (int4 lhs, int rhs) { return new int4 (lhs.x & rhs, lhs.y & rhs, lhs.z & rhs, lhs.w & rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseAnd(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator & (int lhs, int4 rhs) { return new int4 (lhs & rhs.x, lhs & rhs.y, lhs & rhs.z, lhs & rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0&L_2)), ((int32_t)(L_3&L_5)), ((int32_t)(L_6&L_8)), ((int32_t)(L_9&L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator & (int lhs, int4 rhs) { return new int4 (lhs & rhs.x, lhs & rhs.y, lhs & rhs.z, lhs & rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseOr(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator | (int4 lhs, int4 rhs) { return new int4 (lhs.x | rhs.x, lhs.y | rhs.y, lhs.z | rhs.z, lhs.w | rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1|L_3)), ((int32_t)(L_5|L_7)), ((int32_t)(L_9|L_11)), ((int32_t)(L_13|L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator | (int4 lhs, int4 rhs) { return new int4 (lhs.x | rhs.x, lhs.y | rhs.y, lhs.z | rhs.z, lhs.w | rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseOr(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator | (int4 lhs, int rhs) { return new int4 (lhs.x | rhs, lhs.y | rhs, lhs.z | rhs, lhs.w | rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1|L_2)), ((int32_t)(L_4|L_5)), ((int32_t)(L_7|L_8)), ((int32_t)(L_10|L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator | (int4 lhs, int rhs) { return new int4 (lhs.x | rhs, lhs.y | rhs, lhs.z | rhs, lhs.w | rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_BitwiseOr(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator | (int lhs, int4 rhs) { return new int4 (lhs | rhs.x, lhs | rhs.y, lhs | rhs.z, lhs | rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0|L_2)), ((int32_t)(L_3|L_5)), ((int32_t)(L_6|L_8)), ((int32_t)(L_9|L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator | (int lhs, int4 rhs) { return new int4 (lhs | rhs.x, lhs | rhs.y, lhs | rhs.z, lhs | rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_ExclusiveOr(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ^ (int4 lhs, int4 rhs) { return new int4 (lhs.x ^ rhs.x, lhs.y ^ rhs.y, lhs.z ^ rhs.z, lhs.w ^ rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1^L_3)), ((int32_t)(L_5^L_7)), ((int32_t)(L_9^L_11)), ((int32_t)(L_13^L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator ^ (int4 lhs, int4 rhs) { return new int4 (lhs.x ^ rhs.x, lhs.y ^ rhs.y, lhs.z ^ rhs.z, lhs.w ^ rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_ExclusiveOr(Unity.Mathematics.int4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0 (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ^ (int4 lhs, int rhs) { return new int4 (lhs.x ^ rhs, lhs.y ^ rhs, lhs.z ^ rhs, lhs.w ^ rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1^L_2)), ((int32_t)(L_4^L_5)), ((int32_t)(L_7^L_8)), ((int32_t)(L_10^L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator ^ (int4 lhs, int rhs) { return new int4 (lhs.x ^ rhs, lhs.y ^ rhs, lhs.z ^ rhs, lhs.w ^ rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::op_ExclusiveOr(System.Int32,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700 (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ^ (int lhs, int4 rhs) { return new int4 (lhs ^ rhs.x, lhs ^ rhs.y, lhs ^ rhs.z, lhs ^ rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0^L_2)), ((int32_t)(L_3^L_5)), ((int32_t)(L_6^L_8)), ((int32_t)(L_9^L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator ^ (int lhs, int4 rhs) { return new int4 (lhs ^ rhs.x, lhs ^ rhs.y, lhs ^ rhs.z, lhs ^ rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxx_m158EB2B35773DC10CF9E7E603BFDFE2ACFC6F274 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxx_m158EB2B35773DC10CF9E7E603BFDFE2ACFC6F274_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxxx_m158EB2B35773DC10CF9E7E603BFDFE2ACFC6F274_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxy_m26A042BC5E2EEFB507DC1181F3296F7FDE8839A9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxy_m26A042BC5E2EEFB507DC1181F3296F7FDE8839A9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxxy_m26A042BC5E2EEFB507DC1181F3296F7FDE8839A9_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxz_mEE8CC2829AE09AE6FEC34D83F9F55AB4C39866A2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxz_mEE8CC2829AE09AE6FEC34D83F9F55AB4C39866A2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxxz_mEE8CC2829AE09AE6FEC34D83F9F55AB4C39866A2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxw_mF85B3849325EB6DBD5BD699C08707145180E5635 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxw_mF85B3849325EB6DBD5BD699C08707145180E5635_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxxw_mF85B3849325EB6DBD5BD699C08707145180E5635_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyx_mAC51D303BA8E7E19D4BA0301B38FF8D1E9230363 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyx_mAC51D303BA8E7E19D4BA0301B38FF8D1E9230363_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxyx_mAC51D303BA8E7E19D4BA0301B38FF8D1E9230363_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyy_mB3F13202AFBA5DD233761FB808CA9D5DCFF7779E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyy_mB3F13202AFBA5DD233761FB808CA9D5DCFF7779E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxyy_mB3F13202AFBA5DD233761FB808CA9D5DCFF7779E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyz_m87E7EDE6D12DEC54FE4EF79A211E4071907A00E5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyz_m87E7EDE6D12DEC54FE4EF79A211E4071907A00E5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxyz_m87E7EDE6D12DEC54FE4EF79A211E4071907A00E5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyw_mE828B692AD0CD9E575C6A3244AEA8F129F754D3D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyw_mE828B692AD0CD9E575C6A3244AEA8F129F754D3D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxyw_mE828B692AD0CD9E575C6A3244AEA8F129F754D3D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzx_mFF3D7C5B94820E72129F2CD4645BA613548C7FED (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzx_mFF3D7C5B94820E72129F2CD4645BA613548C7FED_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxzx_mFF3D7C5B94820E72129F2CD4645BA613548C7FED_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzy_mF92C9D1AF2CF6E689DCFC63D17275691A136B06E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzy_mF92C9D1AF2CF6E689DCFC63D17275691A136B06E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxzy_mF92C9D1AF2CF6E689DCFC63D17275691A136B06E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzz_m6CA6A11AD15057F55B319BAE5001D8C6F03D5DF6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzz_m6CA6A11AD15057F55B319BAE5001D8C6F03D5DF6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxzz_m6CA6A11AD15057F55B319BAE5001D8C6F03D5DF6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzw_mE35E1CEB858B726B76F546551EB1235913FAAE39 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzw_mE35E1CEB858B726B76F546551EB1235913FAAE39_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxzw_mE35E1CEB858B726B76F546551EB1235913FAAE39_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwx_m74879F99E3488963EE05FA489DACCD8FAE9A8232 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwx_m74879F99E3488963EE05FA489DACCD8FAE9A8232_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxwx_m74879F99E3488963EE05FA489DACCD8FAE9A8232_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwy_mF017F60C728A6F547C66064921976E9E2818FF50 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwy_mF017F60C728A6F547C66064921976E9E2818FF50_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxwy_mF017F60C728A6F547C66064921976E9E2818FF50_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwz_m3991FFD96800039F47AEC9071A45BA83667D17F8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwz_m3991FFD96800039F47AEC9071A45BA83667D17F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxwz_m3991FFD96800039F47AEC9071A45BA83667D17F8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xxww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxww_m4E2621454F9E5985CA50B67E939A82F69AA4C428 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxww_m4E2621454F9E5985CA50B67E939A82F69AA4C428_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xxww_m4E2621454F9E5985CA50B67E939A82F69AA4C428_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxx_mF19B1F25E1AE339C1CB4D76710EE12F68093836F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxx_mF19B1F25E1AE339C1CB4D76710EE12F68093836F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyxx_mF19B1F25E1AE339C1CB4D76710EE12F68093836F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxy_mFFB5A94B6203A6E2C9209063C9E8FCB79814E0FC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxy_mFFB5A94B6203A6E2C9209063C9E8FCB79814E0FC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyxy_mFFB5A94B6203A6E2C9209063C9E8FCB79814E0FC_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxz_m01F1342C725E394597B3CDBF92A5D6A4C3F3AE3F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxz_m01F1342C725E394597B3CDBF92A5D6A4C3F3AE3F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyxz_m01F1342C725E394597B3CDBF92A5D6A4C3F3AE3F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxw_m09A3A92E3132108D1C92F33FD47DF5BCFBAFE968 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxw_m09A3A92E3132108D1C92F33FD47DF5BCFBAFE968_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyxw_m09A3A92E3132108D1C92F33FD47DF5BCFBAFE968_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyx_mDA70CA68257139341086CF75CBDEE2DC919E1DE0 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyx_mDA70CA68257139341086CF75CBDEE2DC919E1DE0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyyx_mDA70CA68257139341086CF75CBDEE2DC919E1DE0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyy_mEFE443448600AB82AA35D35EDC46514B68E107B7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyy_mEFE443448600AB82AA35D35EDC46514B68E107B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyyy_mEFE443448600AB82AA35D35EDC46514B68E107B7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyz_mD177987D065F027D0B9876956850EC2902ABCFAF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyz_mD177987D065F027D0B9876956850EC2902ABCFAF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyyz_mD177987D065F027D0B9876956850EC2902ABCFAF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyw_mD7E29B63034802419DF37957FA7615F32E40AD5E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyw_mD7E29B63034802419DF37957FA7615F32E40AD5E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyyw_mD7E29B63034802419DF37957FA7615F32E40AD5E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzx_mD5F07E8220813BD96EF5B7F57EF9BD02923F8A35 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzx_mD5F07E8220813BD96EF5B7F57EF9BD02923F8A35_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyzx_mD5F07E8220813BD96EF5B7F57EF9BD02923F8A35_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzy_m424D3473EB58A86FB86183FB03893D36E28504A7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzy_m424D3473EB58A86FB86183FB03893D36E28504A7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyzy_m424D3473EB58A86FB86183FB03893D36E28504A7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzz_mEE93ADE5901A06843E54BF63A968657CFB18B87E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzz_mEE93ADE5901A06843E54BF63A968657CFB18B87E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyzz_mEE93ADE5901A06843E54BF63A968657CFB18B87E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzw_m5F60A76157BD340B6655D1468469860202C145C9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzw_m5F60A76157BD340B6655D1468469860202C145C9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyzw_m5F60A76157BD340B6655D1468469860202C145C9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xyzw(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xyzw_m7F2A32C1DAEBE0BE7C1F55831E779AB2D42290A9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xyzw_m7F2A32C1DAEBE0BE7C1F55831E779AB2D42290A9_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xyzw_m7F2A32C1DAEBE0BE7C1F55831E779AB2D42290A9_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xywx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywx_m4E8578E4A5B03AAFC1C8517DB2D26ED7EEFA7E89 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywx_m4E8578E4A5B03AAFC1C8517DB2D26ED7EEFA7E89_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xywx_m4E8578E4A5B03AAFC1C8517DB2D26ED7EEFA7E89_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xywy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywy_m0FBFD3B6D2FEF632BF61E5FB53E32506C46BD401 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywy_m0FBFD3B6D2FEF632BF61E5FB53E32506C46BD401_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xywy_m0FBFD3B6D2FEF632BF61E5FB53E32506C46BD401_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xywz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywz_m88FFBE3E928DC075777B38261984432969355EBC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywz_m88FFBE3E928DC075777B38261984432969355EBC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xywz_m88FFBE3E928DC075777B38261984432969355EBC_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xywz(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xywz_m358B56DA4A6F228487F29F811E300540C3CA4F2D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xywz_m358B56DA4A6F228487F29F811E300540C3CA4F2D_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xywz_m358B56DA4A6F228487F29F811E300540C3CA4F2D_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xyww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyww_m66C7A739A6722B3BA51484CF5D3EAC7165AEE949 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyww_m66C7A739A6722B3BA51484CF5D3EAC7165AEE949_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xyww_m66C7A739A6722B3BA51484CF5D3EAC7165AEE949_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxx_m5E493131E95BF49AAECA44D3CC616956F6349C70 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxx_m5E493131E95BF49AAECA44D3CC616956F6349C70_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzxx_m5E493131E95BF49AAECA44D3CC616956F6349C70_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxy_m75ADE469786F1AA10E51FF73B76671A5D8CDAF0E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxy_m75ADE469786F1AA10E51FF73B76671A5D8CDAF0E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzxy_m75ADE469786F1AA10E51FF73B76671A5D8CDAF0E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxz_m46CBF8BA40D174156E591ABFFD1EA40792089C07 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxz_m46CBF8BA40D174156E591ABFFD1EA40792089C07_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzxz_m46CBF8BA40D174156E591ABFFD1EA40792089C07_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxw_mEBF98E56EA333D4ECE4AD6FF1FAC9600B89DEE0F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxw_mEBF98E56EA333D4ECE4AD6FF1FAC9600B89DEE0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzxw_mEBF98E56EA333D4ECE4AD6FF1FAC9600B89DEE0F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyx_mE71BDA98EDC4FD735903B6C7E733A938480C4620 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyx_mE71BDA98EDC4FD735903B6C7E733A938480C4620_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzyx_mE71BDA98EDC4FD735903B6C7E733A938480C4620_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyy_m25098BB9003485A29EF561E03020ABFDDEBE38E3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyy_m25098BB9003485A29EF561E03020ABFDDEBE38E3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzyy_m25098BB9003485A29EF561E03020ABFDDEBE38E3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyz_m520DD7085074014A6FBD14388FE1A5D5F893E389 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyz_m520DD7085074014A6FBD14388FE1A5D5F893E389_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzyz_m520DD7085074014A6FBD14388FE1A5D5F893E389_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyw_mB7D313543901C641F32A43E8057AC707F5DA7133 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyw_mB7D313543901C641F32A43E8057AC707F5DA7133_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzyw_mB7D313543901C641F32A43E8057AC707F5DA7133_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xzyw(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xzyw_m5B3C6B6BF8EEBB7C3DC6BBFFF5419558866FF4DD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xzyw_m5B3C6B6BF8EEBB7C3DC6BBFFF5419558866FF4DD_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xzyw_m5B3C6B6BF8EEBB7C3DC6BBFFF5419558866FF4DD_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzx_m27ED0C4DEA622C8BD8B2616AC1360C91C25D98BA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzx_m27ED0C4DEA622C8BD8B2616AC1360C91C25D98BA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzzx_m27ED0C4DEA622C8BD8B2616AC1360C91C25D98BA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzy_mD558E36DD2C35C500000433CBD0F684C38726F87 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzy_mD558E36DD2C35C500000433CBD0F684C38726F87_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzzy_mD558E36DD2C35C500000433CBD0F684C38726F87_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzz_m9BF939D6B5394E5E4255FA564DE3DEC2D3EACC6F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzz_m9BF939D6B5394E5E4255FA564DE3DEC2D3EACC6F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzzz_m9BF939D6B5394E5E4255FA564DE3DEC2D3EACC6F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzw_m08AEE04DB2EADC40B362E87051E520FC249E99A6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzw_m08AEE04DB2EADC40B362E87051E520FC249E99A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzzw_m08AEE04DB2EADC40B362E87051E520FC249E99A6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwx_m3D87EEC7E792FCE4DCDA3D04E95CE3D6C51F43A8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwx_m3D87EEC7E792FCE4DCDA3D04E95CE3D6C51F43A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzwx_m3D87EEC7E792FCE4DCDA3D04E95CE3D6C51F43A8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwy_m502FF1434D18A56C619E33468A0E66D1C77F68D6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwy_m502FF1434D18A56C619E33468A0E66D1C77F68D6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzwy_m502FF1434D18A56C619E33468A0E66D1C77F68D6_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xzwy(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xzwy_mDE7FB789A44C70FAAED04C0E468EDBA4575733E5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xzwy_mDE7FB789A44C70FAAED04C0E468EDBA4575733E5_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xzwy_mDE7FB789A44C70FAAED04C0E468EDBA4575733E5_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwz_m97FBB7381E2FE1FE5BC9A2B79C824ADF83273795 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwz_m97FBB7381E2FE1FE5BC9A2B79C824ADF83273795_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzwz_m97FBB7381E2FE1FE5BC9A2B79C824ADF83273795_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xzww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzww_m2D5925E68951A5D4DCB46F1DE4A73DFCDC87393E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzww_m2D5925E68951A5D4DCB46F1DE4A73DFCDC87393E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xzww_m2D5925E68951A5D4DCB46F1DE4A73DFCDC87393E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxx_m0DEF17176F3E0ABA873F39312D8EFCB07ECEECFA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxx_m0DEF17176F3E0ABA873F39312D8EFCB07ECEECFA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwxx_m0DEF17176F3E0ABA873F39312D8EFCB07ECEECFA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxy_m895E110B904F6368E851C43D6FC84C97AADE26DF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxy_m895E110B904F6368E851C43D6FC84C97AADE26DF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwxy_m895E110B904F6368E851C43D6FC84C97AADE26DF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxz_m26EEE9E1251F3EAB4F77F1AE361DB2676DC6652F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxz_m26EEE9E1251F3EAB4F77F1AE361DB2676DC6652F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwxz_m26EEE9E1251F3EAB4F77F1AE361DB2676DC6652F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxw_mD721A242B53F1BD74C018986550030F2F2678CDF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxw_mD721A242B53F1BD74C018986550030F2F2678CDF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwxw_mD721A242B53F1BD74C018986550030F2F2678CDF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyx_m50B06872727611AD0BB68B42F1EDEF27048D7748 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyx_m50B06872727611AD0BB68B42F1EDEF27048D7748_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwyx_m50B06872727611AD0BB68B42F1EDEF27048D7748_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyy_m662944425B563C0D9E1EB14BA2FDE9CA2819F164 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyy_m662944425B563C0D9E1EB14BA2FDE9CA2819F164_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwyy_m662944425B563C0D9E1EB14BA2FDE9CA2819F164_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyz_mB748E06F6C66ABA2F9E0DDDE94DC5FA2786E557E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyz_mB748E06F6C66ABA2F9E0DDDE94DC5FA2786E557E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwyz_mB748E06F6C66ABA2F9E0DDDE94DC5FA2786E557E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xwyz(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xwyz_m63D5D566826458F9A8DC11EC9D339F32B9621CBB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xwyz_m63D5D566826458F9A8DC11EC9D339F32B9621CBB_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xwyz_m63D5D566826458F9A8DC11EC9D339F32B9621CBB_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyw_mFBA7436B3EC0C108E7A90816F82EDD67F384B7F9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyw_mFBA7436B3EC0C108E7A90816F82EDD67F384B7F9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwyw_mFBA7436B3EC0C108E7A90816F82EDD67F384B7F9_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzx_m8D9D4CB5B6800EF1616B18401C8D471182CC5DD7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzx_m8D9D4CB5B6800EF1616B18401C8D471182CC5DD7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwzx_m8D9D4CB5B6800EF1616B18401C8D471182CC5DD7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzy_m99734A7EC84A7184AC3E49A8895280CD42C8FA86 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzy_m99734A7EC84A7184AC3E49A8895280CD42C8FA86_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwzy_m99734A7EC84A7184AC3E49A8895280CD42C8FA86_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xwzy(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xwzy_mDCFC8B3B38755CB1821FB4273E328610DB644E7A (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xwzy_mDCFC8B3B38755CB1821FB4273E328610DB644E7A_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xwzy_mDCFC8B3B38755CB1821FB4273E328610DB644E7A_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzz_m420D7B01FBE790C458F4E8BCDC97B20343F6DE0F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzz_m420D7B01FBE790C458F4E8BCDC97B20343F6DE0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwzz_m420D7B01FBE790C458F4E8BCDC97B20343F6DE0F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzw_m4B7CC60EA63B62B35497B1E46C02904F38DB1410 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzw_m4B7CC60EA63B62B35497B1E46C02904F38DB1410_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwzw_m4B7CC60EA63B62B35497B1E46C02904F38DB1410_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwx_m06FC1C5C6AC0DADE3E01EFB5A0335F1B83F6D951 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwx_m06FC1C5C6AC0DADE3E01EFB5A0335F1B83F6D951_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwwx_m06FC1C5C6AC0DADE3E01EFB5A0335F1B83F6D951_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwy_mAA5DE7E0D7ED78BBD0E876532A77E390F4BACA20 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwy_mAA5DE7E0D7ED78BBD0E876532A77E390F4BACA20_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwwy_mAA5DE7E0D7ED78BBD0E876532A77E390F4BACA20_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwz_m708D4D4505ACD3D0A7C4F8DEC7CEF653FF818252 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwz_m708D4D4505ACD3D0A7C4F8DEC7CEF653FF818252_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwwz_m708D4D4505ACD3D0A7C4F8DEC7CEF653FF818252_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_xwww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwww_m3805B138AC7EAE18D3BD582EE9B6969FE3A2E3C5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwww_m3805B138AC7EAE18D3BD582EE9B6969FE3A2E3C5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_xwww_m3805B138AC7EAE18D3BD582EE9B6969FE3A2E3C5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxx_m3EA5F6E21D58076B4935BA6BA7F8FC925467DC01 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxx_m3EA5F6E21D58076B4935BA6BA7F8FC925467DC01_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxxx_m3EA5F6E21D58076B4935BA6BA7F8FC925467DC01_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxy_m8959D74279855A3065E617D89D67C878B676F997 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxy_m8959D74279855A3065E617D89D67C878B676F997_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxxy_m8959D74279855A3065E617D89D67C878B676F997_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxz_m9CCAB415A5314328ABE0F574AD1AB5586637ACF1 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxz_m9CCAB415A5314328ABE0F574AD1AB5586637ACF1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxxz_m9CCAB415A5314328ABE0F574AD1AB5586637ACF1_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxw_mB7F003B7C60F819A9B2D8DC1AFD230295AAB073B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxw_mB7F003B7C60F819A9B2D8DC1AFD230295AAB073B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxxw_mB7F003B7C60F819A9B2D8DC1AFD230295AAB073B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyx_m5505872C24CFB3CC5BA7D082F9E47422A79D12B3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyx_m5505872C24CFB3CC5BA7D082F9E47422A79D12B3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxyx_m5505872C24CFB3CC5BA7D082F9E47422A79D12B3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyy_m89AC58258C2F9AFBD35025C671498F79F0BE749E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyy_m89AC58258C2F9AFBD35025C671498F79F0BE749E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxyy_m89AC58258C2F9AFBD35025C671498F79F0BE749E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyz_m4B891A582502B86376EDE2A7C9464E6C289E4713 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyz_m4B891A582502B86376EDE2A7C9464E6C289E4713_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxyz_m4B891A582502B86376EDE2A7C9464E6C289E4713_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyw_m5016007A67BB94C182559C5DD039FE282CCD28F0 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyw_m5016007A67BB94C182559C5DD039FE282CCD28F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxyw_m5016007A67BB94C182559C5DD039FE282CCD28F0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzx_m97C07F33996AEB8C429BDD1A55AFCAEF0E943648 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzx_m97C07F33996AEB8C429BDD1A55AFCAEF0E943648_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxzx_m97C07F33996AEB8C429BDD1A55AFCAEF0E943648_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzy_m43B6AA44A6EA643B4D9D6E1BACF657EA55C01746 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzy_m43B6AA44A6EA643B4D9D6E1BACF657EA55C01746_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxzy_m43B6AA44A6EA643B4D9D6E1BACF657EA55C01746_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzz_m29C4848BECD74DB9D7C01E811CBEF2DE46E34403 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzz_m29C4848BECD74DB9D7C01E811CBEF2DE46E34403_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxzz_m29C4848BECD74DB9D7C01E811CBEF2DE46E34403_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzw_mF8220CBC72267BBEA1D4D95A0E581698A9572092 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzw_mF8220CBC72267BBEA1D4D95A0E581698A9572092_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxzw_mF8220CBC72267BBEA1D4D95A0E581698A9572092_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yxzw(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yxzw_m7CC5B042F05B4898528E112143D2A2BCE2C23924 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yxzw_m7CC5B042F05B4898528E112143D2A2BCE2C23924_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yxzw_m7CC5B042F05B4898528E112143D2A2BCE2C23924_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwx_m4A9D4D15EAA6ECE00F9A0B1A8C413E1581CB5499 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwx_m4A9D4D15EAA6ECE00F9A0B1A8C413E1581CB5499_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxwx_m4A9D4D15EAA6ECE00F9A0B1A8C413E1581CB5499_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwy_mBBAA4FDF00701CA0047EF36DA52EC2FFE1A89861 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwy_mBBAA4FDF00701CA0047EF36DA52EC2FFE1A89861_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxwy_mBBAA4FDF00701CA0047EF36DA52EC2FFE1A89861_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwz_m5FA21DFF6DE928F17306A3430B46963C0252B527 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwz_m5FA21DFF6DE928F17306A3430B46963C0252B527_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxwz_m5FA21DFF6DE928F17306A3430B46963C0252B527_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yxwz(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yxwz_mC3C4A97F2619732C180E992BDC37A7D72BB02DFA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yxwz_mC3C4A97F2619732C180E992BDC37A7D72BB02DFA_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yxwz_mC3C4A97F2619732C180E992BDC37A7D72BB02DFA_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yxww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxww_m73C45CADC67DC5A11064DBD7956EF3D0DAB8CF42 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxww_m73C45CADC67DC5A11064DBD7956EF3D0DAB8CF42_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yxww_m73C45CADC67DC5A11064DBD7956EF3D0DAB8CF42_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxx_mE0C72473637D11B24B2A8EC807A18B880CD363DD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxx_mE0C72473637D11B24B2A8EC807A18B880CD363DD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyxx_mE0C72473637D11B24B2A8EC807A18B880CD363DD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxy_mCA45271579D91A4A37D69009A0089E5D08DE27B0 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxy_mCA45271579D91A4A37D69009A0089E5D08DE27B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyxy_mCA45271579D91A4A37D69009A0089E5D08DE27B0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxz_m9A4713A5BFD684504B1A8B2A80B0C36C9FFCEFDA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxz_m9A4713A5BFD684504B1A8B2A80B0C36C9FFCEFDA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyxz_m9A4713A5BFD684504B1A8B2A80B0C36C9FFCEFDA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxw_mBA24410F4E723566D543FFECBDD547B353975F51 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxw_mBA24410F4E723566D543FFECBDD547B353975F51_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyxw_mBA24410F4E723566D543FFECBDD547B353975F51_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyx_mE096B08035D688139B503046E85D9ABA3012EAC1 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyx_mE096B08035D688139B503046E85D9ABA3012EAC1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyyx_mE096B08035D688139B503046E85D9ABA3012EAC1_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyy_m3533383A512A2BF82227F5E88E5DEE69923665AD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyy_m3533383A512A2BF82227F5E88E5DEE69923665AD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyyy_m3533383A512A2BF82227F5E88E5DEE69923665AD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyz_m9859F2EADA6EBB64B7B1618CFAEC3E075BFD67EC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyz_m9859F2EADA6EBB64B7B1618CFAEC3E075BFD67EC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyyz_m9859F2EADA6EBB64B7B1618CFAEC3E075BFD67EC_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyw_m98CB02116D9B2AF57170F43A60A23582AB93CF20 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyw_m98CB02116D9B2AF57170F43A60A23582AB93CF20_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyyw_m98CB02116D9B2AF57170F43A60A23582AB93CF20_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzx_m926A9B7012F6FAA535B27CF441A9200D00BEF9BC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzx_m926A9B7012F6FAA535B27CF441A9200D00BEF9BC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyzx_m926A9B7012F6FAA535B27CF441A9200D00BEF9BC_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzy_mB79B10269BBA5B0BBB32B2209039EF2C8D725479 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzy_mB79B10269BBA5B0BBB32B2209039EF2C8D725479_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyzy_mB79B10269BBA5B0BBB32B2209039EF2C8D725479_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzz_m68B6962081440AF98DABB6F5F8750BA9B7875F7C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzz_m68B6962081440AF98DABB6F5F8750BA9B7875F7C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyzz_m68B6962081440AF98DABB6F5F8750BA9B7875F7C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzw_m8921EC46C820A75CCB1CD03D0B61C6593A8F6575 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzw_m8921EC46C820A75CCB1CD03D0B61C6593A8F6575_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyzw_m8921EC46C820A75CCB1CD03D0B61C6593A8F6575_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yywx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywx_m9416AD78362D8DF9A207A7E2B0D27C800F723EE7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywx_m9416AD78362D8DF9A207A7E2B0D27C800F723EE7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yywx_m9416AD78362D8DF9A207A7E2B0D27C800F723EE7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yywy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywy_m467D41C8D1E69A19D718B8BAF5C3DB8CCCAE7116 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywy_m467D41C8D1E69A19D718B8BAF5C3DB8CCCAE7116_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yywy_m467D41C8D1E69A19D718B8BAF5C3DB8CCCAE7116_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yywz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywz_m1D4120CD568610D37A9B58235342B5AC57A8A257 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywz_m1D4120CD568610D37A9B58235342B5AC57A8A257_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yywz_m1D4120CD568610D37A9B58235342B5AC57A8A257_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yyww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyww_m6407FCEAC73AB68C81D48EDF668D31406F579084 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyww_m6407FCEAC73AB68C81D48EDF668D31406F579084_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yyww_m6407FCEAC73AB68C81D48EDF668D31406F579084_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxx_m60EE4B5AB0374BA2D7CF1697FD4FC2C975D18311 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxx_m60EE4B5AB0374BA2D7CF1697FD4FC2C975D18311_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzxx_m60EE4B5AB0374BA2D7CF1697FD4FC2C975D18311_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxy_mC45B12CB0141DA0AF01B4689DC04DB68E7DCBEAB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxy_mC45B12CB0141DA0AF01B4689DC04DB68E7DCBEAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzxy_mC45B12CB0141DA0AF01B4689DC04DB68E7DCBEAB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxz_mBA8A344F33F5E19B903221603E8778CA603A5CCD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxz_mBA8A344F33F5E19B903221603E8778CA603A5CCD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzxz_mBA8A344F33F5E19B903221603E8778CA603A5CCD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxw_m3820861B1B7DDD1571CA50D17674A1ECE4D9DB57 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxw_m3820861B1B7DDD1571CA50D17674A1ECE4D9DB57_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzxw_m3820861B1B7DDD1571CA50D17674A1ECE4D9DB57_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yzxw(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yzxw_m15FF996D8AA075FC63B3A935393178290161B7A7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yzxw_m15FF996D8AA075FC63B3A935393178290161B7A7_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yzxw_m15FF996D8AA075FC63B3A935393178290161B7A7_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyx_m7F3CF0159F867161DC611F7C685E1C06CD32035D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyx_m7F3CF0159F867161DC611F7C685E1C06CD32035D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzyx_m7F3CF0159F867161DC611F7C685E1C06CD32035D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyy_m648969896ACDF6795E918A244EB5DAA738B2E724 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyy_m648969896ACDF6795E918A244EB5DAA738B2E724_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzyy_m648969896ACDF6795E918A244EB5DAA738B2E724_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyz_m524E58E5D765C7AD75DF62ADFBA4BDD34865891C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyz_m524E58E5D765C7AD75DF62ADFBA4BDD34865891C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzyz_m524E58E5D765C7AD75DF62ADFBA4BDD34865891C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyw_mE0DB1C0C19567D7DB95B1072D1039DEDE3213FE7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyw_mE0DB1C0C19567D7DB95B1072D1039DEDE3213FE7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzyw_mE0DB1C0C19567D7DB95B1072D1039DEDE3213FE7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzx_mA1BEDA5ED6644B848FA778E187794E7EADE42481 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzx_mA1BEDA5ED6644B848FA778E187794E7EADE42481_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzzx_mA1BEDA5ED6644B848FA778E187794E7EADE42481_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzy_mE0CA4E00C84E3ED4889655E36244E9CDB160645F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzy_mE0CA4E00C84E3ED4889655E36244E9CDB160645F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzzy_mE0CA4E00C84E3ED4889655E36244E9CDB160645F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzz_m49842337201BFDAC50CA2B8C3507A3ECED507AEB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzz_m49842337201BFDAC50CA2B8C3507A3ECED507AEB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzzz_m49842337201BFDAC50CA2B8C3507A3ECED507AEB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzw_m9FEF52ACFFE3C324BE2F4E50390B98DB07C4B6F8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzw_m9FEF52ACFFE3C324BE2F4E50390B98DB07C4B6F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzzw_m9FEF52ACFFE3C324BE2F4E50390B98DB07C4B6F8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwx_mEFE386F0B39D34567B1AF54B907219BBA6F243D5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwx_mEFE386F0B39D34567B1AF54B907219BBA6F243D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzwx_mEFE386F0B39D34567B1AF54B907219BBA6F243D5_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yzwx(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yzwx_m697E247BD1163D419968436AC4A4611FDB322EFC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yzwx_m697E247BD1163D419968436AC4A4611FDB322EFC_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yzwx_m697E247BD1163D419968436AC4A4611FDB322EFC_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwy_mFAD145830239612F5FC6495DA4FB83E6EDDCAE87 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwy_mFAD145830239612F5FC6495DA4FB83E6EDDCAE87_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzwy_mFAD145830239612F5FC6495DA4FB83E6EDDCAE87_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwz_m82209CE97E4C10F0BC4306462FE708668A4E11D6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwz_m82209CE97E4C10F0BC4306462FE708668A4E11D6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzwz_m82209CE97E4C10F0BC4306462FE708668A4E11D6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_yzww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzww_mF97548F4D6F02C5DB74716CF9D1644C59BA66360 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzww_mF97548F4D6F02C5DB74716CF9D1644C59BA66360_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_yzww_mF97548F4D6F02C5DB74716CF9D1644C59BA66360_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxx_mF96598236C289F8C1C35C029C6D678E4ACAA79E6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxx_mF96598236C289F8C1C35C029C6D678E4ACAA79E6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywxx_mF96598236C289F8C1C35C029C6D678E4ACAA79E6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxy_m6D897283C6049AEDC51524286F03060983CD74BB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxy_m6D897283C6049AEDC51524286F03060983CD74BB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywxy_m6D897283C6049AEDC51524286F03060983CD74BB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxz_mFDAC70066EA40A7C1C1152BEB200D769271082AE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxz_mFDAC70066EA40A7C1C1152BEB200D769271082AE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywxz_mFDAC70066EA40A7C1C1152BEB200D769271082AE_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_ywxz(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_ywxz_m6C8F6BD1626C7CB64BEA08980AE2E023622F9521 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_ywxz_m6C8F6BD1626C7CB64BEA08980AE2E023622F9521_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_ywxz_m6C8F6BD1626C7CB64BEA08980AE2E023622F9521_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxw_mAABF18F7C58581B062018F78B65302CBD1FA4B21 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxw_mAABF18F7C58581B062018F78B65302CBD1FA4B21_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywxw_mAABF18F7C58581B062018F78B65302CBD1FA4B21_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyx_mCCE0BB7EBEB5B4FE32CA84DD490C351B16FC08B3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyx_mCCE0BB7EBEB5B4FE32CA84DD490C351B16FC08B3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywyx_mCCE0BB7EBEB5B4FE32CA84DD490C351B16FC08B3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyy_m264AE81EDECF4EB23980037E5E03DB0F533E1D7E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyy_m264AE81EDECF4EB23980037E5E03DB0F533E1D7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywyy_m264AE81EDECF4EB23980037E5E03DB0F533E1D7E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyz_m71E1B2C39995285AD4F5237E7D5EF07B28604755 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyz_m71E1B2C39995285AD4F5237E7D5EF07B28604755_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywyz_m71E1B2C39995285AD4F5237E7D5EF07B28604755_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyw_m92C7D090D442C4FE0A0C5F6B5167D84C8A2A4CA2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyw_m92C7D090D442C4FE0A0C5F6B5167D84C8A2A4CA2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywyw_m92C7D090D442C4FE0A0C5F6B5167D84C8A2A4CA2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzx_mF6238334E9598E64BC7255569DCC562B94615604 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzx_mF6238334E9598E64BC7255569DCC562B94615604_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywzx_mF6238334E9598E64BC7255569DCC562B94615604_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_ywzx(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_ywzx_mE03F1AEA32C0A1D2C872DC89739656B792703DAE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_ywzx_mE03F1AEA32C0A1D2C872DC89739656B792703DAE_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_ywzx_mE03F1AEA32C0A1D2C872DC89739656B792703DAE_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzy_mB758F38631F5864FA4CD5C0269F65A42FDE2B165 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzy_mB758F38631F5864FA4CD5C0269F65A42FDE2B165_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywzy_mB758F38631F5864FA4CD5C0269F65A42FDE2B165_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzz_m31AE102F42890FB4696D02790AD67CDFA302B36E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzz_m31AE102F42890FB4696D02790AD67CDFA302B36E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywzz_m31AE102F42890FB4696D02790AD67CDFA302B36E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzw_m14DE5673DF713D70122BD78D9ABF61C32986A6A8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzw_m14DE5673DF713D70122BD78D9ABF61C32986A6A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywzw_m14DE5673DF713D70122BD78D9ABF61C32986A6A8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwx_m2BCA859FAA038E6E3BFBD79D2F1D91167E48499E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwx_m2BCA859FAA038E6E3BFBD79D2F1D91167E48499E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywwx_m2BCA859FAA038E6E3BFBD79D2F1D91167E48499E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwy_m8D93F33BA74331C658EBB773333990AD0AB92ECB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwy_m8D93F33BA74331C658EBB773333990AD0AB92ECB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywwy_m8D93F33BA74331C658EBB773333990AD0AB92ECB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwz_mC27E0889AB837BDF0F70BAEFCEE51217A7EF0B81 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwz_mC27E0889AB837BDF0F70BAEFCEE51217A7EF0B81_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywwz_mC27E0889AB837BDF0F70BAEFCEE51217A7EF0B81_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_ywww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywww_mE51507CE4E1097E0AC4B1459A2D94C24886B3027 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywww_mE51507CE4E1097E0AC4B1459A2D94C24886B3027_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_ywww_mE51507CE4E1097E0AC4B1459A2D94C24886B3027_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxx_mA7B7B915FB3E8730E5CF031508D2DF8847CB379A (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxx_mA7B7B915FB3E8730E5CF031508D2DF8847CB379A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxxx_mA7B7B915FB3E8730E5CF031508D2DF8847CB379A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxy_m8AC2CEA75A6A4EF8930FA46BAEA5482C06D78DB3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxy_m8AC2CEA75A6A4EF8930FA46BAEA5482C06D78DB3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxxy_m8AC2CEA75A6A4EF8930FA46BAEA5482C06D78DB3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxz_m45D764012702216E57EF2CB808760A356CD8058B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxz_m45D764012702216E57EF2CB808760A356CD8058B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxxz_m45D764012702216E57EF2CB808760A356CD8058B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxw_m5E99D3225E625B377E35DD1A9C0F15C95BD93DD2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxw_m5E99D3225E625B377E35DD1A9C0F15C95BD93DD2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxxw_m5E99D3225E625B377E35DD1A9C0F15C95BD93DD2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyx_mA2735692FAD85B434E6F3B0360323DAB51C33507 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyx_mA2735692FAD85B434E6F3B0360323DAB51C33507_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxyx_mA2735692FAD85B434E6F3B0360323DAB51C33507_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyy_m24CE479D573AA1F2CEE698F830EF633212BF26D1 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyy_m24CE479D573AA1F2CEE698F830EF633212BF26D1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxyy_m24CE479D573AA1F2CEE698F830EF633212BF26D1_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyz_m0C39E5E2B4543FBB3C685C115F323711E0E19361 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyz_m0C39E5E2B4543FBB3C685C115F323711E0E19361_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxyz_m0C39E5E2B4543FBB3C685C115F323711E0E19361_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyw_m7272E5FD5C16A704979BB589D33D6C7864DD42E7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyw_m7272E5FD5C16A704979BB589D33D6C7864DD42E7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxyw_m7272E5FD5C16A704979BB589D33D6C7864DD42E7_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zxyw(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zxyw_m378418BDFC2B1F842FCD879F70C7AC4A9CC45F5D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zxyw_m378418BDFC2B1F842FCD879F70C7AC4A9CC45F5D_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zxyw_m378418BDFC2B1F842FCD879F70C7AC4A9CC45F5D_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzx_mCCC6BD55FB34BE066D38BF2445489010107DBCAB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzx_mCCC6BD55FB34BE066D38BF2445489010107DBCAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxzx_mCCC6BD55FB34BE066D38BF2445489010107DBCAB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzy_m955DA074CBF9B8AECA9BF346168C8B4768D6D0D5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzy_m955DA074CBF9B8AECA9BF346168C8B4768D6D0D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxzy_m955DA074CBF9B8AECA9BF346168C8B4768D6D0D5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzz_mD4942812D5BE6A11C2B8649307DE9A3409276EAB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzz_mD4942812D5BE6A11C2B8649307DE9A3409276EAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxzz_mD4942812D5BE6A11C2B8649307DE9A3409276EAB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzw_mDB5ACA3663041207FC2053A6B2603C2FC3B5F37F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzw_mDB5ACA3663041207FC2053A6B2603C2FC3B5F37F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxzw_mDB5ACA3663041207FC2053A6B2603C2FC3B5F37F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwx_m87E287DEF758F8C9F1F54CC045987B3F6A096C92 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwx_m87E287DEF758F8C9F1F54CC045987B3F6A096C92_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxwx_m87E287DEF758F8C9F1F54CC045987B3F6A096C92_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwy_mCC7F940A444574B647B1C94DD8C60A2F60672CC7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwy_mCC7F940A444574B647B1C94DD8C60A2F60672CC7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxwy_mCC7F940A444574B647B1C94DD8C60A2F60672CC7_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zxwy(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zxwy_m2DA870422B12D4FE6022BDB00591A023BD2EF106 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zxwy_m2DA870422B12D4FE6022BDB00591A023BD2EF106_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zxwy_m2DA870422B12D4FE6022BDB00591A023BD2EF106_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwz_m0A69E1E811AE9191B8DF64AAADAFC6C4ADEB5C15 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwz_m0A69E1E811AE9191B8DF64AAADAFC6C4ADEB5C15_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxwz_m0A69E1E811AE9191B8DF64AAADAFC6C4ADEB5C15_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zxww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxww_mC22BA635E094246A7BEFCD0A8DA11CFD264073BE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxww_mC22BA635E094246A7BEFCD0A8DA11CFD264073BE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zxww_mC22BA635E094246A7BEFCD0A8DA11CFD264073BE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxx_m7C121EED6B833F69D782C4F7752A024C26F283CD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxx_m7C121EED6B833F69D782C4F7752A024C26F283CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyxx_m7C121EED6B833F69D782C4F7752A024C26F283CD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxy_m1A6C7FEF727A79D4439B42F506E909E411AFE23D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxy_m1A6C7FEF727A79D4439B42F506E909E411AFE23D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyxy_m1A6C7FEF727A79D4439B42F506E909E411AFE23D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxz_mB84EEE2EE082AA8C6A6F06CE41EBE938B995D115 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxz_mB84EEE2EE082AA8C6A6F06CE41EBE938B995D115_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyxz_mB84EEE2EE082AA8C6A6F06CE41EBE938B995D115_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxw_m04B5151290516914E85B51C6EFE684183220BEAE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxw_m04B5151290516914E85B51C6EFE684183220BEAE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyxw_m04B5151290516914E85B51C6EFE684183220BEAE_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zyxw(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zyxw_m8CBA3DCD5A32ABDBE734E32AB4C51F3C1C15EDD8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zyxw_m8CBA3DCD5A32ABDBE734E32AB4C51F3C1C15EDD8_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zyxw_m8CBA3DCD5A32ABDBE734E32AB4C51F3C1C15EDD8_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyx_m31CDDE9297D58937AFBD22324279A976AA26A463 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyx_m31CDDE9297D58937AFBD22324279A976AA26A463_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyyx_m31CDDE9297D58937AFBD22324279A976AA26A463_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyy_m1AFE6F753765759059CB2034A1647C5E4156BECB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyy_m1AFE6F753765759059CB2034A1647C5E4156BECB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyyy_m1AFE6F753765759059CB2034A1647C5E4156BECB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyz_m3A9425A80E5CAEB1D7FCE1D929BEE0B860520865 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyz_m3A9425A80E5CAEB1D7FCE1D929BEE0B860520865_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyyz_m3A9425A80E5CAEB1D7FCE1D929BEE0B860520865_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyw_m56C336DFB0ECE4FB51A510D2DE9593230BC8A989 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyw_m56C336DFB0ECE4FB51A510D2DE9593230BC8A989_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyyw_m56C336DFB0ECE4FB51A510D2DE9593230BC8A989_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzx_m1849252FC0AA7BCB1C135B489323E06CA291C7CB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzx_m1849252FC0AA7BCB1C135B489323E06CA291C7CB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyzx_m1849252FC0AA7BCB1C135B489323E06CA291C7CB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzy_mBDB5D90CAFC5F47E9284E3703F8789B170FBED6E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzy_mBDB5D90CAFC5F47E9284E3703F8789B170FBED6E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyzy_mBDB5D90CAFC5F47E9284E3703F8789B170FBED6E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzz_m3F2837CCB95E1E9A2BB5E4D1D4FB7B836734EE80 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzz_m3F2837CCB95E1E9A2BB5E4D1D4FB7B836734EE80_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyzz_m3F2837CCB95E1E9A2BB5E4D1D4FB7B836734EE80_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzw_m7B1259775EF1644C4ADF35EE507970E2F078B5BE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzw_m7B1259775EF1644C4ADF35EE507970E2F078B5BE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyzw_m7B1259775EF1644C4ADF35EE507970E2F078B5BE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zywx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywx_mD76B5DF4F7422A77F8D674B3E04182B1AD2E31A6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywx_mD76B5DF4F7422A77F8D674B3E04182B1AD2E31A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zywx_mD76B5DF4F7422A77F8D674B3E04182B1AD2E31A6_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zywx(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zywx_m9DC458C980B01F4E7F20FDD10C41424767A76FFE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zywx_m9DC458C980B01F4E7F20FDD10C41424767A76FFE_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zywx_m9DC458C980B01F4E7F20FDD10C41424767A76FFE_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zywy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywy_mE19854D887807335DB386434136414EDC72207B8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywy_mE19854D887807335DB386434136414EDC72207B8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zywy_mE19854D887807335DB386434136414EDC72207B8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zywz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywz_m01A85D29D918C31A89E9875189E132AC42750176 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywz_m01A85D29D918C31A89E9875189E132AC42750176_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zywz_m01A85D29D918C31A89E9875189E132AC42750176_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zyww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyww_m7DC986FE91FB99A55CF3718B8908EB7398B2CE63 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyww_m7DC986FE91FB99A55CF3718B8908EB7398B2CE63_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zyww_m7DC986FE91FB99A55CF3718B8908EB7398B2CE63_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxx_m6A476DDED8D3EC5632DE5837AE42B4206389F5D9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxx_m6A476DDED8D3EC5632DE5837AE42B4206389F5D9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzxx_m6A476DDED8D3EC5632DE5837AE42B4206389F5D9_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxy_mACFACF9ED89E50F42DDCAACC21EFA3498ECD2439 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxy_mACFACF9ED89E50F42DDCAACC21EFA3498ECD2439_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzxy_mACFACF9ED89E50F42DDCAACC21EFA3498ECD2439_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxz_mFEF79A353CFBB932AE5976CFA0B08016042B248B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxz_mFEF79A353CFBB932AE5976CFA0B08016042B248B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzxz_mFEF79A353CFBB932AE5976CFA0B08016042B248B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxw_mD028E0E7C444105CBC8FD2DFD9548AB6E8076CA4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxw_mD028E0E7C444105CBC8FD2DFD9548AB6E8076CA4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzxw_mD028E0E7C444105CBC8FD2DFD9548AB6E8076CA4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyx_mBBE21C653FA943EC46A37D0C34BC5F98908385D1 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyx_mBBE21C653FA943EC46A37D0C34BC5F98908385D1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzyx_mBBE21C653FA943EC46A37D0C34BC5F98908385D1_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyy_m7CC8621F468E18953A1D5747641523EF40BA1EF3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyy_m7CC8621F468E18953A1D5747641523EF40BA1EF3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzyy_m7CC8621F468E18953A1D5747641523EF40BA1EF3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyz_m077FADF02AD891EFACD0B30ECD85FFF3076F5F47 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyz_m077FADF02AD891EFACD0B30ECD85FFF3076F5F47_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzyz_m077FADF02AD891EFACD0B30ECD85FFF3076F5F47_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyw_m665FAC097928916BC476C8410507E8BF196AA114 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyw_m665FAC097928916BC476C8410507E8BF196AA114_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzyw_m665FAC097928916BC476C8410507E8BF196AA114_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzx_m0BCC16EF3CDF95A6114A722553FD7EA8A7209390 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzx_m0BCC16EF3CDF95A6114A722553FD7EA8A7209390_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzzx_m0BCC16EF3CDF95A6114A722553FD7EA8A7209390_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzy_m358B67AB059593F29FEE46B7349E2EA2943AB981 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzy_m358B67AB059593F29FEE46B7349E2EA2943AB981_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzzy_m358B67AB059593F29FEE46B7349E2EA2943AB981_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzz_mB5A85078537B7F049BB6DE8CB8BA04ABA523FC09 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzz_mB5A85078537B7F049BB6DE8CB8BA04ABA523FC09_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzzz_mB5A85078537B7F049BB6DE8CB8BA04ABA523FC09_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzw_m6849C098EDF5F84556379041B41F858981EC766A (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzw_m6849C098EDF5F84556379041B41F858981EC766A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzzw_m6849C098EDF5F84556379041B41F858981EC766A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwx_m441658C05E7F6C32F75E3A1576E1D50A4CE6FFEF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwx_m441658C05E7F6C32F75E3A1576E1D50A4CE6FFEF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzwx_m441658C05E7F6C32F75E3A1576E1D50A4CE6FFEF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwy_m77B577FDB5EB3F14B5A5F89D3B3652C589E67168 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwy_m77B577FDB5EB3F14B5A5F89D3B3652C589E67168_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzwy_m77B577FDB5EB3F14B5A5F89D3B3652C589E67168_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwz_mCBDB84C5DF2B18997D3D742ED171663C69675E24 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwz_mCBDB84C5DF2B18997D3D742ED171663C69675E24_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzwz_mCBDB84C5DF2B18997D3D742ED171663C69675E24_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zzww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzww_mAE0EDA547E5452BC048EC1BF92C4124BABCE93EF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzww_mAE0EDA547E5452BC048EC1BF92C4124BABCE93EF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zzww_mAE0EDA547E5452BC048EC1BF92C4124BABCE93EF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxx_m8609802F41E3B877C64178A2594AB6D739ED3CF9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxx_m8609802F41E3B877C64178A2594AB6D739ED3CF9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwxx_m8609802F41E3B877C64178A2594AB6D739ED3CF9_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxy_m868EF1BB258713A332C78DA7D43D1235883BDF27 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxy_m868EF1BB258713A332C78DA7D43D1235883BDF27_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwxy_m868EF1BB258713A332C78DA7D43D1235883BDF27_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zwxy(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zwxy_m3E4A12B2EF0BC71D4B96EE03F8C3228142F345FB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zwxy_m3E4A12B2EF0BC71D4B96EE03F8C3228142F345FB_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zwxy_m3E4A12B2EF0BC71D4B96EE03F8C3228142F345FB_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxz_mE8973161C6B7F9CBCE2C65EAE5CC6684A5E7EDE5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxz_mE8973161C6B7F9CBCE2C65EAE5CC6684A5E7EDE5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwxz_mE8973161C6B7F9CBCE2C65EAE5CC6684A5E7EDE5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxw_m23DE32ECA6FE6CB7E553972BB812BBDEF8FD79BF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxw_m23DE32ECA6FE6CB7E553972BB812BBDEF8FD79BF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwxw_m23DE32ECA6FE6CB7E553972BB812BBDEF8FD79BF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyx_m2B1CAC3A44857F955CB17323B7E062954F86BF17 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyx_m2B1CAC3A44857F955CB17323B7E062954F86BF17_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwyx_m2B1CAC3A44857F955CB17323B7E062954F86BF17_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zwyx(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zwyx_m1141CEA03C9C78A24011FBCCEEB68AE3DAC9ACBC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zwyx_m1141CEA03C9C78A24011FBCCEEB68AE3DAC9ACBC_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zwyx_m1141CEA03C9C78A24011FBCCEEB68AE3DAC9ACBC_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyy_m21F780A24A2128D821EB924DD2A7686E40CC88DE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyy_m21F780A24A2128D821EB924DD2A7686E40CC88DE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwyy_m21F780A24A2128D821EB924DD2A7686E40CC88DE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyz_m4D7629E777EF03FF96C9E9E8319056E7C3548071 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyz_m4D7629E777EF03FF96C9E9E8319056E7C3548071_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwyz_m4D7629E777EF03FF96C9E9E8319056E7C3548071_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyw_m68A8D09E76FFF0A55154437AB1012A3886B94066 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyw_m68A8D09E76FFF0A55154437AB1012A3886B94066_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwyw_m68A8D09E76FFF0A55154437AB1012A3886B94066_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzx_m3392E61E3E34D5D43B64557D3FB7E8C5F0C58082 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzx_m3392E61E3E34D5D43B64557D3FB7E8C5F0C58082_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwzx_m3392E61E3E34D5D43B64557D3FB7E8C5F0C58082_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzy_m0491548CD94407225AEE864A394CF885BA1D7AFD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzy_m0491548CD94407225AEE864A394CF885BA1D7AFD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwzy_m0491548CD94407225AEE864A394CF885BA1D7AFD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzz_m0B86C9B52E8B2C0DF2065BF9686837EA04F95AC0 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzz_m0B86C9B52E8B2C0DF2065BF9686837EA04F95AC0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwzz_m0B86C9B52E8B2C0DF2065BF9686837EA04F95AC0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzw_m4D0A414D11398296C194CEB68557665DA014792E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzw_m4D0A414D11398296C194CEB68557665DA014792E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwzw_m4D0A414D11398296C194CEB68557665DA014792E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwx_m5B2D6D773EA1AAD2FCD130934C1FCF8227A38371 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwx_m5B2D6D773EA1AAD2FCD130934C1FCF8227A38371_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwwx_m5B2D6D773EA1AAD2FCD130934C1FCF8227A38371_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwy_m1966AA6B2EAAB861049CA273F8DA6075119CCD00 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwy_m1966AA6B2EAAB861049CA273F8DA6075119CCD00_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwwy_m1966AA6B2EAAB861049CA273F8DA6075119CCD00_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwz_m2F94E16789A226E8F9A5C6722D762C759D39070D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwz_m2F94E16789A226E8F9A5C6722D762C759D39070D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwwz_m2F94E16789A226E8F9A5C6722D762C759D39070D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_zwww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwww_m2CAA99AF0352E638B6FBC823F01A93C1027DB86F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwww_m2CAA99AF0352E638B6FBC823F01A93C1027DB86F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_zwww_m2CAA99AF0352E638B6FBC823F01A93C1027DB86F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxx_m1AF3C7ED6B2FD44147A15D2415EC88FE0070F1CD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxx_m1AF3C7ED6B2FD44147A15D2415EC88FE0070F1CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxxx_m1AF3C7ED6B2FD44147A15D2415EC88FE0070F1CD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxy_mC1A9A8239658E529D821E08A047FB0E7F9B26324 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxy_mC1A9A8239658E529D821E08A047FB0E7F9B26324_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxxy_mC1A9A8239658E529D821E08A047FB0E7F9B26324_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxz_m574B676035C70E7396D304A512462515ACEC3A7B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxz_m574B676035C70E7396D304A512462515ACEC3A7B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxxz_m574B676035C70E7396D304A512462515ACEC3A7B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxw_m22AE4C949A80AC8A62834B1E2E73F6238616BB0A (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxw_m22AE4C949A80AC8A62834B1E2E73F6238616BB0A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxxw_m22AE4C949A80AC8A62834B1E2E73F6238616BB0A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyx_m5D78C332F2BEFC327D073CAC3394E12F1CF445D0 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyx_m5D78C332F2BEFC327D073CAC3394E12F1CF445D0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxyx_m5D78C332F2BEFC327D073CAC3394E12F1CF445D0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyy_mB44B88E19C116C0BB5351FC8B23A8F08D0EE9EDE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyy_mB44B88E19C116C0BB5351FC8B23A8F08D0EE9EDE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxyy_mB44B88E19C116C0BB5351FC8B23A8F08D0EE9EDE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyz_m7B2567A3259ECCE4A85E82898D10542668F86817 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyz_m7B2567A3259ECCE4A85E82898D10542668F86817_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxyz_m7B2567A3259ECCE4A85E82898D10542668F86817_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wxyz(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wxyz_m94A03C9E451ADC5DCCD87A418F37F5A141E86EBF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wxyz_m94A03C9E451ADC5DCCD87A418F37F5A141E86EBF_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wxyz_m94A03C9E451ADC5DCCD87A418F37F5A141E86EBF_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyw_mFE7A16E76FFA338587B4978307A927809129CFA2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyw_mFE7A16E76FFA338587B4978307A927809129CFA2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxyw_mFE7A16E76FFA338587B4978307A927809129CFA2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzx_m508BBD6D55A531FFB94E6452C93410815E2DFF25 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzx_m508BBD6D55A531FFB94E6452C93410815E2DFF25_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxzx_m508BBD6D55A531FFB94E6452C93410815E2DFF25_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzy_m02D06D020E11BE36BACE31BCBD3DE1EA235E7117 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzy_m02D06D020E11BE36BACE31BCBD3DE1EA235E7117_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxzy_m02D06D020E11BE36BACE31BCBD3DE1EA235E7117_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wxzy(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wxzy_mE20EF395149E80BF9C6D09B62CED5FA2FCE50904 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wxzy_mE20EF395149E80BF9C6D09B62CED5FA2FCE50904_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wxzy_mE20EF395149E80BF9C6D09B62CED5FA2FCE50904_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzz_m099404DD89CE19F60EFE272A66353E6C73CB8BEB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzz_m099404DD89CE19F60EFE272A66353E6C73CB8BEB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxzz_m099404DD89CE19F60EFE272A66353E6C73CB8BEB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzw_m4D630D9F7A70EC0EED9160E9B7CB4720688727B5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzw_m4D630D9F7A70EC0EED9160E9B7CB4720688727B5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxzw_m4D630D9F7A70EC0EED9160E9B7CB4720688727B5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwx_m5100432E94EE1495BD0B9222CA036F038E20ACA6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwx_m5100432E94EE1495BD0B9222CA036F038E20ACA6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxwx_m5100432E94EE1495BD0B9222CA036F038E20ACA6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwy_mFFAF7B136A0EC85079FF7EE2BD7A7553C0757EC3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwy_mFFAF7B136A0EC85079FF7EE2BD7A7553C0757EC3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxwy_mFFAF7B136A0EC85079FF7EE2BD7A7553C0757EC3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwz_m9E012C9E6DC1E71D1DB4CFE7B983576D4F6800BD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwz_m9E012C9E6DC1E71D1DB4CFE7B983576D4F6800BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxwz_m9E012C9E6DC1E71D1DB4CFE7B983576D4F6800BD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wxww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxww_mD2B7D4751CA95764FC619AF0CE088382F1D040D3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxww_mD2B7D4751CA95764FC619AF0CE088382F1D040D3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wxww_mD2B7D4751CA95764FC619AF0CE088382F1D040D3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxx_mFC3CE91EC876F52D27BB2EC9F4903344201EEA72 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxx_mFC3CE91EC876F52D27BB2EC9F4903344201EEA72_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyxx_mFC3CE91EC876F52D27BB2EC9F4903344201EEA72_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxy_mE8C5829D769AC71A359AF93C2313CD7A7A0F869A (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxy_mE8C5829D769AC71A359AF93C2313CD7A7A0F869A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyxy_mE8C5829D769AC71A359AF93C2313CD7A7A0F869A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxz_mC43CB86EE27243BFD8B2046A43DFAEE405416451 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxz_mC43CB86EE27243BFD8B2046A43DFAEE405416451_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyxz_mC43CB86EE27243BFD8B2046A43DFAEE405416451_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wyxz(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wyxz_mE0D42338C102D3FC28A38CA04A7B599C77BA72B7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wyxz_mE0D42338C102D3FC28A38CA04A7B599C77BA72B7_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wyxz_mE0D42338C102D3FC28A38CA04A7B599C77BA72B7_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxw_m38842728D162F3643C6EB57DE262711725CA0CF6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxw_m38842728D162F3643C6EB57DE262711725CA0CF6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyxw_m38842728D162F3643C6EB57DE262711725CA0CF6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyx_mC3D2F6643B726F0C14149E9AA9936E0C6174DD2C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyx_mC3D2F6643B726F0C14149E9AA9936E0C6174DD2C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyyx_mC3D2F6643B726F0C14149E9AA9936E0C6174DD2C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyy_m051B032E5FAD36B0ED4EC8009CC5BBAD06BE0067 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyy_m051B032E5FAD36B0ED4EC8009CC5BBAD06BE0067_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyyy_m051B032E5FAD36B0ED4EC8009CC5BBAD06BE0067_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyz_m8F9A16548EF42BEBBD4C4259C125247D23C636F8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyz_m8F9A16548EF42BEBBD4C4259C125247D23C636F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyyz_m8F9A16548EF42BEBBD4C4259C125247D23C636F8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyw_mA64BCD2A0A53971DCF1B059454F309EAA5E450FA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyw_mA64BCD2A0A53971DCF1B059454F309EAA5E450FA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyyw_mA64BCD2A0A53971DCF1B059454F309EAA5E450FA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzx_mD418A03E48A3D340820557E0AA2CEC08248011F4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzx_mD418A03E48A3D340820557E0AA2CEC08248011F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyzx_mD418A03E48A3D340820557E0AA2CEC08248011F4_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wyzx(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wyzx_mD294E277B76FFCED0F51D6240B284C8E40D7C114 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wyzx_mD294E277B76FFCED0F51D6240B284C8E40D7C114_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wyzx_mD294E277B76FFCED0F51D6240B284C8E40D7C114_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzy_m6F9296A7AE188BC1ED7BD01F42AAF07C926C07E6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzy_m6F9296A7AE188BC1ED7BD01F42AAF07C926C07E6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyzy_m6F9296A7AE188BC1ED7BD01F42AAF07C926C07E6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzz_m6BEF041BDEFBA7EF15990A0F8A2FF9199EF4905F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzz_m6BEF041BDEFBA7EF15990A0F8A2FF9199EF4905F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyzz_m6BEF041BDEFBA7EF15990A0F8A2FF9199EF4905F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzw_m392B223D2C045AB12AF8EEE137B6E49A25C91472 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzw_m392B223D2C045AB12AF8EEE137B6E49A25C91472_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyzw_m392B223D2C045AB12AF8EEE137B6E49A25C91472_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wywx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywx_m423A324DCDEA9846F65452F86615FE576B550A12 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywx_m423A324DCDEA9846F65452F86615FE576B550A12_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wywx_m423A324DCDEA9846F65452F86615FE576B550A12_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wywy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywy_mA5C40678455868F8439E797ABE528AB424523490 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywy_mA5C40678455868F8439E797ABE528AB424523490_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wywy_mA5C40678455868F8439E797ABE528AB424523490_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wywz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywz_m0C8F52DB9D5C83855943B3E163F8917C6C31E034 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywz_m0C8F52DB9D5C83855943B3E163F8917C6C31E034_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wywz_m0C8F52DB9D5C83855943B3E163F8917C6C31E034_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wyww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyww_mDA5715C575DEE32576AA79E84318516E1576D7EB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyww_mDA5715C575DEE32576AA79E84318516E1576D7EB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wyww_mDA5715C575DEE32576AA79E84318516E1576D7EB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxx_m80C275CE4350D29CE5ED7CE08A61C242872BDBCB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxx_m80C275CE4350D29CE5ED7CE08A61C242872BDBCB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzxx_m80C275CE4350D29CE5ED7CE08A61C242872BDBCB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxy_m5B9DD44D35B18DF43653B1A6E6ED5BFE15AA9D2C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxy_m5B9DD44D35B18DF43653B1A6E6ED5BFE15AA9D2C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzxy_m5B9DD44D35B18DF43653B1A6E6ED5BFE15AA9D2C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wzxy(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wzxy_mE30BF9446FF70F56051CAC4A2CAE3ECAEE636F93 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wzxy_mE30BF9446FF70F56051CAC4A2CAE3ECAEE636F93_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wzxy_mE30BF9446FF70F56051CAC4A2CAE3ECAEE636F93_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxz_mD164B01EE9319974D51AFAA573D33ED4A1ED2521 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxz_mD164B01EE9319974D51AFAA573D33ED4A1ED2521_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzxz_mD164B01EE9319974D51AFAA573D33ED4A1ED2521_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxw_m614614FADC2690C6DB2EACCFD065ECCDDD2AE16F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxw_m614614FADC2690C6DB2EACCFD065ECCDDD2AE16F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzxw_m614614FADC2690C6DB2EACCFD065ECCDDD2AE16F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyx_mF8B62385FD717620805987B60EF028AD02F65C7C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyx_mF8B62385FD717620805987B60EF028AD02F65C7C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzyx_mF8B62385FD717620805987B60EF028AD02F65C7C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wzyx(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wzyx_mC83A910788B54FE1B7867486C3FA4BD870AD43F8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wzyx_mC83A910788B54FE1B7867486C3FA4BD870AD43F8_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wzyx_mC83A910788B54FE1B7867486C3FA4BD870AD43F8_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyy_m3AFCB7DBFE4DD73E153542047C2CCE21087CD3A7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyy_m3AFCB7DBFE4DD73E153542047C2CCE21087CD3A7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzyy_m3AFCB7DBFE4DD73E153542047C2CCE21087CD3A7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyz_m8F58D326879455D02B7436A5D25FF49F0443D621 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyz_m8F58D326879455D02B7436A5D25FF49F0443D621_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzyz_m8F58D326879455D02B7436A5D25FF49F0443D621_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyw_m6BACE9384DA67B9C1B5FDD724CE63C08DFD9F055 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyw_m6BACE9384DA67B9C1B5FDD724CE63C08DFD9F055_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzyw_m6BACE9384DA67B9C1B5FDD724CE63C08DFD9F055_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzx_m5BBE9A34396D48160A5506CEE7BEADE22C25F6A9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzx_m5BBE9A34396D48160A5506CEE7BEADE22C25F6A9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzzx_m5BBE9A34396D48160A5506CEE7BEADE22C25F6A9_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzy_mA64202A6926190FA2CD238C2261198A977F6A30D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzy_mA64202A6926190FA2CD238C2261198A977F6A30D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzzy_mA64202A6926190FA2CD238C2261198A977F6A30D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzz_m364D4AD22ADE9F7C088C66F8F9F70D9868FE21B9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzz_m364D4AD22ADE9F7C088C66F8F9F70D9868FE21B9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzzz_m364D4AD22ADE9F7C088C66F8F9F70D9868FE21B9_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzw_m97B48E8F1CFE679FA3B50CB45BC99C0D961065D5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzw_m97B48E8F1CFE679FA3B50CB45BC99C0D961065D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzzw_m97B48E8F1CFE679FA3B50CB45BC99C0D961065D5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwx_m9151D71116960AA8D2C396656E5DE1B023346535 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwx_m9151D71116960AA8D2C396656E5DE1B023346535_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzwx_m9151D71116960AA8D2C396656E5DE1B023346535_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwy_mD0382D458EE640C399E1DF83F88A3B4945CE5E9D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwy_mD0382D458EE640C399E1DF83F88A3B4945CE5E9D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzwy_mD0382D458EE640C399E1DF83F88A3B4945CE5E9D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwz_m22DA22438072E465681F09F0748E000232FB05D5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwz_m22DA22438072E465681F09F0748E000232FB05D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzwz_m22DA22438072E465681F09F0748E000232FB05D5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wzww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzww_m79FBAE442C1DB6579C88847EE28C300833F0DCC4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzww_m79FBAE442C1DB6579C88847EE28C300833F0DCC4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wzww_m79FBAE442C1DB6579C88847EE28C300833F0DCC4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxx_m61BAC7088A165D614E7DA26C96F7692137AD25AE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxx_m61BAC7088A165D614E7DA26C96F7692137AD25AE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwxx_m61BAC7088A165D614E7DA26C96F7692137AD25AE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxy_m2FEF3D48D75F7AC646DFBA1ABF54CA7F06FD8DC1 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxy_m2FEF3D48D75F7AC646DFBA1ABF54CA7F06FD8DC1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwxy_m2FEF3D48D75F7AC646DFBA1ABF54CA7F06FD8DC1_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxz_m365765C1617249E5B6979765E3920EE62519B046 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxz_m365765C1617249E5B6979765E3920EE62519B046_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwxz_m365765C1617249E5B6979765E3920EE62519B046_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxw_m15F134DE6F2782EDD79901E24345E88871F7C7F4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxw_m15F134DE6F2782EDD79901E24345E88871F7C7F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwxw_m15F134DE6F2782EDD79901E24345E88871F7C7F4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyx_mE0F8D86F02BF6F82FF99D48B1858003925E520D8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyx_mE0F8D86F02BF6F82FF99D48B1858003925E520D8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwyx_mE0F8D86F02BF6F82FF99D48B1858003925E520D8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyy_m1BEADC819C571532D94A1624D5CC95D689AC68B7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyy_m1BEADC819C571532D94A1624D5CC95D689AC68B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwyy_m1BEADC819C571532D94A1624D5CC95D689AC68B7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyz_m69CA24536774CFC64C1FE3E790FC72089B588A31 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyz_m69CA24536774CFC64C1FE3E790FC72089B588A31_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwyz_m69CA24536774CFC64C1FE3E790FC72089B588A31_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyw_m5B24114817658316866D3670EAEF599EE95EAB25 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyw_m5B24114817658316866D3670EAEF599EE95EAB25_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwyw_m5B24114817658316866D3670EAEF599EE95EAB25_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzx_mB62C257D4B17055FDB87F29E573AAE420E872478 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzx_mB62C257D4B17055FDB87F29E573AAE420E872478_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwzx_mB62C257D4B17055FDB87F29E573AAE420E872478_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzy_mDFA59EF34A69D3E9CAF96E0660B73F0F05944396 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzy_mDFA59EF34A69D3E9CAF96E0660B73F0F05944396_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwzy_mDFA59EF34A69D3E9CAF96E0660B73F0F05944396_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzz_m9D87529FB6796B062D3596C98C02DA450131D18A (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzz_m9D87529FB6796B062D3596C98C02DA450131D18A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwzz_m9D87529FB6796B062D3596C98C02DA450131D18A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzw_m15A9304510A278FB8233D296B257A5DBCFE021DE (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzw_m15A9304510A278FB8233D296B257A5DBCFE021DE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwzw_m15A9304510A278FB8233D296B257A5DBCFE021DE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwx_m5FA52B1B5D246FDF9D60A7CA81EFCA8C07988CE7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwx_m5FA52B1B5D246FDF9D60A7CA81EFCA8C07988CE7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwwx_m5FA52B1B5D246FDF9D60A7CA81EFCA8C07988CE7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwy_mAF42E4D27163851A205F6581F105F20B7BC444D7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwy_mAF42E4D27163851A205F6581F105F20B7BC444D7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwwy_mAF42E4D27163851A205F6581F105F20B7BC444D7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwz_m84A0770219F9E787C4B7ADFD4808A9DF1E934246 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwz_m84A0770219F9E787C4B7ADFD4808A9DF1E934246_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwwz_m84A0770219F9E787C4B7ADFD4808A9DF1E934246_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int4::get_wwww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwww_m0241FA53A3E156F0A249890CF66C14AA69C36CFB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwww_m0241FA53A3E156F0A249890CF66C14AA69C36CFB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int4_get_wwww_m0241FA53A3E156F0A249890CF66C14AA69C36CFB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxx_m945DCEBA114F8125591D902E95F00773B1F5F843 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxx_m945DCEBA114F8125591D902E95F00773B1F5F843_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xxx_m945DCEBA114F8125591D902E95F00773B1F5F843_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxy_mEBAA89BAB2D5D074ADE1509687B28B73EA954310 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxy_mEBAA89BAB2D5D074ADE1509687B28B73EA954310_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xxy_mEBAA89BAB2D5D074ADE1509687B28B73EA954310_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxz_m80C45F378940465480E2A95499FE8251A6F6B6A8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxz_m80C45F378940465480E2A95499FE8251A6F6B6A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xxz_m80C45F378940465480E2A95499FE8251A6F6B6A8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxw_m24A18A18E7046BDAD03A3A02D9925D9E8DCE5A07 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxw_m24A18A18E7046BDAD03A3A02D9925D9E8DCE5A07_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xxw_m24A18A18E7046BDAD03A3A02D9925D9E8DCE5A07_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyx_m6030BF3DF270CB2528EB4FCD3F6E5F4DB0C65C36 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyx_m6030BF3DF270CB2528EB4FCD3F6E5F4DB0C65C36_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xyx_m6030BF3DF270CB2528EB4FCD3F6E5F4DB0C65C36_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyy_m463BD7540FEA0F7A71745C094E27789D2D40BDC3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyy_m463BD7540FEA0F7A71745C094E27789D2D40BDC3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xyy_m463BD7540FEA0F7A71745C094E27789D2D40BDC3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyz_m74FA8625D6847D17110509D59D66A3DA25CE1C4B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyz_m74FA8625D6847D17110509D59D66A3DA25CE1C4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xyz_m74FA8625D6847D17110509D59D66A3DA25CE1C4B_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xyz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xyz_m229D9A261745401D09DA7378A2AED96D22A59810 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; y = value.y; z = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xyz_m229D9A261745401D09DA7378A2AED96D22A59810_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xyz_m229D9A261745401D09DA7378A2AED96D22A59810_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyw_m7E4329C3E555916C24468BE8A3C12C5693E2FE93 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyw_m7E4329C3E555916C24468BE8A3C12C5693E2FE93_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xyw_m7E4329C3E555916C24468BE8A3C12C5693E2FE93_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xyw(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xyw_mFA6564C22D4FDB2867CC5DD72DC260EB7914C015 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; y = value.y; w = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xyw_mFA6564C22D4FDB2867CC5DD72DC260EB7914C015_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xyw_mFA6564C22D4FDB2867CC5DD72DC260EB7914C015_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzx_m70C30FB0EF2B12604F701B8037A51FE53BF05F72 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzx_m70C30FB0EF2B12604F701B8037A51FE53BF05F72_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xzx_m70C30FB0EF2B12604F701B8037A51FE53BF05F72_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzy_m393186923403FA94D303DAD5ADF4350FF2E7BE6C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzy_m393186923403FA94D303DAD5ADF4350FF2E7BE6C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xzy_m393186923403FA94D303DAD5ADF4350FF2E7BE6C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xzy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xzy_m34C61C14262999FEACA8CA999A0EBD216EFFF5E6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; z = value.y; y = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xzy_m34C61C14262999FEACA8CA999A0EBD216EFFF5E6_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xzy_m34C61C14262999FEACA8CA999A0EBD216EFFF5E6_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzz_mB5F6FC471713E82A0032282B798DAA545AE85AE2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzz_mB5F6FC471713E82A0032282B798DAA545AE85AE2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xzz_mB5F6FC471713E82A0032282B798DAA545AE85AE2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzw_m621F031A41374C421E691065083E2DA23894667C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzw_m621F031A41374C421E691065083E2DA23894667C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xzw_m621F031A41374C421E691065083E2DA23894667C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xzw(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xzw_m201F022A1C0E7DB7110635E3079B6714C4DA2103 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; z = value.y; w = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xzw_m201F022A1C0E7DB7110635E3079B6714C4DA2103_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xzw_m201F022A1C0E7DB7110635E3079B6714C4DA2103_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwx_m77FEDA502608F5131C877068143AE12EADF06337 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwx_m77FEDA502608F5131C877068143AE12EADF06337_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xwx_m77FEDA502608F5131C877068143AE12EADF06337_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwy_mAE1D7773BFCC835B6FA7A5306DFEEA0DBBEF5287 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwy_mAE1D7773BFCC835B6FA7A5306DFEEA0DBBEF5287_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xwy_mAE1D7773BFCC835B6FA7A5306DFEEA0DBBEF5287_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xwy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xwy_mBA74FEC7704D7EC467FBD30A8B74E7A00309DEA9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; w = value.y; y = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xwy_mBA74FEC7704D7EC467FBD30A8B74E7A00309DEA9_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xwy_mBA74FEC7704D7EC467FBD30A8B74E7A00309DEA9_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwz_mEDE080D5E44A4E1CA6DF0D918B8FC49CB94FB0AB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwz_mEDE080D5E44A4E1CA6DF0D918B8FC49CB94FB0AB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xwz_mEDE080D5E44A4E1CA6DF0D918B8FC49CB94FB0AB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xwz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xwz_m0B1CBEC32957E4E0D2853D55A9361B4F3638E46F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; w = value.y; z = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xwz_m0B1CBEC32957E4E0D2853D55A9361B4F3638E46F_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xwz_m0B1CBEC32957E4E0D2853D55A9361B4F3638E46F_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_xww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xww_mE7BFE49EC851D7C715016ED26CC2EA5DE8A69A2F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xww_mE7BFE49EC851D7C715016ED26CC2EA5DE8A69A2F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_xww_mE7BFE49EC851D7C715016ED26CC2EA5DE8A69A2F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxx_m5D9E98F247C0F4B91FBC9F011483617F40ED6556 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxx_m5D9E98F247C0F4B91FBC9F011483617F40ED6556_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yxx_m5D9E98F247C0F4B91FBC9F011483617F40ED6556_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxy_mB0283C749684DF3B25E431169186A93630BFAE15 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxy_mB0283C749684DF3B25E431169186A93630BFAE15_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yxy_mB0283C749684DF3B25E431169186A93630BFAE15_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxz_m6DF429B3EBB03345DE34C768234E9BFF0AAC3929 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxz_m6DF429B3EBB03345DE34C768234E9BFF0AAC3929_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yxz_m6DF429B3EBB03345DE34C768234E9BFF0AAC3929_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yxz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yxz_m29B5638B8612479BB98B61F1AD4A8409445826AA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; x = value.y; z = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yxz_m29B5638B8612479BB98B61F1AD4A8409445826AA_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yxz_m29B5638B8612479BB98B61F1AD4A8409445826AA_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxw_m69AF9631C11576080EF2A1FB69C5B08C046A04E3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxw_m69AF9631C11576080EF2A1FB69C5B08C046A04E3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yxw_m69AF9631C11576080EF2A1FB69C5B08C046A04E3_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yxw(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yxw_m293C2BC77C3C6E864F85A9B192851F800AD8B78C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; x = value.y; w = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yxw_m293C2BC77C3C6E864F85A9B192851F800AD8B78C_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yxw_m293C2BC77C3C6E864F85A9B192851F800AD8B78C_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyx_m8E477B08A2D77C30DD0A81CB2CA2EECED46366F4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyx_m8E477B08A2D77C30DD0A81CB2CA2EECED46366F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yyx_m8E477B08A2D77C30DD0A81CB2CA2EECED46366F4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyy_mB283DA6BE5727BE5AB84FB6A4D353EC230C2E190 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyy_mB283DA6BE5727BE5AB84FB6A4D353EC230C2E190_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yyy_mB283DA6BE5727BE5AB84FB6A4D353EC230C2E190_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyz_mB5A83FE8C9EA37C23E43C52268F41638CF52BCB8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyz_mB5A83FE8C9EA37C23E43C52268F41638CF52BCB8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yyz_mB5A83FE8C9EA37C23E43C52268F41638CF52BCB8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyw_m6D89CC0E0CB978C9E0124FADB21E7B844BDA76C4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyw_m6D89CC0E0CB978C9E0124FADB21E7B844BDA76C4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yyw_m6D89CC0E0CB978C9E0124FADB21E7B844BDA76C4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzx_mFED1C550EE750EBE4EC37B76AF909F413592DB02 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzx_mFED1C550EE750EBE4EC37B76AF909F413592DB02_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yzx_mFED1C550EE750EBE4EC37B76AF909F413592DB02_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yzx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yzx_m3F812499480A17068FDBE2A30ABA9279FB324F65 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; z = value.y; x = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yzx_m3F812499480A17068FDBE2A30ABA9279FB324F65_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yzx_m3F812499480A17068FDBE2A30ABA9279FB324F65_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzy_mE87EB5668D50D87DDD80A8543A48BAE1CE427AE5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzy_mE87EB5668D50D87DDD80A8543A48BAE1CE427AE5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yzy_mE87EB5668D50D87DDD80A8543A48BAE1CE427AE5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzz_m9A9F2E7DCE94776FDE65603CD86119C3E8B8777B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzz_m9A9F2E7DCE94776FDE65603CD86119C3E8B8777B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yzz_m9A9F2E7DCE94776FDE65603CD86119C3E8B8777B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzw_m8ADFC20407956B1A7E10E6356D0240645C56F3FB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzw_m8ADFC20407956B1A7E10E6356D0240645C56F3FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yzw_m8ADFC20407956B1A7E10E6356D0240645C56F3FB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yzw(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yzw_m6F55F63C8020BE8D2992E96DBC48C0FCBD320EC5 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; z = value.y; w = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yzw_m6F55F63C8020BE8D2992E96DBC48C0FCBD320EC5_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yzw_m6F55F63C8020BE8D2992E96DBC48C0FCBD320EC5_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_ywx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywx_mC1843189A2E50E22976080E7D483A8117214AE2E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywx_mC1843189A2E50E22976080E7D483A8117214AE2E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_ywx_mC1843189A2E50E22976080E7D483A8117214AE2E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_ywx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_ywx_m150077945B9804154E112D0520DA9DAAAB20A435 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; w = value.y; x = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_ywx_m150077945B9804154E112D0520DA9DAAAB20A435_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_ywx_m150077945B9804154E112D0520DA9DAAAB20A435_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_ywy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywy_m987FF64AABC878CA5ABD8293BBF3964B2486396B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywy_m987FF64AABC878CA5ABD8293BBF3964B2486396B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_ywy_m987FF64AABC878CA5ABD8293BBF3964B2486396B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_ywz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywz_mE33BE41CBA453F957A7C8FC049718630FEFD390D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywz_mE33BE41CBA453F957A7C8FC049718630FEFD390D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_ywz_mE33BE41CBA453F957A7C8FC049718630FEFD390D_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_ywz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_ywz_m45DC147D8AE6AF474D11C74436675137E0917372 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; w = value.y; z = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_ywz_m45DC147D8AE6AF474D11C74436675137E0917372_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_ywz_m45DC147D8AE6AF474D11C74436675137E0917372_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_yww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yww_m9B26DEA6218B278BB7D86B4C4A5280E3F38433C3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yww_m9B26DEA6218B278BB7D86B4C4A5280E3F38433C3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_yww_m9B26DEA6218B278BB7D86B4C4A5280E3F38433C3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxx_mFD8E3C6C033A36608D68E7CEE8F39F966DB8F8DD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxx_mFD8E3C6C033A36608D68E7CEE8F39F966DB8F8DD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zxx_mFD8E3C6C033A36608D68E7CEE8F39F966DB8F8DD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxy_mE8B583D2336EDB5AEDE571749B887C11FFFA5162 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxy_mE8B583D2336EDB5AEDE571749B887C11FFFA5162_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zxy_mE8B583D2336EDB5AEDE571749B887C11FFFA5162_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zxy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zxy_mA59A211586D14F25F587A81B3C5290A9EDE2FA9B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; x = value.y; y = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zxy_mA59A211586D14F25F587A81B3C5290A9EDE2FA9B_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zxy_mA59A211586D14F25F587A81B3C5290A9EDE2FA9B_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxz_mDF6CE12BD19283FF7A5C8F42EB6C67D32D0AFB73 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxz_mDF6CE12BD19283FF7A5C8F42EB6C67D32D0AFB73_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zxz_mDF6CE12BD19283FF7A5C8F42EB6C67D32D0AFB73_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxw_m4BD39B8DEB23D8CD3167BDE96EAAEBCCE4B0E988 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxw_m4BD39B8DEB23D8CD3167BDE96EAAEBCCE4B0E988_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zxw_m4BD39B8DEB23D8CD3167BDE96EAAEBCCE4B0E988_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zxw(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zxw_m875108FCE467F24541977379B90222551E7E2277 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; x = value.y; w = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zxw_m875108FCE467F24541977379B90222551E7E2277_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zxw_m875108FCE467F24541977379B90222551E7E2277_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyx_m7F86E076ED7A1EE8E4DBABD25F04AC8CD569FE54 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyx_m7F86E076ED7A1EE8E4DBABD25F04AC8CD569FE54_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zyx_m7F86E076ED7A1EE8E4DBABD25F04AC8CD569FE54_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zyx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zyx_mB9497ADF7F18A2A95A76C80E2936D52A1DBBE8F3 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; y = value.y; x = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zyx_mB9497ADF7F18A2A95A76C80E2936D52A1DBBE8F3_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zyx_mB9497ADF7F18A2A95A76C80E2936D52A1DBBE8F3_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyy_mB6C6276B970A06D995C30D1F29F1F0EAAEDE4DEC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyy_mB6C6276B970A06D995C30D1F29F1F0EAAEDE4DEC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zyy_mB6C6276B970A06D995C30D1F29F1F0EAAEDE4DEC_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyz_mFF014C267FEA2D94B87FBAD8E52976346B9280A4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyz_mFF014C267FEA2D94B87FBAD8E52976346B9280A4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zyz_mFF014C267FEA2D94B87FBAD8E52976346B9280A4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyw_mCB2832D38176ACBD07411909ABF46980E1A5F8B9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyw_mCB2832D38176ACBD07411909ABF46980E1A5F8B9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zyw_mCB2832D38176ACBD07411909ABF46980E1A5F8B9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zyw(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zyw_m21887BC237FA8AD33BC981B47BDB9E3D244BFBBA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; y = value.y; w = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zyw_m21887BC237FA8AD33BC981B47BDB9E3D244BFBBA_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zyw_m21887BC237FA8AD33BC981B47BDB9E3D244BFBBA_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzx_m7E72E1957F16C44F4A89AC2637A2AA20CB8E714E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzx_m7E72E1957F16C44F4A89AC2637A2AA20CB8E714E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zzx_m7E72E1957F16C44F4A89AC2637A2AA20CB8E714E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzy_m17C242B4C5B94215BD3DABF441BBC3B99BD626FA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzy_m17C242B4C5B94215BD3DABF441BBC3B99BD626FA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zzy_m17C242B4C5B94215BD3DABF441BBC3B99BD626FA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzz_mB9CAD84D83C48909353BF8B867BF40028571A913 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzz_mB9CAD84D83C48909353BF8B867BF40028571A913_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zzz_mB9CAD84D83C48909353BF8B867BF40028571A913_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzw_m3243EA4693A6BA5E9BE405C826BBDD1248E4C119 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzw_m3243EA4693A6BA5E9BE405C826BBDD1248E4C119_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zzw_m3243EA4693A6BA5E9BE405C826BBDD1248E4C119_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwx_m6754144C949F2DB4ADDCB957BB98A6EE334A130D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwx_m6754144C949F2DB4ADDCB957BB98A6EE334A130D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zwx_m6754144C949F2DB4ADDCB957BB98A6EE334A130D_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zwx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zwx_mC85984B8B3A1C619A3B91937847C25A2192D69A6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; w = value.y; x = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zwx_mC85984B8B3A1C619A3B91937847C25A2192D69A6_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zwx_mC85984B8B3A1C619A3B91937847C25A2192D69A6_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwy_m89747FB7E14075BF2DC5382F79B1BA7FBD277D97 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwy_m89747FB7E14075BF2DC5382F79B1BA7FBD277D97_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zwy_m89747FB7E14075BF2DC5382F79B1BA7FBD277D97_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zwy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zwy_mC4427B9347A9639DA31FFF3E5515871D0A25F47B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; w = value.y; y = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zwy_mC4427B9347A9639DA31FFF3E5515871D0A25F47B_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zwy_mC4427B9347A9639DA31FFF3E5515871D0A25F47B_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwz_mA5D01E2C3055B746F61A3708D434880847D5D06F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwz_mA5D01E2C3055B746F61A3708D434880847D5D06F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zwz_mA5D01E2C3055B746F61A3708D434880847D5D06F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_zww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zww_m725974ACFDCFE5BD57C81DE0E8CDD1AB8F4701AF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zww_m725974ACFDCFE5BD57C81DE0E8CDD1AB8F4701AF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_zww_m725974ACFDCFE5BD57C81DE0E8CDD1AB8F4701AF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxx_mFBEA656E105CC4D0589ABBCAC75F0A800AF8A8A6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxx_mFBEA656E105CC4D0589ABBCAC75F0A800AF8A8A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wxx_mFBEA656E105CC4D0589ABBCAC75F0A800AF8A8A6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxy_m52687DE3B58580E8DC636FE598271D8309905767 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxy_m52687DE3B58580E8DC636FE598271D8309905767_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wxy_m52687DE3B58580E8DC636FE598271D8309905767_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wxy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wxy_mB3E1E0C1A2B56C5AA78472A9AFA283DE2D79841F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; x = value.y; y = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wxy_mB3E1E0C1A2B56C5AA78472A9AFA283DE2D79841F_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wxy_mB3E1E0C1A2B56C5AA78472A9AFA283DE2D79841F_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxz_mF490FA4C0867C2CBE3F741638A943E0B9C12D95F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxz_mF490FA4C0867C2CBE3F741638A943E0B9C12D95F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wxz_mF490FA4C0867C2CBE3F741638A943E0B9C12D95F_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wxz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wxz_m4ACB13605CE23A74DCD4C4A6956992A55639E1BC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; x = value.y; z = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wxz_m4ACB13605CE23A74DCD4C4A6956992A55639E1BC_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wxz_m4ACB13605CE23A74DCD4C4A6956992A55639E1BC_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wxw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxw_mB104FB58F810D30B7DA653F1DB6402FE0A7CB582 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxw_mB104FB58F810D30B7DA653F1DB6402FE0A7CB582_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wxw_mB104FB58F810D30B7DA653F1DB6402FE0A7CB582_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyx_m64CAE9CFEC296E829C35ADA2B4E1EC97A842BC0F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyx_m64CAE9CFEC296E829C35ADA2B4E1EC97A842BC0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wyx_m64CAE9CFEC296E829C35ADA2B4E1EC97A842BC0F_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wyx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wyx_mA5729E3CE3D9939359F6311E418AD4E813463092 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; y = value.y; x = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wyx_mA5729E3CE3D9939359F6311E418AD4E813463092_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wyx_mA5729E3CE3D9939359F6311E418AD4E813463092_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyy_mDBEBB1369B3CF3D58674978E7BE2637A392EFFEC (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyy_mDBEBB1369B3CF3D58674978E7BE2637A392EFFEC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wyy_mDBEBB1369B3CF3D58674978E7BE2637A392EFFEC_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyz_m166F8ECB072A33F8C024B78C87C1DE131B15670B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyz_m166F8ECB072A33F8C024B78C87C1DE131B15670B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wyz_m166F8ECB072A33F8C024B78C87C1DE131B15670B_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wyz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wyz_m36881B9A8DF0AEE422617D0D3612401AB909AD7E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; y = value.y; z = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wyz_m36881B9A8DF0AEE422617D0D3612401AB909AD7E_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wyz_m36881B9A8DF0AEE422617D0D3612401AB909AD7E_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wyw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyw_mD9AD95304F54CF678081D913F7E45AE179FBED77 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyw_mD9AD95304F54CF678081D913F7E45AE179FBED77_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wyw_mD9AD95304F54CF678081D913F7E45AE179FBED77_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzx_mD29C539F5C60C42545A9F5DC2385847384929BA1 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzx_mD29C539F5C60C42545A9F5DC2385847384929BA1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wzx_mD29C539F5C60C42545A9F5DC2385847384929BA1_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wzx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wzx_m338D3F05B7769D040F706CAB5C52F58D02D119E6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; z = value.y; x = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wzx_m338D3F05B7769D040F706CAB5C52F58D02D119E6_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wzx_m338D3F05B7769D040F706CAB5C52F58D02D119E6_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzy_mFE44FA775D30BC51CE1498C52464164193876BF9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzy_mFE44FA775D30BC51CE1498C52464164193876BF9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wzy_mFE44FA775D30BC51CE1498C52464164193876BF9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wzy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wzy_mA64B297AAABE934B4C9F5AD6B6C51D508960007A (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; z = value.y; y = value.z; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wzy_mA64B297AAABE934B4C9F5AD6B6C51D508960007A_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wzy_mA64B297AAABE934B4C9F5AD6B6C51D508960007A_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzz_m377858BE3B8106FD8773EE43344AE68A3B6D32B8 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzz_m377858BE3B8106FD8773EE43344AE68A3B6D32B8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wzz_m377858BE3B8106FD8773EE43344AE68A3B6D32B8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wzw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzw_m3ACE1ECB447B47C0F48187AC0A2B68E711710258 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzw_m3ACE1ECB447B47C0F48187AC0A2B68E711710258_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wzw_m3ACE1ECB447B47C0F48187AC0A2B68E711710258_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wwx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwx_m2FE84AF07A5645F320AC8049F89B9FB559746329 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwx_m2FE84AF07A5645F320AC8049F89B9FB559746329_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wwx_m2FE84AF07A5645F320AC8049F89B9FB559746329_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wwy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwy_mDE6EE80C6A2F266054756DD59EEF5054B88AAEB1 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwy_mDE6EE80C6A2F266054756DD59EEF5054B88AAEB1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wwy_mDE6EE80C6A2F266054756DD59EEF5054B88AAEB1_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_wwz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwz_m7CAB5CCC18E07762817452222373A7E9B900D8CA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwz_m7CAB5CCC18E07762817452222373A7E9B900D8CA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_wwz_m7CAB5CCC18E07762817452222373A7E9B900D8CA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int4::get_www()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_www_m3472B0D5D94ED3A48D6D7879ECC5617AF09DB0B6 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_www_m3472B0D5D94ED3A48D6D7879ECC5617AF09DB0B6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int4_get_www_m3472B0D5D94ED3A48D6D7879ECC5617AF09DB0B6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xx_m525589C6EF1E95472B5FF0D93597CA238A2B4ED4 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xx_m525589C6EF1E95472B5FF0D93597CA238A2B4ED4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_xx_m525589C6EF1E95472B5FF0D93597CA238A2B4ED4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xy(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xy_mE0F0F77EF69ACCB2CF1CA5D5B5B5A9C6912BBF63 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xy_mE0F0F77EF69ACCB2CF1CA5D5B5B5A9C6912BBF63_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xy_mE0F0F77EF69ACCB2CF1CA5D5B5B5A9C6912BBF63_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xz_mD83A0E86143EA0CD4F294F1EA99A1518498677CD (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xz_mD83A0E86143EA0CD4F294F1EA99A1518498677CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_xz_mD83A0E86143EA0CD4F294F1EA99A1518498677CD_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xz(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xz_m6F97EFAE899D628045BA6EB59E02060B98DCA0C0 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xz_m6F97EFAE899D628045BA6EB59E02060B98DCA0C0_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xz_m6F97EFAE899D628045BA6EB59E02060B98DCA0C0_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_xw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xw_m670E8FE5D8CE915EDE5D7C09BD2E0D638E95DA2E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xw_m670E8FE5D8CE915EDE5D7C09BD2E0D638E95DA2E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_xw_m670E8FE5D8CE915EDE5D7C09BD2E0D638E95DA2E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_xw(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_xw_m308E9027F0D4D27016C1B2225ADA25DB42CB7FD2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_xw_m308E9027F0D4D27016C1B2225ADA25DB42CB7FD2_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_xw_m308E9027F0D4D27016C1B2225ADA25DB42CB7FD2_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yx_m666F132FF950D2AD0BCA1048AB6ED669408C0697 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yx_m666F132FF950D2AD0BCA1048AB6ED669408C0697_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_yx_m666F132FF950D2AD0BCA1048AB6ED669408C0697_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yx(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yx_mF8F1022BEA24F89D70055DF0B92D432E176386EF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yx_mF8F1022BEA24F89D70055DF0B92D432E176386EF_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yx_mF8F1022BEA24F89D70055DF0B92D432E176386EF_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yy_m2452C7464E48ACDFAD3BEDEF5318210BD9814A47 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yy_m2452C7464E48ACDFAD3BEDEF5318210BD9814A47_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_yy_m2452C7464E48ACDFAD3BEDEF5318210BD9814A47_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yz_mE2FA990CD24B827FFBD658809843A06767EBD6CA (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yz_mE2FA990CD24B827FFBD658809843A06767EBD6CA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_yz_mE2FA990CD24B827FFBD658809843A06767EBD6CA_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yz(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yz_mF79F5E427A9459C2537C77EE96EAC8699F4B205E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yz_mF79F5E427A9459C2537C77EE96EAC8699F4B205E_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yz_mF79F5E427A9459C2537C77EE96EAC8699F4B205E_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_yw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yw_m2E912EDE9C874777677D34327EFFE8BAB0711FDB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yw_m2E912EDE9C874777677D34327EFFE8BAB0711FDB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_yw_m2E912EDE9C874777677D34327EFFE8BAB0711FDB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_yw(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_yw_m1B55457A027E2E77CC3B17D76C256C95C240C162 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_yw_m1B55457A027E2E77CC3B17D76C256C95C240C162_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_yw_m1B55457A027E2E77CC3B17D76C256C95C240C162_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zx_mEE4AF967A28778C8D198C19E0D4683BE84C30F80 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zx_mEE4AF967A28778C8D198C19E0D4683BE84C30F80_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_zx_mEE4AF967A28778C8D198C19E0D4683BE84C30F80_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zx(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zx_m57E3B706681016899AC4F4CA6EC5ECF572AF3C3B (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zx_m57E3B706681016899AC4F4CA6EC5ECF572AF3C3B_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zx_m57E3B706681016899AC4F4CA6EC5ECF572AF3C3B_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zy_mDF7DC9955051C6A79030FFD19A1CBC07F3ABBEEF (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zy_mDF7DC9955051C6A79030FFD19A1CBC07F3ABBEEF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_zy_mDF7DC9955051C6A79030FFD19A1CBC07F3ABBEEF_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zy(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zy_mFA9572554BFA87649961B20A7CF3EF2815AC8477 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zy_mFA9572554BFA87649961B20A7CF3EF2815AC8477_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zy_mFA9572554BFA87649961B20A7CF3EF2815AC8477_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zz_mEEB75C3FF02C75801622261D4E1A8E3DDFC9AC7E (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zz_mEEB75C3FF02C75801622261D4E1A8E3DDFC9AC7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_zz_mEEB75C3FF02C75801622261D4E1A8E3DDFC9AC7E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_zw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_zw(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_zw_m084F1715F81BC2DFD5E113EF07ABFC726F5D2128 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_zw_m084F1715F81BC2DFD5E113EF07ABFC726F5D2128_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_zw_m084F1715F81BC2DFD5E113EF07ABFC726F5D2128_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_wx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wx_m9A0D6E080EA5DECB91BB739A6A980BB22A4360CB (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wx_m9A0D6E080EA5DECB91BB739A6A980BB22A4360CB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_wx_m9A0D6E080EA5DECB91BB739A6A980BB22A4360CB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wx(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wx_mC15C3B2D5B28DA591C2FE3F325880AF7A8AD080F (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wx_mC15C3B2D5B28DA591C2FE3F325880AF7A8AD080F_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wx_mC15C3B2D5B28DA591C2FE3F325880AF7A8AD080F_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_wy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wy_m3154630E587C0D74FC0517E4660857BB22551165 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wy_m3154630E587C0D74FC0517E4660857BB22551165_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_wy_m3154630E587C0D74FC0517E4660857BB22551165_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wy(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wy_mA24CBCCC8E2744520E3B5678506BB14158F27F82 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wy_mA24CBCCC8E2744520E3B5678506BB14158F27F82_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wy_mA24CBCCC8E2744520E3B5678506BB14158F27F82_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_wz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wz_mB5ADB7A67C0A1EB4E0522738D3963BCBEB240619 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wz_mB5ADB7A67C0A1EB4E0522738D3963BCBEB240619_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_wz_mB5ADB7A67C0A1EB4E0522738D3963BCBEB240619_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_wz(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_wz_mE9B8A70804F0E2DCE358428A568F844AE7929BC2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; }
return;
}
}
IL2CPP_EXTERN_C void int4_set_wz_mE9B8A70804F0E2DCE358428A568F844AE7929BC2_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_wz_mE9B8A70804F0E2DCE358428A568F844AE7929BC2_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int4::get_ww()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_ww_mDF5BD51B723C9E7E67B1D3FD502A41FD00B40483 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_ww_mDF5BD51B723C9E7E67B1D3FD502A41FD00B40483_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int4_get_ww_mDF5BD51B723C9E7E67B1D3FD502A41FD00B40483_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int4_get_Item_m2281A8F3D1D12AE2E09614009F90CEDAED6CB284 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___index0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* V_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* V_1 = NULL;
int32_t V_2 = 0;
{
V_1 = __this;
// fixed (int4* array = &this) { return ((int*)array)[index]; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = V_1;
V_0 = (int4_tBA77D4945786DE82C3A487B33955EA1004996052*)((uintptr_t)L_0);
// fixed (int4* array = &this) { return ((int*)array)[index]; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_1 = V_0;
int32_t L_2 = ___index0;
int32_t L_3 = *((int32_t*)((int4_tBA77D4945786DE82C3A487B33955EA1004996052*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), 4)))));
V_2 = L_3;
goto IL_0011;
}
IL_0011:
{
// }
int32_t L_4 = V_2;
return L_4;
}
}
IL2CPP_EXTERN_C int32_t int4_get_Item_m2281A8F3D1D12AE2E09614009F90CEDAED6CB284_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int32_t _returnValue;
_returnValue = int4_get_Item_m2281A8F3D1D12AE2E09614009F90CEDAED6CB284(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int4::set_Item(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4_set_Item_mD047433367F427614706033903727B2AFC119537 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method)
{
int32_t* V_0 = NULL;
int32_t* V_1 = NULL;
{
int32_t* L_0 = (&__this->___x_0);
V_1 = L_0;
// fixed (int* array = &x) { array[index] = value; }
int32_t* L_1 = V_1;
V_0 = (int32_t*)((uintptr_t)L_1);
// fixed (int* array = &x) { array[index] = value; }
int32_t* L_2 = V_0;
int32_t L_3 = ___index0;
int32_t L_4 = ___value1;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), 4))))) = (int32_t)L_4;
V_1 = (int32_t*)((uintptr_t)0);
// }
return;
}
}
IL2CPP_EXTERN_C void int4_set_Item_mD047433367F427614706033903727B2AFC119537_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int4_set_Item_mD047433367F427614706033903727B2AFC119537(_thisAdjusted, ___index0, ___value1, method);
}
// System.Boolean Unity.Mathematics.int4::Equals(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// public bool Equals(int4 rhs) { return x == rhs.x && y == rhs.y && z == rhs.z && w == rhs.w; }
int32_t L_0 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs0;
int32_t L_2 = L_1.___x_0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_003b;
}
}
{
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs0;
int32_t L_5 = L_4.___y_1;
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_003b;
}
}
{
int32_t L_6 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs0;
int32_t L_8 = L_7.___z_2;
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
{
goto IL_003b;
}
}
{
int32_t L_9 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs0;
int32_t L_11 = L_10.___w_3;
G_B5_0 = ((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B5_0 = 0;
}
IL_003c:
{
V_0 = (bool)G_B5_0;
goto IL_003f;
}
IL_003f:
{
// public bool Equals(int4 rhs) { return x == rhs.x && y == rhs.y && z == rhs.z && w == rhs.w; }
bool L_12 = V_0;
return L_12;
}
}
IL2CPP_EXTERN_C bool int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
bool _returnValue;
_returnValue = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4_Equals_mD93E26A15709372D4D3E34D8797F80C3FA01CD97 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int4_tBA77D4945786DE82C3A487B33955EA1004996052_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// public override bool Equals(object o) { return o is int4 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int4_tBA77D4945786DE82C3A487B33955EA1004996052_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)((int4_tBA77D4945786DE82C3A487B33955EA1004996052*)(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)UnBox(L_1, int4_tBA77D4945786DE82C3A487B33955EA1004996052_il2cpp_TypeInfo_var))));
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
bool L_3;
L_3 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(__this, L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_1 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
// public override bool Equals(object o) { return o is int4 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int4_Equals_mD93E26A15709372D4D3E34D8797F80C3FA01CD97_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
bool _returnValue;
_returnValue = int4_Equals_mD93E26A15709372D4D3E34D8797F80C3FA01CD97(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int4::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int4_GetHashCode_mDE43A26C805DF1BA46E907BFE67B7A74559FE8B7 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)__this);
uint32_t L_1;
L_1 = math_hash_m29B7B74C9A581470FA47F0DEFF0425013E463FDC_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t int4_GetHashCode_mDE43A26C805DF1BA46E907BFE67B7A74559FE8B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
int32_t _returnValue;
_returnValue = int4_GetHashCode_mDE43A26C805DF1BA46E907BFE67B7A74559FE8B7_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int4::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int4_ToString_m555B1DA60EDDB2F461216E91E740D63953BA0112 (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4({0}, {1}, {2}, {3})", x, y, z, w);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = L_2;
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
int32_t L_6 = __this->___y_1;
int32_t L_7 = L_6;
RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_8);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
int32_t L_10 = __this->___z_2;
int32_t L_11 = L_10;
RuntimeObject* L_12 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
int32_t L_14 = __this->___w_3;
int32_t L_15 = L_14;
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
String_t* L_17;
L_17 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6, L_13, NULL);
V_0 = L_17;
goto IL_004c;
}
IL_004c:
{
// }
String_t* L_18 = V_0;
return L_18;
}
}
IL2CPP_EXTERN_C String_t* int4_ToString_m555B1DA60EDDB2F461216E91E740D63953BA0112_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
String_t* _returnValue;
_returnValue = int4_ToString_m555B1DA60EDDB2F461216E91E740D63953BA0112_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int4::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int4_ToString_mEC239D567C5A8C38EC41A06435499AB1E887066C (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4({0}, {1}, {2}, {3})", x.ToString(format, formatProvider), y.ToString(format, formatProvider), z.ToString(format, formatProvider), w.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int32_t* L_2 = (&__this->___x_0);
String_t* L_3 = ___format0;
RuntimeObject* L_4 = ___formatProvider1;
String_t* L_5;
L_5 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_2, L_3, L_4, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int32_t* L_7 = (&__this->___y_1);
String_t* L_8 = ___format0;
RuntimeObject* L_9 = ___formatProvider1;
String_t* L_10;
L_10 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_7, L_8, L_9, NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int32_t* L_12 = (&__this->___z_2);
String_t* L_13 = ___format0;
RuntimeObject* L_14 = ___formatProvider1;
String_t* L_15;
L_15 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_12, L_13, L_14, NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int32_t* L_17 = (&__this->___w_3);
String_t* L_18 = ___format0;
RuntimeObject* L_19 = ___formatProvider1;
String_t* L_20;
L_20 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_17, L_18, L_19, NULL);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
String_t* L_21;
L_21 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6, L_16, NULL);
V_0 = L_21;
goto IL_0054;
}
IL_0054:
{
// }
String_t* L_22 = V_0;
return L_22;
}
}
IL2CPP_EXTERN_C String_t* int4_ToString_mEC239D567C5A8C38EC41A06435499AB1E887066C_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4_tBA77D4945786DE82C3A487B33955EA1004996052*>(__this + _offset);
String_t* _returnValue;
_returnValue = int4_ToString_mEC239D567C5A8C38EC41A06435499AB1E887066C_inline(_thisAdjusted, ___format0, ___formatProvider1, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Mathematics.int4/DebuggerProxy::.ctor(Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerProxy__ctor_m30F3FBCA7FF6DA6DB48936FF84B26DCA89843B27 (DebuggerProxy_t8EC6D76BB0F83ABE09641B10CB725B3869E0D70F* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___v0, const RuntimeMethod* method)
{
{
// public DebuggerProxy(int4 v)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// x = v.x;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___v0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// y = v.y;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___v0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// z = v.z;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___v0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// w = v.w;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___v0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___c11;
__this->___c1_1 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline(_thisAdjusted, ___c00, ___c11, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m5C722C297FAF84E0CA5066E9FB7998CCB8E44C49 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, int32_t ___m306, int32_t ___m317, const RuntimeMethod* method)
{
{
// this.c0 = new int4(m00, m10, m20, m30);
int32_t L_0 = ___m000;
int32_t L_1 = ___m102;
int32_t L_2 = ___m204;
int32_t L_3 = ___m306;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
__this->___c0_0 = L_4;
// this.c1 = new int4(m01, m11, m21, m31);
int32_t L_5 = ___m011;
int32_t L_6 = ___m113;
int32_t L_7 = ___m215;
int32_t L_8 = ___m317;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
memset((&L_9), 0, sizeof(L_9));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_9), L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
__this->___c1_1 = L_9;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m5C722C297FAF84E0CA5066E9FB7998CCB8E44C49_AdjustorThunk (RuntimeObject* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, int32_t ___m306, int32_t ___m317, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m5C722C297FAF84E0CA5066E9FB7998CCB8E44C49_inline(_thisAdjusted, ___m000, ___m011, ___m102, ___m113, ___m204, ___m215, ___m306, ___m317, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m66065C2F52B28660C308021AC6E63441F0BA1B5F (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m66065C2F52B28660C308021AC6E63441F0BA1B5F_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m66065C2F52B28660C308021AC6E63441F0BA1B5F_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m5C8E974EA366D51A4CB9C93EA95BEF28BD88045C (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_4), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m5C8E974EA366D51A4CB9C93EA95BEF28BD88045C_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m5C8E974EA366D51A4CB9C93EA95BEF28BD88045C_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.bool4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m5A7F3AD834F4B7E44BA84DCB812F41BFE79C6D89 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v.c0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_2 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int4(0), new int4(1), v.c1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6;
memset((&L_6), 0, sizeof(L_6));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_6), 1, /*hidden argument*/NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_7 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m5A7F3AD834F4B7E44BA84DCB812F41BFE79C6D89_AdjustorThunk (RuntimeObject* __this, bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m5A7F3AD834F4B7E44BA84DCB812F41BFE79C6D89_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m156CBD94C082EF1181EB3861879FF18507519A33 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
uint32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
uint32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m156CBD94C082EF1181EB3861879FF18507519A33_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m156CBD94C082EF1181EB3861879FF18507519A33_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.uint4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_mF17C507E91857876E7F54FB6972435152AB2D478 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 L_0 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 L_3 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_mF17C507E91857876E7F54FB6972435152AB2D478_AdjustorThunk (RuntimeObject* __this, uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_mF17C507E91857876E7F54FB6972435152AB2D478_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m48DC55D0BB6D7D2E2C556D23A149089E5CB67A85 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
float L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
float L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m48DC55D0BB6D7D2E2C556D23A149089E5CB67A85_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m48DC55D0BB6D7D2E2C556D23A149089E5CB67A85_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.float4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_mF693B361CCE4D87BF2228168C840C0AC37255716 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 L_0 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 L_3 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_mF693B361CCE4D87BF2228168C840C0AC37255716_AdjustorThunk (RuntimeObject* __this, float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_mF693B361CCE4D87BF2228168C840C0AC37255716_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m977B9CF2BDA06C6A7A23CC6D01DE036DB6718951 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
double L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
double L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m977B9CF2BDA06C6A7A23CC6D01DE036DB6718951_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m977B9CF2BDA06C6A7A23CC6D01DE036DB6718951_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x2::.ctor(Unity.Mathematics.double4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x2__ctor_m6A67E80B12800956A2563F25C7DA7FBE8B140181 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 L_0 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 L_3 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x2__ctor_m6A67E80B12800956A2563F25C7DA7FBE8B140181_AdjustorThunk (RuntimeObject* __this, double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4x2__ctor_m6A67E80B12800956A2563F25C7DA7FBE8B140181_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Implicit_mCF6462822746B26A19AE8564A504FFCCE087BAE5 (int32_t ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int4x2(int v) { return new int4x2(v); }
int32_t L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_m66065C2F52B28660C308021AC6E63441F0BA1B5F_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int4x2(int v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_m4A9E8C45B077F0D6D047BA742D79873C26B89DF4 (bool ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(bool v) { return new int4x2(v); }
bool L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_m5C8E974EA366D51A4CB9C93EA95BEF28BD88045C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(bool v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(Unity.Mathematics.bool4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_m3E8C0596848E6013B6D9B1A398D91559A5370E51 (bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(bool4x2 v) { return new int4x2(v); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_m5A7F3AD834F4B7E44BA84DCB812F41BFE79C6D89_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(bool4x2 v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_m5CAD26EB1ED2819C1DA7AC55750A90F8AF6991B0 (uint32_t ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(uint v) { return new int4x2(v); }
uint32_t L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_m156CBD94C082EF1181EB3861879FF18507519A33_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(uint v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(Unity.Mathematics.uint4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_m92F28DCF4C2B12563B4659CFF1CF2FDDE77BBFBD (uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(uint4x2 v) { return new int4x2(v); }
uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_mF17C507E91857876E7F54FB6972435152AB2D478_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(uint4x2 v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_m1717A5C0DD462CD7AD37EDF0D2CEAE099E3D63D8 (float ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(float v) { return new int4x2(v); }
float L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_m48DC55D0BB6D7D2E2C556D23A149089E5CB67A85_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(float v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(Unity.Mathematics.float4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_m0536CEB4FCF2003727F473A16C23B81768DD6BD8 (float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(float4x2 v) { return new int4x2(v); }
float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_mF693B361CCE4D87BF2228168C840C0AC37255716_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(float4x2 v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_mD5FA92EF1CD29806252A3A98B964C68B41687AD2 (double ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(double v) { return new int4x2(v); }
double L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_m977B9CF2BDA06C6A7A23CC6D01DE036DB6718951_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(double v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Explicit(Unity.Mathematics.double4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Explicit_m5AB83C99AE8A8E012F62B7DD7A3CFD402B75C70C (double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 ___v0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x2(double4x2 v) { return new int4x2(v); }
double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 L_0 = ___v0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1;
memset((&L_1), 0, sizeof(L_1));
int4x2__ctor_m6A67E80B12800956A2563F25C7DA7FBE8B140181_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x2(double4x2 v) { return new int4x2(v); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Multiply(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Multiply_m54ADFBBE3069650DD9C81A11FC5BD08616F16662 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator * (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator * (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Multiply(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Multiply_m5AB687E00DE416B2BE54ADBBB6F36F55D46E4DDD (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator * (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 * rhs, lhs.c1 * rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator * (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 * rhs, lhs.c1 * rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Multiply(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Multiply_mFDCDA40B34D81F8DE1046D0BE1B087BC12ECF6AF (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator * (int lhs, int4x2 rhs) { return new int4x2 (lhs * rhs.c0, lhs * rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator * (int lhs, int4x2 rhs) { return new int4x2 (lhs * rhs.c0, lhs * rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Addition(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Addition_m40F976E95F71C057393476CEAA7C49395B431F6F (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator + (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator + (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Addition(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Addition_mBE3EE7FD0BEDCEF4401EB7AF90BC7637419D4A32 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator + (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 + rhs, lhs.c1 + rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator + (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 + rhs, lhs.c1 + rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Addition(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Addition_m8C03543712FB254464163E4B8AC75A8FA27F4723 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator + (int lhs, int4x2 rhs) { return new int4x2 (lhs + rhs.c0, lhs + rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator + (int lhs, int4x2 rhs) { return new int4x2 (lhs + rhs.c0, lhs + rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Subtraction(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Subtraction_m1D68D633FEAECE1AB0731480730866E2733B292B (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator - (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator - (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Subtraction(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Subtraction_m698B2C92CF5D5E054DC63E513A97C3156CAFC7C1 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator - (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 - rhs, lhs.c1 - rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator - (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 - rhs, lhs.c1 - rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Subtraction(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Subtraction_mD0ECDE30FB54D1F0E5D80CF4C7DCFDF8457082A2 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator - (int lhs, int4x2 rhs) { return new int4x2 (lhs - rhs.c0, lhs - rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator - (int lhs, int4x2 rhs) { return new int4x2 (lhs - rhs.c0, lhs - rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Division(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Division_mE23615D1814B0D8E014FB519BFEECE1E5E25E7D6 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator / (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator / (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Division(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Division_m61083110728CFDD0E0C7D3DACFDD29842FB9EBCC (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator / (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 / rhs, lhs.c1 / rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator / (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 / rhs, lhs.c1 / rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Division(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Division_m6BCB3A7868C5FE7643D0C6263A2C96970CBF8B0D (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator / (int lhs, int4x2 rhs) { return new int4x2 (lhs / rhs.c0, lhs / rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator / (int lhs, int4x2 rhs) { return new int4x2 (lhs / rhs.c0, lhs / rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Modulus(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Modulus_m41CDC1F5913890E3B3EC89E62E4EA0697A4C8101 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator % (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator % (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Modulus(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Modulus_m067F1631D35C7B8917739EF845C2DC6CB0DDE920 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator % (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 % rhs, lhs.c1 % rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator % (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 % rhs, lhs.c1 % rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Modulus(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Modulus_mD24867D823B36BFD3DEF12869B7B1526994A7212 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator % (int lhs, int4x2 rhs) { return new int4x2 (lhs % rhs.c0, lhs % rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator % (int lhs, int4x2 rhs) { return new int4x2 (lhs % rhs.c0, lhs % rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Increment(Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Increment_mABCF5ACFB2AA2F487D6C4CC60CC395E5C5C0BA72 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4x2 operator ++ (int4x2 val) { return new int4x2 (++val.c0, ++val.c1); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&(&___val0)->___c0_0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3_inline(L_2, NULL);
V_0 = L_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1 = L_4;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_6 = (&(&___val0)->___c1_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3_inline(L_8, NULL);
V_0 = L_9;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7 = L_10;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = V_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_12;
memset((&L_12), 0, sizeof(L_12));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_12), L_5, L_11, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_003d;
}
IL_003d:
{
// public static int4x2 operator ++ (int4x2 val) { return new int4x2 (++val.c0, ++val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_13 = V_1;
return L_13;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_Decrement(Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_Decrement_mF035DB4568C288712C0287EF5038EBF5BCA7355D (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4x2 operator -- (int4x2 val) { return new int4x2 (--val.c0, --val.c1); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&(&___val0)->___c0_0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524_inline(L_2, NULL);
V_0 = L_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1 = L_4;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_6 = (&(&___val0)->___c1_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524_inline(L_8, NULL);
V_0 = L_9;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7 = L_10;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = V_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_12;
memset((&L_12), 0, sizeof(L_12));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_12), L_5, L_11, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_003d;
}
IL_003d:
{
// public static int4x2 operator -- (int4x2 val) { return new int4x2 (--val.c0, --val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_13 = V_1;
return L_13;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_LessThan(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_LessThan_m45F8FE7877CE010FB5197EDFF15F1A0605D03D5A (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator < (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51_inline(L_6, L_8, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_10;
memset((&L_10), 0, sizeof(L_10));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool4x2 operator < (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_LessThan(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_LessThan_m2B2E7CDA03D67839834946721D9B12B3C6C16905 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator < (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 < rhs, lhs.c1 < rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84_inline(L_5, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator < (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 < rhs, lhs.c1 < rhs); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_LessThan(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_LessThan_m96725CADB9D8F7E9BE5EF03A1D8BFB2A20640B69 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator < (int lhs, int4x2 rhs) { return new bool4x2 (lhs < rhs.c0, lhs < rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A_inline(L_4, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator < (int lhs, int4x2 rhs) { return new bool4x2 (lhs < rhs.c0, lhs < rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_LessThanOrEqual(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_LessThanOrEqual_mF5E2BFD17299A81B48CF106EB3A58411BB5764C8 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator <= (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205_inline(L_6, L_8, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_10;
memset((&L_10), 0, sizeof(L_10));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool4x2 operator <= (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_LessThanOrEqual(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_LessThanOrEqual_m5C866D4A6B2EF23578FAE953D391B3A9FD13294A (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator <= (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 <= rhs, lhs.c1 <= rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9_inline(L_5, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator <= (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 <= rhs, lhs.c1 <= rhs); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_LessThanOrEqual_m1884623FCCA4C7CF8B120F9C4D944A9511099442 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator <= (int lhs, int4x2 rhs) { return new bool4x2 (lhs <= rhs.c0, lhs <= rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA_inline(L_4, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator <= (int lhs, int4x2 rhs) { return new bool4x2 (lhs <= rhs.c0, lhs <= rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_GreaterThan(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_GreaterThan_mD69100FE60A07FD45D586DD059C19F2B5BD186FE (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator > (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5_inline(L_6, L_8, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_10;
memset((&L_10), 0, sizeof(L_10));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool4x2 operator > (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_GreaterThan(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_GreaterThan_m51437DCDB4A86F9EC79C07F05493E326DB846809 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator > (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 > rhs, lhs.c1 > rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF_inline(L_5, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator > (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 > rhs, lhs.c1 > rhs); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_GreaterThan(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_GreaterThan_m2B5B20C8865C38DB95714404A62D7F1285D5FE5B (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator > (int lhs, int4x2 rhs) { return new bool4x2 (lhs > rhs.c0, lhs > rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28_inline(L_4, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator > (int lhs, int4x2 rhs) { return new bool4x2 (lhs > rhs.c0, lhs > rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_GreaterThanOrEqual(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_GreaterThanOrEqual_m53DEF4DF6B02518B946284C7E749F6232232ED96 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator >= (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2_inline(L_6, L_8, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_10;
memset((&L_10), 0, sizeof(L_10));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool4x2 operator >= (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_GreaterThanOrEqual(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_GreaterThanOrEqual_m8BF4495C91A6E851F6A39678D4635E9CE46ABE85 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator >= (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 >= rhs, lhs.c1 >= rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A_inline(L_5, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator >= (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 >= rhs, lhs.c1 >= rhs); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_GreaterThanOrEqual_mF3564F76716AD9BA6D32FEC9F80B21B34D1259E5 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator >= (int lhs, int4x2 rhs) { return new bool4x2 (lhs >= rhs.c0, lhs >= rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040_inline(L_4, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator >= (int lhs, int4x2 rhs) { return new bool4x2 (lhs >= rhs.c0, lhs >= rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_UnaryNegation(Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_UnaryNegation_m82FDEBF13A5A0799D4ABC460B348A7EEED1CBC01 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___val0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator - (int4x2 val) { return new int4x2 (-val.c0, -val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF_inline(L_1, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_3 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF_inline(L_4, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_6;
memset((&L_6), 0, sizeof(L_6));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int4x2 operator - (int4x2 val) { return new int4x2 (-val.c0, -val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_UnaryPlus(Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_UnaryPlus_m36CE2F5A2A78413A05EDFF19FC2103D0FF628F85 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___val0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator + (int4x2 val) { return new int4x2 (+val.c0, +val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623_inline(L_1, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_3 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623_inline(L_4, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_6;
memset((&L_6), 0, sizeof(L_6));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int4x2 operator + (int4x2 val) { return new int4x2 (+val.c0, +val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_LeftShift(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_LeftShift_mF0F6E4925C010A3589194A64FA5BD2521C5741F5 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator << (int4x2 x, int n) { return new int4x2 (x.c0 << n, x.c1 << n); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator << (int4x2 x, int n) { return new int4x2 (x.c0 << n, x.c1 << n); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_RightShift(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_RightShift_m799EB7A7F968B751EA6C9F5FE5D13190818C0ADC (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator >> (int4x2 x, int n) { return new int4x2 (x.c0 >> n, x.c1 >> n); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator >> (int4x2 x, int n) { return new int4x2 (x.c0 >> n, x.c1 >> n); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_Equality(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_Equality_m54BD829E6B91105B74D29A068CFBCC62965A43A0 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator == (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851_inline(L_6, L_8, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_10;
memset((&L_10), 0, sizeof(L_10));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool4x2 operator == (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_Equality(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_Equality_m9A3A5E25330D8394EF0949E6C0FD3050997F1801 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator == (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 == rhs, lhs.c1 == rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B_inline(L_5, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator == (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 == rhs, lhs.c1 == rhs); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_Equality(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_Equality_m8CC74D532CCE52206EFAC3465EDB773BE7A1AD91 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator == (int lhs, int4x2 rhs) { return new bool4x2 (lhs == rhs.c0, lhs == rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2_inline(L_4, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator == (int lhs, int4x2 rhs) { return new bool4x2 (lhs == rhs.c0, lhs == rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_Inequality(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_Inequality_m5180D68A35F6911BC04A6A866DC2506531DA70A2 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator != (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D_inline(L_6, L_8, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_10;
memset((&L_10), 0, sizeof(L_10));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool4x2 operator != (int4x2 lhs, int4x2 rhs) { return new bool4x2 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_Inequality(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_Inequality_m1F40C9A54F112FF2F845777CE93862DAE9F73C42 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator != (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 != rhs, lhs.c1 != rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5_inline(L_5, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator != (int4x2 lhs, int rhs) { return new bool4x2 (lhs.c0 != rhs, lhs.c1 != rhs); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool4x2 Unity.Mathematics.int4x2::op_Inequality(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE int4x2_op_Inequality_m738C50F054A09296741E85619AF406062C92F2E1 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x2 operator != (int lhs, int4x2 rhs) { return new bool4x2 (lhs != rhs.c0, lhs != rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C_inline(L_4, L_6, NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_8;
memset((&L_8), 0, sizeof(L_8));
bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool4x2 operator != (int lhs, int4x2 rhs) { return new bool4x2 (lhs != rhs.c0, lhs != rhs.c1); }
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_OnesComplement(Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_OnesComplement_m85EF091FCC1F8AD7C563E7EBCF60654AB501FBB2 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___val0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator ~ (int4x2 val) { return new int4x2 (~val.c0, ~val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05_inline(L_1, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_3 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05_inline(L_4, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_6;
memset((&L_6), 0, sizeof(L_6));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int4x2 operator ~ (int4x2 val) { return new int4x2 (~val.c0, ~val.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_BitwiseAnd(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_BitwiseAnd_mE0EA09DE3720FFA2CA6E9DB37719C384CF699796 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator & (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator & (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_BitwiseAnd(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_BitwiseAnd_m0E4FFE94C224525B05FF3A2C24DA38CF2DD5E9C2 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator & (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 & rhs, lhs.c1 & rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator & (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 & rhs, lhs.c1 & rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_BitwiseAnd(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_BitwiseAnd_m31627B220BB85A62E83FAB64049185ECDB6F86BF (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator & (int lhs, int4x2 rhs) { return new int4x2 (lhs & rhs.c0, lhs & rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator & (int lhs, int4x2 rhs) { return new int4x2 (lhs & rhs.c0, lhs & rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_BitwiseOr(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_BitwiseOr_mCC78C9CE69A3FB59B7BD00A65B8D1DFA12C0B4CF (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator | (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator | (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_BitwiseOr(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_BitwiseOr_m726588A32E7351668D83673CAA43D78A3613AF62 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator | (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 | rhs, lhs.c1 | rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator | (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 | rhs, lhs.c1 | rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_BitwiseOr(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_BitwiseOr_m1590F472012DDCA538176DEF2CE3F2F11843AA56 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator | (int lhs, int4x2 rhs) { return new int4x2 (lhs | rhs.c0, lhs | rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator | (int lhs, int4x2 rhs) { return new int4x2 (lhs | rhs.c0, lhs | rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_ExclusiveOr(Unity.Mathematics.int4x2,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_ExclusiveOr_m6DAAE633B65E63C315681DA4B184853E439CB47E (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator ^ (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9_inline(L_1, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9_inline(L_6, L_8, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_10;
memset((&L_10), 0, sizeof(L_10));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int4x2 operator ^ (int4x2 lhs, int4x2 rhs) { return new int4x2 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_ExclusiveOr(Unity.Mathematics.int4x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_ExclusiveOr_m30F5FA0AFE6F97A6D054271E3F03A7F44F169970 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator ^ (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 ^ rhs, lhs.c1 ^ rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0_inline(L_1, L_2, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0_inline(L_5, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator ^ (int4x2 lhs, int rhs) { return new int4x2 (lhs.c0 ^ rhs, lhs.c1 ^ rhs); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4x2 Unity.Mathematics.int4x2::op_ExclusiveOr(System.Int32,Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 int4x2_op_ExclusiveOr_m7354F87F0899A422A41DFF46EA851983669E2F27 (int32_t ___lhs0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x2 operator ^ (int lhs, int4x2 rhs) { return new int4x2 (lhs ^ rhs.c0, lhs ^ rhs.c1); }
int32_t L_0 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700_inline(L_4, L_6, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_8;
memset((&L_8), 0, sizeof(L_8));
int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4x2 operator ^ (int lhs, int4x2 rhs) { return new int4x2 (lhs ^ rhs.c0, lhs ^ rhs.c1); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int4& Unity.Mathematics.int4x2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052* int4x2_get_Item_m436F30EE116B6870D95690647C7EA0AFC8927B99 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___index0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* V_0 = NULL;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* V_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* V_2 = NULL;
{
V_1 = __this;
// fixed (int4x2* array = &this) { return ref ((int4*)array)[index]; }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* L_0 = V_1;
V_0 = (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*)((uintptr_t)L_0);
// fixed (int4x2* array = &this) { return ref ((int4*)array)[index]; }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int4_tBA77D4945786DE82C3A487B33955EA1004996052);
V_2 = (int4_tBA77D4945786DE82C3A487B33955EA1004996052*)((int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3))));
goto IL_0015;
}
IL_0015:
{
// }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_4 = V_2;
return L_4;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052* int4x2_get_Item_m436F30EE116B6870D95690647C7EA0AFC8927B99_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _returnValue;
_returnValue = int4x2_get_Item_m436F30EE116B6870D95690647C7EA0AFC8927B99(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int4x2::Equals(Unity.Mathematics.int4x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4x2_Equals_m5A6365B1E4D3C842FC765726BE371E156479CD90 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int4x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&__this->___c0_0);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool L_3;
L_3 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_4 = (&__this->___c1_1);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool L_7;
L_7 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_4, L_6, NULL);
G_B3_0 = ((int32_t)(L_7));
goto IL_0028;
}
IL_0027:
{
G_B3_0 = 0;
}
IL_0028:
{
V_0 = (bool)G_B3_0;
goto IL_002b;
}
IL_002b:
{
// public bool Equals(int4x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
bool L_8 = V_0;
return L_8;
}
}
IL2CPP_EXTERN_C bool int4x2_Equals_m5A6365B1E4D3C842FC765726BE371E156479CD90_AdjustorThunk (RuntimeObject* __this, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
bool _returnValue;
_returnValue = int4x2_Equals_m5A6365B1E4D3C842FC765726BE371E156479CD90_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int4x2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4x2_Equals_mE7EFDC505C8DB904E2F9D20BC13934511F17DAD9 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// public override bool Equals(object o) { return o is int4x2 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*)((int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*)(int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*)UnBox(L_1, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996_il2cpp_TypeInfo_var))));
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_2 = V_0;
bool L_3;
L_3 = int4x2_Equals_m5A6365B1E4D3C842FC765726BE371E156479CD90_inline(__this, L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_1 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
// public override bool Equals(object o) { return o is int4x2 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int4x2_Equals_mE7EFDC505C8DB904E2F9D20BC13934511F17DAD9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
bool _returnValue;
_returnValue = int4x2_Equals_mE7EFDC505C8DB904E2F9D20BC13934511F17DAD9(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int4x2::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int4x2_GetHashCode_m1DEE5DD4514364B8AF3613649F6DCBCA95905D9E (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = (*(int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*)__this);
uint32_t L_1;
L_1 = math_hash_mD2616FCA815CE2F047FF63E8AB7E33E18995CBA8_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t int4x2_GetHashCode_m1DEE5DD4514364B8AF3613649F6DCBCA95905D9E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
int32_t _returnValue;
_returnValue = int4x2_GetHashCode_m1DEE5DD4514364B8AF3613649F6DCBCA95905D9E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int4x2::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int4x2_ToString_m0DFBB3421C97AD90C6271C339160309BDE5CCC45 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x2({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", c0.x, c1.x, c0.y, c1.y, c0.z, c1.z, c0.w, c1.w);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t L_3 = L_2->___x_0;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = (&__this->___c1_1);
int32_t L_8 = L_7->___x_0;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_12 = (&__this->___c0_0);
int32_t L_13 = L_12->___y_1;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_17 = (&__this->___c1_1);
int32_t L_18 = L_17->___y_1;
int32_t L_19 = L_18;
RuntimeObject* L_20 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_16;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_22 = (&__this->___c0_0);
int32_t L_23 = L_22->___z_2;
int32_t L_24 = L_23;
RuntimeObject* L_25 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_25);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_21;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_27 = (&__this->___c1_1);
int32_t L_28 = L_27->___z_2;
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_26;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c0_0);
int32_t L_33 = L_32->___w_3;
int32_t L_34 = L_33;
RuntimeObject* L_35 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_34);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_35);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_35);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_37 = (&__this->___c1_1);
int32_t L_38 = L_37->___w_3;
int32_t L_39 = L_38;
RuntimeObject* L_40 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_39);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_40);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_40);
String_t* L_41;
L_41 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060, L_36, NULL);
V_0 = L_41;
goto IL_00ac;
}
IL_00ac:
{
// }
String_t* L_42 = V_0;
return L_42;
}
}
IL2CPP_EXTERN_C String_t* int4x2_ToString_m0DFBB3421C97AD90C6271C339160309BDE5CCC45_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
String_t* _returnValue;
_returnValue = int4x2_ToString_m0DFBB3421C97AD90C6271C339160309BDE5CCC45_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int4x2::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int4x2_ToString_m59BD51DE412C7ABF8B4D0410798BB8EBB0E21E65 (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x2({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.ToString(format, formatProvider), c0.z.ToString(format, formatProvider), c1.z.ToString(format, formatProvider), c0.w.ToString(format, formatProvider), c1.w.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t* L_3 = (&L_2->___x_0);
String_t* L_4 = ___format0;
RuntimeObject* L_5 = ___formatProvider1;
String_t* L_6;
L_6 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_3, L_4, L_5, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_8 = (&__this->___c1_1);
int32_t* L_9 = (&L_8->___x_0);
String_t* L_10 = ___format0;
RuntimeObject* L_11 = ___formatProvider1;
String_t* L_12;
L_12 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_9, L_10, L_11, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_12);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_7;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_14 = (&__this->___c0_0);
int32_t* L_15 = (&L_14->___y_1);
String_t* L_16 = ___format0;
RuntimeObject* L_17 = ___formatProvider1;
String_t* L_18;
L_18 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_15, L_16, L_17, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_13;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_20 = (&__this->___c1_1);
int32_t* L_21 = (&L_20->___y_1);
String_t* L_22 = ___format0;
RuntimeObject* L_23 = ___formatProvider1;
String_t* L_24;
L_24 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_21, L_22, L_23, NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_24);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_19;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_26 = (&__this->___c0_0);
int32_t* L_27 = (&L_26->___z_2);
String_t* L_28 = ___format0;
RuntimeObject* L_29 = ___formatProvider1;
String_t* L_30;
L_30 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_27, L_28, L_29, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_25;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c1_1);
int32_t* L_33 = (&L_32->___z_2);
String_t* L_34 = ___format0;
RuntimeObject* L_35 = ___formatProvider1;
String_t* L_36;
L_36 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_33, L_34, L_35, NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_36);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_36);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_37 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_38 = (&__this->___c0_0);
int32_t* L_39 = (&L_38->___w_3);
String_t* L_40 = ___format0;
RuntimeObject* L_41 = ___formatProvider1;
String_t* L_42;
L_42 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_39, L_40, L_41, NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_42);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_42);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = L_37;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_44 = (&__this->___c1_1);
int32_t* L_45 = (&L_44->___w_3);
String_t* L_46 = ___format0;
RuntimeObject* L_47 = ___formatProvider1;
String_t* L_48;
L_48 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_45, L_46, L_47, NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_48);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_48);
String_t* L_49;
L_49 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060, L_43, NULL);
V_0 = L_49;
goto IL_00bc;
}
IL_00bc:
{
// }
String_t* L_50 = V_0;
return L_50;
}
}
IL2CPP_EXTERN_C String_t* int4x2_ToString_m59BD51DE412C7ABF8B4D0410798BB8EBB0E21E65_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*>(__this + _offset);
String_t* _returnValue;
_returnValue = int4x2_ToString_m59BD51DE412C7ABF8B4D0410798BB8EBB0E21E65_inline(_thisAdjusted, ___format0, ___formatProvider1, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.int4,Unity.Mathematics.int4,Unity.Mathematics.int4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c22, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___c22;
__this->___c2_2 = L_2;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_AdjustorThunk (RuntimeObject* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c22, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline(_thisAdjusted, ___c00, ___c11, ___c22, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mC047D9CF778207E9969175A86A29D7E56A8439B7 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, int32_t ___m206, int32_t ___m217, int32_t ___m228, int32_t ___m309, int32_t ___m3110, int32_t ___m3211, const RuntimeMethod* method)
{
{
// this.c0 = new int4(m00, m10, m20, m30);
int32_t L_0 = ___m000;
int32_t L_1 = ___m103;
int32_t L_2 = ___m206;
int32_t L_3 = ___m309;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
__this->___c0_0 = L_4;
// this.c1 = new int4(m01, m11, m21, m31);
int32_t L_5 = ___m011;
int32_t L_6 = ___m114;
int32_t L_7 = ___m217;
int32_t L_8 = ___m3110;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
memset((&L_9), 0, sizeof(L_9));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_9), L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
__this->___c1_1 = L_9;
// this.c2 = new int4(m02, m12, m22, m32);
int32_t L_10 = ___m022;
int32_t L_11 = ___m125;
int32_t L_12 = ___m228;
int32_t L_13 = ___m3211;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
memset((&L_14), 0, sizeof(L_14));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_14), L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
__this->___c2_2 = L_14;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mC047D9CF778207E9969175A86A29D7E56A8439B7_AdjustorThunk (RuntimeObject* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, int32_t ___m206, int32_t ___m217, int32_t ___m228, int32_t ___m309, int32_t ___m3110, int32_t ___m3211, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mC047D9CF778207E9969175A86A29D7E56A8439B7_inline(_thisAdjusted, ___m000, ___m011, ___m022, ___m103, ___m114, ___m125, ___m206, ___m217, ___m228, ___m309, ___m3110, ___m3211, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mC3C913CAF5376F57CC0EC7DDF411C9E08EBC4D64 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mC3C913CAF5376F57CC0EC7DDF411C9E08EBC4D64_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mC3C913CAF5376F57CC0EC7DDF411C9E08EBC4D64_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_m4310738CE69D9C31866631FCCE2C9362A48371C2 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_4), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_8), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
memset((&L_9), 0, sizeof(L_9));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_m4310738CE69D9C31866631FCCE2C9362A48371C2_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_m4310738CE69D9C31866631FCCE2C9362A48371C2_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.bool4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_m40F13DF5EC73484AEB68E91DB3E79AE2255BF0D4 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v.c0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_2 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int4(0), new int4(1), v.c1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6;
memset((&L_6), 0, sizeof(L_6));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_6), 1, /*hidden argument*/NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_7 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int4(0), new int4(1), v.c2);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10;
memset((&L_10), 0, sizeof(L_10));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_10), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
memset((&L_11), 0, sizeof(L_11));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_11), 1, /*hidden argument*/NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_m40F13DF5EC73484AEB68E91DB3E79AE2255BF0D4_AdjustorThunk (RuntimeObject* __this, bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_m40F13DF5EC73484AEB68E91DB3E79AE2255BF0D4_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mC42E466912E6570E5A8C02D6E696DBD1A2F196F1 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
uint32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
uint32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int4)v;
uint32_t L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mC42E466912E6570E5A8C02D6E696DBD1A2F196F1_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mC42E466912E6570E5A8C02D6E696DBD1A2F196F1_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.uint4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mA62A81663E8DE554549CA8553294766A2EF1714A (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C L_0 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C L_3 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int4)v.c2;
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C L_6 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mA62A81663E8DE554549CA8553294766A2EF1714A_AdjustorThunk (RuntimeObject* __this, uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mA62A81663E8DE554549CA8553294766A2EF1714A_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mD89EE4DEE5C9F216F39FB40D7125BCFA9378E249 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
float L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
float L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int4)v;
float L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mD89EE4DEE5C9F216F39FB40D7125BCFA9378E249_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mD89EE4DEE5C9F216F39FB40D7125BCFA9378E249_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.float4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mDC1A326B59515C8FC0BBD48DBC982F099C3D99DD (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC L_0 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC L_3 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int4)v.c2;
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC L_6 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mDC1A326B59515C8FC0BBD48DBC982F099C3D99DD_AdjustorThunk (RuntimeObject* __this, float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mDC1A326B59515C8FC0BBD48DBC982F099C3D99DD_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mADE42A87E2A9AE08ED0BFF7906D457F7A3F5A5FF (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
double L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
double L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int4)v;
double L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mADE42A87E2A9AE08ED0BFF7906D457F7A3F5A5FF_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mADE42A87E2A9AE08ED0BFF7906D457F7A3F5A5FF_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int4x3::.ctor(Unity.Mathematics.double4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int4x3__ctor_mFA6E86F136570495C8AA2B63C12932A71262438C (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E L_0 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E L_3 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int4)v.c2;
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E L_6 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_EXTERN_C void int4x3__ctor_mFA6E86F136570495C8AA2B63C12932A71262438C_AdjustorThunk (RuntimeObject* __this, double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4x3__ctor_mFA6E86F136570495C8AA2B63C12932A71262438C_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Implicit_m0A3676280384D2F21189C119BEFFF721464487CC (int32_t ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int4x3(int v) { return new int4x3(v); }
int32_t L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_mC3C913CAF5376F57CC0EC7DDF411C9E08EBC4D64_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int4x3(int v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_m9D084DA5AB5223D23220E30DE8924CA26900EA71 (bool ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(bool v) { return new int4x3(v); }
bool L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_m4310738CE69D9C31866631FCCE2C9362A48371C2_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(bool v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(Unity.Mathematics.bool4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_m0167A5463482D4C99473D346BF7F20C2AA8FE945 (bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(bool4x3 v) { return new int4x3(v); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_m40F13DF5EC73484AEB68E91DB3E79AE2255BF0D4_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(bool4x3 v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_m70570902008B4328C885EC2BE32C86CE4637C1F0 (uint32_t ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(uint v) { return new int4x3(v); }
uint32_t L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_mC42E466912E6570E5A8C02D6E696DBD1A2F196F1_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(uint v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(Unity.Mathematics.uint4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_m548895E7261134BCEC55CE2E4B62878BEF0F13DD (uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(uint4x3 v) { return new int4x3(v); }
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_mA62A81663E8DE554549CA8553294766A2EF1714A_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(uint4x3 v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_m1AB3214AD44AD78BC8BC844CF132E0A6A9155E6C (float ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(float v) { return new int4x3(v); }
float L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_mD89EE4DEE5C9F216F39FB40D7125BCFA9378E249_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(float v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(Unity.Mathematics.float4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_m537C7DB100C80A1DF5D0D972A737E631D7B0D56C (float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(float4x3 v) { return new int4x3(v); }
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_mDC1A326B59515C8FC0BBD48DBC982F099C3D99DD_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(float4x3 v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_mFD194F237F5997B704C1E599CF56E208BCBB2871 (double ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(double v) { return new int4x3(v); }
double L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_mADE42A87E2A9AE08ED0BFF7906D457F7A3F5A5FF_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(double v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Explicit(Unity.Mathematics.double4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Explicit_m91E18545A59E994E6CFE00BFE6E21B383C10881C (double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E ___v0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4x3(double4x3 v) { return new int4x3(v); }
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E L_0 = ___v0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1;
memset((&L_1), 0, sizeof(L_1));
int4x3__ctor_mFA6E86F136570495C8AA2B63C12932A71262438C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4x3(double4x3 v) { return new int4x3(v); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Multiply(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Multiply_mAED4B9381FC8C65EE30CA3DAA3B6B065C50027D0 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator * (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator * (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Multiply(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Multiply_m064A950B9F3F39219286D54D703847AB32B8DCCA (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator * (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator * (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Multiply(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Multiply_m34F4E37742B079F15B6C155DD5C914BFA845D771 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator * (int lhs, int4x3 rhs) { return new int4x3 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator * (int lhs, int4x3 rhs) { return new int4x3 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Addition(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Addition_m16CE5BC3CBB8A698DAD6BF3BC3B5A307CE86552F (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator + (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator + (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Addition(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Addition_m746020900707E083EF171056908C84EBA37A1964 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator + (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator + (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Addition(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Addition_m85FE84AF51E223D38FB5ED8E74297ADD0A084B1A (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator + (int lhs, int4x3 rhs) { return new int4x3 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator + (int lhs, int4x3 rhs) { return new int4x3 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Subtraction(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Subtraction_m7DF3B7870846043F8D9E77E9E184A1DFAFF2C2C9 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator - (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator - (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Subtraction(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Subtraction_mE65C86EA520ACDAE89AEC38F7AA7F258F9E16227 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator - (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator - (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Subtraction(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Subtraction_mDF55C300B98149368C4A58F91306B2A35F3BE208 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator - (int lhs, int4x3 rhs) { return new int4x3 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator - (int lhs, int4x3 rhs) { return new int4x3 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Division(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Division_mC5B91DD0AEB91960234F276F1919620C2CBE66AE (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator / (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator / (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Division(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Division_m676980C8FB21413AC4AA488DC33D9B9CB570BDB1 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator / (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator / (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Division(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Division_m83987668C84308401603FE35804B8D70E7AAA9AF (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator / (int lhs, int4x3 rhs) { return new int4x3 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator / (int lhs, int4x3 rhs) { return new int4x3 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Modulus(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Modulus_m6E6B06B4D44C5177A39EF28510D18CBBCA760CB9 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator % (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator % (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Modulus(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Modulus_m0D01A4FB04FDD887AF9110A564AE77DEF112CD93 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator % (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator % (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Modulus(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Modulus_mFD01BBC8BF68B1EE5E9C1D63327937C2B2071CC8 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator % (int lhs, int4x3 rhs) { return new int4x3 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator % (int lhs, int4x3 rhs) { return new int4x3 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Increment(Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Increment_m771F6004A7BC51B1DA2FCDD20E626220E693D287 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4x3 operator ++ (int4x3 val) { return new int4x3 (++val.c0, ++val.c1, ++val.c2); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&(&___val0)->___c0_0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3_inline(L_2, NULL);
V_0 = L_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1 = L_4;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_6 = (&(&___val0)->___c1_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3_inline(L_8, NULL);
V_0 = L_9;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7 = L_10;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_12 = (&(&___val0)->___c2_2);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_13 = L_12;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_13);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_15;
L_15 = int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3_inline(L_14, NULL);
V_0 = L_15;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_13 = L_16;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_18;
memset((&L_18), 0, sizeof(L_18));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_18), L_5, L_11, L_17, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0057;
}
IL_0057:
{
// public static int4x3 operator ++ (int4x3 val) { return new int4x3 (++val.c0, ++val.c1, ++val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_19 = V_1;
return L_19;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_Decrement(Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_Decrement_m29553548A40CEDC06EEEF88F6B1EA90809A3A3FF (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4x3 operator -- (int4x3 val) { return new int4x3 (--val.c0, --val.c1, --val.c2); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&(&___val0)->___c0_0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524_inline(L_2, NULL);
V_0 = L_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_1 = L_4;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_6 = (&(&___val0)->___c1_1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524_inline(L_8, NULL);
V_0 = L_9;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_7 = L_10;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_12 = (&(&___val0)->___c2_2);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_13 = L_12;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_13);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_15;
L_15 = int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524_inline(L_14, NULL);
V_0 = L_15;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16 = V_0;
*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)L_13 = L_16;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_18;
memset((&L_18), 0, sizeof(L_18));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_18), L_5, L_11, L_17, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0057;
}
IL_0057:
{
// public static int4x3 operator -- (int4x3 val) { return new int4x3 (--val.c0, --val.c1, --val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_19 = V_1;
return L_19;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_LessThan(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_LessThan_m4C0E6280ABFD41072A1B889F399F36BAFCCC022B (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator < (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_14;
L_14 = int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51_inline(L_11, L_13, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_15;
memset((&L_15), 0, sizeof(L_15));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool4x3 operator < (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_LessThan(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_LessThan_m813E6B2B4E8F879B0E2D688291CFD02F9892A27A (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator < (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84_inline(L_9, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator < (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_LessThan(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_LessThan_mEFC7765D50165A9E1766BC9B7C169E8DCCF869BE (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator < (int lhs, int4x3 rhs) { return new bool4x3 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A_inline(L_8, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator < (int lhs, int4x3 rhs) { return new bool4x3 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_LessThanOrEqual(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_LessThanOrEqual_m037A099D8F0055802248FA8C995EC4CA8965D514 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator <= (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_14;
L_14 = int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205_inline(L_11, L_13, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_15;
memset((&L_15), 0, sizeof(L_15));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool4x3 operator <= (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_LessThanOrEqual(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_LessThanOrEqual_m9C7D647F28A9F0C8E8F4090D278D1F534D7679A7 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator <= (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9_inline(L_9, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator <= (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_LessThanOrEqual_m34F963FE72F19E685E5CB1562817D8ED08E114B7 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator <= (int lhs, int4x3 rhs) { return new bool4x3 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA_inline(L_8, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator <= (int lhs, int4x3 rhs) { return new bool4x3 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_GreaterThan(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_GreaterThan_m5B1095A0760F49AB9A3BA91EF62D6F4A75461A1F (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator > (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_14;
L_14 = int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5_inline(L_11, L_13, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_15;
memset((&L_15), 0, sizeof(L_15));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool4x3 operator > (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_GreaterThan(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_GreaterThan_m1526F4080DD7EBDBA1FA0BB186CA7D7C4AF1EA1B (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator > (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF_inline(L_9, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator > (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_GreaterThan(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_GreaterThan_m4A30ADAABBE600E1447D9C387F9CF44DCC6D169C (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator > (int lhs, int4x3 rhs) { return new bool4x3 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28_inline(L_8, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator > (int lhs, int4x3 rhs) { return new bool4x3 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_GreaterThanOrEqual(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_GreaterThanOrEqual_mCF0045D6317A90C0CF55AF5435C43FBED2E7FCD0 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator >= (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_14;
L_14 = int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2_inline(L_11, L_13, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_15;
memset((&L_15), 0, sizeof(L_15));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool4x3 operator >= (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_GreaterThanOrEqual(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_GreaterThanOrEqual_m42CE167DF12A32F90E51C9EEA67B364059966A8A (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator >= (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A_inline(L_9, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator >= (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_GreaterThanOrEqual_mC3CBD307BA529F3F2F593AA3B01A490E4EFCE63C (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator >= (int lhs, int4x3 rhs) { return new bool4x3 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040_inline(L_8, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator >= (int lhs, int4x3 rhs) { return new bool4x3 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_UnaryNegation(Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_UnaryNegation_m9E7FA408871F3EE03066B273564C16FD597F7CF6 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___val0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator - (int4x3 val) { return new int4x3 (-val.c0, -val.c1, -val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF_inline(L_1, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_3 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF_inline(L_4, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_6 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF_inline(L_7, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9;
memset((&L_9), 0, sizeof(L_9));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int4x3 operator - (int4x3 val) { return new int4x3 (-val.c0, -val.c1, -val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_UnaryPlus(Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_UnaryPlus_m440F003291D05EA85EF95F691638C9BBE7255FDC (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___val0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator + (int4x3 val) { return new int4x3 (+val.c0, +val.c1, +val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623_inline(L_1, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_3 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623_inline(L_4, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_6 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623_inline(L_7, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9;
memset((&L_9), 0, sizeof(L_9));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int4x3 operator + (int4x3 val) { return new int4x3 (+val.c0, +val.c1, +val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_LeftShift(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_LeftShift_m7FA257584724F56F8679D57C0BC726EE71C79169 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator << (int4x3 x, int n) { return new int4x3 (x.c0 << n, x.c1 << n, x.c2 << n); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator << (int4x3 x, int n) { return new int4x3 (x.c0 << n, x.c1 << n, x.c2 << n); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_RightShift(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_RightShift_m06B26FF27F4F131450D958BCD080DE73CAE7E26A (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator >> (int4x3 x, int n) { return new int4x3 (x.c0 >> n, x.c1 >> n, x.c2 >> n); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___x0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator >> (int4x3 x, int n) { return new int4x3 (x.c0 >> n, x.c1 >> n, x.c2 >> n); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_Equality(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_Equality_mD9D2D5346EEAD0A76CC0CBD3543D2198BF38A983 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator == (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_14;
L_14 = int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851_inline(L_11, L_13, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_15;
memset((&L_15), 0, sizeof(L_15));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool4x3 operator == (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_Equality(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_Equality_mE66669193908EDA1A392D22547CCA5580FFD37C7 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator == (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B_inline(L_9, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator == (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_Equality(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_Equality_mF54163049CC440ABB8F85607EDAB4D9928EA8944 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator == (int lhs, int4x3 rhs) { return new bool4x3 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2_inline(L_8, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator == (int lhs, int4x3 rhs) { return new bool4x3 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_Inequality(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_Inequality_m49E356A8133B7505C666928B927C3398B4A1BE57 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator != (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4;
L_4 = int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_9;
L_9 = int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_14;
L_14 = int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D_inline(L_11, L_13, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_15;
memset((&L_15), 0, sizeof(L_15));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool4x3 operator != (int4x3 lhs, int4x3 rhs) { return new bool4x3 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_Inequality(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_Inequality_m4BB5D30C2C5D4493A81C1F9BFFB2817233C635B7 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator != (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5_inline(L_9, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator != (int4x3 lhs, int rhs) { return new bool4x3 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool4x3 Unity.Mathematics.int4x3::op_Inequality(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 int4x3_op_Inequality_mB155D6DB0D47205FEB3C325082366238B14FE28B (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4x3 operator != (int lhs, int4x3 rhs) { return new bool4x3 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
L_3 = int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_7;
L_7 = int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_11;
L_11 = int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C_inline(L_8, L_10, NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4x3 operator != (int lhs, int4x3 rhs) { return new bool4x3 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2); }
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_OnesComplement(Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_OnesComplement_mF41AF1BEFD8C24592233AD11E55F662A51EAD78A (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___val0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator ~ (int4x3 val) { return new int4x3 (~val.c0, ~val.c1, ~val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05_inline(L_1, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_3 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05_inline(L_4, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_6 = ___val0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05_inline(L_7, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9;
memset((&L_9), 0, sizeof(L_9));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int4x3 operator ~ (int4x3 val) { return new int4x3 (~val.c0, ~val.c1, ~val.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_BitwiseAnd(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_BitwiseAnd_mE5F271D4DE2207DE22DD08B46542DC7EB3787845 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator & (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator & (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_BitwiseAnd(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_BitwiseAnd_m6921FF03A68CA84918DFD575DFEE3212C62FAA5A (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator & (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator & (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_BitwiseAnd(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_BitwiseAnd_m6B5C665DC0BFCFF7EE17ABA6F6AA50E36BC660A6 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator & (int lhs, int4x3 rhs) { return new int4x3 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator & (int lhs, int4x3 rhs) { return new int4x3 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_BitwiseOr(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_BitwiseOr_m02ED5C84BEADE22BB80A105A7578862383C5DDAF (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator | (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator | (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_BitwiseOr(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_BitwiseOr_m6135ED9AC469BC50C54CF712AB45B16E5C2C1E3A (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator | (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator | (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_BitwiseOr(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_BitwiseOr_m2BB527367E18599664F0D357A54FD37701307930 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator | (int lhs, int4x3 rhs) { return new int4x3 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator | (int lhs, int4x3 rhs) { return new int4x3 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_ExclusiveOr(Unity.Mathematics.int4x3,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_ExclusiveOr_m06ED026E977A2A9CA4CA338A957360D10661364B (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator ^ (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9_inline(L_1, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_7 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9_inline(L_6, L_8, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_10 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11 = L_10.___c2_2;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9_inline(L_11, L_13, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_15;
memset((&L_15), 0, sizeof(L_15));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int4x3 operator ^ (int4x3 lhs, int4x3 rhs) { return new int4x3 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_ExclusiveOr(Unity.Mathematics.int4x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_ExclusiveOr_m152F3CB18DA6AD20836ABB96C0CF9AC20162794F (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator ^ (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0_inline(L_1, L_2, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_4 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0_inline(L_5, L_6, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_8 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0_inline(L_9, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator ^ (int4x3 lhs, int rhs) { return new int4x3 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4x3 Unity.Mathematics.int4x3::op_ExclusiveOr(System.Int32,Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A int4x3_op_ExclusiveOr_m01BD5BACFA2AEF1FAA8ABC7C9E54B72F94204D02 (int32_t ___lhs0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4x3 operator ^ (int lhs, int4x3 rhs) { return new int4x3 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2); }
int32_t L_0 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700_inline(L_8, L_10, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_12;
memset((&L_12), 0, sizeof(L_12));
int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int4x3 operator ^ (int lhs, int4x3 rhs) { return new int4x3 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int4& Unity.Mathematics.int4x3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052* int4x3_get_Item_m74E87840495C3A2B34E500448C4B062984A9CDC3 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___index0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* V_0 = NULL;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* V_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* V_2 = NULL;
{
V_1 = __this;
// fixed (int4x3* array = &this) { return ref ((int4*)array)[index]; }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* L_0 = V_1;
V_0 = (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*)((uintptr_t)L_0);
// fixed (int4x3* array = &this) { return ref ((int4*)array)[index]; }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int4_tBA77D4945786DE82C3A487B33955EA1004996052);
V_2 = (int4_tBA77D4945786DE82C3A487B33955EA1004996052*)((int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3))));
goto IL_0015;
}
IL_0015:
{
// }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_4 = V_2;
return L_4;
}
}
IL2CPP_EXTERN_C int4_tBA77D4945786DE82C3A487B33955EA1004996052* int4x3_get_Item_m74E87840495C3A2B34E500448C4B062984A9CDC3_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052* _returnValue;
_returnValue = int4x3_get_Item_m74E87840495C3A2B34E500448C4B062984A9CDC3(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int4x3::Equals(Unity.Mathematics.int4x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4x3_Equals_mF510FE1C1A12EF54B1AA8C724B99D86EAC92CD96 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// public bool Equals(int4x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&__this->___c0_0);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool L_3;
L_3 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_003a;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_4 = (&__this->___c1_1);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool L_7;
L_7 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_003a;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_8 = (&__this->___c2_2);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool L_11;
L_11 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_8, L_10, NULL);
G_B4_0 = ((int32_t)(L_11));
goto IL_003b;
}
IL_003a:
{
G_B4_0 = 0;
}
IL_003b:
{
V_0 = (bool)G_B4_0;
goto IL_003e;
}
IL_003e:
{
// public bool Equals(int4x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
bool L_12 = V_0;
return L_12;
}
}
IL2CPP_EXTERN_C bool int4x3_Equals_mF510FE1C1A12EF54B1AA8C724B99D86EAC92CD96_AdjustorThunk (RuntimeObject* __this, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
bool _returnValue;
_returnValue = int4x3_Equals_mF510FE1C1A12EF54B1AA8C724B99D86EAC92CD96_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int4x3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int4x3_Equals_m2A255990BEC3E6DDF5A917F70696CABC20B019F7 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// public override bool Equals(object o) { return o is int4x3 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*)((int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*)(int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*)UnBox(L_1, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A_il2cpp_TypeInfo_var))));
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_2 = V_0;
bool L_3;
L_3 = int4x3_Equals_mF510FE1C1A12EF54B1AA8C724B99D86EAC92CD96_inline(__this, L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_1 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
// public override bool Equals(object o) { return o is int4x3 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int4x3_Equals_m2A255990BEC3E6DDF5A917F70696CABC20B019F7_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
bool _returnValue;
_returnValue = int4x3_Equals_m2A255990BEC3E6DDF5A917F70696CABC20B019F7(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int4x3::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int4x3_GetHashCode_m162239BFC9B1F4BE57D99FF7526A3A92A0BFA0C2 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = (*(int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*)__this);
uint32_t L_1;
L_1 = math_hash_m117A9EB99AF6913BACF1320513E5FA0139E0709C_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t int4x3_GetHashCode_m162239BFC9B1F4BE57D99FF7526A3A92A0BFA0C2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
int32_t _returnValue;
_returnValue = int4x3_GetHashCode_m162239BFC9B1F4BE57D99FF7526A3A92A0BFA0C2_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int4x3::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int4x3_ToString_mB1AF3E1D7CEC8412E4133DF6788DE452BB7ADE40 (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x, c1.x, c2.x, c0.y, c1.y, c2.y, c0.z, c1.z, c2.z, c0.w, c1.w, c2.w);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t L_3 = L_2->___x_0;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = (&__this->___c1_1);
int32_t L_8 = L_7->___x_0;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_12 = (&__this->___c2_2);
int32_t L_13 = L_12->___x_0;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_17 = (&__this->___c0_0);
int32_t L_18 = L_17->___y_1;
int32_t L_19 = L_18;
RuntimeObject* L_20 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_16;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_22 = (&__this->___c1_1);
int32_t L_23 = L_22->___y_1;
int32_t L_24 = L_23;
RuntimeObject* L_25 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_25);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_21;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_27 = (&__this->___c2_2);
int32_t L_28 = L_27->___y_1;
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_26;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c0_0);
int32_t L_33 = L_32->___z_2;
int32_t L_34 = L_33;
RuntimeObject* L_35 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_34);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_35);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_35);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_37 = (&__this->___c1_1);
int32_t L_38 = L_37->___z_2;
int32_t L_39 = L_38;
RuntimeObject* L_40 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_39);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_40);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_40);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_41 = L_36;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_42 = (&__this->___c2_2);
int32_t L_43 = L_42->___z_2;
int32_t L_44 = L_43;
RuntimeObject* L_45 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_44);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_45);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_45);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_46 = L_41;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_47 = (&__this->___c0_0);
int32_t L_48 = L_47->___w_3;
int32_t L_49 = L_48;
RuntimeObject* L_50 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_49);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_50);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_50);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51 = L_46;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_52 = (&__this->___c1_1);
int32_t L_53 = L_52->___w_3;
int32_t L_54 = L_53;
RuntimeObject* L_55 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_54);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_55);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_55);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_56 = L_51;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_57 = (&__this->___c2_2);
int32_t L_58 = L_57->___w_3;
int32_t L_59 = L_58;
RuntimeObject* L_60 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_59);
NullCheck(L_56);
ArrayElementTypeCheck (L_56, L_60);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_60);
String_t* L_61;
L_61 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB, L_56, NULL);
V_0 = L_61;
goto IL_00fc;
}
IL_00fc:
{
// }
String_t* L_62 = V_0;
return L_62;
}
}
IL2CPP_EXTERN_C String_t* int4x3_ToString_mB1AF3E1D7CEC8412E4133DF6788DE452BB7ADE40_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
String_t* _returnValue;
_returnValue = int4x3_ToString_mB1AF3E1D7CEC8412E4133DF6788DE452BB7ADE40_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int4x3::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int4x3_ToString_m354FEEC3DDFDC7F60B77CAA21EF48E1930A8179B (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c2.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.ToString(format, formatProvider), c2.y.ToString(format, formatProvider), c0.z.ToString(format, formatProvider), c1.z.ToString(format, formatProvider), c2.z.ToString(format, formatProvider), c0.w.ToString(format, formatProvider), c1.w.ToString(format, formatProvider), c2.w.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t* L_3 = (&L_2->___x_0);
String_t* L_4 = ___format0;
RuntimeObject* L_5 = ___formatProvider1;
String_t* L_6;
L_6 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_3, L_4, L_5, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_8 = (&__this->___c1_1);
int32_t* L_9 = (&L_8->___x_0);
String_t* L_10 = ___format0;
RuntimeObject* L_11 = ___formatProvider1;
String_t* L_12;
L_12 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_9, L_10, L_11, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_12);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_7;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_14 = (&__this->___c2_2);
int32_t* L_15 = (&L_14->___x_0);
String_t* L_16 = ___format0;
RuntimeObject* L_17 = ___formatProvider1;
String_t* L_18;
L_18 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_15, L_16, L_17, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_13;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_20 = (&__this->___c0_0);
int32_t* L_21 = (&L_20->___y_1);
String_t* L_22 = ___format0;
RuntimeObject* L_23 = ___formatProvider1;
String_t* L_24;
L_24 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_21, L_22, L_23, NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_24);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_19;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_26 = (&__this->___c1_1);
int32_t* L_27 = (&L_26->___y_1);
String_t* L_28 = ___format0;
RuntimeObject* L_29 = ___formatProvider1;
String_t* L_30;
L_30 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_27, L_28, L_29, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_25;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c2_2);
int32_t* L_33 = (&L_32->___y_1);
String_t* L_34 = ___format0;
RuntimeObject* L_35 = ___formatProvider1;
String_t* L_36;
L_36 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_33, L_34, L_35, NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_36);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_36);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_37 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_38 = (&__this->___c0_0);
int32_t* L_39 = (&L_38->___z_2);
String_t* L_40 = ___format0;
RuntimeObject* L_41 = ___formatProvider1;
String_t* L_42;
L_42 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_39, L_40, L_41, NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_42);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_42);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = L_37;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_44 = (&__this->___c1_1);
int32_t* L_45 = (&L_44->___z_2);
String_t* L_46 = ___format0;
RuntimeObject* L_47 = ___formatProvider1;
String_t* L_48;
L_48 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_45, L_46, L_47, NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_48);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_48);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49 = L_43;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_50 = (&__this->___c2_2);
int32_t* L_51 = (&L_50->___z_2);
String_t* L_52 = ___format0;
RuntimeObject* L_53 = ___formatProvider1;
String_t* L_54;
L_54 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_51, L_52, L_53, NULL);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_54);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_54);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = L_49;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_56 = (&__this->___c0_0);
int32_t* L_57 = (&L_56->___w_3);
String_t* L_58 = ___format0;
RuntimeObject* L_59 = ___formatProvider1;
String_t* L_60;
L_60 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_57, L_58, L_59, NULL);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_60);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_60);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_61 = L_55;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_62 = (&__this->___c1_1);
int32_t* L_63 = (&L_62->___w_3);
String_t* L_64 = ___format0;
RuntimeObject* L_65 = ___formatProvider1;
String_t* L_66;
L_66 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_63, L_64, L_65, NULL);
NullCheck(L_61);
ArrayElementTypeCheck (L_61, L_66);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_66);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_67 = L_61;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_68 = (&__this->___c2_2);
int32_t* L_69 = (&L_68->___w_3);
String_t* L_70 = ___format0;
RuntimeObject* L_71 = ___formatProvider1;
String_t* L_72;
L_72 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_69, L_70, L_71, NULL);
NullCheck(L_67);
ArrayElementTypeCheck (L_67, L_72);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_72);
String_t* L_73;
L_73 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB, L_67, NULL);
V_0 = L_73;
goto IL_0114;
}
IL_0114:
{
// }
String_t* L_74 = V_0;
return L_74;
}
}
IL2CPP_EXTERN_C String_t* int4x3_ToString_m354FEEC3DDFDC7F60B77CAA21EF48E1930A8179B_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*>(__this + _offset);
String_t* _returnValue;
_returnValue = int4x3_ToString_m354FEEC3DDFDC7F60B77CAA21EF48E1930A8179B_inline(_thisAdjusted, ___format0, ___formatProvider1, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m2CBE10495FDE148A768B640ECBAB9887BF2217AF_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c33, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___c22;
__this->___c2_2 = L_2;
// this.c3 = c3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___c33;
__this->___c3_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
int32_t L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = z;
int32_t L_2 = ___z2;
__this->___z_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m868AF02D903BFB1450391BD8B2E85B744DAC4BD8_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m033, int32_t ___m104, int32_t ___m115, int32_t ___m126, int32_t ___m137, int32_t ___m208, int32_t ___m219, int32_t ___m2210, int32_t ___m2311, const RuntimeMethod* method)
{
{
// this.c0 = new int3(m00, m10, m20);
int32_t L_0 = ___m000;
int32_t L_1 = ___m104;
int32_t L_2 = ___m208;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
__this->___c0_0 = L_3;
// this.c1 = new int3(m01, m11, m21);
int32_t L_4 = ___m011;
int32_t L_5 = ___m115;
int32_t L_6 = ___m219;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
memset((&L_7), 0, sizeof(L_7));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_7), L_4, L_5, L_6, /*hidden argument*/NULL);
__this->___c1_1 = L_7;
// this.c2 = new int3(m02, m12, m22);
int32_t L_8 = ___m022;
int32_t L_9 = ___m126;
int32_t L_10 = ___m2210;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
memset((&L_11), 0, sizeof(L_11));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_11), L_8, L_9, L_10, /*hidden argument*/NULL);
__this->___c2_2 = L_11;
// this.c3 = new int3(m03, m13, m23);
int32_t L_12 = ___m033;
int32_t L_13 = ___m137;
int32_t L_14 = ___m2311;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
memset((&L_15), 0, sizeof(L_15));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_15), L_12, L_13, L_14, /*hidden argument*/NULL);
__this->___c3_3 = L_15;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline (int32_t ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int3(int v) { return new int3(v); }
int32_t L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int3(int v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_mEC7C06195D279B6EB64795789B679D346B6CD604_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = v;
int32_t L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.x = v;
int32_t L_0 = ___v0;
__this->___x_0 = L_0;
// this.y = v;
int32_t L_1 = ___v0;
__this->___y_1 = L_1;
// this.z = v;
int32_t L_2 = ___v0;
__this->___z_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___a0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___b1, bool ___c2, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
// public static int3 select(int3 a, int3 b, bool c) { return c ? b : a; }
bool L_0 = ___c2;
if (L_0)
{
goto IL_0007;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___a0;
G_B3_0 = L_1;
goto IL_0008;
}
IL_0007:
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___b1;
G_B3_0 = L_2;
}
IL_0008:
{
V_0 = G_B3_0;
goto IL_000b;
}
IL_000b:
{
// public static int3 select(int3 a, int3 b, bool c) { return c ? b : a; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m9999522DBD9ACC36B0C69D28CD202C937C2452B8_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0;
memset((&L_0), 0, sizeof(L_0));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_0), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
memset((&L_4), 0, sizeof(L_4));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_4), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
memset((&L_5), 0, sizeof(L_5));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
memset((&L_8), 0, sizeof(L_8));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_8), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// this.c3 = math.select(new int3(0), new int3(1), v);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_12), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13;
memset((&L_13), 0, sizeof(L_13));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_13), 1, /*hidden argument*/NULL);
bool L_14 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
L_15 = math_select_mA6D2C84B0ADF90305209E6D95D6C2B656BA715A0_inline(L_12, L_13, L_14, NULL);
__this->___c3_3 = L_15;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___a0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___b1, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c2, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B9_2 = 0;
{
// public static int3 select(int3 a, int3 b, bool3 c) { return new int3(c.x ? b.x : a.x, c.y ? b.y : a.y, c.z ? b.z : a.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_0 = ___c2;
bool L_1 = L_0.___x_0;
if (L_1)
{
goto IL_0011;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___a0;
int32_t L_3 = L_2.___x_0;
G_B3_0 = L_3;
goto IL_0017;
}
IL_0011:
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___b1;
int32_t L_5 = L_4.___x_0;
G_B3_0 = L_5;
}
IL_0017:
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_6 = ___c2;
bool L_7 = L_6.___y_1;
G_B4_0 = G_B3_0;
if (L_7)
{
G_B5_0 = G_B3_0;
goto IL_0027;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___a0;
int32_t L_9 = L_8.___y_1;
G_B6_0 = L_9;
G_B6_1 = G_B4_0;
goto IL_002d;
}
IL_0027:
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___b1;
int32_t L_11 = L_10.___y_1;
G_B6_0 = L_11;
G_B6_1 = G_B5_0;
}
IL_002d:
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_12 = ___c2;
bool L_13 = L_12.___z_2;
G_B7_0 = G_B6_0;
G_B7_1 = G_B6_1;
if (L_13)
{
G_B8_0 = G_B6_0;
G_B8_1 = G_B6_1;
goto IL_003d;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = ___a0;
int32_t L_15 = L_14.___z_2;
G_B9_0 = L_15;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
goto IL_0043;
}
IL_003d:
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = ___b1;
int32_t L_17 = L_16.___z_2;
G_B9_0 = L_17;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
}
IL_0043:
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18;
memset((&L_18), 0, sizeof(L_18));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_18), G_B9_2, G_B9_1, G_B9_0, /*hidden argument*/NULL);
V_0 = L_18;
goto IL_004b;
}
IL_004b:
{
// public static int3 select(int3 a, int3 b, bool3 c) { return new int3(c.x ? b.x : a.x, c.y ? b.y : a.y, c.z ? b.z : a.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19 = V_0;
return L_19;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_mA82999AAB8D0E7AF7E97958BDD3A2ECF86D74828_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int3(0), new int3(1), v.c0);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0;
memset((&L_0), 0, sizeof(L_0));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_0), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_1), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_2 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3 = L_2.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4;
L_4 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int3(0), new int3(1), v.c1);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
memset((&L_5), 0, sizeof(L_5));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_5), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6;
memset((&L_6), 0, sizeof(L_6));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_6), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_7 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_8 = L_7.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
L_9 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int3(0), new int3(1), v.c2);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10;
memset((&L_10), 0, sizeof(L_10));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_10), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
memset((&L_11), 0, sizeof(L_11));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_11), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_12 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = L_12.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14;
L_14 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// this.c3 = math.select(new int3(0), new int3(1), v.c3);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
memset((&L_15), 0, sizeof(L_15));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_15), 0, /*hidden argument*/NULL);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16;
memset((&L_16), 0, sizeof(L_16));
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline((&L_16), 1, /*hidden argument*/NULL);
bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384 L_17 = ___v0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_18 = L_17.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_19;
L_19 = math_select_m18F6C4B1106F19F1DD128F420F87FD33A96DF91A_inline(L_15, L_16, L_18, NULL);
__this->___c3_3 = L_19;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline (uint32_t ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(uint v) { return new int3(v); }
uint32_t L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_mB5580976DF482394B751FCE91299E26D77A8417C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(uint v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m7E2B2AE72F41264F1A5735A17F3F3D56A49A797C_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v;
uint32_t L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int3)v;
uint32_t L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int3)v;
uint32_t L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int3)v;
uint32_t L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(uint3 v) { return new int3(v); }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m5170436F56AE6578B18C05BBB29856CD24F9ED7A_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(uint3 v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m46263394B8397D50613FAFC8CBD50082576F6A81_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_0 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int3)v.c1;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_3 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int3)v.c2;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_6 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int3)v.c3;
uint3x4_t00DA7B8C57E268A2AA2D3454381808E8E2C0AE79 L_9 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline (float ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(float v) { return new int3(v); }
float L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m48BC96315E2CA0F9D1260DCFAF82BAAAE4E9EFDA_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(float v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m77C3712E1259ED893B00B901340B9B3D73D6FB02_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v;
float L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int3)v;
float L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int3)v;
float L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int3)v;
float L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(float3 v) { return new int3(v); }
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m343F9A7058556E6999A40BC7C3A2E6570F38356F_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(float3 v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m52AC8795EFA5375A1C474CA8011EDE4AEC108E59_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_0 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int3)v.c1;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_3 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int3)v.c2;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_6 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int3)v.c3;
float3x4_t0884AF37CAE698A5BC546E51634EACF2F8ADCD51 L_9 = ___v0;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline (double ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(double v) { return new int3(v); }
double L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m7B84D02ACB87B2F3BE5A1FA628DFF5377C418BB0_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(double v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_m82A0175A7992D08F54CF6235AE70F60789C4B646_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v;
double L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
L_1 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int3)v;
double L_2 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
L_3 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int3)v;
double L_4 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int3)v;
double L_6 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7;
L_7 = int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline (double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(double3 v) { return new int3(v); }
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m835EDF6C4668FD7E1A42401D22B5AB520B4D3D60_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(double3 v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x4__ctor_mEDC7227C94505818857F629F241780F361E84FDE_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_0 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_1 = L_0.___c0_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2;
L_2 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int3)v.c1;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_3 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_4 = L_3.___c1_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5;
L_5 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int3)v.c2;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_6 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_7 = L_6.___c2_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8;
L_8 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int3)v.c3;
double3x4_tF21572853A2FA1059F8EAE67F8D17E27D88F0F88 L_9 = ___v0;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_10 = L_9.___c3_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11;
L_11 = int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_mADC4DFD8263944C2EAF626A57530DDD407F06754_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator * (int3 lhs, int3 rhs) { return new int3 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)il2cpp_codegen_multiply(L_1, L_3)), ((int32_t)il2cpp_codegen_multiply(L_5, L_7)), ((int32_t)il2cpp_codegen_multiply(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator * (int3 lhs, int3 rhs) { return new int3 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_m663151D516BF698553ED26E5A23D1425CAB82044_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator * (int3 lhs, int rhs) { return new int3 (lhs.x * rhs, lhs.y * rhs, lhs.z * rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)il2cpp_codegen_multiply(L_1, L_2)), ((int32_t)il2cpp_codegen_multiply(L_4, L_5)), ((int32_t)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator * (int3 lhs, int rhs) { return new int3 (lhs.x * rhs, lhs.y * rhs, lhs.z * rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_m370E9EB87B5435AEB9A6D48D3595DC84896BB285_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator * (int lhs, int3 rhs) { return new int3 (lhs * rhs.x, lhs * rhs.y, lhs * rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)il2cpp_codegen_multiply(L_0, L_2)), ((int32_t)il2cpp_codegen_multiply(L_3, L_5)), ((int32_t)il2cpp_codegen_multiply(L_6, L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator * (int lhs, int3 rhs) { return new int3 (lhs * rhs.x, lhs * rhs.y, lhs * rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_m5F903A4F4237BECEA93DF880638BED19497D5BEF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator + (int3 lhs, int3 rhs) { return new int3 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)il2cpp_codegen_add(L_1, L_3)), ((int32_t)il2cpp_codegen_add(L_5, L_7)), ((int32_t)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator + (int3 lhs, int3 rhs) { return new int3 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_mBC237D58A8CCFC2E5B3B0692FE845B36970F41A4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator + (int3 lhs, int rhs) { return new int3 (lhs.x + rhs, lhs.y + rhs, lhs.z + rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)il2cpp_codegen_add(L_1, L_2)), ((int32_t)il2cpp_codegen_add(L_4, L_5)), ((int32_t)il2cpp_codegen_add(L_7, L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator + (int3 lhs, int rhs) { return new int3 (lhs.x + rhs, lhs.y + rhs, lhs.z + rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_m3242A8CDD6C574807A3EDF1E8E1B92657415072C_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator + (int lhs, int3 rhs) { return new int3 (lhs + rhs.x, lhs + rhs.y, lhs + rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)il2cpp_codegen_add(L_0, L_2)), ((int32_t)il2cpp_codegen_add(L_3, L_5)), ((int32_t)il2cpp_codegen_add(L_6, L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator + (int lhs, int3 rhs) { return new int3 (lhs + rhs.x, lhs + rhs.y, lhs + rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m02D0F066AACF01B2FFBC0F882B3A379B73268CB2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator - (int3 lhs, int3 rhs) { return new int3 (lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)il2cpp_codegen_subtract(L_1, L_3)), ((int32_t)il2cpp_codegen_subtract(L_5, L_7)), ((int32_t)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator - (int3 lhs, int3 rhs) { return new int3 (lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m57A29D4D91A6C3A29E72880A317B5DE7A233F648_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator - (int3 lhs, int rhs) { return new int3 (lhs.x - rhs, lhs.y - rhs, lhs.z - rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)il2cpp_codegen_subtract(L_1, L_2)), ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), ((int32_t)il2cpp_codegen_subtract(L_7, L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator - (int3 lhs, int rhs) { return new int3 (lhs.x - rhs, lhs.y - rhs, lhs.z - rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m7DCCEACA615EAF4BB9241F7B81A8BA926497277C_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator - (int lhs, int3 rhs) { return new int3 (lhs - rhs.x, lhs - rhs.y, lhs - rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)il2cpp_codegen_subtract(L_0, L_2)), ((int32_t)il2cpp_codegen_subtract(L_3, L_5)), ((int32_t)il2cpp_codegen_subtract(L_6, L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator - (int lhs, int3 rhs) { return new int3 (lhs - rhs.x, lhs - rhs.y, lhs - rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_m90EAB120E4154B535980F4E0ABB7059362CD2AB2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator / (int3 lhs, int3 rhs) { return new int3 (lhs.x / rhs.x, lhs.y / rhs.y, lhs.z / rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)(L_1/L_3)), ((int32_t)(L_5/L_7)), ((int32_t)(L_9/L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator / (int3 lhs, int3 rhs) { return new int3 (lhs.x / rhs.x, lhs.y / rhs.y, lhs.z / rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_mBA849C701597CDC7543A2FDE9C72B2F9EB4B5B4B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator / (int3 lhs, int rhs) { return new int3 (lhs.x / rhs, lhs.y / rhs, lhs.z / rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_1/L_2)), ((int32_t)(L_4/L_5)), ((int32_t)(L_7/L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator / (int3 lhs, int rhs) { return new int3 (lhs.x / rhs, lhs.y / rhs, lhs.z / rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_m534214AD12DC31D7B8D5845815C7879A68D51173_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator / (int lhs, int3 rhs) { return new int3 (lhs / rhs.x, lhs / rhs.y, lhs / rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_0/L_2)), ((int32_t)(L_3/L_5)), ((int32_t)(L_6/L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator / (int lhs, int3 rhs) { return new int3 (lhs / rhs.x, lhs / rhs.y, lhs / rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_m40910DD612DAB2545683B5C2FFB70DCD2B6C3CC4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator % (int3 lhs, int3 rhs) { return new int3 (lhs.x % rhs.x, lhs.y % rhs.y, lhs.z % rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)(L_1%L_3)), ((int32_t)(L_5%L_7)), ((int32_t)(L_9%L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator % (int3 lhs, int3 rhs) { return new int3 (lhs.x % rhs.x, lhs.y % rhs.y, lhs.z % rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_mC6AE30D9CA8A71EA4C188163B68A118CF5048A46_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator % (int3 lhs, int rhs) { return new int3 (lhs.x % rhs, lhs.y % rhs, lhs.z % rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_1%L_2)), ((int32_t)(L_4%L_5)), ((int32_t)(L_7%L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator % (int3 lhs, int rhs) { return new int3 (lhs.x % rhs, lhs.y % rhs, lhs.z % rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_mDEC30DFA8C651F4C7A2E552F6A442CBD4A93DAEF_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator % (int lhs, int3 rhs) { return new int3 (lhs % rhs.x, lhs % rhs.y, lhs % rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_0%L_2)), ((int32_t)(L_3%L_5)), ((int32_t)(L_6%L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator % (int lhs, int3 rhs) { return new int3 (lhs % rhs.x, lhs % rhs.y, lhs % rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Increment_mF39F24089562F5AAB6FE3E9EB64A72788EB63B96_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3 operator ++ (int3 val) { return new int3 (++val.x, ++val.y, ++val.z); }
int32_t* L_0 = (&(&___val0)->___x_0);
int32_t* L_1 = L_0;
int32_t L_2 = *((int32_t*)L_1);
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
int32_t L_3 = V_0;
*((int32_t*)L_1) = (int32_t)L_3;
int32_t L_4 = V_0;
int32_t* L_5 = (&(&___val0)->___y_1);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
int32_t L_8 = V_0;
*((int32_t*)L_6) = (int32_t)L_8;
int32_t L_9 = V_0;
int32_t* L_10 = (&(&___val0)->___z_2);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1));
int32_t L_13 = V_0;
*((int32_t*)L_11) = (int32_t)L_13;
int32_t L_14 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
memset((&L_15), 0, sizeof(L_15));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_1 = L_15;
goto IL_0036;
}
IL_0036:
{
// public static int3 operator ++ (int3 val) { return new int3 (++val.x, ++val.y, ++val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = V_1;
return L_16;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Decrement_mA92C6E87EFC6A175715F75DDB2F9FC72228782D4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3 operator -- (int3 val) { return new int3 (--val.x, --val.y, --val.z); }
int32_t* L_0 = (&(&___val0)->___x_0);
int32_t* L_1 = L_0;
int32_t L_2 = *((int32_t*)L_1);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
int32_t L_3 = V_0;
*((int32_t*)L_1) = (int32_t)L_3;
int32_t L_4 = V_0;
int32_t* L_5 = (&(&___val0)->___y_1);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
int32_t L_8 = V_0;
*((int32_t*)L_6) = (int32_t)L_8;
int32_t L_9 = V_0;
int32_t* L_10 = (&(&___val0)->___z_2);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_12, 1));
int32_t L_13 = V_0;
*((int32_t*)L_11) = (int32_t)L_13;
int32_t L_14 = V_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_15;
memset((&L_15), 0, sizeof(L_15));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_1 = L_15;
goto IL_0036;
}
IL_0036:
{
// public static int3 operator -- (int3 val) { return new int3 (--val.x, --val.y, --val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_16 = V_1;
return L_16;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mC801617FD3C6D40D80444CE64971328D00D92AEB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator < (int3 lhs, int3 rhs) { return new bool3 (lhs.x < rhs.x, lhs.y < rhs.y, lhs.z < rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_12), (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0033;
}
IL_0033:
{
// public static bool3 operator < (int3 lhs, int3 rhs) { return new bool3 (lhs.x < rhs.x, lhs.y < rhs.y, lhs.z < rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool3x4__ctor_mFF80BAFEBCC3782125A4E5FF26935462C03FFDA8_inline (bool3x4_tD41E646E2CD1A73A7D19D94BB92B6B818EA29384* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c00, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c11, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c22, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c33, const RuntimeMethod* method)
{
{
// this.c0 = c0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_2 = ___c22;
__this->___c2_2 = L_2;
// this.c3 = c3;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_3 = ___c33;
__this->___c3_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mDADF72BD688462C9C815C5643FCEA7E58299EA47_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator < (int3 lhs, int rhs) { return new bool3 (lhs.x < rhs, lhs.y < rhs, lhs.z < rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0024;
}
IL_0024:
{
// public static bool3 operator < (int3 lhs, int rhs) { return new bool3 (lhs.x < rhs, lhs.y < rhs, lhs.z < rhs); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mC2E126424D7D9B210878D8DD3B98BD0C0C29FC1F_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator < (int lhs, int3 rhs) { return new bool3 (lhs < rhs.x, lhs < rhs.y, lhs < rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0024;
}
IL_0024:
{
// public static bool3 operator < (int lhs, int3 rhs) { return new bool3 (lhs < rhs.x, lhs < rhs.y, lhs < rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m14660E377C6DA43E49C142666CF334D5E4FF551E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator <= (int3 lhs, int3 rhs) { return new bool3 (lhs.x <= rhs.x, lhs.y <= rhs.y, lhs.z <= rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_003c;
}
IL_003c:
{
// public static bool3 operator <= (int3 lhs, int3 rhs) { return new bool3 (lhs.x <= rhs.x, lhs.y <= rhs.y, lhs.z <= rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m84B934CE5BB4C5D6C92FBD06844463A2C87EA721_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator <= (int3 lhs, int rhs) { return new bool3 (lhs.x <= rhs, lhs.y <= rhs, lhs.z <= rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) > ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002d;
}
IL_002d:
{
// public static bool3 operator <= (int3 lhs, int rhs) { return new bool3 (lhs.x <= rhs, lhs.y <= rhs, lhs.z <= rhs); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m7CAA635CFDE92DE65277D5DAEDE98F73B7600182_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator <= (int lhs, int3 rhs) { return new bool3 (lhs <= rhs.x, lhs <= rhs.y, lhs <= rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) > ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002d;
}
IL_002d:
{
// public static bool3 operator <= (int lhs, int3 rhs) { return new bool3 (lhs <= rhs.x, lhs <= rhs.y, lhs <= rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_mC04273C18B2B064A7AA823DAD5C7D2FE93B5B745_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator > (int3 lhs, int3 rhs) { return new bool3 (lhs.x > rhs.x, lhs.y > rhs.y, lhs.z > rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_12), (bool)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0033;
}
IL_0033:
{
// public static bool3 operator > (int3 lhs, int3 rhs) { return new bool3 (lhs.x > rhs.x, lhs.y > rhs.y, lhs.z > rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_m06D8C05D87A6F3999B944088FA256B051988A82B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator > (int3 lhs, int rhs) { return new bool3 (lhs.x > rhs, lhs.y > rhs, lhs.z > rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) > ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0024;
}
IL_0024:
{
// public static bool3 operator > (int3 lhs, int rhs) { return new bool3 (lhs.x > rhs, lhs.y > rhs, lhs.z > rhs); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_m3B546744EB32E9E8A78DBEF41ECADE0F9A8E188D_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator > (int lhs, int3 rhs) { return new bool3 (lhs > rhs.x, lhs > rhs.y, lhs > rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) > ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0024;
}
IL_0024:
{
// public static bool3 operator > (int lhs, int3 rhs) { return new bool3 (lhs > rhs.x, lhs > rhs.y, lhs > rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_m432E761021FFF6D8A9D58C221CC53B826CA21E14_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator >= (int3 lhs, int3 rhs) { return new bool3 (lhs.x >= rhs.x, lhs.y >= rhs.y, lhs.z >= rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_003c;
}
IL_003c:
{
// public static bool3 operator >= (int3 lhs, int3 rhs) { return new bool3 (lhs.x >= rhs.x, lhs.y >= rhs.y, lhs.z >= rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_mBAFF458E470B39F3AEB4D4D4BD67D288EE565747_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator >= (int3 lhs, int rhs) { return new bool3 (lhs.x >= rhs, lhs.y >= rhs, lhs.z >= rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002d;
}
IL_002d:
{
// public static bool3 operator >= (int3 lhs, int rhs) { return new bool3 (lhs.x >= rhs, lhs.y >= rhs, lhs.z >= rhs); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_mEFB81BDABB02F168891D9A3C615AF294059ECD89_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator >= (int lhs, int3 rhs) { return new bool3 (lhs >= rhs.x, lhs >= rhs.y, lhs >= rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002d;
}
IL_002d:
{
// public static bool3 operator >= (int lhs, int3 rhs) { return new bool3 (lhs >= rhs.x, lhs >= rhs.y, lhs >= rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_UnaryNegation_mF2D9FAA046F02152241D252B98F151EF5E58F822_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator - (int3 val) { return new int3 (-val.x, -val.y, -val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6;
memset((&L_6), 0, sizeof(L_6));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001e;
}
IL_001e:
{
// public static int3 operator - (int3 val) { return new int3 (-val.x, -val.y, -val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_UnaryPlus_m731E5DE1F9FE0BFD6B598B16F3BAF0A53AA3CB2C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator + (int3 val) { return new int3 (+val.x, +val.y, +val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6;
memset((&L_6), 0, sizeof(L_6));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_6), L_1, L_3, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static int3 operator + (int3 val) { return new int3 (+val.x, +val.y, +val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_LeftShift_m57ED01C7AEE7F266B58279D6104693612A82C153_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator << (int3 x, int n) { return new int3 (x.x << n, x.y << n, x.z << n); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___x0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_1<<((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4<<((int32_t)(L_5&((int32_t)31))))), ((int32_t)(L_7<<((int32_t)(L_8&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int3 operator << (int3 x, int n) { return new int3 (x.x << n, x.y << n, x.z << n); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_RightShift_m6B1EEA38EA07104BCCAD4075A84E2255942F5B1A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator >> (int3 x, int n) { return new int3 (x.x >> n, x.y >> n, x.z >> n); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___x0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___n1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_1>>((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4>>((int32_t)(L_5&((int32_t)31))))), ((int32_t)(L_7>>((int32_t)(L_8&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int3 operator >> (int3 x, int n) { return new int3 (x.x >> n, x.y >> n, x.z >> n); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m2E5951331FE87BAA319F6FE15869519294C28FC4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator == (int3 lhs, int3 rhs) { return new bool3 (lhs.x == rhs.x, lhs.y == rhs.y, lhs.z == rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_12), (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0033;
}
IL_0033:
{
// public static bool3 operator == (int3 lhs, int3 rhs) { return new bool3 (lhs.x == rhs.x, lhs.y == rhs.y, lhs.z == rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m6F3069C49DDB8C331074DF92943A66C26CF3DA73_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator == (int3 lhs, int rhs) { return new bool3 (lhs.x == rhs, lhs.y == rhs, lhs.z == rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0024;
}
IL_0024:
{
// public static bool3 operator == (int3 lhs, int rhs) { return new bool3 (lhs.x == rhs, lhs.y == rhs, lhs.z == rhs); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m9D330243296F088E8215D97EE8F57E38C58C025E_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator == (int lhs, int3 rhs) { return new bool3 (lhs == rhs.x, lhs == rhs.y, lhs == rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0024;
}
IL_0024:
{
// public static bool3 operator == (int lhs, int3 rhs) { return new bool3 (lhs == rhs.x, lhs == rhs.y, lhs == rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_m2ECFB9A74F1FA10BED14C81F87146DC408F32486_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator != (int3 lhs, int3 rhs) { return new bool3 (lhs.x != rhs.x, lhs.y != rhs.y, lhs.z != rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_003c;
}
IL_003c:
{
// public static bool3 operator != (int3 lhs, int3 rhs) { return new bool3 (lhs.x != rhs.x, lhs.y != rhs.y, lhs.z != rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_m0B9E152276DE57636B1F9D3877B8EFCF4181581E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator != (int3 lhs, int rhs) { return new bool3 (lhs.x != rhs, lhs.y != rhs, lhs.z != rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002d;
}
IL_002d:
{
// public static bool3 operator != (int3 lhs, int rhs) { return new bool3 (lhs.x != rhs, lhs.y != rhs, lhs.z != rhs); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_mBDE9276924DA33480410D111E5F9CD94A2919001_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3 operator != (int lhs, int3 rhs) { return new bool3 (lhs != rhs.x, lhs != rhs.y, lhs != rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_9;
memset((&L_9), 0, sizeof(L_9));
bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline((&L_9), (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002d;
}
IL_002d:
{
// public static bool3 operator != (int lhs, int3 rhs) { return new bool3 (lhs != rhs.x, lhs != rhs.y, lhs != rhs.z); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_OnesComplement_m8DBE625F2591CCC7164AF632621DBFF28301CAF9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator ~ (int3 val) { return new int3 (~val.x, ~val.y, ~val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6;
memset((&L_6), 0, sizeof(L_6));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_6), ((~L_1)), ((~L_3)), ((~L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001e;
}
IL_001e:
{
// public static int3 operator ~ (int3 val) { return new int3 (~val.x, ~val.y, ~val.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_mF9F0CC493261D158892EBFCAEBEEBACA926AA09F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator & (int3 lhs, int3 rhs) { return new int3 (lhs.x & rhs.x, lhs.y & rhs.y, lhs.z & rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)(L_1&L_3)), ((int32_t)(L_5&L_7)), ((int32_t)(L_9&L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator & (int3 lhs, int3 rhs) { return new int3 (lhs.x & rhs.x, lhs.y & rhs.y, lhs.z & rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_mA919535381D28ABB617515C570FC099C9D96416C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator & (int3 lhs, int rhs) { return new int3 (lhs.x & rhs, lhs.y & rhs, lhs.z & rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_1&L_2)), ((int32_t)(L_4&L_5)), ((int32_t)(L_7&L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator & (int3 lhs, int rhs) { return new int3 (lhs.x & rhs, lhs.y & rhs, lhs.z & rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_m55BDFE77D62FC09E092C605D76F458958D3D1A96_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator & (int lhs, int3 rhs) { return new int3 (lhs & rhs.x, lhs & rhs.y, lhs & rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_0&L_2)), ((int32_t)(L_3&L_5)), ((int32_t)(L_6&L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator & (int lhs, int3 rhs) { return new int3 (lhs & rhs.x, lhs & rhs.y, lhs & rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_m488C24D3D4B3DBAC7AEB77C8B298F116EAFA1BB8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator | (int3 lhs, int3 rhs) { return new int3 (lhs.x | rhs.x, lhs.y | rhs.y, lhs.z | rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)(L_1|L_3)), ((int32_t)(L_5|L_7)), ((int32_t)(L_9|L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator | (int3 lhs, int3 rhs) { return new int3 (lhs.x | rhs.x, lhs.y | rhs.y, lhs.z | rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_m63B8146DFF49D415B24ED6B6CE1E4B741C4E2E4B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator | (int3 lhs, int rhs) { return new int3 (lhs.x | rhs, lhs.y | rhs, lhs.z | rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_1|L_2)), ((int32_t)(L_4|L_5)), ((int32_t)(L_7|L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator | (int3 lhs, int rhs) { return new int3 (lhs.x | rhs, lhs.y | rhs, lhs.z | rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_mB1EE3FBEBC29AD37AFE43F1A898CEC1F7AD43940_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator | (int lhs, int3 rhs) { return new int3 (lhs | rhs.x, lhs | rhs.y, lhs | rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_0|L_2)), ((int32_t)(L_3|L_5)), ((int32_t)(L_6|L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator | (int lhs, int3 rhs) { return new int3 (lhs | rhs.x, lhs | rhs.y, lhs | rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_mDB1B996E90D5FE0A55155AF0186BBE14745B806F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator ^ (int3 lhs, int3 rhs) { return new int3 (lhs.x ^ rhs.x, lhs.y ^ rhs.y, lhs.z ^ rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12;
memset((&L_12), 0, sizeof(L_12));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_12), ((int32_t)(L_1^L_3)), ((int32_t)(L_5^L_7)), ((int32_t)(L_9^L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static int3 operator ^ (int3 lhs, int3 rhs) { return new int3 (lhs.x ^ rhs.x, lhs.y ^ rhs.y, lhs.z ^ rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_m16426F18971D8ED2965CA0186671A9CC91F3A287_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator ^ (int3 lhs, int rhs) { return new int3 (lhs.x ^ rhs, lhs.y ^ rhs, lhs.z ^ rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_1^L_2)), ((int32_t)(L_4^L_5)), ((int32_t)(L_7^L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator ^ (int3 lhs, int rhs) { return new int3 (lhs.x ^ rhs, lhs.y ^ rhs, lhs.z ^ rhs); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_mDD94C1C284C6C4060FC517AEF67D4F6F26E71CAC_inline (int32_t ___lhs0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3 operator ^ (int lhs, int3 rhs) { return new int3 (lhs ^ rhs.x, lhs ^ rhs.y, lhs ^ rhs.z); }
int32_t L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_9;
memset((&L_9), 0, sizeof(L_9));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_9), ((int32_t)(L_0^L_2)), ((int32_t)(L_3^L_5)), ((int32_t)(L_6^L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
// public static int3 operator ^ (int lhs, int3 rhs) { return new int3 (lhs ^ rhs.x, lhs ^ rhs.y, lhs ^ rhs.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// public bool Equals(int3 rhs) { return x == rhs.x && y == rhs.y && z == rhs.z; }
int32_t L_0 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___rhs0;
int32_t L_2 = L_1.___x_0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_002d;
}
}
{
int32_t L_3 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___rhs0;
int32_t L_5 = L_4.___y_1;
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
int32_t L_6 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_7 = ___rhs0;
int32_t L_8 = L_7.___z_2;
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
// public bool Equals(int3 rhs) { return x == rhs.x && y == rhs.y && z == rhs.z; }
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int3x4_Equals_m808D7511FDED4188A8141FF050F0D87472B4FAF4_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// public bool Equals(int3x4 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2) && c3.Equals(rhs.c3); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&__this->___c0_0);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_1 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = L_1.___c0_0;
bool L_3;
L_3 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_004d;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_4 = (&__this->___c1_1);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
bool L_7;
L_7 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_004d;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_8 = (&__this->___c2_2);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_9 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_10 = L_9.___c2_2;
bool L_11;
L_11 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_8, L_10, NULL);
if (!L_11)
{
goto IL_004d;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_12 = (&__this->___c3_3);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_13 = ___rhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_14 = L_13.___c3_3;
bool L_15;
L_15 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(L_12, L_14, NULL);
G_B5_0 = ((int32_t)(L_15));
goto IL_004e;
}
IL_004d:
{
G_B5_0 = 0;
}
IL_004e:
{
V_0 = (bool)G_B5_0;
goto IL_0051;
}
IL_0051:
{
// public bool Equals(int3x4 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2) && c3.Equals(rhs.c3); }
bool L_16 = V_0;
return L_16;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_mDF705B59F86979847DF7A933C4288A253C0DCA1D_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint3(0x5AB3E8CDu, 0x676E8407u, 0xB36DE767u) +
// asuint(v.c1) * uint3(0x6FCA387Du, 0xAF0F3103u, 0xE4A056C7u) +
// asuint(v.c2) * uint3(0x841D8225u, 0xC9393C7Du, 0xD42EAFA3u) +
// asuint(v.c3) * uint3(0xD9AFD06Du, 0x97A65421u, 0x7809205Fu)) + 0x9C9F0823u;
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_2;
L_2 = math_asuint_m8A80EB0D6A7BB3FFC13EAE6349EBAE993226E4A4_inline(L_1, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_3;
L_3 = math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline(((int32_t)1521739981), ((int32_t)1735296007), ((int32_t)-1284642969), NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4;
L_4 = uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline(L_2, L_3, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_5 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_7;
L_7 = math_asuint_m8A80EB0D6A7BB3FFC13EAE6349EBAE993226E4A4_inline(L_6, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_8;
L_8 = math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline(((int32_t)1875523709), ((int32_t)-1357958909), ((int32_t)-459254073), NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_9;
L_9 = uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline(L_7, L_8, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_10;
L_10 = uint3_op_Addition_m43F77A5C0F3E033B1FD65DEBCA82DB469B138084_inline(L_4, L_9, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_11 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_12 = L_11.___c2_2;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_13;
L_13 = math_asuint_m8A80EB0D6A7BB3FFC13EAE6349EBAE993226E4A4_inline(L_12, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_14;
L_14 = math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline(((int32_t)-2078440923), ((int32_t)-918995843), ((int32_t)-735137885), NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_15;
L_15 = uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline(L_13, L_14, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_16;
L_16 = uint3_op_Addition_m43F77A5C0F3E033B1FD65DEBCA82DB469B138084_inline(L_10, L_15, NULL);
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_17 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_18 = L_17.___c3_3;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_19;
L_19 = math_asuint_m8A80EB0D6A7BB3FFC13EAE6349EBAE993226E4A4_inline(L_18, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_20;
L_20 = math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline(((int32_t)-642789267), ((int32_t)-1750707167), ((int32_t)2013864031), NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_21;
L_21 = uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline(L_19, L_20, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_22;
L_22 = uint3_op_Addition_m43F77A5C0F3E033B1FD65DEBCA82DB469B138084_inline(L_16, L_21, NULL);
uint32_t L_23;
L_23 = math_csum_m0EAF2F21220740B8A533C16B5BC309170CD9C86D_inline(L_22, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, ((int32_t)-1667299293)));
goto IL_00ae;
}
IL_00ae:
{
// }
uint32_t L_24 = V_0;
return L_24;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3x4_GetHashCode_m9EEF9F358B4C73B99C07A70C62423EFE3E3EB3E9_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398 L_0 = (*(int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398*)__this);
uint32_t L_1;
L_1 = math_hash_mDF705B59F86979847DF7A933C4288A253C0DCA1D_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x4_ToString_m0CCDF395B31B59044C73FBE8B0EBADD7066DD36F_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x, c1.x, c2.x, c3.x, c0.y, c1.y, c2.y, c3.y, c0.z, c1.z, c2.z, c3.z);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_2 = (&__this->___c0_0);
int32_t L_3 = L_2->___x_0;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_7 = (&__this->___c1_1);
int32_t L_8 = L_7->___x_0;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_12 = (&__this->___c2_2);
int32_t L_13 = L_12->___x_0;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_17 = (&__this->___c3_3);
int32_t L_18 = L_17->___x_0;
int32_t L_19 = L_18;
RuntimeObject* L_20 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_16;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_22 = (&__this->___c0_0);
int32_t L_23 = L_22->___y_1;
int32_t L_24 = L_23;
RuntimeObject* L_25 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_25);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_21;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_27 = (&__this->___c1_1);
int32_t L_28 = L_27->___y_1;
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_26;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_32 = (&__this->___c2_2);
int32_t L_33 = L_32->___y_1;
int32_t L_34 = L_33;
RuntimeObject* L_35 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_34);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_35);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_35);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_31;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_37 = (&__this->___c3_3);
int32_t L_38 = L_37->___y_1;
int32_t L_39 = L_38;
RuntimeObject* L_40 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_39);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_40);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_40);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_41 = L_36;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_42 = (&__this->___c0_0);
int32_t L_43 = L_42->___z_2;
int32_t L_44 = L_43;
RuntimeObject* L_45 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_44);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_45);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_45);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_46 = L_41;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_47 = (&__this->___c1_1);
int32_t L_48 = L_47->___z_2;
int32_t L_49 = L_48;
RuntimeObject* L_50 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_49);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_50);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_50);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51 = L_46;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_52 = (&__this->___c2_2);
int32_t L_53 = L_52->___z_2;
int32_t L_54 = L_53;
RuntimeObject* L_55 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_54);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_55);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_55);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_56 = L_51;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_57 = (&__this->___c3_3);
int32_t L_58 = L_57->___z_2;
int32_t L_59 = L_58;
RuntimeObject* L_60 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_59);
NullCheck(L_56);
ArrayElementTypeCheck (L_56, L_60);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_60);
String_t* L_61;
L_61 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF, L_56, NULL);
V_0 = L_61;
goto IL_00fc;
}
IL_00fc:
{
// }
String_t* L_62 = V_0;
return L_62;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x4_ToString_m8C7043FDCC0DD439784CDEA43A2F2B0E1E187AA6_inline (int3x4_t9C81CA29CFC530AD6F0811E487CB4F41B03C9398* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c2.x.ToString(format, formatProvider), c3.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.ToString(format, formatProvider), c2.y.ToString(format, formatProvider), c3.y.ToString(format, formatProvider), c0.z.ToString(format, formatProvider), c1.z.ToString(format, formatProvider), c2.z.ToString(format, formatProvider), c3.z.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_2 = (&__this->___c0_0);
int32_t* L_3 = (&L_2->___x_0);
String_t* L_4 = ___format0;
RuntimeObject* L_5 = ___formatProvider1;
String_t* L_6;
L_6 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_3, L_4, L_5, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_8 = (&__this->___c1_1);
int32_t* L_9 = (&L_8->___x_0);
String_t* L_10 = ___format0;
RuntimeObject* L_11 = ___formatProvider1;
String_t* L_12;
L_12 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_9, L_10, L_11, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_12);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_7;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_14 = (&__this->___c2_2);
int32_t* L_15 = (&L_14->___x_0);
String_t* L_16 = ___format0;
RuntimeObject* L_17 = ___formatProvider1;
String_t* L_18;
L_18 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_15, L_16, L_17, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_13;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_20 = (&__this->___c3_3);
int32_t* L_21 = (&L_20->___x_0);
String_t* L_22 = ___format0;
RuntimeObject* L_23 = ___formatProvider1;
String_t* L_24;
L_24 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_21, L_22, L_23, NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_24);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_19;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_26 = (&__this->___c0_0);
int32_t* L_27 = (&L_26->___y_1);
String_t* L_28 = ___format0;
RuntimeObject* L_29 = ___formatProvider1;
String_t* L_30;
L_30 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_27, L_28, L_29, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_25;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_32 = (&__this->___c1_1);
int32_t* L_33 = (&L_32->___y_1);
String_t* L_34 = ___format0;
RuntimeObject* L_35 = ___formatProvider1;
String_t* L_36;
L_36 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_33, L_34, L_35, NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_36);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_36);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_37 = L_31;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_38 = (&__this->___c2_2);
int32_t* L_39 = (&L_38->___y_1);
String_t* L_40 = ___format0;
RuntimeObject* L_41 = ___formatProvider1;
String_t* L_42;
L_42 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_39, L_40, L_41, NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_42);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_42);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = L_37;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_44 = (&__this->___c3_3);
int32_t* L_45 = (&L_44->___y_1);
String_t* L_46 = ___format0;
RuntimeObject* L_47 = ___formatProvider1;
String_t* L_48;
L_48 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_45, L_46, L_47, NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_48);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_48);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49 = L_43;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_50 = (&__this->___c0_0);
int32_t* L_51 = (&L_50->___z_2);
String_t* L_52 = ___format0;
RuntimeObject* L_53 = ___formatProvider1;
String_t* L_54;
L_54 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_51, L_52, L_53, NULL);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_54);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_54);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = L_49;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_56 = (&__this->___c1_1);
int32_t* L_57 = (&L_56->___z_2);
String_t* L_58 = ___format0;
RuntimeObject* L_59 = ___formatProvider1;
String_t* L_60;
L_60 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_57, L_58, L_59, NULL);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_60);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_60);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_61 = L_55;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_62 = (&__this->___c2_2);
int32_t* L_63 = (&L_62->___z_2);
String_t* L_64 = ___format0;
RuntimeObject* L_65 = ___formatProvider1;
String_t* L_66;
L_66 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_63, L_64, L_65, NULL);
NullCheck(L_61);
ArrayElementTypeCheck (L_61, L_66);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_66);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_67 = L_61;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_68 = (&__this->___c3_3);
int32_t* L_69 = (&L_68->___z_2);
String_t* L_70 = ___format0;
RuntimeObject* L_71 = ___formatProvider1;
String_t* L_72;
L_72 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_69, L_70, L_71, NULL);
NullCheck(L_67);
ArrayElementTypeCheck (L_67, L_72);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_72);
String_t* L_73;
L_73 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral100996C39367B99336B58BEEABA3C599FF5E32CF, L_67, NULL);
V_0 = L_73;
goto IL_0114;
}
IL_0114:
{
// }
String_t* L_74 = V_0;
return L_74;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, int32_t ___w3, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
int32_t L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = z;
int32_t L_2 = ___z2;
__this->___z_2 = L_2;
// this.w = w;
int32_t L_3 = ___w3;
__this->___w_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m2C7E72797F260070DEC3826EC10547C0E7A26D91_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int32_t ___y1, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw2, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
int32_t L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = zw.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___zw2;
int32_t L_3 = L_2.___x_0;
__this->___z_2 = L_3;
// this.w = zw.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___zw2;
int32_t L_5 = L_4.___y_1;
__this->___w_3 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC33BB6B681B7026FA6DDDA3CEFFEE82ED3A2074B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, int32_t ___w2, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = yz.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___yz1;
int32_t L_2 = L_1.___x_0;
__this->___y_1 = L_2;
// this.z = yz.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___yz1;
int32_t L_4 = L_3.___y_1;
__this->___z_2 = L_4;
// this.w = w;
int32_t L_5 = ___w2;
__this->___w_3 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mBE526DA33A6FD747F9664C705E2868CC3B7144D3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___x0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___yzw1, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = yzw.x;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = ___yzw1;
int32_t L_2 = L_1.___x_0;
__this->___y_1 = L_2;
// this.z = yzw.y;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3 = ___yzw1;
int32_t L_4 = L_3.___y_1;
__this->___z_2 = L_4;
// this.w = yzw.z;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_5 = ___yzw1;
int32_t L_6 = L_5.___z_2;
__this->___w_3 = L_6;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mE28B716F13F1D3080B385528FD13A2D5F899CC96_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, int32_t ___w2, const RuntimeMethod* method)
{
{
// this.x = xy.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___xy0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xy.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___xy0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = z;
int32_t L_4 = ___z1;
__this->___z_2 = L_4;
// this.w = w;
int32_t L_5 = ___w2;
__this->___w_3 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m3BA12A8E3D6C05976A210CE7DEDA49ED599693B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zw1, const RuntimeMethod* method)
{
{
// this.x = xy.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___xy0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xy.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___xy0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = zw.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___zw1;
int32_t L_5 = L_4.___x_0;
__this->___z_2 = L_5;
// this.w = zw.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___zw1;
int32_t L_7 = L_6.___y_1;
__this->___w_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m9FFFB95DADFA3B6B125F534532307A4552A8E82D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, int32_t ___w1, const RuntimeMethod* method)
{
{
// this.x = xyz.x;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___xyz0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xyz.y;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___xyz0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = xyz.z;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___xyz0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// this.w = w;
int32_t L_6 = ___w1;
__this->___w_3 = L_6;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mB7462151E8FA032DF6F4D286593F4A1EACB48BE9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___xyzw0, const RuntimeMethod* method)
{
{
// this.x = xyzw.x;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___xyzw0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = xyzw.y;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___xyzw0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = xyzw.z;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___xyzw0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// this.w = xyzw.w;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___xyzw0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.x = v;
int32_t L_0 = ___v0;
__this->___x_0 = L_0;
// this.y = v;
int32_t L_1 = ___v0;
__this->___y_1 = L_1;
// this.z = v;
int32_t L_2 = ___v0;
__this->___z_2 = L_2;
// this.w = v;
int32_t L_3 = ___v0;
__this->___w_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m9539CF01AB60F8B58CAB27B1AB584744640319B6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, bool ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B2_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B3_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B5_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B6_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B8_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B9_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B11_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B12_1 = NULL;
{
// this.x = v ? 1 : 0;
bool L_0 = ___v0;
G_B1_0 = __this;
if (L_0)
{
G_B2_0 = __this;
goto IL_0008;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0009;
}
IL_0008:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0009:
{
G_B3_1->___x_0 = G_B3_0;
// this.y = v ? 1 : 0;
bool L_1 = ___v0;
G_B4_0 = __this;
if (L_1)
{
G_B5_0 = __this;
goto IL_0015;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0016;
}
IL_0015:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0016:
{
G_B6_1->___y_1 = G_B6_0;
// this.z = v ? 1 : 0;
bool L_2 = ___v0;
G_B7_0 = __this;
if (L_2)
{
G_B8_0 = __this;
goto IL_0022;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0023;
}
IL_0022:
{
G_B9_0 = 1;
G_B9_1 = G_B8_0;
}
IL_0023:
{
G_B9_1->___z_2 = G_B9_0;
// this.w = v ? 1 : 0;
bool L_3 = ___v0;
G_B10_0 = __this;
if (L_3)
{
G_B11_0 = __this;
goto IL_002f;
}
}
{
G_B12_0 = 0;
G_B12_1 = G_B10_0;
goto IL_0030;
}
IL_002f:
{
G_B12_0 = 1;
G_B12_1 = G_B11_0;
}
IL_0030:
{
G_B12_1->___w_3 = G_B12_0;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mAA5585FC13236055C3DBAA1ED725E156D4E5A9E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B2_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B3_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B5_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B6_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B8_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B9_1 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B11_0 = NULL;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* G_B12_1 = NULL;
{
// this.x = v.x ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___v0;
bool L_1 = L_0.___x_0;
G_B1_0 = __this;
if (L_1)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000d:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_000e:
{
G_B3_1->___x_0 = G_B3_0;
// this.y = v.y ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_2 = ___v0;
bool L_3 = L_2.___y_1;
G_B4_0 = __this;
if (L_3)
{
G_B5_0 = __this;
goto IL_001f;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0020;
}
IL_001f:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0020:
{
G_B6_1->___y_1 = G_B6_0;
// this.z = v.z ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4 = ___v0;
bool L_5 = L_4.___z_2;
G_B7_0 = __this;
if (L_5)
{
G_B8_0 = __this;
goto IL_0031;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0032;
}
IL_0031:
{
G_B9_0 = 1;
G_B9_1 = G_B8_0;
}
IL_0032:
{
G_B9_1->___z_2 = G_B9_0;
// this.w = v.w ? 1 : 0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_6 = ___v0;
bool L_7 = L_6.___w_3;
G_B10_0 = __this;
if (L_7)
{
G_B11_0 = __this;
goto IL_0043;
}
}
{
G_B12_0 = 0;
G_B12_1 = G_B10_0;
goto IL_0044;
}
IL_0043:
{
G_B12_0 = 1;
G_B12_1 = G_B11_0;
}
IL_0044:
{
G_B12_1->___w_3 = G_B12_0;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC17BD131F470947BD7D82DC2D19CE927E4900AF4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
uint32_t L_0 = ___v0;
__this->___x_0 = L_0;
// this.y = (int)v;
uint32_t L_1 = ___v0;
__this->___y_1 = L_1;
// this.z = (int)v;
uint32_t L_2 = ___v0;
__this->___z_2 = L_2;
// this.w = (int)v;
uint32_t L_3 = ___v0;
__this->___w_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC49BC081FB878E150926BCC8400D8D97B97D04F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___v0;
uint32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = (int)v.y;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2 = ___v0;
uint32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = (int)v.z;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = ___v0;
uint32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// this.w = (int)v.w;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_6 = ___v0;
uint32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m41F9D2FC6444C146EB4E15CECEA53FC712D6C210_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
float L_0 = ___v0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_0);
// this.y = (int)v;
float L_1 = ___v0;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.z = (int)v;
float L_2 = ___v0;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_2);
// this.w = (int)v;
float L_3 = ___v0;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___v0;
float L_1 = L_0.___x_0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.y = (int)v.y;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2 = ___v0;
float L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// this.z = (int)v.z;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = ___v0;
float L_5 = L_4.___z_2;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_5);
// this.w = (int)v.w;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___v0;
float L_7 = L_6.___w_3;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_7);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m53061EC7A5B9EED1C9100C00C6895E178D85C0AD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
double L_0 = ___v0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_0);
// this.y = (int)v;
double L_1 = ___v0;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.z = (int)v;
double L_2 = ___v0;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_2);
// this.w = (int)v;
double L_3 = ___v0;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m9E3A77C89C060E44E3AE3AFE07B641F661CEF5F6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_0 = ___v0;
double L_1 = L_0.___x_0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.y = (int)v.y;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_2 = ___v0;
double L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// this.z = (int)v.z;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_4 = ___v0;
double L_5 = L_4.___z_2;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_5);
// this.w = (int)v.w;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_6 = ___v0;
double L_7 = L_6.___w_3;
__this->___w_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_7);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619* __this, bool ___x0, bool ___y1, bool ___z2, bool ___w3, const RuntimeMethod* method)
{
{
// this.x = x;
bool L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
bool L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = z;
bool L_2 = ___z2;
__this->___z_2 = L_2;
// this.w = w;
bool L_3 = ___w3;
__this->___w_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxx_m158EB2B35773DC10CF9E7E603BFDFE2ACFC6F274_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxy_m26A042BC5E2EEFB507DC1181F3296F7FDE8839A9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxz_mEE8CC2829AE09AE6FEC34D83F9F55AB4C39866A2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxxw_mF85B3849325EB6DBD5BD699C08707145180E5635_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyx_mAC51D303BA8E7E19D4BA0301B38FF8D1E9230363_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyy_mB3F13202AFBA5DD233761FB808CA9D5DCFF7779E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyz_m87E7EDE6D12DEC54FE4EF79A211E4071907A00E5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxyw_mE828B692AD0CD9E575C6A3244AEA8F129F754D3D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzx_mFF3D7C5B94820E72129F2CD4645BA613548C7FED_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzy_mF92C9D1AF2CF6E689DCFC63D17275691A136B06E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzz_m6CA6A11AD15057F55B319BAE5001D8C6F03D5DF6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxzw_mE35E1CEB858B726B76F546551EB1235913FAAE39_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwx_m74879F99E3488963EE05FA489DACCD8FAE9A8232_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwy_mF017F60C728A6F547C66064921976E9E2818FF50_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxwz_m3991FFD96800039F47AEC9071A45BA83667D17F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xxww_m4E2621454F9E5985CA50B67E939A82F69AA4C428_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, x, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxx_mF19B1F25E1AE339C1CB4D76710EE12F68093836F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxy_mFFB5A94B6203A6E2C9209063C9E8FCB79814E0FC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxz_m01F1342C725E394597B3CDBF92A5D6A4C3F3AE3F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyxw_m09A3A92E3132108D1C92F33FD47DF5BCFBAFE968_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyx_mDA70CA68257139341086CF75CBDEE2DC919E1DE0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyy_mEFE443448600AB82AA35D35EDC46514B68E107B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyz_mD177987D065F027D0B9876956850EC2902ABCFAF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyyw_mD7E29B63034802419DF37957FA7615F32E40AD5E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzx_mD5F07E8220813BD96EF5B7F57EF9BD02923F8A35_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzy_m424D3473EB58A86FB86183FB03893D36E28504A7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzz_mEE93ADE5901A06843E54BF63A968657CFB18B87E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyzw_m5F60A76157BD340B6655D1468469860202C145C9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xyzw_m7F2A32C1DAEBE0BE7C1F55831E779AB2D42290A9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { x = value.x; y = value.y; z = value.z; w = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywx_m4E8578E4A5B03AAFC1C8517DB2D26ED7EEFA7E89_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywy_m0FBFD3B6D2FEF632BF61E5FB53E32506C46BD401_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xywz_m88FFBE3E928DC075777B38261984432969355EBC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xywz_m358B56DA4A6F228487F29F811E300540C3CA4F2D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { x = value.x; y = value.y; w = value.z; z = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xyww_m66C7A739A6722B3BA51484CF5D3EAC7165AEE949_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, y, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxx_m5E493131E95BF49AAECA44D3CC616956F6349C70_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxy_m75ADE469786F1AA10E51FF73B76671A5D8CDAF0E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxz_m46CBF8BA40D174156E591ABFFD1EA40792089C07_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzxw_mEBF98E56EA333D4ECE4AD6FF1FAC9600B89DEE0F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyx_mE71BDA98EDC4FD735903B6C7E733A938480C4620_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyy_m25098BB9003485A29EF561E03020ABFDDEBE38E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyz_m520DD7085074014A6FBD14388FE1A5D5F893E389_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzyw_mB7D313543901C641F32A43E8057AC707F5DA7133_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzyw_m5B3C6B6BF8EEBB7C3DC6BBFFF5419558866FF4DD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { x = value.x; z = value.y; y = value.z; w = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzx_m27ED0C4DEA622C8BD8B2616AC1360C91C25D98BA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzy_mD558E36DD2C35C500000433CBD0F684C38726F87_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzz_m9BF939D6B5394E5E4255FA564DE3DEC2D3EACC6F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzzw_m08AEE04DB2EADC40B362E87051E520FC249E99A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwx_m3D87EEC7E792FCE4DCDA3D04E95CE3D6C51F43A8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwy_m502FF1434D18A56C619E33468A0E66D1C77F68D6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzwy_mDE7FB789A44C70FAAED04C0E468EDBA4575733E5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { x = value.x; z = value.y; w = value.z; y = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzwz_m97FBB7381E2FE1FE5BC9A2B79C824ADF83273795_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xzww_m2D5925E68951A5D4DCB46F1DE4A73DFCDC87393E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, z, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxx_m0DEF17176F3E0ABA873F39312D8EFCB07ECEECFA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxy_m895E110B904F6368E851C43D6FC84C97AADE26DF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxz_m26EEE9E1251F3EAB4F77F1AE361DB2676DC6652F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwxw_mD721A242B53F1BD74C018986550030F2F2678CDF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyx_m50B06872727611AD0BB68B42F1EDEF27048D7748_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyy_m662944425B563C0D9E1EB14BA2FDE9CA2819F164_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyz_mB748E06F6C66ABA2F9E0DDDE94DC5FA2786E557E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwyz_m63D5D566826458F9A8DC11EC9D339F32B9621CBB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { x = value.x; w = value.y; y = value.z; z = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwyw_mFBA7436B3EC0C108E7A90816F82EDD67F384B7F9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzx_m8D9D4CB5B6800EF1616B18401C8D471182CC5DD7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzy_m99734A7EC84A7184AC3E49A8895280CD42C8FA86_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwzy_mDCFC8B3B38755CB1821FB4273E328610DB644E7A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { x = value.x; w = value.y; z = value.z; y = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzz_m420D7B01FBE790C458F4E8BCDC97B20343F6DE0F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwzw_m4B7CC60EA63B62B35497B1E46C02904F38DB1410_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwx_m06FC1C5C6AC0DADE3E01EFB5A0335F1B83F6D951_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwy_mAA5DE7E0D7ED78BBD0E876532A77E390F4BACA20_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwwz_m708D4D4505ACD3D0A7C4F8DEC7CEF653FF818252_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_xwww_m3805B138AC7EAE18D3BD582EE9B6969FE3A2E3C5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(x, w, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(x, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxx_m3EA5F6E21D58076B4935BA6BA7F8FC925467DC01_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxy_m8959D74279855A3065E617D89D67C878B676F997_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxz_m9CCAB415A5314328ABE0F574AD1AB5586637ACF1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxxw_mB7F003B7C60F819A9B2D8DC1AFD230295AAB073B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyx_m5505872C24CFB3CC5BA7D082F9E47422A79D12B3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyy_m89AC58258C2F9AFBD35025C671498F79F0BE749E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyz_m4B891A582502B86376EDE2A7C9464E6C289E4713_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxyw_m5016007A67BB94C182559C5DD039FE282CCD28F0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzx_m97C07F33996AEB8C429BDD1A55AFCAEF0E943648_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzy_m43B6AA44A6EA643B4D9D6E1BACF657EA55C01746_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzz_m29C4848BECD74DB9D7C01E811CBEF2DE46E34403_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxzw_mF8220CBC72267BBEA1D4D95A0E581698A9572092_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxzw_m7CC5B042F05B4898528E112143D2A2BCE2C23924_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { y = value.x; x = value.y; z = value.z; w = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwx_m4A9D4D15EAA6ECE00F9A0B1A8C413E1581CB5499_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwy_mBBAA4FDF00701CA0047EF36DA52EC2FFE1A89861_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxwz_m5FA21DFF6DE928F17306A3430B46963C0252B527_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxwz_mC3C4A97F2619732C180E992BDC37A7D72BB02DFA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { y = value.x; x = value.y; w = value.z; z = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yxww_m73C45CADC67DC5A11064DBD7956EF3D0DAB8CF42_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, x, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxx_mE0C72473637D11B24B2A8EC807A18B880CD363DD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxy_mCA45271579D91A4A37D69009A0089E5D08DE27B0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxz_m9A4713A5BFD684504B1A8B2A80B0C36C9FFCEFDA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyxw_mBA24410F4E723566D543FFECBDD547B353975F51_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyx_mE096B08035D688139B503046E85D9ABA3012EAC1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyy_m3533383A512A2BF82227F5E88E5DEE69923665AD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyz_m9859F2EADA6EBB64B7B1618CFAEC3E075BFD67EC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyyw_m98CB02116D9B2AF57170F43A60A23582AB93CF20_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzx_m926A9B7012F6FAA535B27CF441A9200D00BEF9BC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzy_mB79B10269BBA5B0BBB32B2209039EF2C8D725479_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzz_m68B6962081440AF98DABB6F5F8750BA9B7875F7C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyzw_m8921EC46C820A75CCB1CD03D0B61C6593A8F6575_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywx_m9416AD78362D8DF9A207A7E2B0D27C800F723EE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywy_m467D41C8D1E69A19D718B8BAF5C3DB8CCCAE7116_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yywz_m1D4120CD568610D37A9B58235342B5AC57A8A257_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yyww_m6407FCEAC73AB68C81D48EDF668D31406F579084_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, y, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxx_m60EE4B5AB0374BA2D7CF1697FD4FC2C975D18311_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxy_mC45B12CB0141DA0AF01B4689DC04DB68E7DCBEAB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxz_mBA8A344F33F5E19B903221603E8778CA603A5CCD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzxw_m3820861B1B7DDD1571CA50D17674A1ECE4D9DB57_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzxw_m15FF996D8AA075FC63B3A935393178290161B7A7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { y = value.x; z = value.y; x = value.z; w = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyx_m7F3CF0159F867161DC611F7C685E1C06CD32035D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyy_m648969896ACDF6795E918A244EB5DAA738B2E724_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyz_m524E58E5D765C7AD75DF62ADFBA4BDD34865891C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzyw_mE0DB1C0C19567D7DB95B1072D1039DEDE3213FE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzx_mA1BEDA5ED6644B848FA778E187794E7EADE42481_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzy_mE0CA4E00C84E3ED4889655E36244E9CDB160645F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzz_m49842337201BFDAC50CA2B8C3507A3ECED507AEB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzzw_m9FEF52ACFFE3C324BE2F4E50390B98DB07C4B6F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwx_mEFE386F0B39D34567B1AF54B907219BBA6F243D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzwx_m697E247BD1163D419968436AC4A4611FDB322EFC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { y = value.x; z = value.y; w = value.z; x = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwy_mFAD145830239612F5FC6495DA4FB83E6EDDCAE87_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzwz_m82209CE97E4C10F0BC4306462FE708668A4E11D6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_yzww_mF97548F4D6F02C5DB74716CF9D1644C59BA66360_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, z, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxx_mF96598236C289F8C1C35C029C6D678E4ACAA79E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxy_m6D897283C6049AEDC51524286F03060983CD74BB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxz_mFDAC70066EA40A7C1C1152BEB200D769271082AE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywxz_m6C8F6BD1626C7CB64BEA08980AE2E023622F9521_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { y = value.x; w = value.y; x = value.z; z = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywxw_mAABF18F7C58581B062018F78B65302CBD1FA4B21_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyx_mCCE0BB7EBEB5B4FE32CA84DD490C351B16FC08B3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyy_m264AE81EDECF4EB23980037E5E03DB0F533E1D7E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyz_m71E1B2C39995285AD4F5237E7D5EF07B28604755_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywyw_m92C7D090D442C4FE0A0C5F6B5167D84C8A2A4CA2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzx_mF6238334E9598E64BC7255569DCC562B94615604_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywzx_mE03F1AEA32C0A1D2C872DC89739656B792703DAE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { y = value.x; w = value.y; z = value.z; x = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzy_mB758F38631F5864FA4CD5C0269F65A42FDE2B165_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzz_m31AE102F42890FB4696D02790AD67CDFA302B36E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywzw_m14DE5673DF713D70122BD78D9ABF61C32986A6A8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwx_m2BCA859FAA038E6E3BFBD79D2F1D91167E48499E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwy_m8D93F33BA74331C658EBB773333990AD0AB92ECB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywwz_mC27E0889AB837BDF0F70BAEFCEE51217A7EF0B81_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_ywww_mE51507CE4E1097E0AC4B1459A2D94C24886B3027_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(y, w, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(y, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxx_mA7B7B915FB3E8730E5CF031508D2DF8847CB379A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxy_m8AC2CEA75A6A4EF8930FA46BAEA5482C06D78DB3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxz_m45D764012702216E57EF2CB808760A356CD8058B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxxw_m5E99D3225E625B377E35DD1A9C0F15C95BD93DD2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyx_mA2735692FAD85B434E6F3B0360323DAB51C33507_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyy_m24CE479D573AA1F2CEE698F830EF633212BF26D1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyz_m0C39E5E2B4543FBB3C685C115F323711E0E19361_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxyw_m7272E5FD5C16A704979BB589D33D6C7864DD42E7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxyw_m378418BDFC2B1F842FCD879F70C7AC4A9CC45F5D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { z = value.x; x = value.y; y = value.z; w = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzx_mCCC6BD55FB34BE066D38BF2445489010107DBCAB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzy_m955DA074CBF9B8AECA9BF346168C8B4768D6D0D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzz_mD4942812D5BE6A11C2B8649307DE9A3409276EAB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxzw_mDB5ACA3663041207FC2053A6B2603C2FC3B5F37F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwx_m87E287DEF758F8C9F1F54CC045987B3F6A096C92_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwy_mCC7F940A444574B647B1C94DD8C60A2F60672CC7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxwy_m2DA870422B12D4FE6022BDB00591A023BD2EF106_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { z = value.x; x = value.y; w = value.z; y = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxwz_m0A69E1E811AE9191B8DF64AAADAFC6C4ADEB5C15_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zxww_mC22BA635E094246A7BEFCD0A8DA11CFD264073BE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, x, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxx_m7C121EED6B833F69D782C4F7752A024C26F283CD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxy_m1A6C7FEF727A79D4439B42F506E909E411AFE23D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxz_mB84EEE2EE082AA8C6A6F06CE41EBE938B995D115_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyxw_m04B5151290516914E85B51C6EFE684183220BEAE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zyxw_m8CBA3DCD5A32ABDBE734E32AB4C51F3C1C15EDD8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___w_3 = L_7;
// set { z = value.x; y = value.y; x = value.z; w = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyx_m31CDDE9297D58937AFBD22324279A976AA26A463_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyy_m1AFE6F753765759059CB2034A1647C5E4156BECB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyz_m3A9425A80E5CAEB1D7FCE1D929BEE0B860520865_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyyw_m56C336DFB0ECE4FB51A510D2DE9593230BC8A989_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzx_m1849252FC0AA7BCB1C135B489323E06CA291C7CB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzy_mBDB5D90CAFC5F47E9284E3703F8789B170FBED6E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzz_m3F2837CCB95E1E9A2BB5E4D1D4FB7B836734EE80_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyzw_m7B1259775EF1644C4ADF35EE507970E2F078B5BE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywx_mD76B5DF4F7422A77F8D674B3E04182B1AD2E31A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zywx_m9DC458C980B01F4E7F20FDD10C41424767A76FFE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { z = value.x; y = value.y; w = value.z; x = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywy_mE19854D887807335DB386434136414EDC72207B8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zywz_m01A85D29D918C31A89E9875189E132AC42750176_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zyww_m7DC986FE91FB99A55CF3718B8908EB7398B2CE63_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, y, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxx_m6A476DDED8D3EC5632DE5837AE42B4206389F5D9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxy_mACFACF9ED89E50F42DDCAACC21EFA3498ECD2439_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxz_mFEF79A353CFBB932AE5976CFA0B08016042B248B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzxw_mD028E0E7C444105CBC8FD2DFD9548AB6E8076CA4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyx_mBBE21C653FA943EC46A37D0C34BC5F98908385D1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyy_m7CC8621F468E18953A1D5747641523EF40BA1EF3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyz_m077FADF02AD891EFACD0B30ECD85FFF3076F5F47_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzyw_m665FAC097928916BC476C8410507E8BF196AA114_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzx_m0BCC16EF3CDF95A6114A722553FD7EA8A7209390_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzy_m358B67AB059593F29FEE46B7349E2EA2943AB981_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzz_mB5A85078537B7F049BB6DE8CB8BA04ABA523FC09_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzzw_m6849C098EDF5F84556379041B41F858981EC766A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwx_m441658C05E7F6C32F75E3A1576E1D50A4CE6FFEF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwy_m77B577FDB5EB3F14B5A5F89D3B3652C589E67168_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzwz_mCBDB84C5DF2B18997D3D742ED171663C69675E24_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zzww_mAE0EDA547E5452BC048EC1BF92C4124BABCE93EF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, z, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxx_m8609802F41E3B877C64178A2594AB6D739ED3CF9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxy_m868EF1BB258713A332C78DA7D43D1235883BDF27_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwxy_m3E4A12B2EF0BC71D4B96EE03F8C3228142F345FB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { z = value.x; w = value.y; x = value.z; y = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxz_mE8973161C6B7F9CBCE2C65EAE5CC6684A5E7EDE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwxw_m23DE32ECA6FE6CB7E553972BB812BBDEF8FD79BF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyx_m2B1CAC3A44857F955CB17323B7E062954F86BF17_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwyx_m1141CEA03C9C78A24011FBCCEEB68AE3DAC9ACBC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { z = value.x; w = value.y; y = value.z; x = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyy_m21F780A24A2128D821EB924DD2A7686E40CC88DE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyz_m4D7629E777EF03FF96C9E9E8319056E7C3548071_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwyw_m68A8D09E76FFF0A55154437AB1012A3886B94066_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzx_m3392E61E3E34D5D43B64557D3FB7E8C5F0C58082_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzy_m0491548CD94407225AEE864A394CF885BA1D7AFD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzz_m0B86C9B52E8B2C0DF2065BF9686837EA04F95AC0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwzw_m4D0A414D11398296C194CEB68557665DA014792E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwx_m5B2D6D773EA1AAD2FCD130934C1FCF8227A38371_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwy_m1966AA6B2EAAB861049CA273F8DA6075119CCD00_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwwz_m2F94E16789A226E8F9A5C6722D762C759D39070D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_zwww_m2CAA99AF0352E638B6FBC823F01A93C1027DB86F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(z, w, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(z, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxx_m1AF3C7ED6B2FD44147A15D2415EC88FE0070F1CD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxy_mC1A9A8239658E529D821E08A047FB0E7F9B26324_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxz_m574B676035C70E7396D304A512462515ACEC3A7B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxxw_m22AE4C949A80AC8A62834B1E2E73F6238616BB0A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyx_m5D78C332F2BEFC327D073CAC3394E12F1CF445D0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyy_mB44B88E19C116C0BB5351FC8B23A8F08D0EE9EDE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyz_m7B2567A3259ECCE4A85E82898D10542668F86817_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxyz_m94A03C9E451ADC5DCCD87A418F37F5A141E86EBF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { w = value.x; x = value.y; y = value.z; z = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxyw_mFE7A16E76FFA338587B4978307A927809129CFA2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzx_m508BBD6D55A531FFB94E6452C93410815E2DFF25_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzy_m02D06D020E11BE36BACE31BCBD3DE1EA235E7117_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxzy_mE20EF395149E80BF9C6D09B62CED5FA2FCE50904_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { w = value.x; x = value.y; z = value.z; y = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzz_m099404DD89CE19F60EFE272A66353E6C73CB8BEB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxzw_m4D630D9F7A70EC0EED9160E9B7CB4720688727B5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwx_m5100432E94EE1495BD0B9222CA036F038E20ACA6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwy_mFFAF7B136A0EC85079FF7EE2BD7A7553C0757EC3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxwz_m9E012C9E6DC1E71D1DB4CFE7B983576D4F6800BD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wxww_mD2B7D4751CA95764FC619AF0CE088382F1D040D3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, x, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, x, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxx_mFC3CE91EC876F52D27BB2EC9F4903344201EEA72_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxy_mE8C5829D769AC71A359AF93C2313CD7A7A0F869A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxz_mC43CB86EE27243BFD8B2046A43DFAEE405416451_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyxz_mE0D42338C102D3FC28A38CA04A7B599C77BA72B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___z_2 = L_7;
// set { w = value.x; y = value.y; x = value.z; z = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyxw_m38842728D162F3643C6EB57DE262711725CA0CF6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyx_mC3D2F6643B726F0C14149E9AA9936E0C6174DD2C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyy_m051B032E5FAD36B0ED4EC8009CC5BBAD06BE0067_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyz_m8F9A16548EF42BEBBD4C4259C125247D23C636F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyyw_mA64BCD2A0A53971DCF1B059454F309EAA5E450FA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzx_mD418A03E48A3D340820557E0AA2CEC08248011F4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyzx_mD294E277B76FFCED0F51D6240B284C8E40D7C114_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { w = value.x; y = value.y; z = value.z; x = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzy_m6F9296A7AE188BC1ED7BD01F42AAF07C926C07E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzz_m6BEF041BDEFBA7EF15990A0F8A2FF9199EF4905F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyzw_m392B223D2C045AB12AF8EEE137B6E49A25C91472_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywx_m423A324DCDEA9846F65452F86615FE576B550A12_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywy_mA5C40678455868F8439E797ABE528AB424523490_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wywz_m0C8F52DB9D5C83855943B3E163F8917C6C31E034_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wyww_mDA5715C575DEE32576AA79E84318516E1576D7EB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, y, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, y, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxx_m80C275CE4350D29CE5ED7CE08A61C242872BDBCB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxy_m5B9DD44D35B18DF43653B1A6E6ED5BFE15AA9D2C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzxy_mE30BF9446FF70F56051CAC4A2CAE3ECAEE636F93_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___y_1 = L_7;
// set { w = value.x; z = value.y; x = value.z; y = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxz_mD164B01EE9319974D51AFAA573D33ED4A1ED2521_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzxw_m614614FADC2690C6DB2EACCFD065ECCDDD2AE16F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyx_mF8B62385FD717620805987B60EF028AD02F65C7C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzyx_mC83A910788B54FE1B7867486C3FA4BD870AD43F8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___value0;
int32_t L_7 = L_6.___w_3;
__this->___x_0 = L_7;
// set { w = value.x; z = value.y; y = value.z; x = value.w; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyy_m3AFCB7DBFE4DD73E153542047C2CCE21087CD3A7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyz_m8F58D326879455D02B7436A5D25FF49F0443D621_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzyw_m6BACE9384DA67B9C1B5FDD724CE63C08DFD9F055_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzx_m5BBE9A34396D48160A5506CEE7BEADE22C25F6A9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzy_mA64202A6926190FA2CD238C2261198A977F6A30D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzz_m364D4AD22ADE9F7C088C66F8F9F70D9868FE21B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzzw_m97B48E8F1CFE679FA3B50CB45BC99C0D961065D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwx_m9151D71116960AA8D2C396656E5DE1B023346535_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwy_mD0382D458EE640C399E1DF83F88A3B4945CE5E9D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzwz_m22DA22438072E465681F09F0748E000232FB05D5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wzww_m79FBAE442C1DB6579C88847EE28C300833F0DCC4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, z, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, z, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxx_m61BAC7088A165D614E7DA26C96F7692137AD25AE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxy_m2FEF3D48D75F7AC646DFBA1ABF54CA7F06FD8DC1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxz_m365765C1617249E5B6979765E3920EE62519B046_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwxw_m15F134DE6F2782EDD79901E24345E88871F7C7F4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, x, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyx_mE0F8D86F02BF6F82FF99D48B1858003925E520D8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyy_m1BEADC819C571532D94A1624D5CC95D689AC68B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyz_m69CA24536774CFC64C1FE3E790FC72089B588A31_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwyw_m5B24114817658316866D3670EAEF599EE95EAB25_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, y, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzx_mB62C257D4B17055FDB87F29E573AAE420E872478_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzy_mDFA59EF34A69D3E9CAF96E0660B73F0F05944396_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzz_m9D87529FB6796B062D3596C98C02DA450131D18A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwzw_m15A9304510A278FB8233D296B257A5DBCFE021DE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, z, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwx_m5FA52B1B5D246FDF9D60A7CA81EFCA8C07988CE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, x); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwy_mAF42E4D27163851A205F6581F105F20B7BC444D7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, y); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwwz_m84A0770219F9E787C4B7ADFD4808A9DF1E934246_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, z); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_get_wwww_m0241FA53A3E156F0A249890CF66C14AA69C36CFB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int4(w, w, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int32_t L_3 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0021;
}
IL_0021:
{
// get { return new int4(w, w, w, w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxx_m945DCEBA114F8125591D902E95F00773B1F5F843_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxy_mEBAA89BAB2D5D074ADE1509687B28B73EA954310_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxz_m80C45F378940465480E2A95499FE8251A6F6B6A8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xxw_m24A18A18E7046BDAD03A3A02D9925D9E8DCE5A07_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyx_m6030BF3DF270CB2528EB4FCD3F6E5F4DB0C65C36_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyy_m463BD7540FEA0F7A71745C094E27789D2D40BDC3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyz_m74FA8625D6847D17110509D59D66A3DA25CE1C4B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xyz_m229D9A261745401D09DA7378A2AED96D22A59810_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; y = value.y; z = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xyw_m7E4329C3E555916C24468BE8A3C12C5693E2FE93_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, y, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xyw_mFA6564C22D4FDB2867CC5DD72DC260EB7914C015_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; y = value.y; w = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzx_m70C30FB0EF2B12604F701B8037A51FE53BF05F72_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzy_m393186923403FA94D303DAD5ADF4350FF2E7BE6C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzy_m34C61C14262999FEACA8CA999A0EBD216EFFF5E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; z = value.y; y = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzz_mB5F6FC471713E82A0032282B798DAA545AE85AE2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xzw_m621F031A41374C421E691065083E2DA23894667C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, z, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xzw_m201F022A1C0E7DB7110635E3079B6714C4DA2103_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { x = value.x; z = value.y; w = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwx_m77FEDA502608F5131C877068143AE12EADF06337_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwy_mAE1D7773BFCC835B6FA7A5306DFEEA0DBBEF5287_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwy_mBA74FEC7704D7EC467FBD30A8B74E7A00309DEA9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { x = value.x; w = value.y; y = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xwz_mEDE080D5E44A4E1CA6DF0D918B8FC49CB94FB0AB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xwz_m0B1CBEC32957E4E0D2853D55A9361B4F3638E46F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { x = value.x; w = value.y; z = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_xww_mE7BFE49EC851D7C715016ED26CC2EA5DE8A69A2F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(x, w, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(x, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxx_m5D9E98F247C0F4B91FBC9F011483617F40ED6556_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxy_mB0283C749684DF3B25E431169186A93630BFAE15_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxz_m6DF429B3EBB03345DE34C768234E9BFF0AAC3929_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxz_m29B5638B8612479BB98B61F1AD4A8409445826AA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; x = value.y; z = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yxw_m69AF9631C11576080EF2A1FB69C5B08C046A04E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, x, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yxw_m293C2BC77C3C6E864F85A9B192851F800AD8B78C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; x = value.y; w = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyx_m8E477B08A2D77C30DD0A81CB2CA2EECED46366F4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyy_mB283DA6BE5727BE5AB84FB6A4D353EC230C2E190_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyz_mB5A83FE8C9EA37C23E43C52268F41638CF52BCB8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yyw_m6D89CC0E0CB978C9E0124FADB21E7B844BDA76C4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzx_mFED1C550EE750EBE4EC37B76AF909F413592DB02_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzx_m3F812499480A17068FDBE2A30ABA9279FB324F65_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; z = value.y; x = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzy_mE87EB5668D50D87DDD80A8543A48BAE1CE427AE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzz_m9A9F2E7DCE94776FDE65603CD86119C3E8B8777B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yzw_m8ADFC20407956B1A7E10E6356D0240645C56F3FB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, z, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yzw_m6F55F63C8020BE8D2992E96DBC48C0FCBD320EC5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { y = value.x; z = value.y; w = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywx_mC1843189A2E50E22976080E7D483A8117214AE2E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywx_m150077945B9804154E112D0520DA9DAAAB20A435_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { y = value.x; w = value.y; x = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywy_m987FF64AABC878CA5ABD8293BBF3964B2486396B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_ywz_mE33BE41CBA453F957A7C8FC049718630FEFD390D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_ywz_m45DC147D8AE6AF474D11C74436675137E0917372_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { y = value.x; w = value.y; z = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_yww_m9B26DEA6218B278BB7D86B4C4A5280E3F38433C3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(y, w, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(y, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxx_mFD8E3C6C033A36608D68E7CEE8F39F966DB8F8DD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxy_mE8B583D2336EDB5AEDE571749B887C11FFFA5162_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxy_mA59A211586D14F25F587A81B3C5290A9EDE2FA9B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; x = value.y; y = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxz_mDF6CE12BD19283FF7A5C8F42EB6C67D32D0AFB73_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zxw_m4BD39B8DEB23D8CD3167BDE96EAAEBCCE4B0E988_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, x, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zxw_m875108FCE467F24541977379B90222551E7E2277_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; x = value.y; w = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyx_m7F86E076ED7A1EE8E4DBABD25F04AC8CD569FE54_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zyx_mB9497ADF7F18A2A95A76C80E2936D52A1DBBE8F3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; y = value.y; x = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyy_mB6C6276B970A06D995C30D1F29F1F0EAAEDE4DEC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyz_mFF014C267FEA2D94B87FBAD8E52976346B9280A4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zyw_mCB2832D38176ACBD07411909ABF46980E1A5F8B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, y, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zyw_m21887BC237FA8AD33BC981B47BDB9E3D244BFBBA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; w = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___w_3 = L_5;
// set { z = value.x; y = value.y; w = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzx_m7E72E1957F16C44F4A89AC2637A2AA20CB8E714E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzy_m17C242B4C5B94215BD3DABF441BBC3B99BD626FA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzz_mB9CAD84D83C48909353BF8B867BF40028571A913_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zzw_m3243EA4693A6BA5E9BE405C826BBDD1248E4C119_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwx_m6754144C949F2DB4ADDCB957BB98A6EE334A130D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwx_mC85984B8B3A1C619A3B91937847C25A2192D69A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { z = value.x; w = value.y; x = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwy_m89747FB7E14075BF2DC5382F79B1BA7FBD277D97_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zwy_mC4427B9347A9639DA31FFF3E5515871D0A25F47B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { z = value.x; w = value.y; y = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zwz_mA5D01E2C3055B746F61A3708D434880847D5D06F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_zww_m725974ACFDCFE5BD57C81DE0E8CDD1AB8F4701AF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(z, w, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(z, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxx_mFBEA656E105CC4D0589ABBCAC75F0A800AF8A8A6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxy_m52687DE3B58580E8DC636FE598271D8309905767_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxy_mB3E1E0C1A2B56C5AA78472A9AFA283DE2D79841F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; x = value.y; y = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxz_mF490FA4C0867C2CBE3F741638A943E0B9C12D95F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wxz_m4ACB13605CE23A74DCD4C4A6956992A55639E1BC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; x = value.y; z = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wxw_mB104FB58F810D30B7DA653F1DB6402FE0A7CB582_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, x, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, x, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyx_m64CAE9CFEC296E829C35ADA2B4E1EC97A842BC0F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyx_mA5729E3CE3D9939359F6311E418AD4E813463092_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; y = value.y; x = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyy_mDBEBB1369B3CF3D58674978E7BE2637A392EFFEC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyz_m166F8ECB072A33F8C024B78C87C1DE131B15670B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wyz_m36881B9A8DF0AEE422617D0D3612401AB909AD7E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; z = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// set { w = value.x; y = value.y; z = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wyw_mD9AD95304F54CF678081D913F7E45AE179FBED77_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, y, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, y, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzx_mD29C539F5C60C42545A9F5DC2385847384929BA1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzx_m338D3F05B7769D040F706CAB5C52F58D02D119E6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; x = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___x_0 = L_5;
// set { w = value.x; z = value.y; x = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzy_mFE44FA775D30BC51CE1498C52464164193876BF9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wzy_mA64B297AAABE934B4C9F5AD6B6C51D508960007A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; y = value.z; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___value0;
int32_t L_5 = L_4.___z_2;
__this->___y_1 = L_5;
// set { w = value.x; z = value.y; y = value.z; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzz_m377858BE3B8106FD8773EE43344AE68A3B6D32B8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wzw_m3ACE1ECB447B47C0F48187AC0A2B68E711710258_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, z, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, z, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwx_m2FE84AF07A5645F320AC8049F89B9FB559746329_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, x); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwy_mDE6EE80C6A2F266054756DD59EEF5054B88AAEB1_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, y); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_wwz_m7CAB5CCC18E07762817452222373A7E9B900D8CA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___z_2;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int4_get_www_m3472B0D5D94ED3A48D6D7879ECC5617AF09DB0B6_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int3(w, w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int32_t L_2 = __this->___w_3;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_3;
memset((&L_3), 0, sizeof(L_3));
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
}
IL_001b:
{
// get { return new int3(w, w, w); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method)
{
{
// this.x = x;
int32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
int32_t L_1 = ___y1;
__this->___y_1 = L_1;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xx_m525589C6EF1E95472B5FF0D93597CA238A2B4ED4_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, x); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, y); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xy_mE0F0F77EF69ACCB2CF1CA5D5B5B5A9C6912BBF63_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { x = value.x; y = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xz_mD83A0E86143EA0CD4F294F1EA99A1518498677CD_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, z); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xz_m6F97EFAE899D628045BA6EB59E02060B98DCA0C0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { x = value.x; z = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xw_m670E8FE5D8CE915EDE5D7C09BD2E0D638E95DA2E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(x, w); }
int32_t L_0 = __this->___x_0;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(x, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_xw_m308E9027F0D4D27016C1B2225ADA25DB42CB7FD2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { x = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// set { x = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { x = value.x; w = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yx_m666F132FF950D2AD0BCA1048AB6ED669408C0697_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, x); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yx_mF8F1022BEA24F89D70055DF0B92D432E176386EF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { y = value.x; x = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yy_m2452C7464E48ACDFAD3BEDEF5318210BD9814A47_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, y); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yz_mE2FA990CD24B827FFBD658809843A06767EBD6CA_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, z); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yz_mF79F5E427A9459C2537C77EE96EAC8699F4B205E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { y = value.x; z = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_yw_m2E912EDE9C874777677D34327EFFE8BAB0711FDB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(y, w); }
int32_t L_0 = __this->___y_1;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(y, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_yw_m1B55457A027E2E77CC3B17D76C256C95C240C162_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { y = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___y_1 = L_1;
// set { y = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { y = value.x; w = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zx_mEE4AF967A28778C8D198C19E0D4683BE84C30F80_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, x); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zx_m57E3B706681016899AC4F4CA6EC5ECF572AF3C3B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { z = value.x; x = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zy_mDF7DC9955051C6A79030FFD19A1CBC07F3ABBEEF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, y); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zy_mFA9572554BFA87649961B20A7CF3EF2815AC8477_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { z = value.x; y = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zz_mEEB75C3FF02C75801622261D4E1A8E3DDFC9AC7E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, z); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(z, w); }
int32_t L_0 = __this->___z_2;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(z, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_zw_m084F1715F81BC2DFD5E113EF07ABFC726F5D2128_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { z = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___z_2 = L_1;
// set { z = value.x; w = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___w_3 = L_3;
// set { z = value.x; w = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wx_m9A0D6E080EA5DECB91BB739A6A980BB22A4360CB_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, x); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, x); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wx_mC15C3B2D5B28DA591C2FE3F325880AF7A8AD080F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; x = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___x_0 = L_3;
// set { w = value.x; x = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wy_m3154630E587C0D74FC0517E4660857BB22551165_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, y); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wy_mA24CBCCC8E2744520E3B5678506BB14158F27F82_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; y = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// set { w = value.x; y = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_wz_mB5ADB7A67C0A1EB4E0522738D3963BCBEB240619_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, z); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___z_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, z); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4_set_wz_mE9B8A70804F0E2DCE358428A568F844AE7929BC2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
{
// set { w = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___value0;
int32_t L_1 = L_0.___x_0;
__this->___w_3 = L_1;
// set { w = value.x; z = value.y; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___value0;
int32_t L_3 = L_2.___y_1;
__this->___z_2 = L_3;
// set { w = value.x; z = value.y; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_ww_mDF5BD51B723C9E7E67B1D3FD502A41FD00B40483_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return new int2(w, w); }
int32_t L_0 = __this->___w_3;
int32_t L_1 = __this->___w_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// get { return new int2(w, w); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// public bool Equals(int4 rhs) { return x == rhs.x && y == rhs.y && z == rhs.z && w == rhs.w; }
int32_t L_0 = __this->___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs0;
int32_t L_2 = L_1.___x_0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_003b;
}
}
{
int32_t L_3 = __this->___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs0;
int32_t L_5 = L_4.___y_1;
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_003b;
}
}
{
int32_t L_6 = __this->___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs0;
int32_t L_8 = L_7.___z_2;
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
{
goto IL_003b;
}
}
{
int32_t L_9 = __this->___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs0;
int32_t L_11 = L_10.___w_3;
G_B5_0 = ((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B5_0 = 0;
}
IL_003c:
{
V_0 = (bool)G_B5_0;
goto IL_003f;
}
IL_003f:
{
// public bool Equals(int4 rhs) { return x == rhs.x && y == rhs.y && z == rhs.z && w == rhs.w; }
bool L_12 = V_0;
return L_12;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m29B7B74C9A581470FA47F0DEFF0425013E463FDC_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v) * uint4(0x6E050B01u, 0x750FDBF5u, 0x7F3DD499u, 0x52EAAEBBu)) + 0x4599C793u;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_1;
L_1 = math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline(L_0, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2;
L_2 = math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline(((int32_t)1845824257), ((int32_t)1963973621), ((int32_t)2134758553), ((int32_t)1391111867), NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_3;
L_3 = uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline(L_1, L_2, NULL);
uint32_t L_4;
L_4 = math_csum_mCA048D3C6D8B3A180BBC2FC2B43298D386EAD55A_inline(L_3, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, ((int32_t)1167706003)));
goto IL_0033;
}
IL_0033:
{
// }
uint32_t L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int4_GetHashCode_mDE43A26C805DF1BA46E907BFE67B7A74559FE8B7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = (*(int4_tBA77D4945786DE82C3A487B33955EA1004996052*)__this);
uint32_t L_1;
L_1 = math_hash_m29B7B74C9A581470FA47F0DEFF0425013E463FDC_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4_ToString_m555B1DA60EDDB2F461216E91E740D63953BA0112_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4({0}, {1}, {2}, {3})", x, y, z, w);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int32_t L_2 = __this->___x_0;
int32_t L_3 = L_2;
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
int32_t L_6 = __this->___y_1;
int32_t L_7 = L_6;
RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_8);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
int32_t L_10 = __this->___z_2;
int32_t L_11 = L_10;
RuntimeObject* L_12 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
int32_t L_14 = __this->___w_3;
int32_t L_15 = L_14;
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
String_t* L_17;
L_17 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6, L_13, NULL);
V_0 = L_17;
goto IL_004c;
}
IL_004c:
{
// }
String_t* L_18 = V_0;
return L_18;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4_ToString_mEC239D567C5A8C38EC41A06435499AB1E887066C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4({0}, {1}, {2}, {3})", x.ToString(format, formatProvider), y.ToString(format, formatProvider), z.ToString(format, formatProvider), w.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int32_t* L_2 = (&__this->___x_0);
String_t* L_3 = ___format0;
RuntimeObject* L_4 = ___formatProvider1;
String_t* L_5;
L_5 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_2, L_3, L_4, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int32_t* L_7 = (&__this->___y_1);
String_t* L_8 = ___format0;
RuntimeObject* L_9 = ___formatProvider1;
String_t* L_10;
L_10 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_7, L_8, L_9, NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int32_t* L_12 = (&__this->___z_2);
String_t* L_13 = ___format0;
RuntimeObject* L_14 = ___formatProvider1;
String_t* L_15;
L_15 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_12, L_13, L_14, NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int32_t* L_17 = (&__this->___w_3);
String_t* L_18 = ___format0;
RuntimeObject* L_19 = ___formatProvider1;
String_t* L_20;
L_20 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_17, L_18, L_19, NULL);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
String_t* L_21;
L_21 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral1A3E5FB6190816CC196322B8E72BE4E64C6811E6, L_16, NULL);
V_0 = L_21;
goto IL_0054;
}
IL_0054:
{
// }
String_t* L_22 = V_0;
return L_22;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_mBE3DA8FA46539413227D423F21025B905018A96E_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___c11;
__this->___c1_1 = L_1;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m5C722C297FAF84E0CA5066E9FB7998CCB8E44C49_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, int32_t ___m306, int32_t ___m317, const RuntimeMethod* method)
{
{
// this.c0 = new int4(m00, m10, m20, m30);
int32_t L_0 = ___m000;
int32_t L_1 = ___m102;
int32_t L_2 = ___m204;
int32_t L_3 = ___m306;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
__this->___c0_0 = L_4;
// this.c1 = new int4(m01, m11, m21, m31);
int32_t L_5 = ___m011;
int32_t L_6 = ___m113;
int32_t L_7 = ___m215;
int32_t L_8 = ___m317;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
memset((&L_9), 0, sizeof(L_9));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_9), L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
__this->___c1_1 = L_9;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline (int32_t ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int4(int v) { return new int4(v); }
int32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int4(int v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m66065C2F52B28660C308021AC6E63441F0BA1B5F_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___a0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___b1, bool ___c2, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
int4_tBA77D4945786DE82C3A487B33955EA1004996052 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
// public static int4 select(int4 a, int4 b, bool c) { return c ? b : a; }
bool L_0 = ___c2;
if (L_0)
{
goto IL_0007;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___a0;
G_B3_0 = L_1;
goto IL_0008;
}
IL_0007:
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___b1;
G_B3_0 = L_2;
}
IL_0008:
{
V_0 = G_B3_0;
goto IL_000b;
}
IL_000b:
{
// public static int4 select(int4 a, int4 b, bool c) { return c ? b : a; }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m5C8E974EA366D51A4CB9C93EA95BEF28BD88045C_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_4), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___a0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___b1, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c2, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B9_2 = 0;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
int32_t G_B11_2 = 0;
int32_t G_B10_0 = 0;
int32_t G_B10_1 = 0;
int32_t G_B10_2 = 0;
int32_t G_B12_0 = 0;
int32_t G_B12_1 = 0;
int32_t G_B12_2 = 0;
int32_t G_B12_3 = 0;
{
// public static int4 select(int4 a, int4 b, bool4 c) { return new int4(c.x ? b.x : a.x, c.y ? b.y : a.y, c.z ? b.z : a.z, c.w ? b.w : a.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___c2;
bool L_1 = L_0.___x_0;
if (L_1)
{
goto IL_0011;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___a0;
int32_t L_3 = L_2.___x_0;
G_B3_0 = L_3;
goto IL_0017;
}
IL_0011:
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___b1;
int32_t L_5 = L_4.___x_0;
G_B3_0 = L_5;
}
IL_0017:
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_6 = ___c2;
bool L_7 = L_6.___y_1;
G_B4_0 = G_B3_0;
if (L_7)
{
G_B5_0 = G_B3_0;
goto IL_0027;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___a0;
int32_t L_9 = L_8.___y_1;
G_B6_0 = L_9;
G_B6_1 = G_B4_0;
goto IL_002d;
}
IL_0027:
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___b1;
int32_t L_11 = L_10.___y_1;
G_B6_0 = L_11;
G_B6_1 = G_B5_0;
}
IL_002d:
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12 = ___c2;
bool L_13 = L_12.___z_2;
G_B7_0 = G_B6_0;
G_B7_1 = G_B6_1;
if (L_13)
{
G_B8_0 = G_B6_0;
G_B8_1 = G_B6_1;
goto IL_003d;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___a0;
int32_t L_15 = L_14.___z_2;
G_B9_0 = L_15;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
goto IL_0043;
}
IL_003d:
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16 = ___b1;
int32_t L_17 = L_16.___z_2;
G_B9_0 = L_17;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
}
IL_0043:
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_18 = ___c2;
bool L_19 = L_18.___w_3;
G_B10_0 = G_B9_0;
G_B10_1 = G_B9_1;
G_B10_2 = G_B9_2;
if (L_19)
{
G_B11_0 = G_B9_0;
G_B11_1 = G_B9_1;
G_B11_2 = G_B9_2;
goto IL_0053;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_20 = ___a0;
int32_t L_21 = L_20.___w_3;
G_B12_0 = L_21;
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
G_B12_3 = G_B10_2;
goto IL_0059;
}
IL_0053:
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_22 = ___b1;
int32_t L_23 = L_22.___w_3;
G_B12_0 = L_23;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
G_B12_3 = G_B11_2;
}
IL_0059:
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_24;
memset((&L_24), 0, sizeof(L_24));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_24), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL);
V_0 = L_24;
goto IL_0061;
}
IL_0061:
{
// public static int4 select(int4 a, int4 b, bool4 c) { return new int4(c.x ? b.x : a.x, c.y ? b.y : a.y, c.z ? b.z : a.z, c.w ? b.w : a.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_25 = V_0;
return L_25;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m5A7F3AD834F4B7E44BA84DCB812F41BFE79C6D89_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v.c0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_2 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int4(0), new int4(1), v.c1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6;
memset((&L_6), 0, sizeof(L_6));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_6), 1, /*hidden argument*/NULL);
bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE L_7 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline (uint32_t ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(uint v) { return new int4(v); }
uint32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mC17BD131F470947BD7D82DC2D19CE927E4900AF4_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(uint v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m156CBD94C082EF1181EB3861879FF18507519A33_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
uint32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
uint32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(uint4 v) { return new int4(v); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mC49BC081FB878E150926BCC8400D8D97B97D04F8_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(uint4 v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_mF17C507E91857876E7F54FB6972435152AB2D478_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 L_0 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
uint4x2_t03005BA82F8429C71C2A4F30895BD93E04FB8FB6 L_3 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline (float ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(float v) { return new int4(v); }
float L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m41F9D2FC6444C146EB4E15CECEA53FC712D6C210_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(float v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m48DC55D0BB6D7D2E2C556D23A149089E5CB67A85_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
float L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
float L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(float4 v) { return new int4(v); }
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(float4 v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_mF693B361CCE4D87BF2228168C840C0AC37255716_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 L_0 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
float4x2_tC4211FC542D48326AB01E7CEADEC950ADB301A27 L_3 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline (double ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(double v) { return new int4(v); }
double L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m53061EC7A5B9EED1C9100C00C6895E178D85C0AD_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(double v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m977B9CF2BDA06C6A7A23CC6D01DE036DB6718951_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
double L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
double L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline (double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 ___v0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int4(double4 v) { return new int4(v); }
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m9E3A77C89C060E44E3AE3AFE07B641F661CEF5F6_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int4(double4 v) { return new int4(v); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x2__ctor_m6A67E80B12800956A2563F25C7DA7FBE8B140181_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 L_0 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
double4x2_t4C5322E8266A54928FDB298BD4D1BCC6F1E5DB16 L_3 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_mAD8A69A2F89B6F92C944D011E9577C9D6F20FA62_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator * (int4 lhs, int4 rhs) { return new int4 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z, lhs.w * rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)il2cpp_codegen_multiply(L_1, L_3)), ((int32_t)il2cpp_codegen_multiply(L_5, L_7)), ((int32_t)il2cpp_codegen_multiply(L_9, L_11)), ((int32_t)il2cpp_codegen_multiply(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator * (int4 lhs, int4 rhs) { return new int4 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z, lhs.w * rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_m36C7F84D2E5C627BCED767F4E9AB65078BD69EFE_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator * (int4 lhs, int rhs) { return new int4 (lhs.x * rhs, lhs.y * rhs, lhs.z * rhs, lhs.w * rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_multiply(L_1, L_2)), ((int32_t)il2cpp_codegen_multiply(L_4, L_5)), ((int32_t)il2cpp_codegen_multiply(L_7, L_8)), ((int32_t)il2cpp_codegen_multiply(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator * (int4 lhs, int rhs) { return new int4 (lhs.x * rhs, lhs.y * rhs, lhs.z * rhs, lhs.w * rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Multiply_mAF1622391F6CB57D6CCFE1509118530ECC17D04E_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator * (int lhs, int4 rhs) { return new int4 (lhs * rhs.x, lhs * rhs.y, lhs * rhs.z, lhs * rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_multiply(L_0, L_2)), ((int32_t)il2cpp_codegen_multiply(L_3, L_5)), ((int32_t)il2cpp_codegen_multiply(L_6, L_8)), ((int32_t)il2cpp_codegen_multiply(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator * (int lhs, int4 rhs) { return new int4 (lhs * rhs.x, lhs * rhs.y, lhs * rhs.z, lhs * rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_m2BAE1570F37A46A5841026032DF8A39DE638CA60_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int4 lhs, int4 rhs) { return new int4 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z, lhs.w + rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)il2cpp_codegen_add(L_1, L_3)), ((int32_t)il2cpp_codegen_add(L_5, L_7)), ((int32_t)il2cpp_codegen_add(L_9, L_11)), ((int32_t)il2cpp_codegen_add(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator + (int4 lhs, int4 rhs) { return new int4 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z, lhs.w + rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_mED61B02E82E8C71915208694DEC9E49C523FF353_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int4 lhs, int rhs) { return new int4 (lhs.x + rhs, lhs.y + rhs, lhs.z + rhs, lhs.w + rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_add(L_1, L_2)), ((int32_t)il2cpp_codegen_add(L_4, L_5)), ((int32_t)il2cpp_codegen_add(L_7, L_8)), ((int32_t)il2cpp_codegen_add(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator + (int4 lhs, int rhs) { return new int4 (lhs.x + rhs, lhs.y + rhs, lhs.z + rhs, lhs.w + rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Addition_m5A979894F549A52D8DCE7D25D1D0D3197B819E6F_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int lhs, int4 rhs) { return new int4 (lhs + rhs.x, lhs + rhs.y, lhs + rhs.z, lhs + rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_add(L_0, L_2)), ((int32_t)il2cpp_codegen_add(L_3, L_5)), ((int32_t)il2cpp_codegen_add(L_6, L_8)), ((int32_t)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator + (int lhs, int4 rhs) { return new int4 (lhs + rhs.x, lhs + rhs.y, lhs + rhs.z, lhs + rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m473ADB02C59B676E42CE2C01B79F7DBE1A968518_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int4 lhs, int4 rhs) { return new int4 (lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z, lhs.w - rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)il2cpp_codegen_subtract(L_1, L_3)), ((int32_t)il2cpp_codegen_subtract(L_5, L_7)), ((int32_t)il2cpp_codegen_subtract(L_9, L_11)), ((int32_t)il2cpp_codegen_subtract(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator - (int4 lhs, int4 rhs) { return new int4 (lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z, lhs.w - rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m3025D059A202EE1ECD52F95BDC0A7E6E8DBE964D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int4 lhs, int rhs) { return new int4 (lhs.x - rhs, lhs.y - rhs, lhs.z - rhs, lhs.w - rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_subtract(L_1, L_2)), ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), ((int32_t)il2cpp_codegen_subtract(L_7, L_8)), ((int32_t)il2cpp_codegen_subtract(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator - (int4 lhs, int rhs) { return new int4 (lhs.x - rhs, lhs.y - rhs, lhs.z - rhs, lhs.w - rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Subtraction_m3DD45238E6DE7588B17CC9CAD7DBE8C393519FE8_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int lhs, int4 rhs) { return new int4 (lhs - rhs.x, lhs - rhs.y, lhs - rhs.z, lhs - rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)il2cpp_codegen_subtract(L_0, L_2)), ((int32_t)il2cpp_codegen_subtract(L_3, L_5)), ((int32_t)il2cpp_codegen_subtract(L_6, L_8)), ((int32_t)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator - (int lhs, int4 rhs) { return new int4 (lhs - rhs.x, lhs - rhs.y, lhs - rhs.z, lhs - rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_m1248BA406C2DE4FDBE4EECD0BBDBF81C63F65EE7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator / (int4 lhs, int4 rhs) { return new int4 (lhs.x / rhs.x, lhs.y / rhs.y, lhs.z / rhs.z, lhs.w / rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1/L_3)), ((int32_t)(L_5/L_7)), ((int32_t)(L_9/L_11)), ((int32_t)(L_13/L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator / (int4 lhs, int4 rhs) { return new int4 (lhs.x / rhs.x, lhs.y / rhs.y, lhs.z / rhs.z, lhs.w / rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_mA22E167A3B063DB86E66D08640321774DD264D46_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator / (int4 lhs, int rhs) { return new int4 (lhs.x / rhs, lhs.y / rhs, lhs.z / rhs, lhs.w / rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1/L_2)), ((int32_t)(L_4/L_5)), ((int32_t)(L_7/L_8)), ((int32_t)(L_10/L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator / (int4 lhs, int rhs) { return new int4 (lhs.x / rhs, lhs.y / rhs, lhs.z / rhs, lhs.w / rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Division_m598F809DA6F758FF668112035CFFEA5C9B80DEC8_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator / (int lhs, int4 rhs) { return new int4 (lhs / rhs.x, lhs / rhs.y, lhs / rhs.z, lhs / rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0/L_2)), ((int32_t)(L_3/L_5)), ((int32_t)(L_6/L_8)), ((int32_t)(L_9/L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator / (int lhs, int4 rhs) { return new int4 (lhs / rhs.x, lhs / rhs.y, lhs / rhs.z, lhs / rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_m571F39D9B7DB64D9B6BB03E608121AABD6F58A1C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator % (int4 lhs, int4 rhs) { return new int4 (lhs.x % rhs.x, lhs.y % rhs.y, lhs.z % rhs.z, lhs.w % rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1%L_3)), ((int32_t)(L_5%L_7)), ((int32_t)(L_9%L_11)), ((int32_t)(L_13%L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator % (int4 lhs, int4 rhs) { return new int4 (lhs.x % rhs.x, lhs.y % rhs.y, lhs.z % rhs.z, lhs.w % rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_m9BB0636AA6D86F4B113D5AF58F5CA9C634A80735_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator % (int4 lhs, int rhs) { return new int4 (lhs.x % rhs, lhs.y % rhs, lhs.z % rhs, lhs.w % rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1%L_2)), ((int32_t)(L_4%L_5)), ((int32_t)(L_7%L_8)), ((int32_t)(L_10%L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator % (int4 lhs, int rhs) { return new int4 (lhs.x % rhs, lhs.y % rhs, lhs.z % rhs, lhs.w % rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Modulus_mBF338C61F09DCF509BCE5C8051DC65CAF4C90EE0_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator % (int lhs, int4 rhs) { return new int4 (lhs % rhs.x, lhs % rhs.y, lhs % rhs.z, lhs % rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0%L_2)), ((int32_t)(L_3%L_5)), ((int32_t)(L_6%L_8)), ((int32_t)(L_9%L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator % (int lhs, int4 rhs) { return new int4 (lhs % rhs.x, lhs % rhs.y, lhs % rhs.z, lhs % rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Increment_m259EF149CB0D1FE05E655582B1967AF6318FB5E3_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4 operator ++ (int4 val) { return new int4 (++val.x, ++val.y, ++val.z, ++val.w); }
int32_t* L_0 = (&(&___val0)->___x_0);
int32_t* L_1 = L_0;
int32_t L_2 = *((int32_t*)L_1);
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
int32_t L_3 = V_0;
*((int32_t*)L_1) = (int32_t)L_3;
int32_t L_4 = V_0;
int32_t* L_5 = (&(&___val0)->___y_1);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
int32_t L_8 = V_0;
*((int32_t*)L_6) = (int32_t)L_8;
int32_t L_9 = V_0;
int32_t* L_10 = (&(&___val0)->___z_2);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1));
int32_t L_13 = V_0;
*((int32_t*)L_11) = (int32_t)L_13;
int32_t L_14 = V_0;
int32_t* L_15 = (&(&___val0)->___w_3);
int32_t* L_16 = L_15;
int32_t L_17 = *((int32_t*)L_16);
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
int32_t L_18 = V_0;
*((int32_t*)L_16) = (int32_t)L_18;
int32_t L_19 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_20;
memset((&L_20), 0, sizeof(L_20));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_1 = L_20;
goto IL_0045;
}
IL_0045:
{
// public static int4 operator ++ (int4 val) { return new int4 (++val.x, ++val.y, ++val.z, ++val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_21 = V_1;
return L_21;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Decrement_mD40EB033679EECB2BEB7913A0A0D273539402524_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int4 operator -- (int4 val) { return new int4 (--val.x, --val.y, --val.z, --val.w); }
int32_t* L_0 = (&(&___val0)->___x_0);
int32_t* L_1 = L_0;
int32_t L_2 = *((int32_t*)L_1);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
int32_t L_3 = V_0;
*((int32_t*)L_1) = (int32_t)L_3;
int32_t L_4 = V_0;
int32_t* L_5 = (&(&___val0)->___y_1);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
int32_t L_8 = V_0;
*((int32_t*)L_6) = (int32_t)L_8;
int32_t L_9 = V_0;
int32_t* L_10 = (&(&___val0)->___z_2);
int32_t* L_11 = L_10;
int32_t L_12 = *((int32_t*)L_11);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_12, 1));
int32_t L_13 = V_0;
*((int32_t*)L_11) = (int32_t)L_13;
int32_t L_14 = V_0;
int32_t* L_15 = (&(&___val0)->___w_3);
int32_t* L_16 = L_15;
int32_t L_17 = *((int32_t*)L_16);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
int32_t L_18 = V_0;
*((int32_t*)L_16) = (int32_t)L_18;
int32_t L_19 = V_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_20;
memset((&L_20), 0, sizeof(L_20));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_20), L_4, L_9, L_14, L_19, /*hidden argument*/NULL);
V_1 = L_20;
goto IL_0045;
}
IL_0045:
{
// public static int4 operator -- (int4 val) { return new int4 (--val.x, --val.y, --val.z, --val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_21 = V_1;
return L_21;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_mE2737192A38DEFF38A3649A5A9FD88929625FE51_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator < (int4 lhs, int4 rhs) { return new bool4 (lhs.x < rhs.x, lhs.y < rhs.y, lhs.z < rhs.z, lhs.w < rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0), (bool)((((int32_t)L_13) < ((int32_t)L_15))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0041;
}
IL_0041:
{
// public static bool4 operator < (int4 lhs, int4 rhs) { return new bool4 (lhs.x < rhs.x, lhs.y < rhs.y, lhs.z < rhs.z, lhs.w < rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4x2__ctor_mAADAE998CE29CA687864D7394B16CEFCA62B5EB7_inline (bool4x2_t1DF140A16C98814548E15AA8F520119EC7C1AADE* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c00, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c11, const RuntimeMethod* method)
{
{
// this.c0 = c0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_1 = ___c11;
__this->___c1_1 = L_1;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_m797CA8B59F286C1FD2756414E67AD6412B3E3B84_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator < (int4 lhs, int rhs) { return new bool4 (lhs.x < rhs, lhs.y < rhs, lhs.z < rhs, lhs.w < rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator < (int4 lhs, int rhs) { return new bool4 (lhs.x < rhs, lhs.y < rhs, lhs.z < rhs, lhs.w < rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThan_m06E54B7FB8A561EABDDF3C02529561F7E29DFC6A_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator < (int lhs, int4 rhs) { return new bool4 (lhs < rhs.x, lhs < rhs.y, lhs < rhs.z, lhs < rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator < (int lhs, int4 rhs) { return new bool4 (lhs < rhs.x, lhs < rhs.y, lhs < rhs.z, lhs < rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_m1F9FCD289254269323B5AB60787042423EFF6205_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator <= (int4 lhs, int4 rhs) { return new bool4 (lhs.x <= rhs.x, lhs.y <= rhs.y, lhs.z <= rhs.z, lhs.w <= rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_13) > ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_004d;
}
IL_004d:
{
// public static bool4 operator <= (int4 lhs, int4 rhs) { return new bool4 (lhs.x <= rhs.x, lhs.y <= rhs.y, lhs.z <= rhs.z, lhs.w <= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_mF08239116B41EFE5F888D72E195DEFA67D12E6F9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator <= (int4 lhs, int rhs) { return new bool4 (lhs.x <= rhs, lhs.y <= rhs, lhs.z <= rhs, lhs.w <= rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) > ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_10) > ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator <= (int4 lhs, int rhs) { return new bool4 (lhs.x <= rhs, lhs.y <= rhs, lhs.z <= rhs, lhs.w <= rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_LessThanOrEqual_mA3363C90985980A3B968EE279E4338FEEC95D7CA_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator <= (int lhs, int4 rhs) { return new bool4 (lhs <= rhs.x, lhs <= rhs.y, lhs <= rhs.z, lhs <= rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) > ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator <= (int lhs, int4 rhs) { return new bool4 (lhs <= rhs.x, lhs <= rhs.y, lhs <= rhs.z, lhs <= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_mF594DBE50A8F1BFA47C90EE89120874235A89EE5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator > (int4 lhs, int4 rhs) { return new bool4 (lhs.x > rhs.x, lhs.y > rhs.y, lhs.z > rhs.z, lhs.w > rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0), (bool)((((int32_t)L_13) > ((int32_t)L_15))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0041;
}
IL_0041:
{
// public static bool4 operator > (int4 lhs, int4 rhs) { return new bool4 (lhs.x > rhs.x, lhs.y > rhs.y, lhs.z > rhs.z, lhs.w > rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_m79003B4346328A45D40895E27886FB06E5A7CFCF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator > (int4 lhs, int rhs) { return new bool4 (lhs.x > rhs, lhs.y > rhs, lhs.z > rhs, lhs.w > rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) > ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_10) > ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator > (int4 lhs, int rhs) { return new bool4 (lhs.x > rhs, lhs.y > rhs, lhs.z > rhs, lhs.w > rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThan_m832D8707F586C817FD5452CC31FEF4B80DD56E28_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator > (int lhs, int4 rhs) { return new bool4 (lhs > rhs.x, lhs > rhs.y, lhs > rhs.z, lhs > rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) > ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_9) > ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator > (int lhs, int4 rhs) { return new bool4 (lhs > rhs.x, lhs > rhs.y, lhs > rhs.z, lhs > rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_mC54791848C6C51CEA992FA2B208B1602F62FB4C2_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator >= (int4 lhs, int4 rhs) { return new bool4 (lhs.x >= rhs.x, lhs.y >= rhs.y, lhs.z >= rhs.z, lhs.w >= rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_13) < ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_004d;
}
IL_004d:
{
// public static bool4 operator >= (int4 lhs, int4 rhs) { return new bool4 (lhs.x >= rhs.x, lhs.y >= rhs.y, lhs.z >= rhs.z, lhs.w >= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_m2B554D7D5B60EDDBB184C364875E3F1465542B6A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator >= (int4 lhs, int rhs) { return new bool4 (lhs.x >= rhs, lhs.y >= rhs, lhs.z >= rhs, lhs.w >= rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator >= (int4 lhs, int rhs) { return new bool4 (lhs.x >= rhs, lhs.y >= rhs, lhs.z >= rhs, lhs.w >= rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_GreaterThanOrEqual_mD1545A20B245ED9907445BEB9A9F685A2C837040_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator >= (int lhs, int4 rhs) { return new bool4 (lhs >= rhs.x, lhs >= rhs.y, lhs >= rhs.z, lhs >= rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator >= (int lhs, int4 rhs) { return new bool4 (lhs >= rhs.x, lhs >= rhs.y, lhs >= rhs.z, lhs >= rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_UnaryNegation_mE001908DF18FB6309228864F745068754A2E4CAF_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator - (int4 val) { return new int4 (-val.x, -val.y, -val.z, -val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___val0;
int32_t L_7 = L_6.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_8), ((-L_1)), ((-L_3)), ((-L_5)), ((-L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static int4 operator - (int4 val) { return new int4 (-val.x, -val.y, -val.z, -val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_UnaryPlus_mA3177BD60D27161E003A952522C7AE977F27D623_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator + (int4 val) { return new int4 (+val.x, +val.y, +val.z, +val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___val0;
int32_t L_7 = L_6.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int4 operator + (int4 val) { return new int4 (+val.x, +val.y, +val.z, +val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_LeftShift_m32F8D97B91B086BADF453E5B85521EA4260D7EC7_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator << (int4 x, int n) { return new int4 (x.x << n, x.y << n, x.z << n, x.w << n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___x0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___x0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1<<((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4<<((int32_t)(L_5&((int32_t)31))))), ((int32_t)(L_7<<((int32_t)(L_8&((int32_t)31))))), ((int32_t)(L_10<<((int32_t)(L_11&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int4 operator << (int4 x, int n) { return new int4 (x.x << n, x.y << n, x.z << n, x.w << n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_RightShift_mD78B375F3F28D15776226E1CDB7FD93281E546B8_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator >> (int4 x, int n) { return new int4 (x.x >> n, x.y >> n, x.z >> n, x.w >> n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___x0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___x0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___n1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1>>((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4>>((int32_t)(L_5&((int32_t)31))))), ((int32_t)(L_7>>((int32_t)(L_8&((int32_t)31))))), ((int32_t)(L_10>>((int32_t)(L_11&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int4 operator >> (int4 x, int n) { return new int4 (x.x >> n, x.y >> n, x.z >> n, x.w >> n); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m65E65B1E627FD514DDEB6E0F7FFF79AEB42C2851_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator == (int4 lhs, int4 rhs) { return new bool4 (lhs.x == rhs.x, lhs.y == rhs.y, lhs.z == rhs.z, lhs.w == rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0), (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0), (bool)((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0041;
}
IL_0041:
{
// public static bool4 operator == (int4 lhs, int4 rhs) { return new bool4 (lhs.x == rhs.x, lhs.y == rhs.y, lhs.z == rhs.z, lhs.w == rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m93F721EE38A35705149D7D3A91FB89E526F7512B_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator == (int4 lhs, int rhs) { return new bool4 (lhs.x == rhs, lhs.y == rhs, lhs.z == rhs, lhs.w == rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_10) == ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator == (int4 lhs, int rhs) { return new bool4 (lhs.x == rhs, lhs.y == rhs, lhs.z == rhs, lhs.w == rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Equality_m9F86626CA57ABB5959CA2AA05673143B2027BFD2_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator == (int lhs, int4 rhs) { return new bool4 (lhs == rhs.x, lhs == rhs.y, lhs == rhs.z, lhs == rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0), (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0), (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool4 operator == (int lhs, int4 rhs) { return new bool4 (lhs == rhs.x, lhs == rhs.y, lhs == rhs.z, lhs == rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_mA7062FBB4B6DC8A49B643947AE6065B2B1E9719D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator != (int4 lhs, int4 rhs) { return new bool4 (lhs.x != rhs.x, lhs.y != rhs.y, lhs.z != rhs.z, lhs.w != rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
memset((&L_16), 0, sizeof(L_16));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_004d;
}
IL_004d:
{
// public static bool4 operator != (int4 lhs, int4 rhs) { return new bool4 (lhs.x != rhs.x, lhs.y != rhs.y, lhs.z != rhs.z, lhs.w != rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_m72A2E46BA35F8932F321A714A975DEFB25C2B4A5_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator != (int4 lhs, int rhs) { return new bool4 (lhs.x != rhs, lhs.y != rhs, lhs.z != rhs, lhs.w != rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator != (int4 lhs, int rhs) { return new bool4 (lhs.x != rhs, lhs.y != rhs, lhs.z != rhs, lhs.w != rhs); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 int4_op_Inequality_m622575492B6CEFBC79C06A5ECC1AB694D854271C_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool4 operator != (int lhs, int4 rhs) { return new bool4 (lhs != rhs.x, lhs != rhs.y, lhs != rhs.z, lhs != rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
memset((&L_12), 0, sizeof(L_12));
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0039;
}
IL_0039:
{
// public static bool4 operator != (int lhs, int4 rhs) { return new bool4 (lhs != rhs.x, lhs != rhs.y, lhs != rhs.z, lhs != rhs.w); }
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_OnesComplement_m03A22883AADA63A788A31D71E66855446ED57E05_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___val0, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ~ (int4 val) { return new int4 (~val.x, ~val.y, ~val.z, ~val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___val0;
int32_t L_5 = L_4.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___val0;
int32_t L_7 = L_6.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_8), ((~L_1)), ((~L_3)), ((~L_5)), ((~L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static int4 operator ~ (int4 val) { return new int4 (~val.x, ~val.y, ~val.z, ~val.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_m3B17CC9935B3A47ED2CC2B0B3F1CC08259696187_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator & (int4 lhs, int4 rhs) { return new int4 (lhs.x & rhs.x, lhs.y & rhs.y, lhs.z & rhs.z, lhs.w & rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1&L_3)), ((int32_t)(L_5&L_7)), ((int32_t)(L_9&L_11)), ((int32_t)(L_13&L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator & (int4 lhs, int4 rhs) { return new int4 (lhs.x & rhs.x, lhs.y & rhs.y, lhs.z & rhs.z, lhs.w & rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_m8BFB720773950E25A4517B871716089646505F9A_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator & (int4 lhs, int rhs) { return new int4 (lhs.x & rhs, lhs.y & rhs, lhs.z & rhs, lhs.w & rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1&L_2)), ((int32_t)(L_4&L_5)), ((int32_t)(L_7&L_8)), ((int32_t)(L_10&L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator & (int4 lhs, int rhs) { return new int4 (lhs.x & rhs, lhs.y & rhs, lhs.z & rhs, lhs.w & rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseAnd_mD54E4D925057E3986B0328A43080403B9CAA6CA4_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator & (int lhs, int4 rhs) { return new int4 (lhs & rhs.x, lhs & rhs.y, lhs & rhs.z, lhs & rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0&L_2)), ((int32_t)(L_3&L_5)), ((int32_t)(L_6&L_8)), ((int32_t)(L_9&L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator & (int lhs, int4 rhs) { return new int4 (lhs & rhs.x, lhs & rhs.y, lhs & rhs.z, lhs & rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_m2FDAEAF38A9C63F0F9ECBEA46A0341B1859E0C81_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator | (int4 lhs, int4 rhs) { return new int4 (lhs.x | rhs.x, lhs.y | rhs.y, lhs.z | rhs.z, lhs.w | rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1|L_3)), ((int32_t)(L_5|L_7)), ((int32_t)(L_9|L_11)), ((int32_t)(L_13|L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator | (int4 lhs, int4 rhs) { return new int4 (lhs.x | rhs.x, lhs.y | rhs.y, lhs.z | rhs.z, lhs.w | rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_mE7F652043DCA588F7107195BE2F70DAA35B0F84F_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator | (int4 lhs, int rhs) { return new int4 (lhs.x | rhs, lhs.y | rhs, lhs.z | rhs, lhs.w | rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1|L_2)), ((int32_t)(L_4|L_5)), ((int32_t)(L_7|L_8)), ((int32_t)(L_10|L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator | (int4 lhs, int rhs) { return new int4 (lhs.x | rhs, lhs.y | rhs, lhs.z | rhs, lhs.w | rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_BitwiseOr_m800FB2E807DAA416158667C28C74C012EFFFE169_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator | (int lhs, int4 rhs) { return new int4 (lhs | rhs.x, lhs | rhs.y, lhs | rhs.z, lhs | rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0|L_2)), ((int32_t)(L_3|L_5)), ((int32_t)(L_6|L_8)), ((int32_t)(L_9|L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator | (int lhs, int4 rhs) { return new int4 (lhs | rhs.x, lhs | rhs.y, lhs | rhs.z, lhs | rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_mE3E7A27C149D9750B68F4706FE1E2D181929C7B9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ^ (int4 lhs, int4 rhs) { return new int4 (lhs.x ^ rhs.x, lhs.y ^ rhs.y, lhs.z ^ rhs.z, lhs.w ^ rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8 = ___lhs0;
int32_t L_9 = L_8.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = ___lhs0;
int32_t L_13 = L_12.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14 = ___rhs1;
int32_t L_15 = L_14.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_16;
memset((&L_16), 0, sizeof(L_16));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_16), ((int32_t)(L_1^L_3)), ((int32_t)(L_5^L_7)), ((int32_t)(L_9^L_11)), ((int32_t)(L_13^L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static int4 operator ^ (int4 lhs, int4 rhs) { return new int4 (lhs.x ^ rhs.x, lhs.y ^ rhs.y, lhs.z ^ rhs.z, lhs.w ^ rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_m28925FCECEDBDAD406E3C0CF69746711AAB6DFE0_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ^ (int4 lhs, int rhs) { return new int4 (lhs.x ^ rhs, lhs.y ^ rhs, lhs.z ^ rhs, lhs.w ^ rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___lhs0;
int32_t L_7 = L_6.___z_2;
int32_t L_8 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9 = ___lhs0;
int32_t L_10 = L_9.___w_3;
int32_t L_11 = ___rhs1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_1^L_2)), ((int32_t)(L_4^L_5)), ((int32_t)(L_7^L_8)), ((int32_t)(L_10^L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator ^ (int4 lhs, int rhs) { return new int4 (lhs.x ^ rhs, lhs.y ^ rhs, lhs.z ^ rhs, lhs.w ^ rhs); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_ExclusiveOr_m4D6B1B23CA78C933FB9160FD6D92ECE7B06C4700_inline (int32_t ___lhs0, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___rhs1, const RuntimeMethod* method)
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int4 operator ^ (int lhs, int4 rhs) { return new int4 (lhs ^ rhs.x, lhs ^ rhs.y, lhs ^ rhs.z, lhs ^ rhs.w); }
int32_t L_0 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int32_t L_6 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7 = ___rhs1;
int32_t L_8 = L_7.___z_2;
int32_t L_9 = ___lhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = ___rhs1;
int32_t L_11 = L_10.___w_3;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12;
memset((&L_12), 0, sizeof(L_12));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_12), ((int32_t)(L_0^L_2)), ((int32_t)(L_3^L_5)), ((int32_t)(L_6^L_8)), ((int32_t)(L_9^L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// public static int4 operator ^ (int lhs, int4 rhs) { return new int4 (lhs ^ rhs.x, lhs ^ rhs.y, lhs ^ rhs.z, lhs ^ rhs.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int4x2_Equals_m5A6365B1E4D3C842FC765726BE371E156479CD90_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int4x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&__this->___c0_0);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_1 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool L_3;
L_3 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_4 = (&__this->___c1_1);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool L_7;
L_7 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_4, L_6, NULL);
G_B3_0 = ((int32_t)(L_7));
goto IL_0028;
}
IL_0027:
{
G_B3_0 = 0;
}
IL_0028:
{
V_0 = (bool)G_B3_0;
goto IL_002b;
}
IL_002b:
{
// public bool Equals(int4x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
bool L_8 = V_0;
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_mD2616FCA815CE2F047FF63E8AB7E33E18995CBA8_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint4(0xFAAF07DDu, 0x625C45BDu, 0xC9F27FCBu, 0x6D2523B1u) +
// asuint(v.c1) * uint4(0x6E2BF6A9u, 0xCC74B3B7u, 0x83B58237u, 0x833E3E29u)) + 0xA9D919BFu;
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2;
L_2 = math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline(L_1, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_3;
L_3 = math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline(((int32_t)-89192483), ((int32_t)1650214333), ((int32_t)-906854453), ((int32_t)1831150513), NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4;
L_4 = uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline(L_2, L_3, NULL);
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_5 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_7;
L_7 = math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline(L_6, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_8;
L_8 = math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline(((int32_t)1848374953), ((int32_t)-864767049), ((int32_t)-2085256649), ((int32_t)-2093072855), NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_9;
L_9 = uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline(L_7, L_8, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_10;
L_10 = uint4_op_Addition_mA593A27ACC42C3EA2132C57C7797E7A1DD997C04_inline(L_4, L_9, NULL);
uint32_t L_11;
L_11 = math_csum_mCA048D3C6D8B3A180BBC2FC2B43298D386EAD55A_inline(L_10, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, ((int32_t)-1445389889)));
goto IL_0066;
}
IL_0066:
{
// }
uint32_t L_12 = V_0;
return L_12;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int4x2_GetHashCode_m1DEE5DD4514364B8AF3613649F6DCBCA95905D9E_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996 L_0 = (*(int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996*)__this);
uint32_t L_1;
L_1 = math_hash_mD2616FCA815CE2F047FF63E8AB7E33E18995CBA8_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x2_ToString_m0DFBB3421C97AD90C6271C339160309BDE5CCC45_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x2({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", c0.x, c1.x, c0.y, c1.y, c0.z, c1.z, c0.w, c1.w);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t L_3 = L_2->___x_0;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = (&__this->___c1_1);
int32_t L_8 = L_7->___x_0;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_12 = (&__this->___c0_0);
int32_t L_13 = L_12->___y_1;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_17 = (&__this->___c1_1);
int32_t L_18 = L_17->___y_1;
int32_t L_19 = L_18;
RuntimeObject* L_20 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_16;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_22 = (&__this->___c0_0);
int32_t L_23 = L_22->___z_2;
int32_t L_24 = L_23;
RuntimeObject* L_25 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_25);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_21;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_27 = (&__this->___c1_1);
int32_t L_28 = L_27->___z_2;
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_26;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c0_0);
int32_t L_33 = L_32->___w_3;
int32_t L_34 = L_33;
RuntimeObject* L_35 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_34);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_35);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_35);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_37 = (&__this->___c1_1);
int32_t L_38 = L_37->___w_3;
int32_t L_39 = L_38;
RuntimeObject* L_40 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_39);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_40);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_40);
String_t* L_41;
L_41 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060, L_36, NULL);
V_0 = L_41;
goto IL_00ac;
}
IL_00ac:
{
// }
String_t* L_42 = V_0;
return L_42;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x2_ToString_m59BD51DE412C7ABF8B4D0410798BB8EBB0E21E65_inline (int4x2_t4B98454F51F5E8A8F4201FA33A01D2692B692996* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x2({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.ToString(format, formatProvider), c0.z.ToString(format, formatProvider), c1.z.ToString(format, formatProvider), c0.w.ToString(format, formatProvider), c1.w.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t* L_3 = (&L_2->___x_0);
String_t* L_4 = ___format0;
RuntimeObject* L_5 = ___formatProvider1;
String_t* L_6;
L_6 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_3, L_4, L_5, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_8 = (&__this->___c1_1);
int32_t* L_9 = (&L_8->___x_0);
String_t* L_10 = ___format0;
RuntimeObject* L_11 = ___formatProvider1;
String_t* L_12;
L_12 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_9, L_10, L_11, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_12);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_7;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_14 = (&__this->___c0_0);
int32_t* L_15 = (&L_14->___y_1);
String_t* L_16 = ___format0;
RuntimeObject* L_17 = ___formatProvider1;
String_t* L_18;
L_18 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_15, L_16, L_17, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_13;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_20 = (&__this->___c1_1);
int32_t* L_21 = (&L_20->___y_1);
String_t* L_22 = ___format0;
RuntimeObject* L_23 = ___formatProvider1;
String_t* L_24;
L_24 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_21, L_22, L_23, NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_24);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_19;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_26 = (&__this->___c0_0);
int32_t* L_27 = (&L_26->___z_2);
String_t* L_28 = ___format0;
RuntimeObject* L_29 = ___formatProvider1;
String_t* L_30;
L_30 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_27, L_28, L_29, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_25;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c1_1);
int32_t* L_33 = (&L_32->___z_2);
String_t* L_34 = ___format0;
RuntimeObject* L_35 = ___formatProvider1;
String_t* L_36;
L_36 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_33, L_34, L_35, NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_36);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_36);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_37 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_38 = (&__this->___c0_0);
int32_t* L_39 = (&L_38->___w_3);
String_t* L_40 = ___format0;
RuntimeObject* L_41 = ___formatProvider1;
String_t* L_42;
L_42 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_39, L_40, L_41, NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_42);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_42);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = L_37;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_44 = (&__this->___c1_1);
int32_t* L_45 = (&L_44->___w_3);
String_t* L_46 = ___format0;
RuntimeObject* L_47 = ___formatProvider1;
String_t* L_48;
L_48 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_45, L_46, L_47, NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_48);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_48);
String_t* L_49;
L_49 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral48175E0173EDCC921C92ECB5317E78F0617D9060, L_43, NULL);
V_0 = L_49;
goto IL_00bc;
}
IL_00bc:
{
// }
String_t* L_50 = V_0;
return L_50;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_m4A500FE5140C38C6951AAA79530FDF6EAD6F91F7_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c00, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c11, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___c22, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___c22;
__this->___c2_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mC047D9CF778207E9969175A86A29D7E56A8439B7_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, int32_t ___m206, int32_t ___m217, int32_t ___m228, int32_t ___m309, int32_t ___m3110, int32_t ___m3211, const RuntimeMethod* method)
{
{
// this.c0 = new int4(m00, m10, m20, m30);
int32_t L_0 = ___m000;
int32_t L_1 = ___m103;
int32_t L_2 = ___m206;
int32_t L_3 = ___m309;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
__this->___c0_0 = L_4;
// this.c1 = new int4(m01, m11, m21, m31);
int32_t L_5 = ___m011;
int32_t L_6 = ___m114;
int32_t L_7 = ___m217;
int32_t L_8 = ___m3110;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
memset((&L_9), 0, sizeof(L_9));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_9), L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
__this->___c1_1 = L_9;
// this.c2 = new int4(m02, m12, m22, m32);
int32_t L_10 = ___m022;
int32_t L_11 = ___m125;
int32_t L_12 = ___m228;
int32_t L_13 = ___m3211;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
memset((&L_14), 0, sizeof(L_14));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_14), L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
__this->___c2_2 = L_14;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mC3C913CAF5376F57CC0EC7DDF411C9E08EBC4D64_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Implicit_m2DBB3702428B3D19AEEC1D75D1BC17261E3C6B7A_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_m4310738CE69D9C31866631FCCE2C9362A48371C2_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_4), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_7;
L_7 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int4(0), new int4(1), v);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
memset((&L_8), 0, sizeof(L_8));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_8), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
memset((&L_9), 0, sizeof(L_9));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
L_11 = math_select_m4C09535C871291EF8183B3D5851FEA014F1E920F_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_m40F13DF5EC73484AEB68E91DB3E79AE2255BF0D4_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int4(0), new int4(1), v.c0);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0;
memset((&L_0), 0, sizeof(L_0));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_0), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_1), 1, /*hidden argument*/NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_2 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3 = L_2.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
L_4 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int4(0), new int4(1), v.c1);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
memset((&L_5), 0, sizeof(L_5));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_5), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6;
memset((&L_6), 0, sizeof(L_6));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_6), 1, /*hidden argument*/NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_7 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_8 = L_7.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_9;
L_9 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int4(0), new int4(1), v.c2);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10;
memset((&L_10), 0, sizeof(L_10));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_10), 0, /*hidden argument*/NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_11;
memset((&L_11), 0, sizeof(L_11));
int4__ctor_m48F9FB97F5956250E7BE7C6EB19B046CFBD37FE5_inline((&L_11), 1, /*hidden argument*/NULL);
bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34 L_12 = ___v0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_13 = L_12.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_14;
L_14 = math_select_m5EAC13950F165517698438DFABE943D06E5D085E_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mC42E466912E6570E5A8C02D6E696DBD1A2F196F1_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
uint32_t L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
uint32_t L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int4)v;
uint32_t L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_mB8AB6C370648DA7D03AB8FFEFCF273ACBE9A330B_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mA62A81663E8DE554549CA8553294766A2EF1714A_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C L_0 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C L_3 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int4)v.c2;
uint4x3_t9BA1847AC3EE8447BC913F77C7CB0FDFCD0E8F3C L_6 = ___v0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_Explicit_m5B3817EEB6A6C2F9429A681AEF77C9024C159C45_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mD89EE4DEE5C9F216F39FB40D7125BCFA9378E249_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
float L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
float L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int4)v;
float L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m80FE434414ECCE652A440B918EC96EDFD1D2E08C_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mDC1A326B59515C8FC0BBD48DBC982F099C3D99DD_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC L_0 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC L_3 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int4)v.c2;
float4x3_t06008E654CCB12CD786C3E335A1E4C89A8AA13EC L_6 = ___v0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_Explicit_m2CC45B49376E952190F2691516CF70871F389A6A_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mADE42A87E2A9AE08ED0BFF7906D457F7A3F5A5FF_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v;
double L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
L_1 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int4)v;
double L_2 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_3;
L_3 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int4)v;
double L_4 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_mA367A2D4BEB721C79B172D478C8806CA9C59488C_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4x3__ctor_mFA6E86F136570495C8AA2B63C12932A71262438C_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int4)v.c0;
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E L_0 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_1 = L_0.___c0_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2;
L_2 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int4)v.c1;
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E L_3 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_4 = L_3.___c1_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_5;
L_5 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int4)v.c2;
double4x3_tFBD39CBC9F5188E71E889F604159BE18FEB8F18E L_6 = ___v0;
double4_t82EF3F10905F7357C3F8C08F83AB6F8EC776FDC5 L_7 = L_6.___c2_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_8;
L_8 = int4_op_Explicit_m37351EC885611A9D327018F7B8D59F8A3A6D6B88_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4x3__ctor_mF4A64FE5448C6B39B6FEF1FA10F8AB887E7DDF67_inline (bool4x3_t1373A1AFFA890B9F3DB734F9505B56E08D425D34* __this, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c00, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c11, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___c22, const RuntimeMethod* method)
{
{
// this.c0 = c0;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_2 = ___c22;
__this->___c2_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int4x3_Equals_mF510FE1C1A12EF54B1AA8C724B99D86EAC92CD96_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// public bool Equals(int4x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_0 = (&__this->___c0_0);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_1 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = L_1.___c0_0;
bool L_3;
L_3 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_003a;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_4 = (&__this->___c1_1);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
bool L_7;
L_7 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_003a;
}
}
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_8 = (&__this->___c2_2);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_9 = ___rhs0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_10 = L_9.___c2_2;
bool L_11;
L_11 = int4_Equals_m966659D148734F0C67F1D7F78F1B391DDB2D12B2_inline(L_8, L_10, NULL);
G_B4_0 = ((int32_t)(L_11));
goto IL_003b;
}
IL_003a:
{
G_B4_0 = 0;
}
IL_003b:
{
V_0 = (bool)G_B4_0;
goto IL_003e;
}
IL_003e:
{
// public bool Equals(int4x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
bool L_12 = V_0;
return L_12;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m117A9EB99AF6913BACF1320513E5FA0139E0709C_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint4(0x69B60C81u, 0xE0EB6C25u, 0xF648BEABu, 0x6BDB2B07u) +
// asuint(v.c1) * uint4(0xEF63C699u, 0x9001903Fu, 0xA895B9CDu, 0x9D23B201u) +
// asuint(v.c2) * uint4(0x4B01D3E1u, 0x7461CA0Du, 0x79725379u, 0xD6258E5Bu)) + 0xEE390C97u;
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1 = L_0.___c0_0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2;
L_2 = math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline(L_1, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_3;
L_3 = math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline(((int32_t)1773538433), ((int32_t)-521442267), ((int32_t)-163004757), ((int32_t)1809525511), NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4;
L_4 = uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline(L_2, L_3, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_5 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = L_5.___c1_1;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_7;
L_7 = math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline(L_6, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_8;
L_8 = math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline(((int32_t)-278673767), ((int32_t)-1878945729), ((int32_t)-1466582579), ((int32_t)-1658605055), NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_9;
L_9 = uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline(L_7, L_8, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_10;
L_10 = uint4_op_Addition_mA593A27ACC42C3EA2132C57C7797E7A1DD997C04_inline(L_4, L_9, NULL);
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_11 = ___v0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_12 = L_11.___c2_2;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_13;
L_13 = math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline(L_12, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_14;
L_14 = math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline(((int32_t)1258410977), ((int32_t)1952565773), ((int32_t)2037535609), ((int32_t)-702181797), NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_15;
L_15 = uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline(L_13, L_14, NULL);
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_16;
L_16 = uint4_op_Addition_mA593A27ACC42C3EA2132C57C7797E7A1DD997C04_inline(L_10, L_15, NULL);
uint32_t L_17;
L_17 = math_csum_mCA048D3C6D8B3A180BBC2FC2B43298D386EAD55A_inline(L_16, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, ((int32_t)-298251113)));
goto IL_0094;
}
IL_0094:
{
// }
uint32_t L_18 = V_0;
return L_18;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int4x3_GetHashCode_m162239BFC9B1F4BE57D99FF7526A3A92A0BFA0C2_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A L_0 = (*(int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A*)__this);
uint32_t L_1;
L_1 = math_hash_m117A9EB99AF6913BACF1320513E5FA0139E0709C_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// public override int GetHashCode() { return (int)math.hash(this); }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x3_ToString_mB1AF3E1D7CEC8412E4133DF6788DE452BB7ADE40_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x, c1.x, c2.x, c0.y, c1.y, c2.y, c0.z, c1.z, c2.z, c0.w, c1.w, c2.w);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t L_3 = L_2->___x_0;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_7 = (&__this->___c1_1);
int32_t L_8 = L_7->___x_0;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_12 = (&__this->___c2_2);
int32_t L_13 = L_12->___x_0;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_15);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_11;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_17 = (&__this->___c0_0);
int32_t L_18 = L_17->___y_1;
int32_t L_19 = L_18;
RuntimeObject* L_20 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_20);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_16;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_22 = (&__this->___c1_1);
int32_t L_23 = L_22->___y_1;
int32_t L_24 = L_23;
RuntimeObject* L_25 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_25);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_21;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_27 = (&__this->___c2_2);
int32_t L_28 = L_27->___y_1;
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_26;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c0_0);
int32_t L_33 = L_32->___z_2;
int32_t L_34 = L_33;
RuntimeObject* L_35 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_34);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_35);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_35);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_37 = (&__this->___c1_1);
int32_t L_38 = L_37->___z_2;
int32_t L_39 = L_38;
RuntimeObject* L_40 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_39);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_40);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_40);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_41 = L_36;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_42 = (&__this->___c2_2);
int32_t L_43 = L_42->___z_2;
int32_t L_44 = L_43;
RuntimeObject* L_45 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_44);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_45);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_45);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_46 = L_41;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_47 = (&__this->___c0_0);
int32_t L_48 = L_47->___w_3;
int32_t L_49 = L_48;
RuntimeObject* L_50 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_49);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_50);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_50);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51 = L_46;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_52 = (&__this->___c1_1);
int32_t L_53 = L_52->___w_3;
int32_t L_54 = L_53;
RuntimeObject* L_55 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_54);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_55);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_55);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_56 = L_51;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_57 = (&__this->___c2_2);
int32_t L_58 = L_57->___w_3;
int32_t L_59 = L_58;
RuntimeObject* L_60 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_59);
NullCheck(L_56);
ArrayElementTypeCheck (L_56, L_60);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_60);
String_t* L_61;
L_61 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB, L_56, NULL);
V_0 = L_61;
goto IL_00fc;
}
IL_00fc:
{
// }
String_t* L_62 = V_0;
return L_62;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int4x3_ToString_m354FEEC3DDFDC7F60B77CAA21EF48E1930A8179B_inline (int4x3_tC8B8554AAF213125795C70EC9760DE5831E4079A* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int4x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}, {11})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c2.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.ToString(format, formatProvider), c2.y.ToString(format, formatProvider), c0.z.ToString(format, formatProvider), c1.z.ToString(format, formatProvider), c2.z.ToString(format, formatProvider), c0.w.ToString(format, formatProvider), c1.w.ToString(format, formatProvider), c2.w.ToString(format, formatProvider));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_2 = (&__this->___c0_0);
int32_t* L_3 = (&L_2->___x_0);
String_t* L_4 = ___format0;
RuntimeObject* L_5 = ___formatProvider1;
String_t* L_6;
L_6 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_3, L_4, L_5, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_8 = (&__this->___c1_1);
int32_t* L_9 = (&L_8->___x_0);
String_t* L_10 = ___format0;
RuntimeObject* L_11 = ___formatProvider1;
String_t* L_12;
L_12 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_9, L_10, L_11, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_12);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_7;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_14 = (&__this->___c2_2);
int32_t* L_15 = (&L_14->___x_0);
String_t* L_16 = ___format0;
RuntimeObject* L_17 = ___formatProvider1;
String_t* L_18;
L_18 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_15, L_16, L_17, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_13;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_20 = (&__this->___c0_0);
int32_t* L_21 = (&L_20->___y_1);
String_t* L_22 = ___format0;
RuntimeObject* L_23 = ___formatProvider1;
String_t* L_24;
L_24 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_21, L_22, L_23, NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_24);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_19;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_26 = (&__this->___c1_1);
int32_t* L_27 = (&L_26->___y_1);
String_t* L_28 = ___format0;
RuntimeObject* L_29 = ___formatProvider1;
String_t* L_30;
L_30 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_27, L_28, L_29, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_30);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_25;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_32 = (&__this->___c2_2);
int32_t* L_33 = (&L_32->___y_1);
String_t* L_34 = ___format0;
RuntimeObject* L_35 = ___formatProvider1;
String_t* L_36;
L_36 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_33, L_34, L_35, NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_36);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_36);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_37 = L_31;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_38 = (&__this->___c0_0);
int32_t* L_39 = (&L_38->___z_2);
String_t* L_40 = ___format0;
RuntimeObject* L_41 = ___formatProvider1;
String_t* L_42;
L_42 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_39, L_40, L_41, NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_42);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_42);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = L_37;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_44 = (&__this->___c1_1);
int32_t* L_45 = (&L_44->___z_2);
String_t* L_46 = ___format0;
RuntimeObject* L_47 = ___formatProvider1;
String_t* L_48;
L_48 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_45, L_46, L_47, NULL);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_48);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_48);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49 = L_43;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_50 = (&__this->___c2_2);
int32_t* L_51 = (&L_50->___z_2);
String_t* L_52 = ___format0;
RuntimeObject* L_53 = ___formatProvider1;
String_t* L_54;
L_54 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_51, L_52, L_53, NULL);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_54);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject*)L_54);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = L_49;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_56 = (&__this->___c0_0);
int32_t* L_57 = (&L_56->___w_3);
String_t* L_58 = ___format0;
RuntimeObject* L_59 = ___formatProvider1;
String_t* L_60;
L_60 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_57, L_58, L_59, NULL);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_60);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject*)L_60);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_61 = L_55;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_62 = (&__this->___c1_1);
int32_t* L_63 = (&L_62->___w_3);
String_t* L_64 = ___format0;
RuntimeObject* L_65 = ___formatProvider1;
String_t* L_66;
L_66 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_63, L_64, L_65, NULL);
NullCheck(L_61);
ArrayElementTypeCheck (L_61, L_66);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject*)L_66);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_67 = L_61;
int4_tBA77D4945786DE82C3A487B33955EA1004996052* L_68 = (&__this->___c2_2);
int32_t* L_69 = (&L_68->___w_3);
String_t* L_70 = ___format0;
RuntimeObject* L_71 = ___formatProvider1;
String_t* L_72;
L_72 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_69, L_70, L_71, NULL);
NullCheck(L_67);
ArrayElementTypeCheck (L_67, L_72);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject*)L_72);
String_t* L_73;
L_73 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9A702D153EC58B39BB91ED07233C978CBD2512CB, L_67, NULL);
V_0 = L_73;
goto IL_0114;
}
IL_0114:
{
// }
String_t* L_74 = V_0;
return L_74;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mB5580976DF482394B751FCE91299E26D77A8417C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
uint32_t L_0 = ___v0;
__this->___x_0 = L_0;
// this.y = (int)v;
uint32_t L_1 = ___v0;
__this->___y_1 = L_1;
// this.z = (int)v;
uint32_t L_2 = ___v0;
__this->___z_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m5170436F56AE6578B18C05BBB29856CD24F9ED7A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_0 = ___v0;
uint32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = (int)v.y;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_2 = ___v0;
uint32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// this.z = (int)v.z;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4 = ___v0;
uint32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m48BC96315E2CA0F9D1260DCFAF82BAAAE4E9EFDA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
float L_0 = ___v0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_0);
// this.y = (int)v;
float L_1 = ___v0;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.z = (int)v;
float L_2 = ___v0;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_2);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m343F9A7058556E6999A40BC7C3A2E6570F38356F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___v0;
float L_1 = L_0.___x_0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.y = (int)v.y;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___v0;
float L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// this.z = (int)v.z;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___v0;
float L_5 = L_4.___z_2;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_5);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m7B84D02ACB87B2F3BE5A1FA628DFF5377C418BB0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v;
double L_0 = ___v0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_0);
// this.y = (int)v;
double L_1 = ___v0;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.z = (int)v;
double L_2 = ___v0;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_2);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m835EDF6C4668FD7E1A42401D22B5AB520B4D3D60_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_0 = ___v0;
double L_1 = L_0.___x_0;
__this->___x_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
// this.y = (int)v.y;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_2 = ___v0;
double L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// this.z = (int)v.z;
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 L_4 = ___v0;
double L_5 = L_4.___z_2;
__this->___z_2 = il2cpp_codegen_cast_double_to_int<int32_t>(L_5);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool3__ctor_m3683F21E6C110670CDDA02E4C1F6E063E936FEE2_inline (bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861* __this, bool ___x0, bool ___y1, bool ___z2, const RuntimeMethod* method)
{
{
// this.x = x;
bool L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
bool L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = z;
bool L_2 = ___z2;
__this->___z_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B math_asuint_m8A80EB0D6A7BB3FFC13EAE6349EBAE993226E4A4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___x0, const RuntimeMethod* method)
{
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint3 asuint(int3 x) { return uint3((uint)x.x, (uint)x.y, (uint)x.z); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___x0;
int32_t L_3 = L_2.___y_1;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___x0;
int32_t L_5 = L_4.___z_2;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_6;
L_6 = math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline(L_1, L_3, L_5, NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static uint3 asuint(int3 x) { return uint3((uint)x.x, (uint)x.y, (uint)x.z); }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint3 uint3(uint x, uint y, uint z) { return new uint3(x, y, z); }
uint32_t L_0 = ___x0;
uint32_t L_1 = ___y1;
uint32_t L_2 = ___z2;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_3;
memset((&L_3), 0, sizeof(L_3));
uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_000c;
}
IL_000c:
{
// public static uint3 uint3(uint x, uint y, uint z) { return new uint3(x, y, z); }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___lhs0, uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___rhs1, const RuntimeMethod* method)
{
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint3 operator * (uint3 lhs, uint3 rhs) { return new uint3 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z); }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_0 = ___lhs0;
uint32_t L_1 = L_0.___x_0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_2 = ___rhs1;
uint32_t L_3 = L_2.___x_0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4 = ___lhs0;
uint32_t L_5 = L_4.___y_1;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_6 = ___rhs1;
uint32_t L_7 = L_6.___y_1;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_8 = ___lhs0;
uint32_t L_9 = L_8.___z_2;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_10 = ___rhs1;
uint32_t L_11 = L_10.___z_2;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_12;
memset((&L_12), 0, sizeof(L_12));
uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline((&L_12), ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_3)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)L_7)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static uint3 operator * (uint3 lhs, uint3 rhs) { return new uint3 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z); }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B uint3_op_Addition_m43F77A5C0F3E033B1FD65DEBCA82DB469B138084_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___lhs0, uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___rhs1, const RuntimeMethod* method)
{
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint3 operator + (uint3 lhs, uint3 rhs) { return new uint3 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z); }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_0 = ___lhs0;
uint32_t L_1 = L_0.___x_0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_2 = ___rhs1;
uint32_t L_3 = L_2.___x_0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4 = ___lhs0;
uint32_t L_5 = L_4.___y_1;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_6 = ___rhs1;
uint32_t L_7 = L_6.___y_1;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_8 = ___lhs0;
uint32_t L_9 = L_8.___z_2;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_10 = ___rhs1;
uint32_t L_11 = L_10.___z_2;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_12;
memset((&L_12), 0, sizeof(L_12));
uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline((&L_12), ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)), ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
// public static uint3 operator + (uint3 lhs, uint3 rhs) { return new uint3 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z); }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_csum_m0EAF2F21220740B8A533C16B5BC309170CD9C86D_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___x0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// public static uint csum(uint3 x) { return x.x + x.y + x.z; }
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_0 = ___x0;
uint32_t L_1 = L_0.___x_0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_2 = ___x0;
uint32_t L_3 = L_2.___y_1;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4 = ___x0;
uint32_t L_5 = L_4.___z_2;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), (int32_t)L_5));
goto IL_0018;
}
IL_0018:
{
// public static uint csum(uint3 x) { return x.x + x.y + x.z; }
uint32_t L_6 = V_0;
return L_6;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 math_asuint_mE3145A85B3DB9CADC058B555AB131E5D523AD75C_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___x0, const RuntimeMethod* method)
{
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint4 asuint(int4 x) { return uint4((uint)x.x, (uint)x.y, (uint)x.z, (uint)x.w); }
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___x0;
int32_t L_3 = L_2.___y_1;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___x0;
int32_t L_5 = L_4.___z_2;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___x0;
int32_t L_7 = L_6.___w_3;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_8;
L_8 = math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline(L_1, L_3, L_5, L_7, NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static uint4 asuint(int4 x) { return uint4((uint)x.x, (uint)x.y, (uint)x.z, (uint)x.w); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 math_uint4_mCEF824433FBAF16BBD5F5B6853630599CF8B2EA5_inline (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, uint32_t ___w3, const RuntimeMethod* method)
{
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint4 uint4(uint x, uint y, uint z, uint w) { return new uint4(x, y, z, w); }
uint32_t L_0 = ___x0;
uint32_t L_1 = ___y1;
uint32_t L_2 = ___z2;
uint32_t L_3 = ___w3;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4;
memset((&L_4), 0, sizeof(L_4));
uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_000d;
}
IL_000d:
{
// public static uint4 uint4(uint x, uint y, uint z, uint w) { return new uint4(x, y, z, w); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 uint4_op_Multiply_m69C89B60B99DAE763B2917B6185BD2A1504DED17_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___lhs0, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___rhs1, const RuntimeMethod* method)
{
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint4 operator * (uint4 lhs, uint4 rhs) { return new uint4 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z, lhs.w * rhs.w); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___lhs0;
uint32_t L_1 = L_0.___x_0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2 = ___rhs1;
uint32_t L_3 = L_2.___x_0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = ___lhs0;
uint32_t L_5 = L_4.___y_1;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_6 = ___rhs1;
uint32_t L_7 = L_6.___y_1;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_8 = ___lhs0;
uint32_t L_9 = L_8.___z_2;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_10 = ___rhs1;
uint32_t L_11 = L_10.___z_2;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_12 = ___lhs0;
uint32_t L_13 = L_12.___w_3;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_14 = ___rhs1;
uint32_t L_15 = L_14.___w_3;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_16;
memset((&L_16), 0, sizeof(L_16));
uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline((&L_16), ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_3)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)L_7)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)L_11)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static uint4 operator * (uint4 lhs, uint4 rhs) { return new uint4 (lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z, lhs.w * rhs.w); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_csum_mCA048D3C6D8B3A180BBC2FC2B43298D386EAD55A_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___x0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// public static uint csum(uint4 x) { return x.x + x.y + x.z + x.w; }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___x0;
uint32_t L_1 = L_0.___x_0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2 = ___x0;
uint32_t L_3 = L_2.___y_1;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = ___x0;
uint32_t L_5 = L_4.___z_2;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_6 = ___x0;
uint32_t L_7 = L_6.___w_3;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), (int32_t)L_5)), (int32_t)L_7));
goto IL_001f;
}
IL_001f:
{
// public static uint csum(uint4 x) { return x.x + x.y + x.z + x.w; }
uint32_t L_8 = V_0;
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 uint4_op_Addition_mA593A27ACC42C3EA2132C57C7797E7A1DD997C04_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___lhs0, uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___rhs1, const RuntimeMethod* method)
{
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint4 operator + (uint4 lhs, uint4 rhs) { return new uint4 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z, lhs.w + rhs.w); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___lhs0;
uint32_t L_1 = L_0.___x_0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2 = ___rhs1;
uint32_t L_3 = L_2.___x_0;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_4 = ___lhs0;
uint32_t L_5 = L_4.___y_1;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_6 = ___rhs1;
uint32_t L_7 = L_6.___y_1;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_8 = ___lhs0;
uint32_t L_9 = L_8.___z_2;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_10 = ___rhs1;
uint32_t L_11 = L_10.___z_2;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_12 = ___lhs0;
uint32_t L_13 = L_12.___w_3;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_14 = ___rhs1;
uint32_t L_15 = L_14.___w_3;
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_16;
memset((&L_16), 0, sizeof(L_16));
uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline((&L_16), ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)), ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_11)), ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
// public static uint4 operator + (uint4 lhs, uint4 rhs) { return new uint4 (lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z, lhs.w + rhs.w); }
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
{
// this.x = x;
uint32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
uint32_t L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = z;
uint32_t L_2 = ___z2;
__this->___z_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, uint32_t ___w3, const RuntimeMethod* method)
{
{
// this.x = x;
uint32_t L_0 = ___x0;
__this->___x_0 = L_0;
// this.y = y;
uint32_t L_1 = ___y1;
__this->___y_1 = L_1;
// this.z = z;
uint32_t L_2 = ___z2;
__this->___z_2 = L_2;
// this.w = w;
uint32_t L_3 = ___w3;
__this->___w_3 = L_3;
// }
return;
}
}