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

36516 行
1.7 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.half4/DebuggerProxy
struct DebuggerProxy_t3B809748EC6D62D37EFF9D5CF677CCDB684EC5DC;
// Unity.Mathematics.int2/DebuggerProxy
struct DebuggerProxy_tE4ABD062E1F1465B4A2601D1A2B183D9A691F3E7;
// Unity.Mathematics.int3/DebuggerProxy
struct DebuggerProxy_tAFB326C3574F8F9D85D5349654B14A88E0EA2794;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E;
IL2CPP_EXTERN_C String_t* _stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A;
IL2CPP_EXTERN_C String_t* _stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44;
IL2CPP_EXTERN_C String_t* _stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED;
IL2CPP_EXTERN_C String_t* _stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8;
IL2CPP_EXTERN_C String_t* _stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4;
IL2CPP_EXTERN_C String_t* _stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B;
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.int2/DebuggerProxy
struct DebuggerProxy_tE4ABD062E1F1465B4A2601D1A2B183D9A691F3E7 : public RuntimeObject
{
// System.Int32 Unity.Mathematics.int2/DebuggerProxy::x
int32_t ___x_0;
// System.Int32 Unity.Mathematics.int2/DebuggerProxy::y
int32_t ___y_1;
};
// Unity.Mathematics.int3/DebuggerProxy
struct DebuggerProxy_tAFB326C3574F8F9D85D5349654B14A88E0EA2794 : public RuntimeObject
{
// System.Int32 Unity.Mathematics.int3/DebuggerProxy::x
int32_t ___x_0;
// System.Int32 Unity.Mathematics.int3/DebuggerProxy::y
int32_t ___y_1;
// System.Int32 Unity.Mathematics.int3/DebuggerProxy::z
int32_t ___z_2;
};
// 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.bool2
struct bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611
{
// System.Boolean Unity.Mathematics.bool2::x
bool ___x_0;
// System.Boolean Unity.Mathematics.bool2::y
bool ___y_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.double2
struct double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA
{
// System.Double Unity.Mathematics.double2::x
double ___x_0;
// System.Double Unity.Mathematics.double2::y
double ___y_1;
};
struct double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA_StaticFields
{
// Unity.Mathematics.double2 Unity.Mathematics.double2::zero
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___zero_2;
};
// 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.float2
struct float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA
{
// System.Single Unity.Mathematics.float2::x
float ___x_0;
// System.Single Unity.Mathematics.float2::y
float ___y_1;
};
struct float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA_StaticFields
{
// Unity.Mathematics.float2 Unity.Mathematics.float2::zero
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___zero_2;
};
// 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.half
struct half_tE8A6792149696F478D662DD4B736964C0FF018AF
{
// System.UInt16 Unity.Mathematics.half::value
uint16_t ___value_0;
};
struct half_tE8A6792149696F478D662DD4B736964C0FF018AF_StaticFields
{
// Unity.Mathematics.half Unity.Mathematics.half::zero
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___zero_1;
};
// 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.uint2
struct uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F
{
// System.UInt32 Unity.Mathematics.uint2::x
uint32_t ___x_0;
// System.UInt32 Unity.Mathematics.uint2::y
uint32_t ___y_1;
};
struct uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F_StaticFields
{
// Unity.Mathematics.uint2 Unity.Mathematics.uint2::zero
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___zero_2;
};
// 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.bool2x2
struct bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162
{
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x2::c0
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c0_0;
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x2::c1
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c1_1;
};
// Unity.Mathematics.bool2x3
struct bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1
{
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x3::c0
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c0_0;
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x3::c1
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c1_1;
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x3::c2
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c2_2;
};
// Unity.Mathematics.bool2x4
struct bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E
{
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x4::c0
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c0_0;
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x4::c1
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c1_1;
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x4::c2
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c2_2;
// Unity.Mathematics.bool2 Unity.Mathematics.bool2x4::c3
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c3_3;
};
// Unity.Mathematics.bool3x2
struct bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8
{
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x2::c0
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c0_0;
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x2::c1
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c1_1;
};
// Unity.Mathematics.bool3x3
struct bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863
{
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x3::c0
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c0_0;
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x3::c1
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c1_1;
// Unity.Mathematics.bool3 Unity.Mathematics.bool3x3::c2
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c2_2;
};
// Unity.Mathematics.double2x2
struct double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF
{
// Unity.Mathematics.double2 Unity.Mathematics.double2x2::c0
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c0_0;
// Unity.Mathematics.double2 Unity.Mathematics.double2x2::c1
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c1_1;
};
struct double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF_StaticFields
{
// Unity.Mathematics.double2x2 Unity.Mathematics.double2x2::identity
double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF ___identity_2;
// Unity.Mathematics.double2x2 Unity.Mathematics.double2x2::zero
double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF ___zero_3;
};
// Unity.Mathematics.double2x3
struct double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF
{
// Unity.Mathematics.double2 Unity.Mathematics.double2x3::c0
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c0_0;
// Unity.Mathematics.double2 Unity.Mathematics.double2x3::c1
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c1_1;
// Unity.Mathematics.double2 Unity.Mathematics.double2x3::c2
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c2_2;
};
struct double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF_StaticFields
{
// Unity.Mathematics.double2x3 Unity.Mathematics.double2x3::zero
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF ___zero_3;
};
// Unity.Mathematics.double2x4
struct double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875
{
// Unity.Mathematics.double2 Unity.Mathematics.double2x4::c0
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c0_0;
// Unity.Mathematics.double2 Unity.Mathematics.double2x4::c1
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c1_1;
// Unity.Mathematics.double2 Unity.Mathematics.double2x4::c2
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c2_2;
// Unity.Mathematics.double2 Unity.Mathematics.double2x4::c3
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___c3_3;
};
struct double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875_StaticFields
{
// Unity.Mathematics.double2x4 Unity.Mathematics.double2x4::zero
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 ___zero_4;
};
// Unity.Mathematics.double3x2
struct double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2
{
// Unity.Mathematics.double3 Unity.Mathematics.double3x2::c0
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c0_0;
// Unity.Mathematics.double3 Unity.Mathematics.double3x2::c1
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c1_1;
};
struct double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2_StaticFields
{
// Unity.Mathematics.double3x2 Unity.Mathematics.double3x2::zero
double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 ___zero_2;
};
// Unity.Mathematics.double3x3
struct double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0
{
// Unity.Mathematics.double3 Unity.Mathematics.double3x3::c0
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c0_0;
// Unity.Mathematics.double3 Unity.Mathematics.double3x3::c1
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c1_1;
// Unity.Mathematics.double3 Unity.Mathematics.double3x3::c2
double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___c2_2;
};
struct double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0_StaticFields
{
// Unity.Mathematics.double3x3 Unity.Mathematics.double3x3::identity
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 ___identity_3;
// Unity.Mathematics.double3x3 Unity.Mathematics.double3x3::zero
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 ___zero_4;
};
// Unity.Mathematics.float2x2
struct float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D
{
// Unity.Mathematics.float2 Unity.Mathematics.float2x2::c0
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c0_0;
// Unity.Mathematics.float2 Unity.Mathematics.float2x2::c1
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c1_1;
};
struct float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D_StaticFields
{
// Unity.Mathematics.float2x2 Unity.Mathematics.float2x2::identity
float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D ___identity_2;
// Unity.Mathematics.float2x2 Unity.Mathematics.float2x2::zero
float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D ___zero_3;
};
// Unity.Mathematics.float2x3
struct float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC
{
// Unity.Mathematics.float2 Unity.Mathematics.float2x3::c0
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c0_0;
// Unity.Mathematics.float2 Unity.Mathematics.float2x3::c1
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c1_1;
// Unity.Mathematics.float2 Unity.Mathematics.float2x3::c2
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c2_2;
};
struct float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC_StaticFields
{
// Unity.Mathematics.float2x3 Unity.Mathematics.float2x3::zero
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC ___zero_3;
};
// Unity.Mathematics.float2x4
struct float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD
{
// Unity.Mathematics.float2 Unity.Mathematics.float2x4::c0
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c0_0;
// Unity.Mathematics.float2 Unity.Mathematics.float2x4::c1
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c1_1;
// Unity.Mathematics.float2 Unity.Mathematics.float2x4::c2
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c2_2;
// Unity.Mathematics.float2 Unity.Mathematics.float2x4::c3
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___c3_3;
};
struct float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD_StaticFields
{
// Unity.Mathematics.float2x4 Unity.Mathematics.float2x4::zero
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD ___zero_4;
};
// Unity.Mathematics.float3x2
struct float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB
{
// Unity.Mathematics.float3 Unity.Mathematics.float3x2::c0
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c0_0;
// Unity.Mathematics.float3 Unity.Mathematics.float3x2::c1
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c1_1;
};
struct float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB_StaticFields
{
// Unity.Mathematics.float3x2 Unity.Mathematics.float3x2::zero
float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB ___zero_2;
};
// Unity.Mathematics.float3x3
struct float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79
{
// Unity.Mathematics.float3 Unity.Mathematics.float3x3::c0
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c0_0;
// Unity.Mathematics.float3 Unity.Mathematics.float3x3::c1
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c1_1;
// Unity.Mathematics.float3 Unity.Mathematics.float3x3::c2
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c2_2;
};
struct float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79_StaticFields
{
// Unity.Mathematics.float3x3 Unity.Mathematics.float3x3::identity
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___identity_3;
// Unity.Mathematics.float3x3 Unity.Mathematics.float3x3::zero
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___zero_4;
};
// Unity.Mathematics.half4
struct half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826
{
// Unity.Mathematics.half Unity.Mathematics.half4::x
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___x_0;
// Unity.Mathematics.half Unity.Mathematics.half4::y
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___y_1;
// Unity.Mathematics.half Unity.Mathematics.half4::z
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___z_2;
// Unity.Mathematics.half Unity.Mathematics.half4::w
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___w_3;
};
struct half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826_StaticFields
{
// Unity.Mathematics.half4 Unity.Mathematics.half4::zero
half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826 ___zero_4;
};
// Unity.Mathematics.int2x2
struct int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C
{
// Unity.Mathematics.int2 Unity.Mathematics.int2x2::c0
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c0_0;
// Unity.Mathematics.int2 Unity.Mathematics.int2x2::c1
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c1_1;
};
struct int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_StaticFields
{
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::identity
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___identity_2;
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::zero
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___zero_3;
};
// Unity.Mathematics.int2x3
struct int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747
{
// Unity.Mathematics.int2 Unity.Mathematics.int2x3::c0
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c0_0;
// Unity.Mathematics.int2 Unity.Mathematics.int2x3::c1
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c1_1;
// Unity.Mathematics.int2 Unity.Mathematics.int2x3::c2
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c2_2;
};
struct int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747_StaticFields
{
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::zero
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___zero_3;
};
// Unity.Mathematics.int2x4
struct int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212
{
// Unity.Mathematics.int2 Unity.Mathematics.int2x4::c0
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c0_0;
// Unity.Mathematics.int2 Unity.Mathematics.int2x4::c1
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c1_1;
// Unity.Mathematics.int2 Unity.Mathematics.int2x4::c2
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c2_2;
// Unity.Mathematics.int2 Unity.Mathematics.int2x4::c3
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c3_3;
};
struct int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212_StaticFields
{
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::zero
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___zero_4;
};
// Unity.Mathematics.int3x2
struct int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA
{
// Unity.Mathematics.int3 Unity.Mathematics.int3x2::c0
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c0_0;
// Unity.Mathematics.int3 Unity.Mathematics.int3x2::c1
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c1_1;
};
struct int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA_StaticFields
{
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::zero
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___zero_2;
};
// Unity.Mathematics.int3x3
struct int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D
{
// Unity.Mathematics.int3 Unity.Mathematics.int3x3::c0
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c0_0;
// Unity.Mathematics.int3 Unity.Mathematics.int3x3::c1
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c1_1;
// Unity.Mathematics.int3 Unity.Mathematics.int3x3::c2
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c2_2;
};
struct int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_StaticFields
{
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::identity
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___identity_3;
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::zero
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___zero_4;
};
// Unity.Mathematics.uint2x2
struct uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47
{
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x2::c0
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c0_0;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x2::c1
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c1_1;
};
struct uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47_StaticFields
{
// Unity.Mathematics.uint2x2 Unity.Mathematics.uint2x2::identity
uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 ___identity_2;
// Unity.Mathematics.uint2x2 Unity.Mathematics.uint2x2::zero
uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 ___zero_3;
};
// Unity.Mathematics.uint2x3
struct uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992
{
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x3::c0
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c0_0;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x3::c1
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c1_1;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x3::c2
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c2_2;
};
struct uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992_StaticFields
{
// Unity.Mathematics.uint2x3 Unity.Mathematics.uint2x3::zero
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 ___zero_3;
};
// Unity.Mathematics.uint2x4
struct uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D
{
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x4::c0
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c0_0;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x4::c1
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c1_1;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x4::c2
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c2_2;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2x4::c3
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___c3_3;
};
struct uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D_StaticFields
{
// Unity.Mathematics.uint2x4 Unity.Mathematics.uint2x4::zero
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D ___zero_4;
};
// Unity.Mathematics.uint3x2
struct uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05
{
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x2::c0
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c0_0;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x2::c1
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c1_1;
};
struct uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05_StaticFields
{
// Unity.Mathematics.uint3x2 Unity.Mathematics.uint3x2::zero
uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 ___zero_2;
};
// Unity.Mathematics.uint3x3
struct uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB
{
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x3::c0
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c0_0;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x3::c1
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c1_1;
// Unity.Mathematics.uint3 Unity.Mathematics.uint3x3::c2
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___c2_2;
};
struct uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB_StaticFields
{
// Unity.Mathematics.uint3x3 Unity.Mathematics.uint3x3::identity
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB ___identity_3;
// Unity.Mathematics.uint3x3 Unity.Mathematics.uint3x3::zero
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB ___zero_4;
};
// Unity.Mathematics.half4/DebuggerProxy
struct DebuggerProxy_t3B809748EC6D62D37EFF9D5CF677CCDB684EC5DC : public RuntimeObject
{
// Unity.Mathematics.half Unity.Mathematics.half4/DebuggerProxy::x
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___x_0;
// Unity.Mathematics.half Unity.Mathematics.half4/DebuggerProxy::y
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___y_1;
// Unity.Mathematics.half Unity.Mathematics.half4/DebuggerProxy::z
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___z_2;
// Unity.Mathematics.half Unity.Mathematics.half4/DebuggerProxy::w
half_tE8A6792149696F478D662DD4B736964C0FF018AF ___w_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 System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __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) ;
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_mE3E87F0E2971FE53B59F4B4A7A861C9C9EDCAA85_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m5629166D35753C1D8B94B8673E46178689B31E7A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, bool ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.bool2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m8C901187064201F5C6328F69EA088AF4AF886314_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m4B412BB49592D3C8BCB478EEBB58C13C48E86B92_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.uint2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_mF8FAAF846F3450D788A76C60FE03EE867B86A87D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_mB684BA399AB8BF3C7AB18AFE711809EF0FFDE896_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.float2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m79C9EA4A9751C36153FB626BBE0F62C923071806_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m7A456A5B87EBBEDC71F2449410D204592567AC96_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.double2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m445E21DDC1C3FE3A2C49304E601D64C5B832DE4B_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool2::.ctor(System.Boolean,System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline (bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611* __this, bool ___x0, bool ___y1, 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) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxxx_mDD8894A5D59B8283077535B6A3737BB2B4CC0CFF_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxxy_m6B1B52327A282376E1D5922F74AB37AD5D3A1529_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxyx_m37F4BE6283A6413B469EE622225F6ADC0F326683_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxyy_m653E60E4735A674DCA39B4FE24E5424AD48D6526_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyxx_m497A1A675D0E8FE807100B8DAE8559E9DE2F7CA8_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyyx_m3B62467FB357490D39016ABBAB32CDEE3EBE5DD2_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyyy_m8ABADD8EC59BB79A0B6142803473CBE75811CECB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxxx_m377B5F0AA42B8741F5D84A0076CBCF591E610BCF_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxxy_m4E18821BB0A9FF9146287AEF3D27B3475B50E4C0_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxyx_m7CA2563B7C3EDCC523BA284EFA4D2E2325590D1C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxyy_m41796CB46E0C1C6164EA4F5048DFC853CB3045C4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyxx_m6B8A8DA19C1B8B96CA9355A298EF3446D16B5AB0_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyxy_m69F811690AD27067D12FB787EFCBDFFAD53F3F57_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyyx_mEB4BFBFEFD39F315EC85B0AC1A7242DD4FB678B8_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyyy_mD91C8D73C6BAED8311222BBC3943C83462F65EC5_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, 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) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xxx_mAD97EFA264BF8B0951F22BC405D668563980C312_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xxy_m663B25DFEAB9B61890490D70C09D740000465611_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xyx_m63CE4A85FA62AFAAEDA5D4A42B003484F49B7268_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xyy_m245B326799C3714AF69C6C1E34F3150266B2077C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yxx_m7881643A6C8E2C8997525CDB3456955619AC0C81_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yxy_m53BBEF2DAF0E7E2873AED96A6709AB12B0037BCB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yyx_m219439F14DCAC868AF4A7FB36A17F1107761A87F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yyy_m250572CFAE0950410EF1DACE3599077931DC1EBE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_xx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_xx_m5BC507BABFA4F01E1D43C032A192CB6FC72C8DDE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_xy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_xy_m5BAC701D934CD8A530B3F83B1BEAC230DC7431A3_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::set_xy(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2_set_xy_m69E13D03B313CEEAF899F3669E126D8519620E2F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_yx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_yx_m87B332287193407CBC43042A7C7A64F1ECF6C470_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::set_yx(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2_set_yx_m40989A037ECF307C3110463E16E5DA520F3F1263_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_yy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_yy_mD3EE9E2976F0FDA53EF28D0528B02944B1086F4C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int2_get_Item_m21D18ED747DC23F2CE6010C9B99B970C14C61512 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2::set_Item(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2_set_Item_mF8FF30A2C5593946C1AC39DDBAAED56091C6A67E (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2::Equals(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2_Equals_m6B885828097BED2665EAA565C07E9FE83627C481 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m9A8DB22D8B80BCD62309D709487A8FEBB8CBE1CE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int2::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2_GetHashCode_mDC30EB8816F1ABC7195872B81F3EA9E8090866A6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int2::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2_ToString_mC1A7775631D1F6B67B370423AF94BF60249A2466_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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.int2::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2_ToString_mB5FA23BE92C8532E53BAAA3B743D89ED6C23EE47_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mDA43B88F7FAA165D203CE40C76EA7362185A53E3_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Implicit(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline (int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mD2C84FF49E2D54425DF8A84F75BF6021574E8F04_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.math::select(Unity.Mathematics.int2,Unity.Mathematics.int2,System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___a0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___b1, bool ___c2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mBD60EBA2968BD0DCE7A9F056070B49BF2199627D_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, bool ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.math::select(Unity.Mathematics.int2,Unity.Mathematics.int2,Unity.Mathematics.bool2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___a0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___b1, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c2, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.bool2x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m4B9E840C8FE0E3C9A866546E0C1895733C8ADF8B_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline (uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m41E8E32E794CA5CA18C05C49B13E68BF25EDAF50_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(Unity.Mathematics.uint2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.uint2x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mE53A86712C42E11A784D7A5629A006DB28DB1684_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline (float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m03033DE50AFA03CD6CA612157891AA2F963FE2D5_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, float ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(Unity.Mathematics.float2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.float2x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mAABC83CE06D3477DAEF998F84267A9D54469993F_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline (double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m6E231B8A4754586B2EB065788C1D3D7020D634E7_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, double ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(Unity.Mathematics.double2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline (double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.double2x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m2A0BD7516F659D0319A22CDCB1FBBA0C15B3EF2C_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF ___v0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Multiply(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Multiply(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Multiply(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Addition(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Addition(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Addition(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Subtraction(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Subtraction(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Subtraction(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Division(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Division(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Division(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Modulus(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Modulus(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Modulus(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Increment(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Decrement(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThan(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool2x2::.ctor(Unity.Mathematics.bool2,Unity.Mathematics.bool2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline (bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c00, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c11, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThan(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThan(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThanOrEqual(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThanOrEqual(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThan(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThan(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThan(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThanOrEqual(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThanOrEqual(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_UnaryNegation(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_UnaryPlus(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_LeftShift(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, int32_t ___n1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_RightShift(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, int32_t ___n1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Equality(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Equality(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Equality(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Inequality(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Inequality(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Inequality(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_OnesComplement(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseAnd(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseAnd(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseAnd(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseOr(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseOr(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseOr(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_ExclusiveOr(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_ExclusiveOr(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_ExclusiveOr(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method) ;
// Unity.Mathematics.int2& Unity.Mathematics.int2x2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x2_get_Item_mD8F031DBE07311EDE7210E5248F21FE7304F4B94 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2x2::Equals(Unity.Mathematics.int2x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int2x2_Equals_m251423745AD80AAEACBA39ADC3486DD6CC982A80_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2x2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x2_Equals_m608E77B02EC9A1654883E2BA88B2A9037F9A27CD (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int2x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m171BC1802F769254F9EBE56DBB1BB07AFB40AFAA_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int2x2::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2x2_GetHashCode_m4E698E9012E9B62039281D90CBE2F92F0B19C2FF_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __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.int2x2::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x2_ToString_m627DEFA0EE9239A31A79F08AD7B757AE93CF48F8_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int2x2::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x2_ToString_m66127B638C4D57233061C6BEF0DDAAA26A8F1005_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_mDB5AC9BB8254DE433D8C8DD1CE570C957398820B_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m89E7553E78C60F4ACE8C739A05F0C7A9A8A54ED4_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_mB6962E047C7D20EA93A343AD541874B2B1D6D284_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, bool ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.bool2x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m33C64FC6712DCA5B7E0CBF6673D359B2FA2AF794_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m817228C6C9D57624651FB5F36D7ADEB593B3767C_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.uint2x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m8A0121D7D4CD5E9CDA3D4CF6562D3001420D001F_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m368EE5686986C74F03B704608981157441880052_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.float2x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m3DD94DB31CED71A8C3782D43DC83892DACBBF6E3_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m06CFF39B7AB9973D6148122031C23B4AC1B0190F_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.double2x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m28C4309CF12B0B1AD69416E30241F19EB49E71E9_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool2x3::.ctor(Unity.Mathematics.bool2,Unity.Mathematics.bool2,Unity.Mathematics.bool2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline (bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c00, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c11, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c22, const RuntimeMethod* method) ;
// Unity.Mathematics.int2& Unity.Mathematics.int2x3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x3_get_Item_m5F926C264C20E955A48D4DEA94E5A0196A06BCE1 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2x3::Equals(Unity.Mathematics.int2x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int2x3_Equals_m5DCF4363C307044D7778DC8200FD430D0E16FFA8_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2x3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x3_Equals_mD37A5CAF1A03814B59E5C657974BB1735D252D4C (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int2x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m06105117BF83B9C169241CE757960EC48D8641B7_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int2x3::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2x3_GetHashCode_mFBFFEAD0714F06E2B3815AFA8759F56F8A40A64B_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int2x3::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x3_ToString_m686B19C2F097C5470473831C976A79A61CC1DE85_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int2x3::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x3_ToString_mF8BDC40580D32F519B9B84489702A312C073D5AA_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2,Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c33, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.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 int2x4__ctor_m1767CE27C03C8C21082CEDC24FFD3838935A28DD_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __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, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m55E9C3A17B3E85AD4CF7EF731D36AAEA3F1AF0AB_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mD686ED12E6A6B19A18E3097619407B455ED1208A_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, bool ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.bool2x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m2539716286883003862586AF29B171EF17DCEC26_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mBF764FFE933C435F119ACB8010BDBC6FC60F7975_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.uint2x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m0FF0EA05A490B31E56923819F29EFC29A86DFD8D_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mB75F9C342A4A62E829371D4755D8C56434A15365_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.float2x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m0BF85ED0726AEFB24CFFAD20BA00229314B09C2C_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mECA3336FD0A13457DB020F5964BB4A752CC962AA_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.double2x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m2F893B9B2A58E3E41FC557274E31F10742DE6BBE_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool2x4::.ctor(Unity.Mathematics.bool2,Unity.Mathematics.bool2,Unity.Mathematics.bool2,Unity.Mathematics.bool2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_inline (bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c00, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c11, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c22, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c33, const RuntimeMethod* method) ;
// Unity.Mathematics.int2& Unity.Mathematics.int2x4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x4_get_Item_m095F37719BF0974880FBB34E5C2A7B19D65747E1 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2x4::Equals(Unity.Mathematics.int2x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int2x4_Equals_m98B2AD186A949926F19748BFD6A3E8C2EEF2CF96_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int2x4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x4_Equals_m1BECD3E98E9D0B871BFC70A1DC085BFCAFAD0651 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int2x4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m27675250B5FA4F6A30D61AB6B2B55DFD1DFE0600_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int2x4::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2x4_GetHashCode_m758A7BB9C6126EFD756C1D9DF2468D4D1E6551E8_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int2x4::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x4_ToString_mC0AFEF6BB9BBD01F77C1340086C841A87A495D62_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int2x4::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x4_ToString_m640C7BBF3AB25CCB71C75980B50A5E4AA4666C6E_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(System.Int32,Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m1A4F8EC72D47E0FE9C7B0E58972EA4499BA8D9F5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.int2,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mF49D2820C47AF6F531C91C8A3F460DF9688F1DF9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mA69F7FF28C4BB0C2FB848FE70E9F88B870C1C15D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, 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) ;
// System.Void Unity.Mathematics.int3::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mBF7E60699D25362BE072B0202A69F5A795187DBC_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, bool ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.bool3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m35B6148362B74F7A140A8129F34E1ED92D5B0028_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___v0, 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.int4 Unity.Mathematics.int3::get_xxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxxx_m7F8C9102E7AD80DC90A6C176106A1344FABEF28E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxxy_mFEAF5F7551A3F0DED03918A76367A04CD22033D6_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxxz_m3CB0EAA493F8EB4BC0CBAA2E80F49BE5A8ACD95D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxyx_mEBB92723F80E00913C2F6934DC410E6EAED8D2DE_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxyy_mB8E71B518D8EDC1278F2117AF521123E6A4ED599_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxyz_m1D978050334717B5D03EE1A6E09C2B4FFC45F62E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxzx_m22293EE6BB88B813462E64A9A8A937D091859B9F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxzy_m6FAC0DB5272155002480CDA02B5228F3F4AA978D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxzz_m4C9A9D80483C81D9A1EABF26DDA07A68EE9995BB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyxx_m8013AB608BBDDED89B0080C68086AF011425AEAC_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyxy_mBA250F3E6673648A081F58C69E55668A9BCCA331_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyxz_mAA1C7B328E8E84E2921D672920219CB151747141_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyyx_m2CF25D2E2603E11FD233C4D6D0C0B29B38F32E27_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyyy_m2D9BC884C5EBD08690E810ACD43B07360DBE858B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyyz_m5D47B0D50C2EE02FCEC1AFBA948E91272A557DF4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyzx_mF0AEB6882CDECFA1A657FA9ED0FD0B8A0481D687_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyzy_m56600E41DB98616B8A6E7E1AA1AB943847933989_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyzz_mD68E0BE0C8B9203900E68A23A396D051E6A8A0DA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzxx_m43B54D463A845AAB311E80A531B91380137A387F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzxy_m4EE6FDB08FFA67D081BB04162FBEE0C67960676F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzxz_mED5AC3A2D018A15E5D8946D07CCBE051C967D3DF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzyx_m665595469FB08E3F47FB883AEC17E237240C0207_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzyy_mFEAB607484AA45C621DEFD125C2367FF81D0283C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzyz_mFBC9239B3C7403266F3C45DFE133CC0AA7C78909_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzzx_m142C4632523698ED92AA30B665511ACC64D08602_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzzy_m8EEA35352A1A0418EB7AD36CEAC31C533D52CDBA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzzz_mBCF5D1BD221E8D9E465F75AE89DA5D6F33B57934_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxxx_m5A9FE6690055DFBD96AF97EAA9FC65FF7367ACAB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxxy_m2FCAC511BD29DE067EC3C30D558F6785AF39482E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxxz_mBF2C4DC41B9A0B1993B0C18A4F2E8854E5E37A2D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxyx_mC94BA2C0CB24D774CA77153F7C6FBB414AE5CE57_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxyy_mA9EF95CE06367E1C36C84592EE3BA3652B0686C4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxyz_mB91ADBE270D807AB40CF2879A922700AF915EA20_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxzx_mC2D7DF805F571387CE4EB7C087120D09F0B2177D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxzy_mA0215B6EDB7AA4536442B16FE0E4CAA9D69E81EA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxzz_mD444A902FE9D413B293E2C08CFBD822BFAF901E3_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyxx_m72EDE04ED141AF05016EDAE0EA8ABF579C2E0574_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyxy_m98E40C902C726CC9C1C181DDB317150B12E76BB2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyxz_mC635DCAB851F5830C13AC2C9E3A01D46F748AB78_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyyx_m75D60A44AB986A9F111C71F73D394BE7F8F76490_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyyy_m4772EC61C17F3EDF5399849ED8F519B97FCB74EA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyyz_mD4114C6C50D900447220EF68E2A6221F91F1FB09_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyzx_m2DF910F8A196E8AEED904AB8E586398062C3F1D2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyzy_mC7B28A736E4021DC25F0F02D5B861F2D07E4A0BE_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyzz_mE595B67C65FA6E235B69C0EAFA9C6FA57C8B33BA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzxx_m78CF5BA169D3638752B186A8989A9FB7578DA684_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzxy_m7E86E7AC99EE7F5ABEB1AA54A70D184F1FA11A29_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzxz_m139E749AF6A3B68B8D36855217B6BD0326BBE730_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzyx_m2F71ADAA8B17E19FE9755CB111656808C941C307_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzyy_mC7389426A61C160B879C9C9922BD14972299E6CE_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzyz_m473E112CB62ED1179F479234602D8104CE2E9E13_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzzx_mCBBCE21145323FE215BA0ECFD17986DEFECE26A7_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzzy_m8F10C406887CB5D228EB5025FA14C3C2C66B3F4B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzzz_m9FCA5D381558894618C83D5B284B6568CB3C7B02_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxxx_mE527B9A2E6963FC240A389077B6AF15DDC158B9B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxxy_mEEF46F7D940EC7241F7067107FF40661AD5B048B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxxz_m3C2E6D178FFC744E2E88689FAF9FDE831E38ABCA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxyx_m3AB8189DE00738449B1CD9CF3751752CFB0153E7_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxyy_m584CE1C48B673C96F9C9FB3B853246669979FCFF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxyz_m0BF939836341511E55CBB177CA0585A6C4E7BD1F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxzx_mCA06A277480076694A31ABC9FB0D0DA6682807D8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxzy_mFCBB2C84E18990551A76B6C49C1C995EDB50DD3A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxzz_m4066B79E72DD15B01D293C02FEBC936EB421FD0E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyxx_m7EE06BF4658F8DA4A71441F27B045E200FBEEF91_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyxy_m8C0064B5881E813C320486D9EE8D46256D2BD166_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyxz_m84C32BA327AAA1118E8ACF8487493A8942A948B5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyyx_m272448D277C4217C35B859DC1B8D7D18E746A38A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyyy_mDF0BFA80FF1968CD378197F84D2D14E0E7B3667C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyyz_m2682CC8A413CB2ACE25B4C2A36C86F7FE1A253C3_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyzx_m1674AD05B8ED301A4669A9A3CFB5F40E07AAA183_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyzy_mB842651BBA77EFC6A1920F14ADEB1F749141E894_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyzz_mBBCB6DF3DF59E9F228E8DE167BBB845FA12C31E6_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzxx_mE554FB373FB0A035A2B9078BABCF27118654D708_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzxy_m3418A81B64C8ACB91DF4637C704755726FE64435_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzxz_mF52E91820B447D58DB71D25D6F3CE11D06FB1BA0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzyx_m32D9933AF5FD4E6D2F4EB28CF7A54C02D2D8F0AF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzyy_m0F212F642C85AE767FE198E24BD1CB061F06A293_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzyz_m9808F00B9ED0B22158EC8D0A98400E8E7E4870AD_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzzx_mEC911067A41574C5A989AFB4F693E206E1E0F197_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzzy_m081963B6D2615C26E6818B7648E72B6CD8654C63_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzzz_m7E557620FC12686AE3E4DD3CBC3DDCABF0CBCBBF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xxx_mF6E1CA16188E8D448E57D7C2FAC6F089F74A2F0E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xxy_m9569EB6A5C78E1929D956A899B9E2C632BDBAC38_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xxz_m0344B4FFBB44A4910684E64222CB732F46EAA8A8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xyx_m77432CC36CC4E1AEF32AFA68DF3139EAD134CA2A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xyy_m9A626F45DC3DB3CD09A36EAA62E77F6CF230BA18_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xyz_m7D25766EFB1B547AA3F1A525E2664216518B14A7_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_xyz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_xyz_mB898F939383788F66B5475D6F72017A58EB1BFF5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xzx_mFBA7D4E6F0E3E0711FEA0ACDB7BDD6272908681B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xzy_m4431558364DD9219DF56D5EA89C741B2313965F0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_xzy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_xzy_m6E4B4D328044E3B413C13EBBA1D411320A0FA8B8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xzz_m343402387241CE3CFE9CE3DE2EC112E155C8BFAB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yxx_m2FC08116B5C5D0654B691F1B10F48DA873F715CF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yxy_m4C17DD748B6D15416ACA285410982D9B7C913C71_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yxz_m014C58DB7241314E704EA7C4B6A6146A1376CAC6_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_yxz(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_yxz_m0C597DC7FD9F869BAED6DC33FAA08D14083A6FE5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yyx_m8E752F70F29105E821FCA244995B3912732B0C9A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yyy_m85BBE9814E8F9911AE9DC3A21497AF8A2A8C0372_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yyz_m6916087C161377CEDEB78A79ED33238A8458E2FA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yzx_m64C1E8658E506BF9FDE92D8FD0B5D2E2AAD424F9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_yzx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_yzx_mA7228FCBC38AC81EA86189DC9B4CA8632840ABA8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yzy_mA09B2247E855159800E6398B057BA2576FCADB20_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yzz_m22749981C77CB46A5F891CA0293B24A681FB9C6C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zxx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zxx_m03B009BA9C84AF67B066CA033980EB0A0EF2949E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zxy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zxy_mDC92A5F08B309AF4539723D7B9A649DAD741DBB0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_zxy(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_zxy_m7A009990414CCDF3A76AC28E323033E57D4B9D83_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zxz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zxz_mC6725E2D0AE9B3090897D1793047D4B9AB15B027_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zyx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zyx_m2745D33D71744B3DA604FBF48A76928DFF03D259_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_zyx(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_zyx_mB926D7E5B10C3E67FFCBFE8F16732263B9753CBF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zyy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zyy_mBC96E7D5182058EA89F61D38912E528E03DF26D4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zyz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zyz_m69A7A6F03E1C8E91EA72FCC8D7C0196014742335_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zzx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zzx_mCC1CA430F5003CAF3907D06832012B837A845A1D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zzy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zzy_mA5773095CEF3D6FC08C53420C4F2C3689A7066E0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zzz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zzz_m577CF6511B7D4233B7F15DE6ACAB9B2BD8EDE2FB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_xx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_xx_m2F54B8DCE60D6415DC63365E61A633FBCCABEB82_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_xy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_xy_m77EA26BC8BF534C13AABB46A219585F3EFAB31A1_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_xy(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_xy_m3BB6C86A57A5F6E8FD38269A43E9E43530800746_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_xz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_xz_m851E29C779E1D38BE3809B7C445E4EFF1E5DCBF9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_xz(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_xz_m6785CF83BA22E54C60AFC8732990A2684259D6CD_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_yx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_yx_mFEB834507F7C93AEFEBB797F150DAACF1AE3B4CF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_yx(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_yx_m11F2888368BDDB5233CE325C75762B0F20B8A1EF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_yy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_yy_m5A37B29B26995BCE93BFD93AEC3F2C904F861805_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_yz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_yz_m08ABC3409DBA8D2C4854212514FA02D8C42A0852_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_yz(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_yz_m8CEE8922149D5E1022F9837BD07DF726FD6B5382_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_zx()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_zx_m0F869CE2D6EC20F32988A58DAE3F660DAB49F06D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_zx(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_zx_mBADEE9A5316C0C1B085E8D0BEE6EA3A979C70B17_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_zy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_zy_mEA00B5BC6C41E1671669D1A403DE2342B0F42A05_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_zy(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3_set_zy_mBE08F27E1D29F9A4D30E47B5EAE4AA7C458D613E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method) ;
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_zz()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_zz_m5032EAEF8DAD5C53797F4E7746C3EA2DEA0EADF3_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int3_get_Item_mAA1998D8ED9F62D701938F2F665599B0CE949672 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3::set_Item(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_Item_m319CD04A9CFB29D68C18A1E53AB6F8869637745E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___index0, int32_t ___value1, 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.int3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3_Equals_mAD3F27218DB5A5341B15F177DBA5ED687A0727D1 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m181FB0BD5E6965316733A6171F4144250567CED9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int3::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3_GetHashCode_m8AC6D1E8012392878EC4C8894FC3306D5DB2350E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3_ToString_mF0D5E77289718FA92B3B386C9E956CA9F83D92FB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3_ToString_mAB969F813E35B83C1B4ADC074583E3FAC5982632_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x2::.ctor(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x2::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m46113106E244EFDDF1948D6645F4F0A4778103C7_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, 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.int3x2::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_mBE7B1BDF6824AF4435DF0B06D39284104210D436_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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.int3x2::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m167D0FF3B55EA33CD3A13DED182AAD816C3D6BC1_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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.int3x2::.ctor(Unity.Mathematics.bool3x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m359126EE55C904EE56174F6B1615F63DEFFC5344_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 ___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.int3x2::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m84AEDBFE20DACCE84306D6BA980693D5DF2A66B4_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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.int3x2::.ctor(Unity.Mathematics.uint3x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m78CC09F84EFE58F087B0DBA21BF128B6FD06E9A3_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 ___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.int3x2::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m77C9CFF250960F9F36D1E3A1A6879574697E154B_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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.int3x2::.ctor(Unity.Mathematics.float3x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m8500BA2CFB2CEC40DFDB304E66EC2BDB69E3888C_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB ___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.int3x2::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_mB49CFC43A3B499C1DFD14CC6F8A41E9D3B6C55CB_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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.int3x2::.ctor(Unity.Mathematics.double3x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m1FD9843E2FAA020EEA572BC5ED217E2F9C37BAE1_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 ___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.bool3x2::.ctor(Unity.Mathematics.bool3,Unity.Mathematics.bool3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline (bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c00, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c11, 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.int3x2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* int3x2_get_Item_mF85F7B96176D813D4CAF277FD8CE17C2A94EB5F3 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int3x2::Equals(Unity.Mathematics.int3x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int3x2_Equals_m8AE1E8B16DF3224C98CD840F23A82F414EE1152A_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int3x2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x2_Equals_mA18F4AE6A50FD4866E4AD38AFC888C34D9143DAE (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int3x2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_mAAB0B1C1C2C57A0C4F4E3F3E905B137B295C1CD5_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int3x2::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3x2_GetHashCode_mE0398A016497D1C03EDF36F6566C45A34E7BF199_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3x2::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x2_ToString_mB8EC6595349A88B871C6E0EDB5A6152EEACFEBF4_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3x2::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x2_ToString_m9D44B58B539FF5D2D58834BDE4EB3EB111A6FE12_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.int3,Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(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 int3x3__ctor_m3E5734C7BC0F1B07235FD53E23A3BD4A1BF95FF7_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_mC6104B5F63D57EC0E6E95FB380EB691FE7912B6F_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m368212646572394B1018558350A9B03CBBEDD3A2_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, bool ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.bool3x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m0498168D7DEF1B6D460FEEEF7EC9B6446CEC3FEC_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m1C368B47F295BA942ACD4B818FB50C6AB55AE216_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, uint32_t ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.uint3x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m9EE0695B5174262439027FBF2717B2E6544604E2_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_mED219D29C4BC4BDA8B21533F1D1851BC349E4136_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, float ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.float3x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m17F2AC611EEDC2D7973A9F0C4390717ADEC4F4BC_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m34F9F92CCE0DD17447A364F88A6C4B4707572B56_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, double ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.double3x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_mC76C5D19F11D92CA9697851FCEF69A5E3F6BD620_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 ___v0, const RuntimeMethod* method) ;
// System.Void Unity.Mathematics.bool3x3::.ctor(Unity.Mathematics.bool3,Unity.Mathematics.bool3,Unity.Mathematics.bool3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline (bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c00, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c11, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c22, const RuntimeMethod* method) ;
// Unity.Mathematics.int3& Unity.Mathematics.int3x3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* int3x3_get_Item_mF1EB088D0EEEEDF43EF4BFB4F0212CC17DC72435 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int3x3::Equals(Unity.Mathematics.int3x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int3x3_Equals_m7DE331BC2E87F707B863EEB5EFA0E24357DB73C6_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs0, const RuntimeMethod* method) ;
// System.Boolean Unity.Mathematics.int3x3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x3_Equals_m72215AF445A12C3AD022A678600C286DD63375A8 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::hash(Unity.Mathematics.int3x3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_mC1E8323817DD7AB09DAC12ED5298E00E854A2999_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___v0, const RuntimeMethod* method) ;
// System.Int32 Unity.Mathematics.int3x3::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3x3_GetHashCode_m15648583740F91C2E96CB8B98F9B3E11B34BC4D4_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3x3::ToString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x3_ToString_mA71F2EBB6BF68B32EAACD8982CD7DD7ACD01D9D3_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, const RuntimeMethod* method) ;
// System.String Unity.Mathematics.int3x3::ToString(System.String,System.IFormatProvider)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x3_ToString_m1D5BD35951DC5ECBF9E67EC7EAD7CCC96A061B85_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// Unity.Mathematics.uint2 Unity.Mathematics.math::asuint(Unity.Mathematics.int2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, const RuntimeMethod* method) ;
// Unity.Mathematics.uint2 Unity.Mathematics.math::uint2(System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline (uint32_t ___x0, uint32_t ___y1, const RuntimeMethod* method) ;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2::op_Multiply(Unity.Mathematics.uint2,Unity.Mathematics.uint2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___lhs0, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___rhs1, const RuntimeMethod* method) ;
// System.UInt32 Unity.Mathematics.math::csum(Unity.Mathematics.uint2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_csum_mE28565A02E454569C1E9095914B1C9D213B4E4B6_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___x0, const RuntimeMethod* method) ;
// Unity.Mathematics.uint2 Unity.Mathematics.uint2::op_Addition(Unity.Mathematics.uint2,Unity.Mathematics.uint2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___lhs0, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___rhs1, 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) ;
// 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.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.Void Unity.Mathematics.uint2::.ctor(System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint2__ctor_mDE945EFF54FDA16335AC19E9E01A9BAE161B8D3F_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F* __this, uint32_t ___x0, uint32_t ___y1, 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) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Mathematics.half4/DebuggerProxy::.ctor(Unity.Mathematics.half4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerProxy__ctor_mDC0E919155375674B805ACA5310EF217E139F339 (DebuggerProxy_t3B809748EC6D62D37EFF9D5CF677CCDB684EC5DC* __this, half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826 ___v0, const RuntimeMethod* method)
{
{
// public DebuggerProxy(half4 v)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// x = v.x;
half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826 L_0 = ___v0;
half_tE8A6792149696F478D662DD4B736964C0FF018AF L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// y = v.y;
half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826 L_2 = ___v0;
half_tE8A6792149696F478D662DD4B736964C0FF018AF L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// z = v.z;
half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826 L_4 = ___v0;
half_tE8A6792149696F478D662DD4B736964C0FF018AF L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// w = v.w;
half4_t69CC75C393FD0ED1CEFC8B6F1C0FBE7746CF9826 L_6 = ___v0;
half_tE8A6792149696F478D662DD4B736964C0FF018AF 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.int2::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4 (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_EXTERN_C void int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline(_thisAdjusted, ___x0, ___y1, method);
}
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_mE3E87F0E2971FE53B59F4B4A7A861C9C9EDCAA85 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_mE3E87F0E2971FE53B59F4B4A7A861C9C9EDCAA85_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_mE3E87F0E2971FE53B59F4B4A7A861C9C9EDCAA85_inline(_thisAdjusted, ___xy0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m5629166D35753C1D8B94B8673E46178689B31E7A (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, bool ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B2_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B3_1 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B5_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B6_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;
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_m5629166D35753C1D8B94B8673E46178689B31E7A_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m5629166D35753C1D8B94B8673E46178689B31E7A_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.bool2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m8C901187064201F5C6328F69EA088AF4AF886314 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B2_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B3_1 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B5_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B6_1 = NULL;
{
// this.x = v.x ? 1 : 0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 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;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_m8C901187064201F5C6328F69EA088AF4AF886314_AdjustorThunk (RuntimeObject* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m8C901187064201F5C6328F69EA088AF4AF886314_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m4B412BB49592D3C8BCB478EEBB58C13C48E86B92 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_m4B412BB49592D3C8BCB478EEBB58C13C48E86B92_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m4B412BB49592D3C8BCB478EEBB58C13C48E86B92_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.uint2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_mF8FAAF846F3450D788A76C60FE03EE867B86A87D (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___v0;
uint32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = (int)v.y;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2 = ___v0;
uint32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_mF8FAAF846F3450D788A76C60FE03EE867B86A87D_AdjustorThunk (RuntimeObject* __this, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_mF8FAAF846F3450D788A76C60FE03EE867B86A87D_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_mB684BA399AB8BF3C7AB18AFE711809EF0FFDE896 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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);
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_mB684BA399AB8BF3C7AB18AFE711809EF0FFDE896_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_mB684BA399AB8BF3C7AB18AFE711809EF0FFDE896_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.float2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m79C9EA4A9751C36153FB626BBE0F62C923071806 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA 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;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_2 = ___v0;
float L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_m79C9EA4A9751C36153FB626BBE0F62C923071806_AdjustorThunk (RuntimeObject* __this, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m79C9EA4A9751C36153FB626BBE0F62C923071806_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m7A456A5B87EBBEDC71F2449410D204592567AC96 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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);
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_m7A456A5B87EBBEDC71F2449410D204592567AC96_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m7A456A5B87EBBEDC71F2449410D204592567AC96_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2::.ctor(Unity.Mathematics.double2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2__ctor_m445E21DDC1C3FE3A2C49304E601D64C5B832DE4B (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA 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;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_2 = ___v0;
double L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_EXTERN_C void int2__ctor_m445E21DDC1C3FE3A2C49304E601D64C5B832DE4B_AdjustorThunk (RuntimeObject* __this, double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2__ctor_m445E21DDC1C3FE3A2C49304E601D64C5B832DE4B_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F (int32_t ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int2(int v) { return new int2(v); }
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int2(int v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_mC579C62D249BA6BAB2B0E6D7395D179804FEB6EC (bool ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(bool v) { return new int2(v); }
bool L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m5629166D35753C1D8B94B8673E46178689B31E7A_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(bool v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(Unity.Mathematics.bool2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_mF5CB4438307CE5FFE518547315CB13ED6C1C2EEA (bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(bool2 v) { return new int2(v); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m8C901187064201F5C6328F69EA088AF4AF886314_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(bool2 v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81 (uint32_t ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(uint v) { return new int2(v); }
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m4B412BB49592D3C8BCB478EEBB58C13C48E86B92_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(uint v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(Unity.Mathematics.uint2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041 (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(uint2 v) { return new int2(v); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_mF8FAAF846F3450D788A76C60FE03EE867B86A87D_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(uint2 v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B (float ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(float v) { return new int2(v); }
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_mB684BA399AB8BF3C7AB18AFE711809EF0FFDE896_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(float v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(Unity.Mathematics.float2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508 (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(float2 v) { return new int2(v); }
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m79C9EA4A9751C36153FB626BBE0F62C923071806_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(float2 v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700 (double ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(double v) { return new int2(v); }
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m7A456A5B87EBBEDC71F2449410D204592567AC96_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(double v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Explicit(Unity.Mathematics.double2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC (double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(double2 v) { return new int2(v); }
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m445E21DDC1C3FE3A2C49304E601D64C5B832DE4B_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(double2 v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Multiply(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator * (int2 lhs, int2 rhs) { return new int2 (lhs.x * rhs.x, lhs.y * rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)il2cpp_codegen_multiply(L_1, L_3)), ((int32_t)il2cpp_codegen_multiply(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator * (int2 lhs, int2 rhs) { return new int2 (lhs.x * rhs.x, lhs.y * rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Multiply(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator * (int2 lhs, int rhs) { return new int2 (lhs.x * rhs, lhs.y * rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_multiply(L_1, L_2)), ((int32_t)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator * (int2 lhs, int rhs) { return new int2 (lhs.x * rhs, lhs.y * rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Multiply(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260 (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator * (int lhs, int2 rhs) { return new int2 (lhs * rhs.x, lhs * rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_multiply(L_0, L_2)), ((int32_t)il2cpp_codegen_multiply(L_3, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator * (int lhs, int2 rhs) { return new int2 (lhs * rhs.x, lhs * rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Addition(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int2 lhs, int2 rhs) { return new int2 (lhs.x + rhs.x, lhs.y + rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)il2cpp_codegen_add(L_1, L_3)), ((int32_t)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator + (int2 lhs, int2 rhs) { return new int2 (lhs.x + rhs.x, lhs.y + rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Addition(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int2 lhs, int rhs) { return new int2 (lhs.x + rhs, lhs.y + rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_add(L_1, L_2)), ((int32_t)il2cpp_codegen_add(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator + (int2 lhs, int rhs) { return new int2 (lhs.x + rhs, lhs.y + rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Addition(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309 (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int lhs, int2 rhs) { return new int2 (lhs + rhs.x, lhs + rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_add(L_0, L_2)), ((int32_t)il2cpp_codegen_add(L_3, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator + (int lhs, int2 rhs) { return new int2 (lhs + rhs.x, lhs + rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Subtraction(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int2 lhs, int2 rhs) { return new int2 (lhs.x - rhs.x, lhs.y - rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)il2cpp_codegen_subtract(L_1, L_3)), ((int32_t)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator - (int2 lhs, int2 rhs) { return new int2 (lhs.x - rhs.x, lhs.y - rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Subtraction(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int2 lhs, int rhs) { return new int2 (lhs.x - rhs, lhs.y - rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_subtract(L_1, L_2)), ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator - (int2 lhs, int rhs) { return new int2 (lhs.x - rhs, lhs.y - rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Subtraction(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int lhs, int2 rhs) { return new int2 (lhs - rhs.x, lhs - rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_subtract(L_0, L_2)), ((int32_t)il2cpp_codegen_subtract(L_3, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator - (int lhs, int2 rhs) { return new int2 (lhs - rhs.x, lhs - rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Division(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator / (int2 lhs, int2 rhs) { return new int2 (lhs.x / rhs.x, lhs.y / rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1/L_3)), ((int32_t)(L_5/L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator / (int2 lhs, int2 rhs) { return new int2 (lhs.x / rhs.x, lhs.y / rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Division(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator / (int2 lhs, int rhs) { return new int2 (lhs.x / rhs, lhs.y / rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1/L_2)), ((int32_t)(L_4/L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator / (int2 lhs, int rhs) { return new int2 (lhs.x / rhs, lhs.y / rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Division(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77 (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator / (int lhs, int2 rhs) { return new int2 (lhs / rhs.x, lhs / rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0/L_2)), ((int32_t)(L_3/L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator / (int lhs, int2 rhs) { return new int2 (lhs / rhs.x, lhs / rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Modulus(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator % (int2 lhs, int2 rhs) { return new int2 (lhs.x % rhs.x, lhs.y % rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1%L_3)), ((int32_t)(L_5%L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator % (int2 lhs, int2 rhs) { return new int2 (lhs.x % rhs.x, lhs.y % rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Modulus(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator % (int2 lhs, int rhs) { return new int2 (lhs.x % rhs, lhs.y % rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1%L_2)), ((int32_t)(L_4%L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator % (int2 lhs, int rhs) { return new int2 (lhs.x % rhs, lhs.y % rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Modulus(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator % (int lhs, int2 rhs) { return new int2 (lhs % rhs.x, lhs % rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0%L_2)), ((int32_t)(L_3%L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator % (int lhs, int2 rhs) { return new int2 (lhs % rhs.x, lhs % rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Increment(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2 operator ++ (int2 val) { return new int2 (++val.x, ++val.y); }
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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_0027;
}
IL_0027:
{
// public static int2 operator ++ (int2 val) { return new int2 (++val.x, ++val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_1;
return L_11;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_Decrement(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2 operator -- (int2 val) { return new int2 (--val.x, --val.y); }
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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_0027;
}
IL_0027:
{
// public static int2 operator -- (int2 val) { return new int2 (--val.x, --val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_1;
return L_11;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThan(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator < (int2 lhs, int2 rhs) { return new bool2 (lhs.x < rhs.x, lhs.y < rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static bool2 operator < (int2 lhs, int2 rhs) { return new bool2 (lhs.x < rhs.x, lhs.y < rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThan(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator < (int2 lhs, int rhs) { return new bool2 (lhs.x < rhs, lhs.y < rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator < (int2 lhs, int rhs) { return new bool2 (lhs.x < rhs, lhs.y < rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThan(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9 (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator < (int lhs, int2 rhs) { return new bool2 (lhs < rhs.x, lhs < rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator < (int lhs, int2 rhs) { return new bool2 (lhs < rhs.x, lhs < rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThanOrEqual(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator <= (int2 lhs, int2 rhs) { return new bool2 (lhs.x <= rhs.x, lhs.y <= rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (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), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_002b;
}
IL_002b:
{
// public static bool2 operator <= (int2 lhs, int2 rhs) { return new bool2 (lhs.x <= rhs.x, lhs.y <= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThanOrEqual(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator <= (int2 lhs, int rhs) { return new bool2 (lhs.x <= rhs, lhs.y <= rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator <= (int2 lhs, int rhs) { return new bool2 (lhs.x <= rhs, lhs.y <= rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4 (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator <= (int lhs, int2 rhs) { return new bool2 (lhs <= rhs.x, lhs <= rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator <= (int lhs, int2 rhs) { return new bool2 (lhs <= rhs.x, lhs <= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThan(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator > (int2 lhs, int2 rhs) { return new bool2 (lhs.x > rhs.x, lhs.y > rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (bool)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static bool2 operator > (int2 lhs, int2 rhs) { return new bool2 (lhs.x > rhs.x, lhs.y > rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThan(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator > (int2 lhs, int rhs) { return new bool2 (lhs.x > rhs, lhs.y > rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator > (int2 lhs, int rhs) { return new bool2 (lhs.x > rhs, lhs.y > rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThan(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981 (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator > (int lhs, int2 rhs) { return new bool2 (lhs > rhs.x, lhs > rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator > (int lhs, int2 rhs) { return new bool2 (lhs > rhs.x, lhs > rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThanOrEqual(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator >= (int2 lhs, int2 rhs) { return new bool2 (lhs.x >= rhs.x, lhs.y >= rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (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), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_002b;
}
IL_002b:
{
// public static bool2 operator >= (int2 lhs, int2 rhs) { return new bool2 (lhs.x >= rhs.x, lhs.y >= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThanOrEqual(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator >= (int2 lhs, int rhs) { return new bool2 (lhs.x >= rhs, lhs.y >= rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator >= (int2 lhs, int rhs) { return new bool2 (lhs.x >= rhs, lhs.y >= rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator >= (int lhs, int2 rhs) { return new bool2 (lhs >= rhs.x, lhs >= rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator >= (int lhs, int2 rhs) { return new bool2 (lhs >= rhs.x, lhs >= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_UnaryNegation(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int2 val) { return new int2 (-val.x, -val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_4), ((-L_1)), ((-L_3)), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0017;
}
IL_0017:
{
// public static int2 operator - (int2 val) { return new int2 (-val.x, -val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
return L_5;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_UnaryPlus(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int2 val) { return new int2 (+val.x, +val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_4), L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
// public static int2 operator + (int2 val) { return new int2 (+val.x, +val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
return L_5;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_LeftShift(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator << (int2 x, int n) { return new int2 (x.x << n, x.y << n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1<<((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4<<((int32_t)(L_5&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int2 operator << (int2 x, int n) { return new int2 (x.x << n, x.y << n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_RightShift(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator >> (int2 x, int n) { return new int2 (x.x >> n, x.y >> n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1>>((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4>>((int32_t)(L_5&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int2 operator >> (int2 x, int n) { return new int2 (x.x >> n, x.y >> n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Equality(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator == (int2 lhs, int2 rhs) { return new bool2 (lhs.x == rhs.x, lhs.y == rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static bool2 operator == (int2 lhs, int2 rhs) { return new bool2 (lhs.x == rhs.x, lhs.y == rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Equality(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator == (int2 lhs, int rhs) { return new bool2 (lhs.x == rhs, lhs.y == rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator == (int2 lhs, int rhs) { return new bool2 (lhs.x == rhs, lhs.y == rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Equality(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720 (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator == (int lhs, int2 rhs) { return new bool2 (lhs == rhs.x, lhs == rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator == (int lhs, int2 rhs) { return new bool2 (lhs == rhs.x, lhs == rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Inequality(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator != (int2 lhs, int2 rhs) { return new bool2 (lhs.x != rhs.x, lhs.y != rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (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), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_002b;
}
IL_002b:
{
// public static bool2 operator != (int2 lhs, int2 rhs) { return new bool2 (lhs.x != rhs.x, lhs.y != rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Inequality(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator != (int2 lhs, int rhs) { return new bool2 (lhs.x != rhs, lhs.y != rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator != (int2 lhs, int rhs) { return new bool2 (lhs.x != rhs, lhs.y != rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.bool2 Unity.Mathematics.int2::op_Inequality(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator != (int lhs, int2 rhs) { return new bool2 (lhs != rhs.x, lhs != rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator != (int lhs, int2 rhs) { return new bool2 (lhs != rhs.x, lhs != rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_OnesComplement(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ~ (int2 val) { return new int2 (~val.x, ~val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_4), ((~L_1)), ((~L_3)), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0017;
}
IL_0017:
{
// public static int2 operator ~ (int2 val) { return new int2 (~val.x, ~val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
return L_5;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseAnd(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator & (int2 lhs, int2 rhs) { return new int2 (lhs.x & rhs.x, lhs.y & rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1&L_3)), ((int32_t)(L_5&L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator & (int2 lhs, int2 rhs) { return new int2 (lhs.x & rhs.x, lhs.y & rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseAnd(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator & (int2 lhs, int rhs) { return new int2 (lhs.x & rhs, lhs.y & rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1&L_2)), ((int32_t)(L_4&L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator & (int2 lhs, int rhs) { return new int2 (lhs.x & rhs, lhs.y & rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseAnd(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator & (int lhs, int2 rhs) { return new int2 (lhs & rhs.x, lhs & rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0&L_2)), ((int32_t)(L_3&L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator & (int lhs, int2 rhs) { return new int2 (lhs & rhs.x, lhs & rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseOr(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator | (int2 lhs, int2 rhs) { return new int2 (lhs.x | rhs.x, lhs.y | rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1|L_3)), ((int32_t)(L_5|L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator | (int2 lhs, int2 rhs) { return new int2 (lhs.x | rhs.x, lhs.y | rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseOr(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator | (int2 lhs, int rhs) { return new int2 (lhs.x | rhs, lhs.y | rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1|L_2)), ((int32_t)(L_4|L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator | (int2 lhs, int rhs) { return new int2 (lhs.x | rhs, lhs.y | rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_BitwiseOr(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator | (int lhs, int2 rhs) { return new int2 (lhs | rhs.x, lhs | rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0|L_2)), ((int32_t)(L_3|L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator | (int lhs, int2 rhs) { return new int2 (lhs | rhs.x, lhs | rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_ExclusiveOr(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ^ (int2 lhs, int2 rhs) { return new int2 (lhs.x ^ rhs.x, lhs.y ^ rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1^L_3)), ((int32_t)(L_5^L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator ^ (int2 lhs, int2 rhs) { return new int2 (lhs.x ^ rhs.x, lhs.y ^ rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_ExclusiveOr(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ^ (int2 lhs, int rhs) { return new int2 (lhs.x ^ rhs, lhs.y ^ rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1^L_2)), ((int32_t)(L_4^L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator ^ (int2 lhs, int rhs) { return new int2 (lhs.x ^ rhs, lhs.y ^ rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::op_ExclusiveOr(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ^ (int lhs, int2 rhs) { return new int2 (lhs ^ rhs.x, lhs ^ rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0^L_2)), ((int32_t)(L_3^L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator ^ (int lhs, int2 rhs) { return new int2 (lhs ^ rhs.x, lhs ^ rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxxx_mDD8894A5D59B8283077535B6A3737BB2B4CC0CFF (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxxx_mDD8894A5D59B8283077535B6A3737BB2B4CC0CFF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xxxx_mDD8894A5D59B8283077535B6A3737BB2B4CC0CFF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxxy_m6B1B52327A282376E1D5922F74AB37AD5D3A1529 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxxy_m6B1B52327A282376E1D5922F74AB37AD5D3A1529_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xxxy_m6B1B52327A282376E1D5922F74AB37AD5D3A1529_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxyx_m37F4BE6283A6413B469EE622225F6ADC0F326683 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxyx_m37F4BE6283A6413B469EE622225F6ADC0F326683_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xxyx_m37F4BE6283A6413B469EE622225F6ADC0F326683_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxyy_m653E60E4735A674DCA39B4FE24E5424AD48D6526 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxyy_m653E60E4735A674DCA39B4FE24E5424AD48D6526_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xxyy_m653E60E4735A674DCA39B4FE24E5424AD48D6526_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyxx_m497A1A675D0E8FE807100B8DAE8559E9DE2F7CA8 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyxx_m497A1A675D0E8FE807100B8DAE8559E9DE2F7CA8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xyxx_m497A1A675D0E8FE807100B8DAE8559E9DE2F7CA8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyyx_m3B62467FB357490D39016ABBAB32CDEE3EBE5DD2 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyyx_m3B62467FB357490D39016ABBAB32CDEE3EBE5DD2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xyyx_m3B62467FB357490D39016ABBAB32CDEE3EBE5DD2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_xyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyyy_m8ABADD8EC59BB79A0B6142803473CBE75811CECB (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyyy_m8ABADD8EC59BB79A0B6142803473CBE75811CECB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_xyyy_m8ABADD8EC59BB79A0B6142803473CBE75811CECB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxxx_m377B5F0AA42B8741F5D84A0076CBCF591E610BCF (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxxx_m377B5F0AA42B8741F5D84A0076CBCF591E610BCF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yxxx_m377B5F0AA42B8741F5D84A0076CBCF591E610BCF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxxy_m4E18821BB0A9FF9146287AEF3D27B3475B50E4C0 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxxy_m4E18821BB0A9FF9146287AEF3D27B3475B50E4C0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yxxy_m4E18821BB0A9FF9146287AEF3D27B3475B50E4C0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxyx_m7CA2563B7C3EDCC523BA284EFA4D2E2325590D1C (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxyx_m7CA2563B7C3EDCC523BA284EFA4D2E2325590D1C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yxyx_m7CA2563B7C3EDCC523BA284EFA4D2E2325590D1C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yxyy_m41796CB46E0C1C6164EA4F5048DFC853CB3045C4 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxyy_m41796CB46E0C1C6164EA4F5048DFC853CB3045C4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yxyy_m41796CB46E0C1C6164EA4F5048DFC853CB3045C4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyxx_m6B8A8DA19C1B8B96CA9355A298EF3446D16B5AB0 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyxx_m6B8A8DA19C1B8B96CA9355A298EF3446D16B5AB0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yyxx_m6B8A8DA19C1B8B96CA9355A298EF3446D16B5AB0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyxy_m69F811690AD27067D12FB787EFCBDFFAD53F3F57 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyxy_m69F811690AD27067D12FB787EFCBDFFAD53F3F57_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yyxy_m69F811690AD27067D12FB787EFCBDFFAD53F3F57_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyyx_mEB4BFBFEFD39F315EC85B0AC1A7242DD4FB678B8 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyyx_mEB4BFBFEFD39F315EC85B0AC1A7242DD4FB678B8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yyyx_mEB4BFBFEFD39F315EC85B0AC1A7242DD4FB678B8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int2::get_yyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_yyyy_mD91C8D73C6BAED8311222BBC3943C83462F65EC5 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyyy_mD91C8D73C6BAED8311222BBC3943C83462F65EC5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int2_get_yyyy_mD91C8D73C6BAED8311222BBC3943C83462F65EC5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xxx_mAD97EFA264BF8B0951F22BC405D668563980C312 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxx_mAD97EFA264BF8B0951F22BC405D668563980C312_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_xxx_mAD97EFA264BF8B0951F22BC405D668563980C312_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xxy_m663B25DFEAB9B61890490D70C09D740000465611 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxy_m663B25DFEAB9B61890490D70C09D740000465611_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_xxy_m663B25DFEAB9B61890490D70C09D740000465611_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xyx_m63CE4A85FA62AFAAEDA5D4A42B003484F49B7268 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyx_m63CE4A85FA62AFAAEDA5D4A42B003484F49B7268_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_xyx_m63CE4A85FA62AFAAEDA5D4A42B003484F49B7268_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_xyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xyy_m245B326799C3714AF69C6C1E34F3150266B2077C (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyy_m245B326799C3714AF69C6C1E34F3150266B2077C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_xyy_m245B326799C3714AF69C6C1E34F3150266B2077C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yxx_m7881643A6C8E2C8997525CDB3456955619AC0C81 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxx_m7881643A6C8E2C8997525CDB3456955619AC0C81_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_yxx_m7881643A6C8E2C8997525CDB3456955619AC0C81_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yxy_m53BBEF2DAF0E7E2873AED96A6709AB12B0037BCB (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxy_m53BBEF2DAF0E7E2873AED96A6709AB12B0037BCB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_yxy_m53BBEF2DAF0E7E2873AED96A6709AB12B0037BCB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yyx_m219439F14DCAC868AF4A7FB36A17F1107761A87F (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyx_m219439F14DCAC868AF4A7FB36A17F1107761A87F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_yyx_m219439F14DCAC868AF4A7FB36A17F1107761A87F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int2::get_yyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_yyy_m250572CFAE0950410EF1DACE3599077931DC1EBE (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyy_m250572CFAE0950410EF1DACE3599077931DC1EBE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int2_get_yyy_m250572CFAE0950410EF1DACE3599077931DC1EBE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_xx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_xx_m5BC507BABFA4F01E1D43C032A192CB6FC72C8DDE (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xx_m5BC507BABFA4F01E1D43C032A192CB6FC72C8DDE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int2_get_xx_m5BC507BABFA4F01E1D43C032A192CB6FC72C8DDE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_xy_m5BAC701D934CD8A530B3F83B1BEAC230DC7431A3 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xy_m5BAC701D934CD8A530B3F83B1BEAC230DC7431A3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int2_get_xy_m5BAC701D934CD8A530B3F83B1BEAC230DC7431A3_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int2::set_xy(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2_set_xy_m69E13D03B313CEEAF899F3669E126D8519620E2F (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_set_xy_m69E13D03B313CEEAF899F3669E126D8519620E2F_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2_set_xy_m69E13D03B313CEEAF899F3669E126D8519620E2F_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_yx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_yx_m87B332287193407CBC43042A7C7A64F1ECF6C470 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yx_m87B332287193407CBC43042A7C7A64F1ECF6C470_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int2_get_yx_m87B332287193407CBC43042A7C7A64F1ECF6C470_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int2::set_yx(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2_set_yx_m40989A037ECF307C3110463E16E5DA520F3F1263 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_set_yx_m40989A037ECF307C3110463E16E5DA520F3F1263_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2_set_yx_m40989A037ECF307C3110463E16E5DA520F3F1263_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int2::get_yy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_yy_mD3EE9E2976F0FDA53EF28D0528B02944B1086F4C (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yy_mD3EE9E2976F0FDA53EF28D0528B02944B1086F4C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int2_get_yy_mD3EE9E2976F0FDA53EF28D0528B02944B1086F4C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int2_get_Item_m21D18ED747DC23F2CE6010C9B99B970C14C61512 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* V_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* V_1 = NULL;
int32_t V_2 = 0;
{
V_1 = __this;
// fixed (int2* array = &this) { return ((int*)array)[index]; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = V_1;
V_0 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)((uintptr_t)L_0);
// fixed (int2* array = &this) { return ((int*)array)[index]; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_1 = V_0;
int32_t L_2 = ___index0;
int32_t L_3 = *((int32_t*)((int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)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 int2_get_Item_m21D18ED747DC23F2CE6010C9B99B970C14C61512_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int32_t _returnValue;
_returnValue = int2_get_Item_m21D18ED747DC23F2CE6010C9B99B970C14C61512(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int2::set_Item(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2_set_Item_mF8FF30A2C5593946C1AC39DDBAAED56091C6A67E (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_set_Item_mF8FF30A2C5593946C1AC39DDBAAED56091C6A67E_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int2_set_Item_mF8FF30A2C5593946C1AC39DDBAAED56091C6A67E(_thisAdjusted, ___index0, ___value1, method);
}
// System.Boolean Unity.Mathematics.int2::Equals(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int2 rhs) { return x == rhs.x && y == rhs.y; }
int32_t L_0 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs0;
int32_t L_2 = L_1.___x_0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs0;
int32_t L_5 = L_4.___y_1;
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
// public bool Equals(int2 rhs) { return x == rhs.x && y == rhs.y; }
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
bool _returnValue;
_returnValue = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2_Equals_m6B885828097BED2665EAA565C07E9FE83627C481 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A 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 int2 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)((int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)UnBox(L_1, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_il2cpp_TypeInfo_var))));
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
bool L_3;
L_3 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_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 int2 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int2_Equals_m6B885828097BED2665EAA565C07E9FE83627C481_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
bool _returnValue;
_returnValue = int2_Equals_m6B885828097BED2665EAA565C07E9FE83627C481(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int2::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int2_GetHashCode_mDC30EB8816F1ABC7195872B81F3EA9E8090866A6 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)__this);
uint32_t L_1;
L_1 = math_hash_m9A8DB22D8B80BCD62309D709487A8FEBB8CBE1CE_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 int2_GetHashCode_mDC30EB8816F1ABC7195872B81F3EA9E8090866A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
int32_t _returnValue;
_returnValue = int2_GetHashCode_mDC30EB8816F1ABC7195872B81F3EA9E8090866A6_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2_ToString_mC1A7775631D1F6B67B370423AF94BF60249A2466 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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*)&_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2({0}, {1})", x, y);
int32_t L_0 = __this->___x_0;
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
int32_t L_3 = __this->___y_1;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
String_t* L_6;
L_6 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A, L_2, L_5, NULL);
V_0 = L_6;
goto IL_0024;
}
IL_0024:
{
// }
String_t* L_7 = V_0;
return L_7;
}
}
IL2CPP_EXTERN_C String_t* int2_ToString_mC1A7775631D1F6B67B370423AF94BF60249A2466_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2_ToString_mC1A7775631D1F6B67B370423AF94BF60249A2466_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2_ToString_mB5FA23BE92C8532E53BAAA3B743D89ED6C23EE47 (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2({0}, {1})", x.ToString(format, formatProvider), y.ToString(format, formatProvider));
int32_t* L_0 = (&__this->___x_0);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___formatProvider1;
String_t* L_3;
L_3 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_0, L_1, L_2, NULL);
int32_t* L_4 = (&__this->___y_1);
String_t* L_5 = ___format0;
RuntimeObject* L_6 = ___formatProvider1;
String_t* L_7;
L_7 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_4, L_5, L_6, NULL);
String_t* L_8;
L_8 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A, L_3, L_7, NULL);
V_0 = L_8;
goto IL_0028;
}
IL_0028:
{
// }
String_t* L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C String_t* int2_ToString_mB5FA23BE92C8532E53BAAA3B743D89ED6C23EE47_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2_ToString_mB5FA23BE92C8532E53BAAA3B743D89ED6C23EE47_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.int2/DebuggerProxy::.ctor(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerProxy__ctor_mA86C1989EA15D7EA837569F4607BDAD18C0AA46C (DebuggerProxy_tE4ABD062E1F1465B4A2601D1A2B183D9A691F3E7* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___v0, const RuntimeMethod* method)
{
{
// public DebuggerProxy(int2 v)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// x = v.x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___v0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// y = v.y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___v0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// }
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.int2x2::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___c11;
__this->___c1_1 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline(_thisAdjusted, ___c00, ___c11, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_mDA43B88F7FAA165D203CE40C76EA7362185A53E3 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, const RuntimeMethod* method)
{
{
// this.c0 = new int2(m00, m10);
int32_t L_0 = ___m000;
int32_t L_1 = ___m102;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
__this->___c0_0 = L_2;
// this.c1 = new int2(m01, m11);
int32_t L_3 = ___m011;
int32_t L_4 = ___m113;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_5), L_3, L_4, /*hidden argument*/NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_mDA43B88F7FAA165D203CE40C76EA7362185A53E3_AdjustorThunk (RuntimeObject* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_mDA43B88F7FAA165D203CE40C76EA7362185A53E3_inline(_thisAdjusted, ___m000, ___m011, ___m102, ___m113, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_mD2C84FF49E2D54425DF8A84F75BF6021574E8F04 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_mD2C84FF49E2D54425DF8A84F75BF6021574E8F04_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_mD2C84FF49E2D54425DF8A84F75BF6021574E8F04_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_mBD60EBA2968BD0DCE7A9F056070B49BF2199627D (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_4), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_mBD60EBA2968BD0DCE7A9F056070B49BF2199627D_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_mBD60EBA2968BD0DCE7A9F056070B49BF2199627D_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.bool2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_m4B9E840C8FE0E3C9A866546E0C1895733C8ADF8B (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v.c0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_2 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int2(0), new int2(1), v.c1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_6), 1, /*hidden argument*/NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_7 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_m4B9E840C8FE0E3C9A866546E0C1895733C8ADF8B_AdjustorThunk (RuntimeObject* __this, bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_m4B9E840C8FE0E3C9A866546E0C1895733C8ADF8B_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_m41E8E32E794CA5CA18C05C49B13E68BF25EDAF50 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
uint32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_m41E8E32E794CA5CA18C05C49B13E68BF25EDAF50_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_m41E8E32E794CA5CA18C05C49B13E68BF25EDAF50_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.uint2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_mE53A86712C42E11A784D7A5629A006DB28DB1684 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 L_0 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 L_3 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_mE53A86712C42E11A784D7A5629A006DB28DB1684_AdjustorThunk (RuntimeObject* __this, uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_mE53A86712C42E11A784D7A5629A006DB28DB1684_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_m03033DE50AFA03CD6CA612157891AA2F963FE2D5 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
float L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_m03033DE50AFA03CD6CA612157891AA2F963FE2D5_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_m03033DE50AFA03CD6CA612157891AA2F963FE2D5_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.float2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_mAABC83CE06D3477DAEF998F84267A9D54469993F (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D L_0 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D L_3 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_mAABC83CE06D3477DAEF998F84267A9D54469993F_AdjustorThunk (RuntimeObject* __this, float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_mAABC83CE06D3477DAEF998F84267A9D54469993F_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_m6E231B8A4754586B2EB065788C1D3D7020D634E7 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
double L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_m6E231B8A4754586B2EB065788C1D3D7020D634E7_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_m6E231B8A4754586B2EB065788C1D3D7020D634E7_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x2::.ctor(Unity.Mathematics.double2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__ctor_m2A0BD7516F659D0319A22CDCB1FBBA0C15B3EF2C (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF L_0 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF L_3 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x2__ctor_m2A0BD7516F659D0319A22CDCB1FBBA0C15B3EF2C_AdjustorThunk (RuntimeObject* __this, double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2x2__ctor_m2A0BD7516F659D0319A22CDCB1FBBA0C15B3EF2C_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Implicit_m78B2BA82336389F604E76F4EA56A3FEFE7053703 (int32_t ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int2x2(int v) { return new int2x2(v); }
int32_t L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_mD2C84FF49E2D54425DF8A84F75BF6021574E8F04_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int2x2(int v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_m230644588C449B839F72257566E4A165B6EF60DF (bool ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(bool v) { return new int2x2(v); }
bool L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_mBD60EBA2968BD0DCE7A9F056070B49BF2199627D_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(bool v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(Unity.Mathematics.bool2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_m598D7A461B863F0479DCC4AA549E6F29DAD706D9 (bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(bool2x2 v) { return new int2x2(v); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_m4B9E840C8FE0E3C9A866546E0C1895733C8ADF8B_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(bool2x2 v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_m1AE25B88EFC1067EF119870D4286E939B5273AD7 (uint32_t ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(uint v) { return new int2x2(v); }
uint32_t L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_m41E8E32E794CA5CA18C05C49B13E68BF25EDAF50_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(uint v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(Unity.Mathematics.uint2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_m8A5924544423F162C8AE1B9697721B4A55E2778A (uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(uint2x2 v) { return new int2x2(v); }
uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_mE53A86712C42E11A784D7A5629A006DB28DB1684_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(uint2x2 v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_mAF7B914012209CDE3FD5E1BBC94A504581342B7F (float ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(float v) { return new int2x2(v); }
float L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_m03033DE50AFA03CD6CA612157891AA2F963FE2D5_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(float v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(Unity.Mathematics.float2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_mB0C6C35DC1136C0E10AD151CAE6C5D31627C5F23 (float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(float2x2 v) { return new int2x2(v); }
float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_mAABC83CE06D3477DAEF998F84267A9D54469993F_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(float2x2 v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_m54C1266BB2BDFA2C3A7E62533DE7A593FF165A19 (double ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(double v) { return new int2x2(v); }
double L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_m6E231B8A4754586B2EB065788C1D3D7020D634E7_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(double v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Explicit(Unity.Mathematics.double2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Explicit_mDE9DBF1C4787CAF91E9CBA78815E3DFDA73A0562 (double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF ___v0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x2(double2x2 v) { return new int2x2(v); }
double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF L_0 = ___v0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1;
memset((&L_1), 0, sizeof(L_1));
int2x2__ctor_m2A0BD7516F659D0319A22CDCB1FBBA0C15B3EF2C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x2(double2x2 v) { return new int2x2(v); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Multiply(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Multiply_m74362AE4CC451BD71252E30864212E65F2B901EE (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator * (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator * (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Multiply(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Multiply_mE04425D2E51B82B92153102DAADFFA3AB1237092 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator * (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 * rhs, lhs.c1 * rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator * (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 * rhs, lhs.c1 * rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Multiply(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Multiply_m5EE069F07C9CDE3C3915FBE88BFB6B46D5E7EE00 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator * (int lhs, int2x2 rhs) { return new int2x2 (lhs * rhs.c0, lhs * rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator * (int lhs, int2x2 rhs) { return new int2x2 (lhs * rhs.c0, lhs * rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Addition(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Addition_mAAFA79AB4DC00CD422B5DC070F93A1C7F548D62F (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator + (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator + (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Addition(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Addition_m8D2DA68F13CA65814887731435CF125C43A7D8CD (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator + (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 + rhs, lhs.c1 + rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator + (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 + rhs, lhs.c1 + rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Addition(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Addition_mFE79980C211B4DA7D552BE8F8075290149796B8B (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator + (int lhs, int2x2 rhs) { return new int2x2 (lhs + rhs.c0, lhs + rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator + (int lhs, int2x2 rhs) { return new int2x2 (lhs + rhs.c0, lhs + rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Subtraction(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Subtraction_m33A805F6F1B35277C7D2CD052289053854E60E3D (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator - (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator - (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Subtraction(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Subtraction_m40E2CDCAEAA5ACC166E34572A10D220067789E57 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator - (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 - rhs, lhs.c1 - rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator - (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 - rhs, lhs.c1 - rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Subtraction(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Subtraction_m2D80636ACA0D7005ACE52DD7771F4A6FA9733626 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator - (int lhs, int2x2 rhs) { return new int2x2 (lhs - rhs.c0, lhs - rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator - (int lhs, int2x2 rhs) { return new int2x2 (lhs - rhs.c0, lhs - rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Division(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Division_m3475B72ADAEDEE4BD06DDBD69BCA300411A774BD (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator / (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator / (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Division(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Division_m9C9C8FED4DE7A67F2C88472C93F0A3887DF6FBA6 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator / (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 / rhs, lhs.c1 / rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator / (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 / rhs, lhs.c1 / rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Division(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Division_m11D1B6C338668E0C619070A426E7F78932B33CE8 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator / (int lhs, int2x2 rhs) { return new int2x2 (lhs / rhs.c0, lhs / rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator / (int lhs, int2x2 rhs) { return new int2x2 (lhs / rhs.c0, lhs / rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Modulus(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Modulus_m785CF330416E9025FA575E8827908A8D8AD7B839 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator % (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator % (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Modulus(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Modulus_m1A228E5984AEEFA73B51E537DE2445ABB194DF23 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator % (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 % rhs, lhs.c1 % rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator % (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 % rhs, lhs.c1 % rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Modulus(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Modulus_mD8FF80718637D8FDEEA78CF72CF61631ED86C84C (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator % (int lhs, int2x2 rhs) { return new int2x2 (lhs % rhs.c0, lhs % rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator % (int lhs, int2x2 rhs) { return new int2x2 (lhs % rhs.c0, lhs % rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Increment(Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Increment_m151E96CE418C49008648143A1007657D5F661474 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2x2 operator ++ (int2x2 val) { return new int2x2 (++val.c0, ++val.c1); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&(&___val0)->___c0_0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_2, NULL);
V_0 = L_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1 = L_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_6 = (&(&___val0)->___c1_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_7 = L_6;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_8, NULL);
V_0 = L_9;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7 = L_10;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_12;
memset((&L_12), 0, sizeof(L_12));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_12), L_5, L_11, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_003d;
}
IL_003d:
{
// public static int2x2 operator ++ (int2x2 val) { return new int2x2 (++val.c0, ++val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_13 = V_1;
return L_13;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_Decrement(Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_Decrement_m6C04CAE4B43C9548804C0EDA4BEBD90686FE626D (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2x2 operator -- (int2x2 val) { return new int2x2 (--val.c0, --val.c1); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&(&___val0)->___c0_0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_2, NULL);
V_0 = L_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1 = L_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_6 = (&(&___val0)->___c1_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_7 = L_6;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_8, NULL);
V_0 = L_9;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7 = L_10;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_12;
memset((&L_12), 0, sizeof(L_12));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_12), L_5, L_11, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_003d;
}
IL_003d:
{
// public static int2x2 operator -- (int2x2 val) { return new int2x2 (--val.c0, --val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_13 = V_1;
return L_13;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_LessThan(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_LessThan_m88B65A146026322D5009032002BD17E98BD0485F (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator < (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_6, L_8, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_10;
memset((&L_10), 0, sizeof(L_10));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool2x2 operator < (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_LessThan(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_LessThan_m77F55EFE476FFCC23F683F862C367B935D95AEC7 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator < (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 < rhs, lhs.c1 < rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_5, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator < (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 < rhs, lhs.c1 < rhs); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_LessThan(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_LessThan_mA15AEE70976DF2BE23F8B9320447940DE35344C4 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator < (int lhs, int2x2 rhs) { return new bool2x2 (lhs < rhs.c0, lhs < rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_4, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator < (int lhs, int2x2 rhs) { return new bool2x2 (lhs < rhs.c0, lhs < rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_LessThanOrEqual(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_LessThanOrEqual_m9671D863E3EB2236D632CD8A1CC37F35291259D1 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator <= (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_6, L_8, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_10;
memset((&L_10), 0, sizeof(L_10));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool2x2 operator <= (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_LessThanOrEqual(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_LessThanOrEqual_m33CF2B0E3D47AEAF3067869DAD626CDDA53F0C5C (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator <= (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 <= rhs, lhs.c1 <= rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_5, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator <= (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 <= rhs, lhs.c1 <= rhs); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_LessThanOrEqual_m49BEBBAFBA51B443717A923435398EAA287462A3 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator <= (int lhs, int2x2 rhs) { return new bool2x2 (lhs <= rhs.c0, lhs <= rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_4, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator <= (int lhs, int2x2 rhs) { return new bool2x2 (lhs <= rhs.c0, lhs <= rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_GreaterThan(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_GreaterThan_m1121EB860EB641D8BF0C34EC899DFB44F773213D (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator > (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_6, L_8, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_10;
memset((&L_10), 0, sizeof(L_10));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool2x2 operator > (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_GreaterThan(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_GreaterThan_m2601BCADC6D822E1E06AA9E34ADA885BCF5865EF (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator > (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 > rhs, lhs.c1 > rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_5, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator > (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 > rhs, lhs.c1 > rhs); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_GreaterThan(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_GreaterThan_mBA60162E5B89DBCACD40E7B6EFD089B824D8A482 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator > (int lhs, int2x2 rhs) { return new bool2x2 (lhs > rhs.c0, lhs > rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_4, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator > (int lhs, int2x2 rhs) { return new bool2x2 (lhs > rhs.c0, lhs > rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_GreaterThanOrEqual(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_GreaterThanOrEqual_m2B7AF9BA9C3450B3AC9D401B420E0149D121B9DC (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator >= (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_6, L_8, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_10;
memset((&L_10), 0, sizeof(L_10));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool2x2 operator >= (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_GreaterThanOrEqual(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_GreaterThanOrEqual_m93D3C4DD35B01807ECCBF87835DE2FD66DE786CF (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator >= (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 >= rhs, lhs.c1 >= rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_5, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator >= (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 >= rhs, lhs.c1 >= rhs); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_GreaterThanOrEqual_m42E3FE6EF25530131D45D6D5A401A1F5636D4563 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator >= (int lhs, int2x2 rhs) { return new bool2x2 (lhs >= rhs.c0, lhs >= rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_4, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator >= (int lhs, int2x2 rhs) { return new bool2x2 (lhs >= rhs.c0, lhs >= rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_UnaryNegation(Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_UnaryNegation_mC6F59F3A3A2380CBC3E4453F818FECB4B4E08A1B (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___val0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator - (int2x2 val) { return new int2x2 (-val.c0, -val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_1, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_4, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_6;
memset((&L_6), 0, sizeof(L_6));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int2x2 operator - (int2x2 val) { return new int2x2 (-val.c0, -val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_UnaryPlus(Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_UnaryPlus_mAAB157CA1E9C4547253B93D4D691A6475915C2B3 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___val0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator + (int2x2 val) { return new int2x2 (+val.c0, +val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_1, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_4, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_6;
memset((&L_6), 0, sizeof(L_6));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int2x2 operator + (int2x2 val) { return new int2x2 (+val.c0, +val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_LeftShift(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_LeftShift_mCED896E4E062AEFD803D29E9831C1AAC21057D7A (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator << (int2x2 x, int n) { return new int2x2 (x.c0 << n, x.c1 << n); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator << (int2x2 x, int n) { return new int2x2 (x.c0 << n, x.c1 << n); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_RightShift(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_RightShift_m8DBC5852335372D335DFA8927435E1A10769D231 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator >> (int2x2 x, int n) { return new int2x2 (x.c0 >> n, x.c1 >> n); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator >> (int2x2 x, int n) { return new int2x2 (x.c0 >> n, x.c1 >> n); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_Equality(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_Equality_mB22389D1113F48C9D6914D7E57A03A8544F69450 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator == (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_6, L_8, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_10;
memset((&L_10), 0, sizeof(L_10));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool2x2 operator == (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_Equality(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_Equality_mC1866513AE73F684E35D6460DE1BFEA3FF405C67 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator == (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 == rhs, lhs.c1 == rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_5, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator == (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 == rhs, lhs.c1 == rhs); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_Equality(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_Equality_mED45DC90EF80B07693D9CAF6EFC09D11AA385D48 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator == (int lhs, int2x2 rhs) { return new bool2x2 (lhs == rhs.c0, lhs == rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_4, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator == (int lhs, int2x2 rhs) { return new bool2x2 (lhs == rhs.c0, lhs == rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_Inequality(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_Inequality_mDA67B50448371E2FBDF0331C6472CF822D3BCDDF (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator != (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_6, L_8, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_10;
memset((&L_10), 0, sizeof(L_10));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool2x2 operator != (int2x2 lhs, int2x2 rhs) { return new bool2x2 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_Inequality(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_Inequality_m12E11A030238192666ABEC5611A4F7D659DF128C (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator != (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 != rhs, lhs.c1 != rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_5, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator != (int2x2 lhs, int rhs) { return new bool2x2 (lhs.c0 != rhs, lhs.c1 != rhs); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool2x2 Unity.Mathematics.int2x2::op_Inequality(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 int2x2_op_Inequality_m3C235E42AFF2D22FE231BCB559031EB66CDAF50A (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x2 operator != (int lhs, int2x2 rhs) { return new bool2x2 (lhs != rhs.c0, lhs != rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_4, L_6, NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool2x2 operator != (int lhs, int2x2 rhs) { return new bool2x2 (lhs != rhs.c0, lhs != rhs.c1); }
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_OnesComplement(Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_OnesComplement_mEB9D3239BBAB348ECD337E965FB228D709FC2F12 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___val0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator ~ (int2x2 val) { return new int2x2 (~val.c0, ~val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_1, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_4, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_6;
memset((&L_6), 0, sizeof(L_6));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int2x2 operator ~ (int2x2 val) { return new int2x2 (~val.c0, ~val.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_BitwiseAnd(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_BitwiseAnd_mB8DBEFDE0B6D1A68B09B73F4E24F09F4F4BC52CE (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator & (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator & (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_BitwiseAnd(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_BitwiseAnd_m44160121531D3B9BA7A63905E38D91F4F69FCB87 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator & (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 & rhs, lhs.c1 & rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator & (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 & rhs, lhs.c1 & rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_BitwiseAnd(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_BitwiseAnd_mD7EBF34EC84EB7DD98C2F261B0A85A9D6A492F79 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator & (int lhs, int2x2 rhs) { return new int2x2 (lhs & rhs.c0, lhs & rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator & (int lhs, int2x2 rhs) { return new int2x2 (lhs & rhs.c0, lhs & rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_BitwiseOr(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_BitwiseOr_m08CED99BB5E6F607347A50540BB8D6E3D729E0B5 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator | (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator | (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_BitwiseOr(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_BitwiseOr_m03472BC46E18F46E3CD0B0F588BE941B5D0521A0 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator | (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 | rhs, lhs.c1 | rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator | (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 | rhs, lhs.c1 | rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_BitwiseOr(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_BitwiseOr_mEFA1B7A5AE4B06C664E3592F18E8F624E2C8CCE6 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator | (int lhs, int2x2 rhs) { return new int2x2 (lhs | rhs.c0, lhs | rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator | (int lhs, int2x2 rhs) { return new int2x2 (lhs | rhs.c0, lhs | rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_ExclusiveOr(Unity.Mathematics.int2x2,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_ExclusiveOr_m7ABBE2699055398457F359795F8E3258F2A16BC0 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator ^ (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_1, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_6, L_8, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_10;
memset((&L_10), 0, sizeof(L_10));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int2x2 operator ^ (int2x2 lhs, int2x2 rhs) { return new int2x2 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_ExclusiveOr(Unity.Mathematics.int2x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_ExclusiveOr_m0919AD453F8A1BF47DBC2F607A231ED1836793EE (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator ^ (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 ^ rhs, lhs.c1 ^ rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_1, L_2, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_5, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator ^ (int2x2 lhs, int rhs) { return new int2x2 (lhs.c0 ^ rhs, lhs.c1 ^ rhs); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2x2 Unity.Mathematics.int2x2::op_ExclusiveOr(System.Int32,Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C int2x2_op_ExclusiveOr_m2E7CA43B4AF4303C5A8217CB677C0A8BB7D9F0E2 (int32_t ___lhs0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x2 operator ^ (int lhs, int2x2 rhs) { return new int2x2 (lhs ^ rhs.c0, lhs ^ rhs.c1); }
int32_t L_0 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_4, L_6, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_8;
memset((&L_8), 0, sizeof(L_8));
int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int2x2 operator ^ (int lhs, int2x2 rhs) { return new int2x2 (lhs ^ rhs.c0, lhs ^ rhs.c1); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int2& Unity.Mathematics.int2x2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x2_get_Item_mD8F031DBE07311EDE7210E5248F21FE7304F4B94 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* V_0 = NULL;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* V_1 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* V_2 = NULL;
{
V_1 = __this;
// fixed (int2x2* array = &this) { return ref ((int2*)array)[index]; }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* L_0 = V_1;
V_0 = (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*)((uintptr_t)L_0);
// fixed (int2x2* array = &this) { return ref ((int2*)array)[index]; }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A);
V_2 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)((int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*)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:
{
// }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = V_2;
return L_4;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x2_get_Item_mD8F031DBE07311EDE7210E5248F21FE7304F4B94_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _returnValue;
_returnValue = int2x2_get_Item_mD8F031DBE07311EDE7210E5248F21FE7304F4B94(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int2x2::Equals(Unity.Mathematics.int2x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x2_Equals_m251423745AD80AAEACBA39ADC3486DD6CC982A80 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int2x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&__this->___c0_0);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool L_3;
L_3 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = (&__this->___c1_1);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool L_7;
L_7 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_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(int2x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
bool L_8 = V_0;
return L_8;
}
}
IL2CPP_EXTERN_C bool int2x2_Equals_m251423745AD80AAEACBA39ADC3486DD6CC982A80_AdjustorThunk (RuntimeObject* __this, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
bool _returnValue;
_returnValue = int2x2_Equals_m251423745AD80AAEACBA39ADC3486DD6CC982A80_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int2x2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x2_Equals_m608E77B02EC9A1654883E2BA88B2A9037F9A27CD (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C 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 int2x2 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*)((int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*)(int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*)UnBox(L_1, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_il2cpp_TypeInfo_var))));
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_2 = V_0;
bool L_3;
L_3 = int2x2_Equals_m251423745AD80AAEACBA39ADC3486DD6CC982A80_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 int2x2 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int2x2_Equals_m608E77B02EC9A1654883E2BA88B2A9037F9A27CD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
bool _returnValue;
_returnValue = int2x2_Equals_m608E77B02EC9A1654883E2BA88B2A9037F9A27CD(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int2x2::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int2x2_GetHashCode_m4E698E9012E9B62039281D90CBE2F92F0B19C2FF (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = (*(int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*)__this);
uint32_t L_1;
L_1 = math_hash_m171BC1802F769254F9EBE56DBB1BB07AFB40AFAA_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 int2x2_GetHashCode_m4E698E9012E9B62039281D90CBE2F92F0B19C2FF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
int32_t _returnValue;
_returnValue = int2x2_GetHashCode_m4E698E9012E9B62039281D90CBE2F92F0B19C2FF_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2x2::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2x2_ToString_m627DEFA0EE9239A31A79F08AD7B757AE93CF48F8 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __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*)&_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x2({0}, {1}, {2}, {3})", c0.x, c1.x, c0.y, c1.y);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_21;
L_21 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4, L_16, NULL);
V_0 = L_21;
goto IL_0060;
}
IL_0060:
{
// }
String_t* L_22 = V_0;
return L_22;
}
}
IL2CPP_EXTERN_C String_t* int2x2_ToString_m627DEFA0EE9239A31A79F08AD7B757AE93CF48F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2x2_ToString_m627DEFA0EE9239A31A79F08AD7B757AE93CF48F8_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2x2::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2x2_ToString_m66127B638C4D57233061C6BEF0DDAAA26A8F1005 (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __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*)&_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x2({0}, {1}, {2}, {3})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_25;
L_25 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4, L_19, NULL);
V_0 = L_25;
goto IL_0068;
}
IL_0068:
{
// }
String_t* L_26 = V_0;
return L_26;
}
}
IL2CPP_EXTERN_C String_t* int2x2_ToString_m66127B638C4D57233061C6BEF0DDAAA26A8F1005_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2x2_ToString_m66127B638C4D57233061C6BEF0DDAAA26A8F1005_inline(_thisAdjusted, ___format0, ___formatProvider1, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int2x2::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x2__cctor_mE2CF6481B3D19FFE493788F5E415EF366E19499F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static readonly int2x2 identity = new int2x2(1, 0, 0, 1);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0;
memset((&L_0), 0, sizeof(L_0));
int2x2__ctor_mDA43B88F7FAA165D203CE40C76EA7362185A53E3_inline((&L_0), 1, 0, 0, 1, /*hidden argument*/NULL);
((int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_StaticFields*)il2cpp_codegen_static_fields_for(int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C_il2cpp_TypeInfo_var))->___identity_2 = L_0;
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.int2x3::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___c22;
__this->___c2_2 = L_2;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline(_thisAdjusted, ___c00, ___c11, ___c22, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_mDB5AC9BB8254DE433D8C8DD1CE570C957398820B (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, const RuntimeMethod* method)
{
{
// this.c0 = new int2(m00, m10);
int32_t L_0 = ___m000;
int32_t L_1 = ___m103;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
__this->___c0_0 = L_2;
// this.c1 = new int2(m01, m11);
int32_t L_3 = ___m011;
int32_t L_4 = ___m114;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_5), L_3, L_4, /*hidden argument*/NULL);
__this->___c1_1 = L_5;
// this.c2 = new int2(m02, m12);
int32_t L_6 = ___m022;
int32_t L_7 = ___m125;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), L_6, L_7, /*hidden argument*/NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_mDB5AC9BB8254DE433D8C8DD1CE570C957398820B_AdjustorThunk (RuntimeObject* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_mDB5AC9BB8254DE433D8C8DD1CE570C957398820B_inline(_thisAdjusted, ___m000, ___m011, ___m022, ___m103, ___m114, ___m125, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m89E7553E78C60F4ACE8C739A05F0C7A9A8A54ED4 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m89E7553E78C60F4ACE8C739A05F0C7A9A8A54ED4_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m89E7553E78C60F4ACE8C739A05F0C7A9A8A54ED4_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_mB6962E047C7D20EA93A343AD541874B2B1D6D284 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_4), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_8), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
memset((&L_9), 0, sizeof(L_9));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_mB6962E047C7D20EA93A343AD541874B2B1D6D284_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_mB6962E047C7D20EA93A343AD541874B2B1D6D284_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.bool2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m33C64FC6712DCA5B7E0CBF6673D359B2FA2AF794 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v.c0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_2 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int2(0), new int2(1), v.c1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_6), 1, /*hidden argument*/NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_7 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int2(0), new int2(1), v.c2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_10), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
memset((&L_11), 0, sizeof(L_11));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_11), 1, /*hidden argument*/NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m33C64FC6712DCA5B7E0CBF6673D359B2FA2AF794_AdjustorThunk (RuntimeObject* __this, bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m33C64FC6712DCA5B7E0CBF6673D359B2FA2AF794_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m817228C6C9D57624651FB5F36D7ADEB593B3767C (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
uint32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
uint32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m817228C6C9D57624651FB5F36D7ADEB593B3767C_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m817228C6C9D57624651FB5F36D7ADEB593B3767C_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.uint2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m8A0121D7D4CD5E9CDA3D4CF6562D3001420D001F (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 L_0 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 L_3 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 L_6 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m8A0121D7D4CD5E9CDA3D4CF6562D3001420D001F_AdjustorThunk (RuntimeObject* __this, uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m8A0121D7D4CD5E9CDA3D4CF6562D3001420D001F_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m368EE5686986C74F03B704608981157441880052 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
float L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
float L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m368EE5686986C74F03B704608981157441880052_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m368EE5686986C74F03B704608981157441880052_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.float2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m3DD94DB31CED71A8C3782D43DC83892DACBBF6E3 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC L_0 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC L_3 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC L_6 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m3DD94DB31CED71A8C3782D43DC83892DACBBF6E3_AdjustorThunk (RuntimeObject* __this, float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m3DD94DB31CED71A8C3782D43DC83892DACBBF6E3_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m06CFF39B7AB9973D6148122031C23B4AC1B0190F (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
double L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
double L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m06CFF39B7AB9973D6148122031C23B4AC1B0190F_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m06CFF39B7AB9973D6148122031C23B4AC1B0190F_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x3::.ctor(Unity.Mathematics.double2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x3__ctor_m28C4309CF12B0B1AD69416E30241F19EB49E71E9 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF L_0 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF L_3 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF L_6 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x3__ctor_m28C4309CF12B0B1AD69416E30241F19EB49E71E9_AdjustorThunk (RuntimeObject* __this, double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2x3__ctor_m28C4309CF12B0B1AD69416E30241F19EB49E71E9_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Implicit_mB57FB683BC567D6ABF3023625A0B106577B854A4 (int32_t ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int2x3(int v) { return new int2x3(v); }
int32_t L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m89E7553E78C60F4ACE8C739A05F0C7A9A8A54ED4_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int2x3(int v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_m32DF3796E9881B4497408DC12CA85987661C21F8 (bool ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(bool v) { return new int2x3(v); }
bool L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_mB6962E047C7D20EA93A343AD541874B2B1D6D284_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(bool v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(Unity.Mathematics.bool2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_m78D3DC921DE9196408009D09089A7F0BB3C41830 (bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(bool2x3 v) { return new int2x3(v); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m33C64FC6712DCA5B7E0CBF6673D359B2FA2AF794_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(bool2x3 v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_m2EE932BF4635AD07C18F29F627D83100E2CA7518 (uint32_t ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(uint v) { return new int2x3(v); }
uint32_t L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m817228C6C9D57624651FB5F36D7ADEB593B3767C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(uint v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(Unity.Mathematics.uint2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_mC4D37DB3A7E2CE32F533E0FB3F46D0AC351C4553 (uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(uint2x3 v) { return new int2x3(v); }
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m8A0121D7D4CD5E9CDA3D4CF6562D3001420D001F_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(uint2x3 v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_m3FFD1126D1C47D2F2A414D93B895955451F50FE8 (float ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(float v) { return new int2x3(v); }
float L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m368EE5686986C74F03B704608981157441880052_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(float v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(Unity.Mathematics.float2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_m5CDFA37FCF92E9321D50389D71AA29CF583CEA4D (float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(float2x3 v) { return new int2x3(v); }
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m3DD94DB31CED71A8C3782D43DC83892DACBBF6E3_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(float2x3 v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_m85ED77D44FB3404310DB7E00A06E794AD0C647BD (double ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(double v) { return new int2x3(v); }
double L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m06CFF39B7AB9973D6148122031C23B4AC1B0190F_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(double v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Explicit(Unity.Mathematics.double2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Explicit_mCC064DF8573AAF1DDB52E1A58596421E5906A146 (double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF ___v0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x3(double2x3 v) { return new int2x3(v); }
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF L_0 = ___v0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x3__ctor_m28C4309CF12B0B1AD69416E30241F19EB49E71E9_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x3(double2x3 v) { return new int2x3(v); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Multiply(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Multiply_m8C23405C8CBCAD4D55348C7B2D221528F3DB09DA (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator * (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator * (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Multiply(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Multiply_m06962B79328982375C25762C43288D188C4A8B51 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator * (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator * (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Multiply(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Multiply_m304F1FF1058C498BD6106B33C9779437CA1CE5C8 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator * (int lhs, int2x3 rhs) { return new int2x3 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator * (int lhs, int2x3 rhs) { return new int2x3 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Addition(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Addition_m841C0EF97F73B3FA815D3FCE4EF164A0E1398B14 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator + (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator + (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Addition(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Addition_mC18331F0079EAB4103CB22C88241FCD25C7E205C (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator + (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator + (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Addition(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Addition_m3BE01D19AAAD8E1FD94C03B94CEEC11D62C11502 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator + (int lhs, int2x3 rhs) { return new int2x3 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator + (int lhs, int2x3 rhs) { return new int2x3 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Subtraction(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Subtraction_m993157C33CBCE6E352E072A2AF8A2AB761982977 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator - (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator - (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Subtraction(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Subtraction_m963893D60034BC3EB8812FB76002D9F795E259E3 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator - (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator - (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Subtraction(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Subtraction_mD9AAE39043DB43C8BD25EFE0A9538355A7460C6D (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator - (int lhs, int2x3 rhs) { return new int2x3 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator - (int lhs, int2x3 rhs) { return new int2x3 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Division(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Division_mAFA13AD4CA5863CB4DDEC1287FED05CC0A95CA2A (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator / (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator / (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Division(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Division_m9D76A4A37CFBA4B74156B37FBA9AA69BB433F3BF (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator / (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator / (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Division(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Division_m36CEE52D14ED88EFA29F0C85876858A81E5E0346 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator / (int lhs, int2x3 rhs) { return new int2x3 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator / (int lhs, int2x3 rhs) { return new int2x3 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Modulus(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Modulus_m53683315CB96259B82ADF72A978930EF7B7D8F19 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator % (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator % (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Modulus(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Modulus_m5AA75271D8F4FCCC4C2918EA5A44B907CB1B9F14 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator % (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator % (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Modulus(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Modulus_m6B144EC37D01253BBD24FFD5D8B2807C880FEC9C (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator % (int lhs, int2x3 rhs) { return new int2x3 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator % (int lhs, int2x3 rhs) { return new int2x3 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Increment(Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Increment_mAB79AA88B56D0F5EA2BE1D0F50AC844F1B1EAF3C (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2x3 operator ++ (int2x3 val) { return new int2x3 (++val.c0, ++val.c1, ++val.c2); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&(&___val0)->___c0_0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_2, NULL);
V_0 = L_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1 = L_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_6 = (&(&___val0)->___c1_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_7 = L_6;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_8, NULL);
V_0 = L_9;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7 = L_10;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_12 = (&(&___val0)->___c2_2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_13 = L_12;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_14, NULL);
V_0 = L_15;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13 = L_16;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_17 = V_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_18;
memset((&L_18), 0, sizeof(L_18));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_18), L_5, L_11, L_17, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0057;
}
IL_0057:
{
// public static int2x3 operator ++ (int2x3 val) { return new int2x3 (++val.c0, ++val.c1, ++val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_19 = V_1;
return L_19;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_Decrement(Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_Decrement_mF3BF63819EF593F2C1DE55B60888780682E4336A (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2x3 operator -- (int2x3 val) { return new int2x3 (--val.c0, --val.c1, --val.c2); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&(&___val0)->___c0_0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_2, NULL);
V_0 = L_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1 = L_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_6 = (&(&___val0)->___c1_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_7 = L_6;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_8, NULL);
V_0 = L_9;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7 = L_10;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_12 = (&(&___val0)->___c2_2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_13 = L_12;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_14, NULL);
V_0 = L_15;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13 = L_16;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_17 = V_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_18;
memset((&L_18), 0, sizeof(L_18));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_18), L_5, L_11, L_17, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0057;
}
IL_0057:
{
// public static int2x3 operator -- (int2x3 val) { return new int2x3 (--val.c0, --val.c1, --val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_19 = V_1;
return L_19;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_LessThan(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_LessThan_m67B52FEBBF7519435CA318910BCA85EFC7850846 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator < (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_11, L_13, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_15;
memset((&L_15), 0, sizeof(L_15));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool2x3 operator < (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_LessThan(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_LessThan_m640459162B7D0937A2AD532B09BAB95DA36B4690 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator < (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_9, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator < (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_LessThan(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_LessThan_mC55C919B1F76C69560791EAF142D81D9363F68E5 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator < (int lhs, int2x3 rhs) { return new bool2x3 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_8, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator < (int lhs, int2x3 rhs) { return new bool2x3 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_LessThanOrEqual(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_LessThanOrEqual_mDE809957F8BB9F7C3FBBD2B3F0A41DCA6C04B5D4 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator <= (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_11, L_13, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_15;
memset((&L_15), 0, sizeof(L_15));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool2x3 operator <= (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_LessThanOrEqual(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_LessThanOrEqual_m77DE69A9107589C62AD64F3290316F26D7DF4F2D (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator <= (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_9, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator <= (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_LessThanOrEqual_m53CBA9EB48F7DB344E2A8E80CFC0017D82062188 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator <= (int lhs, int2x3 rhs) { return new bool2x3 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_8, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator <= (int lhs, int2x3 rhs) { return new bool2x3 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_GreaterThan(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_GreaterThan_mB98D395A51BB3C6E3EF5790A52FEE922AB856BDF (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator > (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_11, L_13, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_15;
memset((&L_15), 0, sizeof(L_15));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool2x3 operator > (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_GreaterThan(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_GreaterThan_m8D8A62108F93F0AE3D96CD70ACD9E4581A451DEF (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator > (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_9, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator > (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_GreaterThan(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_GreaterThan_m85286579E00AD619E3EF343BE36D67CC2E0E1325 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator > (int lhs, int2x3 rhs) { return new bool2x3 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_8, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator > (int lhs, int2x3 rhs) { return new bool2x3 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_GreaterThanOrEqual(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_GreaterThanOrEqual_m899ADA135C772DF7E6A9766AE235419636BA85E3 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator >= (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_11, L_13, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_15;
memset((&L_15), 0, sizeof(L_15));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool2x3 operator >= (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_GreaterThanOrEqual(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_GreaterThanOrEqual_m0A2FA6F662B69725816E2AA1D6FC3FA051F74BF8 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator >= (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_9, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator >= (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_GreaterThanOrEqual_m813F8CF388BEA13C992FA92E485EA2B6627FF098 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator >= (int lhs, int2x3 rhs) { return new bool2x3 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_8, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator >= (int lhs, int2x3 rhs) { return new bool2x3 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_UnaryNegation(Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_UnaryNegation_m94F9A4095654E2A551E34E0173C6DE46A6232531 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___val0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator - (int2x3 val) { return new int2x3 (-val.c0, -val.c1, -val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_1, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_4, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_6 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_7, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9;
memset((&L_9), 0, sizeof(L_9));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int2x3 operator - (int2x3 val) { return new int2x3 (-val.c0, -val.c1, -val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_UnaryPlus(Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_UnaryPlus_m35AD2E7D5DBA30967320A44805D6A83C201AE615 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___val0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator + (int2x3 val) { return new int2x3 (+val.c0, +val.c1, +val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_1, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_4, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_6 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_7, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9;
memset((&L_9), 0, sizeof(L_9));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int2x3 operator + (int2x3 val) { return new int2x3 (+val.c0, +val.c1, +val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_LeftShift(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_LeftShift_mBA115CF8D61993B5BD72421BFB7D7CB070B8046D (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator << (int2x3 x, int n) { return new int2x3 (x.c0 << n, x.c1 << n, x.c2 << n); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator << (int2x3 x, int n) { return new int2x3 (x.c0 << n, x.c1 << n, x.c2 << n); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_RightShift(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_RightShift_m019C41F394BC0A084F0497E430D1D33D73BF098F (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator >> (int2x3 x, int n) { return new int2x3 (x.c0 >> n, x.c1 >> n, x.c2 >> n); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator >> (int2x3 x, int n) { return new int2x3 (x.c0 >> n, x.c1 >> n, x.c2 >> n); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_Equality(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_Equality_mE4666898215E4D4FD1C9FE6CEEAF9277121EB183 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator == (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_11, L_13, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_15;
memset((&L_15), 0, sizeof(L_15));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool2x3 operator == (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_Equality(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_Equality_mAF4217F2A27E4C5B286DABCE84A1373B770A6152 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator == (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_9, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator == (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_Equality(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_Equality_m12A633ED42CA6559F49DCA68A711FB78D83C9EB8 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator == (int lhs, int2x3 rhs) { return new bool2x3 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_8, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator == (int lhs, int2x3 rhs) { return new bool2x3 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_Inequality(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_Inequality_mEB8F2B1EDC7ECF995F36C74F33092699162C54B2 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator != (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_11, L_13, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_15;
memset((&L_15), 0, sizeof(L_15));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool2x3 operator != (int2x3 lhs, int2x3 rhs) { return new bool2x3 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_Inequality(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_Inequality_mF2BEB06989E57F3034BC8C7E554E4123A82680C0 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator != (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_9, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator != (int2x3 lhs, int rhs) { return new bool2x3 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool2x3 Unity.Mathematics.int2x3::op_Inequality(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 int2x3_op_Inequality_mD658A031E6DF27BDEC74CA59648B768403B1FF21 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x3 operator != (int lhs, int2x3 rhs) { return new bool2x3 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_8, L_10, NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12;
memset((&L_12), 0, sizeof(L_12));
bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool2x3 operator != (int lhs, int2x3 rhs) { return new bool2x3 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2); }
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_OnesComplement(Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_OnesComplement_m08B5651A7168A5233E987428D3D0353EC4B18CBC (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___val0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator ~ (int2x3 val) { return new int2x3 (~val.c0, ~val.c1, ~val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_1, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_4, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_6 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_7, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9;
memset((&L_9), 0, sizeof(L_9));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int2x3 operator ~ (int2x3 val) { return new int2x3 (~val.c0, ~val.c1, ~val.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_BitwiseAnd(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_BitwiseAnd_m17A1A6733DD06F37752D303173707D6991338AB4 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator & (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator & (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_BitwiseAnd(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_BitwiseAnd_m2F85387A6120EF116C2DB8B3C6DA73767575F457 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator & (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator & (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_BitwiseAnd(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_BitwiseAnd_m34ED041C58E358127CE5C81ADBAB853E41E26158 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator & (int lhs, int2x3 rhs) { return new int2x3 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator & (int lhs, int2x3 rhs) { return new int2x3 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_BitwiseOr(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_BitwiseOr_mA5151E2C4B02533F89BD5186565262392F021167 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator | (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator | (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_BitwiseOr(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_BitwiseOr_m217F2846BE7A73124001FD495B7989BB2BDA82AD (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator | (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator | (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_BitwiseOr(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_BitwiseOr_m56EC3F4B7FDE61EB6CC215E6CD06204BEE32D960 (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator | (int lhs, int2x3 rhs) { return new int2x3 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator | (int lhs, int2x3 rhs) { return new int2x3 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_ExclusiveOr(Unity.Mathematics.int2x3,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_ExclusiveOr_mF02329AD3D1B4C7B40269E20CF10E2747D717BBD (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator ^ (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_1, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_6, L_8, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_11, L_13, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_15;
memset((&L_15), 0, sizeof(L_15));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int2x3 operator ^ (int2x3 lhs, int2x3 rhs) { return new int2x3 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_ExclusiveOr(Unity.Mathematics.int2x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_ExclusiveOr_mE2C85ACBDA43859C6CF25241B60FB3A3D936702C (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator ^ (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_1, L_2, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_5, L_6, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_9, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator ^ (int2x3 lhs, int rhs) { return new int2x3 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x3 Unity.Mathematics.int2x3::op_ExclusiveOr(System.Int32,Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 int2x3_op_ExclusiveOr_mB8E2FC0D1B2121F1FD9969D1AFAD3133AD94343F (int32_t ___lhs0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x3 operator ^ (int lhs, int2x3 rhs) { return new int2x3 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2); }
int32_t L_0 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_8, L_10, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int2x3 operator ^ (int lhs, int2x3 rhs) { return new int2x3 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2& Unity.Mathematics.int2x3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x3_get_Item_m5F926C264C20E955A48D4DEA94E5A0196A06BCE1 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* V_0 = NULL;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* V_1 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* V_2 = NULL;
{
V_1 = __this;
// fixed (int2x3* array = &this) { return ref ((int2*)array)[index]; }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* L_0 = V_1;
V_0 = (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*)((uintptr_t)L_0);
// fixed (int2x3* array = &this) { return ref ((int2*)array)[index]; }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A);
V_2 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)((int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*)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:
{
// }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = V_2;
return L_4;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x3_get_Item_m5F926C264C20E955A48D4DEA94E5A0196A06BCE1_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _returnValue;
_returnValue = int2x3_get_Item_m5F926C264C20E955A48D4DEA94E5A0196A06BCE1(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int2x3::Equals(Unity.Mathematics.int2x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x3_Equals_m5DCF4363C307044D7778DC8200FD430D0E16FFA8 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// public bool Equals(int2x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&__this->___c0_0);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool L_3;
L_3 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_003a;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = (&__this->___c1_1);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool L_7;
L_7 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_003a;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_8 = (&__this->___c2_2);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool L_11;
L_11 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_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(int2x3 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 int2x3_Equals_m5DCF4363C307044D7778DC8200FD430D0E16FFA8_AdjustorThunk (RuntimeObject* __this, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
bool _returnValue;
_returnValue = int2x3_Equals_m5DCF4363C307044D7778DC8200FD430D0E16FFA8_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int2x3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x3_Equals_mD37A5CAF1A03814B59E5C657974BB1735D252D4C (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 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 int2x3 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*)((int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*)(int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*)UnBox(L_1, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747_il2cpp_TypeInfo_var))));
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_2 = V_0;
bool L_3;
L_3 = int2x3_Equals_m5DCF4363C307044D7778DC8200FD430D0E16FFA8_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 int2x3 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int2x3_Equals_mD37A5CAF1A03814B59E5C657974BB1735D252D4C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
bool _returnValue;
_returnValue = int2x3_Equals_mD37A5CAF1A03814B59E5C657974BB1735D252D4C(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int2x3::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int2x3_GetHashCode_mFBFFEAD0714F06E2B3815AFA8759F56F8A40A64B (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = (*(int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*)__this);
uint32_t L_1;
L_1 = math_hash_m06105117BF83B9C169241CE757960EC48D8641B7_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 int2x3_GetHashCode_mFBFFEAD0714F06E2B3815AFA8759F56F8A40A64B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
int32_t _returnValue;
_returnValue = int2x3_GetHashCode_mFBFFEAD0714F06E2B3815AFA8759F56F8A40A64B_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2x3::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2x3_ToString_m686B19C2F097C5470473831C976A79A61CC1DE85 (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __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*)&_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x3({0}, {1}, {2}, {3}, {4}, {5})", c0.x, c1.x, c2.x, c0.y, c1.y, c2.y);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_31;
L_31 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B, L_26, NULL);
V_0 = L_31;
goto IL_0086;
}
IL_0086:
{
// }
String_t* L_32 = V_0;
return L_32;
}
}
IL2CPP_EXTERN_C String_t* int2x3_ToString_m686B19C2F097C5470473831C976A79A61CC1DE85_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2x3_ToString_m686B19C2F097C5470473831C976A79A61CC1DE85_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2x3::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2x3_ToString_mF8BDC40580D32F519B9B84489702A312C073D5AA (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __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*)&_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x3({0}, {1}, {2}, {3}, {4}, {5})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_37;
L_37 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B, L_31, NULL);
V_0 = L_37;
goto IL_0092;
}
IL_0092:
{
// }
String_t* L_38 = V_0;
return L_38;
}
}
IL2CPP_EXTERN_C String_t* int2x3_ToString_mF8BDC40580D32F519B9B84489702A312C073D5AA_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2x3_ToString_mF8BDC40580D32F519B9B84489702A312C073D5AA_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.int2x4::.ctor(Unity.Mathematics.int2,Unity.Mathematics.int2,Unity.Mathematics.int2,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c33, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___c22;
__this->___c2_2 = L_2;
// this.c3 = c3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___c33;
__this->___c3_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c33, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_inline(_thisAdjusted, ___c00, ___c11, ___c22, ___c33, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_m1767CE27C03C8C21082CEDC24FFD3838935A28DD (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __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, const RuntimeMethod* method)
{
{
// this.c0 = new int2(m00, m10);
int32_t L_0 = ___m000;
int32_t L_1 = ___m104;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
__this->___c0_0 = L_2;
// this.c1 = new int2(m01, m11);
int32_t L_3 = ___m011;
int32_t L_4 = ___m115;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_5), L_3, L_4, /*hidden argument*/NULL);
__this->___c1_1 = L_5;
// this.c2 = new int2(m02, m12);
int32_t L_6 = ___m022;
int32_t L_7 = ___m126;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), L_6, L_7, /*hidden argument*/NULL);
__this->___c2_2 = L_8;
// this.c3 = new int2(m03, m13);
int32_t L_9 = ___m033;
int32_t L_10 = ___m137;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
memset((&L_11), 0, sizeof(L_11));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_11), L_9, L_10, /*hidden argument*/NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_m1767CE27C03C8C21082CEDC24FFD3838935A28DD_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, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_m1767CE27C03C8C21082CEDC24FFD3838935A28DD_inline(_thisAdjusted, ___m000, ___m011, ___m022, ___m033, ___m104, ___m115, ___m126, ___m137, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_m55E9C3A17B3E85AD4CF7EF731D36AAEA3F1AF0AB (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = v;
int32_t L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_m55E9C3A17B3E85AD4CF7EF731D36AAEA3F1AF0AB_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_m55E9C3A17B3E85AD4CF7EF731D36AAEA3F1AF0AB_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_mD686ED12E6A6B19A18E3097619407B455ED1208A (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_4), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_8), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
memset((&L_9), 0, sizeof(L_9));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// this.c3 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_12;
memset((&L_12), 0, sizeof(L_12));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_12), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13;
memset((&L_13), 0, sizeof(L_13));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_13), 1, /*hidden argument*/NULL);
bool L_14 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_12, L_13, L_14, NULL);
__this->___c3_3 = L_15;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_mD686ED12E6A6B19A18E3097619407B455ED1208A_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_mD686ED12E6A6B19A18E3097619407B455ED1208A_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.bool2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_m2539716286883003862586AF29B171EF17DCEC26 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v.c0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_2 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int2(0), new int2(1), v.c1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_6), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_7 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int2(0), new int2(1), v.c2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_10), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
memset((&L_11), 0, sizeof(L_11));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_11), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_12 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// this.c3 = math.select(new int2(0), new int2(1), v.c3);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
memset((&L_15), 0, sizeof(L_15));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_15), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16;
memset((&L_16), 0, sizeof(L_16));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_16), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_15, L_16, L_18, NULL);
__this->___c3_3 = L_19;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_m2539716286883003862586AF29B171EF17DCEC26_AdjustorThunk (RuntimeObject* __this, bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_m2539716286883003862586AF29B171EF17DCEC26_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_mBF764FFE933C435F119ACB8010BDBC6FC60F7975 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
uint32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
uint32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int2)v;
uint32_t L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_mBF764FFE933C435F119ACB8010BDBC6FC60F7975_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_mBF764FFE933C435F119ACB8010BDBC6FC60F7975_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.uint2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_m0FF0EA05A490B31E56923819F29EFC29A86DFD8D (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_0 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_3 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_6 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int2)v.c3;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_9 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_m0FF0EA05A490B31E56923819F29EFC29A86DFD8D_AdjustorThunk (RuntimeObject* __this, uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_m0FF0EA05A490B31E56923819F29EFC29A86DFD8D_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_mB75F9C342A4A62E829371D4755D8C56434A15365 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
float L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
float L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int2)v;
float L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_mB75F9C342A4A62E829371D4755D8C56434A15365_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_mB75F9C342A4A62E829371D4755D8C56434A15365_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.float2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_m0BF85ED0726AEFB24CFFAD20BA00229314B09C2C (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_0 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_3 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_6 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int2)v.c3;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_9 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_m0BF85ED0726AEFB24CFFAD20BA00229314B09C2C_AdjustorThunk (RuntimeObject* __this, float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_m0BF85ED0726AEFB24CFFAD20BA00229314B09C2C_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_mECA3336FD0A13457DB020F5964BB4A752CC962AA (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
double L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
double L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int2)v;
double L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_mECA3336FD0A13457DB020F5964BB4A752CC962AA_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_mECA3336FD0A13457DB020F5964BB4A752CC962AA_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int2x4::.ctor(Unity.Mathematics.double2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int2x4__ctor_m2F893B9B2A58E3E41FC557274E31F10742DE6BBE (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_0 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_3 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_6 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int2)v.c3;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_9 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_EXTERN_C void int2x4__ctor_m2F893B9B2A58E3E41FC557274E31F10742DE6BBE_AdjustorThunk (RuntimeObject* __this, double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2x4__ctor_m2F893B9B2A58E3E41FC557274E31F10742DE6BBE_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Implicit_mD061136EC55C5AB4C7E15AE8FF7187C0DE4D0C02 (int32_t ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int2x4(int v) { return new int2x4(v); }
int32_t L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_m55E9C3A17B3E85AD4CF7EF731D36AAEA3F1AF0AB_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int2x4(int v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_m13309D0A570F343A0236AB7C2C012D884B4CEEDE (bool ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(bool v) { return new int2x4(v); }
bool L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_mD686ED12E6A6B19A18E3097619407B455ED1208A_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(bool v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(Unity.Mathematics.bool2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_mB1D5FAE38449B199AC1B0C778C9A81773C795160 (bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(bool2x4 v) { return new int2x4(v); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_m2539716286883003862586AF29B171EF17DCEC26_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(bool2x4 v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_m2EDBACFB8AD5EBF17DC32CB5A5FC072FEF19E675 (uint32_t ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(uint v) { return new int2x4(v); }
uint32_t L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_mBF764FFE933C435F119ACB8010BDBC6FC60F7975_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(uint v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(Unity.Mathematics.uint2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_mD1B070262710B8783CC7D2B53B29BBD6923D1753 (uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(uint2x4 v) { return new int2x4(v); }
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_m0FF0EA05A490B31E56923819F29EFC29A86DFD8D_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(uint2x4 v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_m305C7F879531364DCCC0B5BA4D1094035DB3E447 (float ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(float v) { return new int2x4(v); }
float L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_mB75F9C342A4A62E829371D4755D8C56434A15365_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(float v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(Unity.Mathematics.float2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_mFF9BCD04A8997F3001B0B94FAED60F7D3CA6B02A (float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(float2x4 v) { return new int2x4(v); }
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_m0BF85ED0726AEFB24CFFAD20BA00229314B09C2C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(float2x4 v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_m0F589C376A7991D9A64E13FCE077A8699F546567 (double ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(double v) { return new int2x4(v); }
double L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_mECA3336FD0A13457DB020F5964BB4A752CC962AA_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(double v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Explicit(Unity.Mathematics.double2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Explicit_m764E193B369B006FFE2F40C2D4E5EE4EFA8EBE34 (double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 ___v0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2x4(double2x4 v) { return new int2x4(v); }
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_0 = ___v0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1;
memset((&L_1), 0, sizeof(L_1));
int2x4__ctor_m2F893B9B2A58E3E41FC557274E31F10742DE6BBE_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2x4(double2x4 v) { return new int2x4(v); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Multiply(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Multiply_mA523ABA064250ED922588D4200474F4EFFFFDC08 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator * (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2, lhs.c3 * rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator * (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2, lhs.c3 * rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Multiply(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Multiply_m4839CFF08389348B859D323D9BFD475BFD3B6B13 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator * (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs, lhs.c3 * rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator * (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs, lhs.c3 * rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Multiply(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Multiply_m9252C5A0704151BE549463047E4164001BCB7A88 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator * (int lhs, int2x4 rhs) { return new int2x4 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2, lhs * rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator * (int lhs, int2x4 rhs) { return new int2x4 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2, lhs * rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Addition(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Addition_mDE448BA14DDA0CFA720CB67F9A59FD02A47D7FD4 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator + (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2, lhs.c3 + rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator + (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2, lhs.c3 + rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Addition(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Addition_m7A842B464E1D3D02DDD0B0BDE0971B41147B5EF4 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator + (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs, lhs.c3 + rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator + (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs, lhs.c3 + rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Addition(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Addition_m9B0DA8B2030457F390940D7B85D177CD1B5B9380 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator + (int lhs, int2x4 rhs) { return new int2x4 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2, lhs + rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator + (int lhs, int2x4 rhs) { return new int2x4 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2, lhs + rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Subtraction(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Subtraction_m834DFF4FD426DBC7EE4F319A4B62E803B63F6E8E (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator - (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2, lhs.c3 - rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator - (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2, lhs.c3 - rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Subtraction(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Subtraction_m3CE5BBDDA4664B7D9D4695D3492288A7B909CD22 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator - (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs, lhs.c3 - rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator - (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs, lhs.c3 - rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Subtraction(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Subtraction_m1E4B079BCB27E98D3CFD620E186E85E9EFE4540A (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator - (int lhs, int2x4 rhs) { return new int2x4 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2, lhs - rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator - (int lhs, int2x4 rhs) { return new int2x4 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2, lhs - rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Division(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Division_m5DBCDDC45C432921C728D1B30670A28FB945555C (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator / (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2, lhs.c3 / rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator / (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2, lhs.c3 / rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Division(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Division_mCF34B7FCE2B0E7E6BEDEF5F8DD507E525F6789EE (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator / (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs, lhs.c3 / rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator / (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs, lhs.c3 / rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Division(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Division_m2DAC5F1A70883F69CD07FC55F1E334E0F2B831DE (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator / (int lhs, int2x4 rhs) { return new int2x4 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2, lhs / rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator / (int lhs, int2x4 rhs) { return new int2x4 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2, lhs / rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Modulus(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Modulus_m81630BB4FF201999438246200A07AD5C56535B2E (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator % (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2, lhs.c3 % rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator % (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2, lhs.c3 % rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Modulus(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Modulus_m9420A8757F8AA6FA7652812BA3A4F770DC55B249 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator % (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs, lhs.c3 % rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator % (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs, lhs.c3 % rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Modulus(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Modulus_m00AC9A4F90B4A7B07E06339F4CECCD7CDECAA010 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator % (int lhs, int2x4 rhs) { return new int2x4 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2, lhs % rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator % (int lhs, int2x4 rhs) { return new int2x4 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2, lhs % rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Increment(Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Increment_m3A2B549D72F901CF49726AAF0ED60F88AB834916 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2x4 operator ++ (int2x4 val) { return new int2x4 (++val.c0, ++val.c1, ++val.c2, ++val.c3); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&(&___val0)->___c0_0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_2, NULL);
V_0 = L_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1 = L_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_6 = (&(&___val0)->___c1_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_7 = L_6;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_8, NULL);
V_0 = L_9;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7 = L_10;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_12 = (&(&___val0)->___c2_2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_13 = L_12;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_14, NULL);
V_0 = L_15;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13 = L_16;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_17 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_18 = (&(&___val0)->___c3_3);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_19 = L_18;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_20 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_19);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_21;
L_21 = int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline(L_20, NULL);
V_0 = L_21;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_22 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_19 = L_22;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_23 = V_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_24;
memset((&L_24), 0, sizeof(L_24));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator ++ (int2x4 val) { return new int2x4 (++val.c0, ++val.c1, ++val.c2, ++val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_25 = V_1;
return L_25;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_Decrement(Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_Decrement_mA2266AE883BC2B8649E4992EF78E1AC73BD25CE1 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2x4 operator -- (int2x4 val) { return new int2x4 (--val.c0, --val.c1, --val.c2, --val.c3); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&(&___val0)->___c0_0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_2, NULL);
V_0 = L_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_1 = L_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_6 = (&(&___val0)->___c1_1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_7 = L_6;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_8, NULL);
V_0 = L_9;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_7 = L_10;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_12 = (&(&___val0)->___c2_2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_13 = L_12;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_14, NULL);
V_0 = L_15;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_13 = L_16;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_17 = V_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_18 = (&(&___val0)->___c3_3);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_19 = L_18;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_20 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_19);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_21;
L_21 = int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline(L_20, NULL);
V_0 = L_21;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_22 = V_0;
*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)L_19 = L_22;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_23 = V_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_24;
memset((&L_24), 0, sizeof(L_24));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator -- (int2x4 val) { return new int2x4 (--val.c0, --val.c1, --val.c2, --val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_25 = V_1;
return L_25;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_LessThan(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_LessThan_m5D33106FB14D4ECE9EC311EEA3FFB25C6FDC1BE8 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator < (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2, lhs.c3 < rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_19;
L_19 = int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline(L_16, L_18, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_20;
memset((&L_20), 0, sizeof(L_20));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator < (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2, lhs.c3 < rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_LessThan(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_LessThan_mFDF715700298701E0FCA5860F3E56249F74674C0 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator < (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs, lhs.c3 < rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline(L_13, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator < (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs, lhs.c3 < rhs); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_LessThan(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_LessThan_m29EDE74B2AD1D509A4EB9DE60119BAB75BD0BB17 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator < (int lhs, int2x4 rhs) { return new bool2x4 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2, lhs < rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline(L_12, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator < (int lhs, int2x4 rhs) { return new bool2x4 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2, lhs < rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_LessThanOrEqual(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_LessThanOrEqual_mA6F2B14891CEAAC19CDF68450574F09DFD6009D7 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator <= (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2, lhs.c3 <= rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_19;
L_19 = int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline(L_16, L_18, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_20;
memset((&L_20), 0, sizeof(L_20));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator <= (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2, lhs.c3 <= rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_LessThanOrEqual(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_LessThanOrEqual_mA6F1AB4FE981D86DEB3059C522A708350FE629E5 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator <= (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs, lhs.c3 <= rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline(L_13, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator <= (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs, lhs.c3 <= rhs); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_LessThanOrEqual_mB99FAAD0376BB889B83AFBAFEFE9367938F09217 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator <= (int lhs, int2x4 rhs) { return new bool2x4 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2, lhs <= rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline(L_12, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator <= (int lhs, int2x4 rhs) { return new bool2x4 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2, lhs <= rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_GreaterThan(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_GreaterThan_m177EABA4366970023AD111573D8378E7356CF565 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator > (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2, lhs.c3 > rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_19;
L_19 = int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline(L_16, L_18, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_20;
memset((&L_20), 0, sizeof(L_20));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator > (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2, lhs.c3 > rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_GreaterThan(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_GreaterThan_m5150E4AE510D034C9BEB8B3F4D6B532339613946 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator > (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs, lhs.c3 > rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline(L_13, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator > (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs, lhs.c3 > rhs); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_GreaterThan(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_GreaterThan_m8B6434DADDA0E9BBD7918F878B360B20DC929F8E (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator > (int lhs, int2x4 rhs) { return new bool2x4 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2, lhs > rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline(L_12, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator > (int lhs, int2x4 rhs) { return new bool2x4 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2, lhs > rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_GreaterThanOrEqual(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_GreaterThanOrEqual_m98987FCE41B8CB1FB67EE86269F5D5891EE4478B (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator >= (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2, lhs.c3 >= rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_19;
L_19 = int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline(L_16, L_18, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_20;
memset((&L_20), 0, sizeof(L_20));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator >= (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2, lhs.c3 >= rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_GreaterThanOrEqual(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_GreaterThanOrEqual_m7AFF649DEEB0DAAB3EBE812069B207F2E7AD062C (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator >= (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs, lhs.c3 >= rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline(L_13, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator >= (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs, lhs.c3 >= rhs); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_GreaterThanOrEqual_m9CFDCE4522F54D5606A556F46698DA389F3176D3 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator >= (int lhs, int2x4 rhs) { return new bool2x4 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2, lhs >= rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline(L_12, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator >= (int lhs, int2x4 rhs) { return new bool2x4 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2, lhs >= rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_UnaryNegation(Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_UnaryNegation_m20310874E36364FC4896810AE94D833F2DD4C37C (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___val0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator - (int2x4 val) { return new int2x4 (-val.c0, -val.c1, -val.c2, -val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_1, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_4, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_6 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_7, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline(L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator - (int2x4 val) { return new int2x4 (-val.c0, -val.c1, -val.c2, -val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_UnaryPlus(Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_UnaryPlus_mA6271CAE10514B417E5812792EFF7F0872DE5484 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___val0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator + (int2x4 val) { return new int2x4 (+val.c0, +val.c1, +val.c2, +val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_1, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_4, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_6 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_7, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline(L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator + (int2x4 val) { return new int2x4 (+val.c0, +val.c1, +val.c2, +val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_LeftShift(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_LeftShift_m33F1DCD32D8BB456439335596568DE218F1A3AF4 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator << (int2x4 x, int n) { return new int2x4 (x.c0 << n, x.c1 << n, x.c2 << n, x.c3 << n); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator << (int2x4 x, int n) { return new int2x4 (x.c0 << n, x.c1 << n, x.c2 << n, x.c3 << n); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_RightShift(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_RightShift_mCFD0C3D629DE55DB6CC5C1280C108FFB1F13C4E9 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator >> (int2x4 x, int n) { return new int2x4 (x.c0 >> n, x.c1 >> n, x.c2 >> n, x.c3 >> n); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___x0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator >> (int2x4 x, int n) { return new int2x4 (x.c0 >> n, x.c1 >> n, x.c2 >> n, x.c3 >> n); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_Equality(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_Equality_m6C30F4AA87305A141AA4C8E3A94254A09A65E1B7 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator == (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2, lhs.c3 == rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_19;
L_19 = int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline(L_16, L_18, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_20;
memset((&L_20), 0, sizeof(L_20));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator == (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2, lhs.c3 == rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_Equality(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_Equality_m127AE0561394C5DD7FF2EA29C5571DE07E2BAC40 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator == (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs, lhs.c3 == rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline(L_13, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator == (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs, lhs.c3 == rhs); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_Equality(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_Equality_m52FDC782006ADD3785B575B20243C85DEBF99CA7 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator == (int lhs, int2x4 rhs) { return new bool2x4 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2, lhs == rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline(L_12, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator == (int lhs, int2x4 rhs) { return new bool2x4 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2, lhs == rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_Inequality(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_Inequality_mD5CAEA576E05C23DA172774E4A7AA7F62104A947 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator != (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2, lhs.c3 != rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_4;
L_4 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9;
L_9 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_14;
L_14 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_19;
L_19 = int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline(L_16, L_18, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_20;
memset((&L_20), 0, sizeof(L_20));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator != (int2x4 lhs, int2x4 rhs) { return new bool2x4 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2, lhs.c3 != rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_Inequality(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_Inequality_m96B952BA1C205E6AD7DA94822866FE193CF002CB (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator != (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs, lhs.c3 != rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline(L_13, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator != (int2x4 lhs, int rhs) { return new bool2x4 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs, lhs.c3 != rhs); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.bool2x4 Unity.Mathematics.int2x4::op_Inequality(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E int2x4_op_Inequality_m597D081E73F02E2E9576CBEEE6DFC1D0FC58ACF8 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2x4 operator != (int lhs, int2x4 rhs) { return new bool2x4 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2, lhs != rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3;
L_3 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7;
L_7 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_11;
L_11 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_15;
L_15 = int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline(L_12, L_14, NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_16;
memset((&L_16), 0, sizeof(L_16));
bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_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 bool2x4 operator != (int lhs, int2x4 rhs) { return new bool2x4 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2, lhs != rhs.c3); }
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_OnesComplement(Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_OnesComplement_m6CD1230FECE6C0430C58F4D634B65B05B3D41A75 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___val0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator ~ (int2x4 val) { return new int2x4 (~val.c0, ~val.c1, ~val.c2, ~val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_1, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_3 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_4, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_6 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_7, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___val0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline(L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12;
memset((&L_12), 0, sizeof(L_12));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator ~ (int2x4 val) { return new int2x4 (~val.c0, ~val.c1, ~val.c2, ~val.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_BitwiseAnd(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_BitwiseAnd_mB92D19D3E835A420AA19F8FE172F707B9F414AB9 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator & (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2, lhs.c3 & rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator & (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2, lhs.c3 & rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_BitwiseAnd(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_BitwiseAnd_m37AA2827B1E3F7DD619BD98CCA14F10F3D41C03D (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator & (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs, lhs.c3 & rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator & (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs, lhs.c3 & rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_BitwiseAnd(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_BitwiseAnd_mE0FA119B30D5258B59616817BA21B7BEAF820AE7 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator & (int lhs, int2x4 rhs) { return new int2x4 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2, lhs & rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator & (int lhs, int2x4 rhs) { return new int2x4 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2, lhs & rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_BitwiseOr(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_BitwiseOr_m0630C1EDDE55D6C70B68B0BC8F602036995612B2 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator | (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2, lhs.c3 | rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator | (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2, lhs.c3 | rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_BitwiseOr(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_BitwiseOr_mB98A4F50E0DEF01C9197C5FD2696C6D33A2F435F (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator | (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs, lhs.c3 | rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator | (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs, lhs.c3 | rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_BitwiseOr(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_BitwiseOr_m26AFF404C87E9AAD104A0827638AE35DF9906F30 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator | (int lhs, int2x4 rhs) { return new int2x4 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2, lhs | rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator | (int lhs, int2x4 rhs) { return new int2x4 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2, lhs | rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_ExclusiveOr(Unity.Mathematics.int2x4,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_ExclusiveOr_mE9687F7799302A9023322069CCEC6B245CD576E3 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator ^ (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2, lhs.c3 ^ rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_1, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_7 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_6, L_8, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_10 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = L_10.___c2_2;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_11, L_13, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_15 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16 = L_15.___c3_3;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline(L_16, L_18, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_20;
memset((&L_20), 0, sizeof(L_20));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator ^ (int2x4 lhs, int2x4 rhs) { return new int2x4 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2, lhs.c3 ^ rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_21 = V_0;
return L_21;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_ExclusiveOr(Unity.Mathematics.int2x4,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_ExclusiveOr_m487958FA2399BCF8DA48568D8EC00D90E5F91AB7 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator ^ (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs, lhs.c3 ^ rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_1, L_2, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_4 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = L_4.___c1_1;
int32_t L_6 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_5, L_6, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_8 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = L_8.___c2_2;
int32_t L_10 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_9, L_10, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_12 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = L_12.___c3_3;
int32_t L_14 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline(L_13, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator ^ (int2x4 lhs, int rhs) { return new int2x4 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs, lhs.c3 ^ rhs); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2x4 Unity.Mathematics.int2x4::op_ExclusiveOr(System.Int32,Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 int2x4_op_ExclusiveOr_mDF629081C34C50786B725D21B3002B125FFA50E8 (int32_t ___lhs0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2x4 operator ^ (int lhs, int2x4 rhs) { return new int2x4 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2, lhs ^ rhs.c3); }
int32_t L_0 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_0, L_2, NULL);
int32_t L_4 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_4, L_6, NULL);
int32_t L_8 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_8, L_10, NULL);
int32_t L_12 = ___lhs0;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline(L_12, L_14, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_16;
memset((&L_16), 0, sizeof(L_16));
int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_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 int2x4 operator ^ (int lhs, int2x4 rhs) { return new int2x4 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2, lhs ^ rhs.c3); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = V_0;
return L_17;
}
}
// Unity.Mathematics.int2& Unity.Mathematics.int2x4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x4_get_Item_m095F37719BF0974880FBB34E5C2A7B19D65747E1 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* V_0 = NULL;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* V_1 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* V_2 = NULL;
{
V_1 = __this;
// fixed (int2x4* array = &this) { return ref ((int2*)array)[index]; }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* L_0 = V_1;
V_0 = (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*)((uintptr_t)L_0);
// fixed (int2x4* array = &this) { return ref ((int2*)array)[index]; }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A);
V_2 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)((int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*)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:
{
// }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = V_2;
return L_4;
}
}
IL2CPP_EXTERN_C int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* int2x4_get_Item_m095F37719BF0974880FBB34E5C2A7B19D65747E1_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* _returnValue;
_returnValue = int2x4_get_Item_m095F37719BF0974880FBB34E5C2A7B19D65747E1(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int2x4::Equals(Unity.Mathematics.int2x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x4_Equals_m98B2AD186A949926F19748BFD6A3E8C2EEF2CF96 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// public bool Equals(int2x4 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2) && c3.Equals(rhs.c3); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&__this->___c0_0);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool L_3;
L_3 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_004d;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = (&__this->___c1_1);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool L_7;
L_7 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_004d;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_8 = (&__this->___c2_2);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool L_11;
L_11 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_8, L_10, NULL);
if (!L_11)
{
goto IL_004d;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_12 = (&__this->___c3_3);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool L_15;
L_15 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_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(int2x4 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 int2x4_Equals_m98B2AD186A949926F19748BFD6A3E8C2EEF2CF96_AdjustorThunk (RuntimeObject* __this, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
bool _returnValue;
_returnValue = int2x4_Equals_m98B2AD186A949926F19748BFD6A3E8C2EEF2CF96_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int2x4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int2x4_Equals_m1BECD3E98E9D0B871BFC70A1DC085BFCAFAD0651 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 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 int2x4 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*)((int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*)(int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*)UnBox(L_1, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212_il2cpp_TypeInfo_var))));
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_2 = V_0;
bool L_3;
L_3 = int2x4_Equals_m98B2AD186A949926F19748BFD6A3E8C2EEF2CF96_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 int2x4 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int2x4_Equals_m1BECD3E98E9D0B871BFC70A1DC085BFCAFAD0651_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
bool _returnValue;
_returnValue = int2x4_Equals_m1BECD3E98E9D0B871BFC70A1DC085BFCAFAD0651(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int2x4::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int2x4_GetHashCode_m758A7BB9C6126EFD756C1D9DF2468D4D1E6551E8 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = (*(int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*)__this);
uint32_t L_1;
L_1 = math_hash_m27675250B5FA4F6A30D61AB6B2B55DFD1DFE0600_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 int2x4_GetHashCode_m758A7BB9C6126EFD756C1D9DF2468D4D1E6551E8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
int32_t _returnValue;
_returnValue = int2x4_GetHashCode_m758A7BB9C6126EFD756C1D9DF2468D4D1E6551E8_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2x4::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2x4_ToString_mC0AFEF6BB9BBD01F77C1340086C841A87A495D62 (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __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*)&_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", c0.x, c1.x, c2.x, c3.x, c0.y, c1.y, c2.y, c3.y);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_41;
L_41 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED, 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* int2x4_ToString_mC0AFEF6BB9BBD01F77C1340086C841A87A495D62_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2x4_ToString_mC0AFEF6BB9BBD01F77C1340086C841A87A495D62_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int2x4::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int2x4_ToString_m640C7BBF3AB25CCB71C75980B50A5E4AA4666C6E (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __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*)&_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_49;
L_49 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED, 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* int2x4_ToString_m640C7BBF3AB25CCB71C75980B50A5E4AA4666C6E_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*>(__this + _offset);
String_t* _returnValue;
_returnValue = int2x4_ToString_m640C7BBF3AB25CCB71C75980B50A5E4AA4666C6E_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.int3::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2 (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_EXTERN_C void int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_mE478318DE4CA648614FEF2C1DD438C0455284BF2_inline(_thisAdjusted, ___x0, ___y1, ___z2, method);
}
// System.Void Unity.Mathematics.int3::.ctor(System.Int32,Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m1A4F8EC72D47E0FE9C7B0E58972EA4499BA8D9F5 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3__ctor_m1A4F8EC72D47E0FE9C7B0E58972EA4499BA8D9F5_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m1A4F8EC72D47E0FE9C7B0E58972EA4499BA8D9F5_inline(_thisAdjusted, ___x0, ___yz1, method);
}
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.int2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_mF49D2820C47AF6F531C91C8A3F460DF9688F1DF9 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3__ctor_mF49D2820C47AF6F531C91C8A3F460DF9688F1DF9_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_mF49D2820C47AF6F531C91C8A3F460DF9688F1DF9_inline(_thisAdjusted, ___xy0, ___z1, method);
}
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_mA69F7FF28C4BB0C2FB848FE70E9F88B870C1C15D (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3__ctor_mA69F7FF28C4BB0C2FB848FE70E9F88B870C1C15D_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_mA69F7FF28C4BB0C2FB848FE70E9F88B870C1C15D_inline(_thisAdjusted, ___xyz0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F (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_EXTERN_C void int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m7DE50FD889D8FC82A502ED6F241E1EAA94FD737F_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_mBF7E60699D25362BE072B0202A69F5A795187DBC (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, bool ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B2_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B3_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B5_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B6_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B8_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B9_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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3__ctor_mBF7E60699D25362BE072B0202A69F5A795187DBC_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_mBF7E60699D25362BE072B0202A69F5A795187DBC_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.bool3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m35B6148362B74F7A140A8129F34E1ED92D5B0028 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B2_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B3_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B5_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B6_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B8_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B9_1 = NULL;
{
// this.x = v.x ? 1 : 0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 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;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 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;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3__ctor_m35B6148362B74F7A140A8129F34E1ED92D5B0028_AdjustorThunk (RuntimeObject* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m35B6148362B74F7A140A8129F34E1ED92D5B0028_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_mB5580976DF482394B751FCE91299E26D77A8417C (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_EXTERN_C void int3__ctor_mB5580976DF482394B751FCE91299E26D77A8417C_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_mB5580976DF482394B751FCE91299E26D77A8417C_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.uint3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m5170436F56AE6578B18C05BBB29856CD24F9ED7A (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_EXTERN_C void int3__ctor_m5170436F56AE6578B18C05BBB29856CD24F9ED7A_AdjustorThunk (RuntimeObject* __this, uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m5170436F56AE6578B18C05BBB29856CD24F9ED7A_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m48BC96315E2CA0F9D1260DCFAF82BAAAE4E9EFDA (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_EXTERN_C void int3__ctor_m48BC96315E2CA0F9D1260DCFAF82BAAAE4E9EFDA_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m48BC96315E2CA0F9D1260DCFAF82BAAAE4E9EFDA_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.float3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m343F9A7058556E6999A40BC7C3A2E6570F38356F (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_EXTERN_C void int3__ctor_m343F9A7058556E6999A40BC7C3A2E6570F38356F_AdjustorThunk (RuntimeObject* __this, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m343F9A7058556E6999A40BC7C3A2E6570F38356F_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m7B84D02ACB87B2F3BE5A1FA628DFF5377C418BB0 (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_EXTERN_C void int3__ctor_m7B84D02ACB87B2F3BE5A1FA628DFF5377C418BB0_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m7B84D02ACB87B2F3BE5A1FA628DFF5377C418BB0_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3::.ctor(Unity.Mathematics.double3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3__ctor_m835EDF6C4668FD7E1A42401D22B5AB520B4D3D60 (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_EXTERN_C void int3__ctor_m835EDF6C4668FD7E1A42401D22B5AB520B4D3D60_AdjustorThunk (RuntimeObject* __this, double3_t4E22E063009822491E39D3E064709F4B4B9E6CF4 ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3__ctor_m835EDF6C4668FD7E1A42401D22B5AB520B4D3D60_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Implicit_m21ECF81D719E8AFA39122F2C3B55DB805CADC83F (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m5EDC7816DF3E1EE5D48F047978CD24C8637A1097 (bool ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(bool v) { return new int3(v); }
bool L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_mBF7E60699D25362BE072B0202A69F5A795187DBC_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(bool v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(Unity.Mathematics.bool3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m14293FCBAF0BEE10ACE4D20F835A13E3F6740C1B (bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3(bool3 v) { return new int3(v); }
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 L_0 = ___v0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1;
memset((&L_1), 0, sizeof(L_1));
int3__ctor_m35B6148362B74F7A140A8129F34E1ED92D5B0028_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3(bool3 v) { return new int3(v); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m331B294F244BE816E00D286760905EA080048C83 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(Unity.Mathematics.uint3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mFF7DC9F385DF572CBBF3F27C79B5EC6BFF19D692 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mE0A945C6A40A268D07750C92B7826564FF200416 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(Unity.Mathematics.float3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m3B888001A937B0A96D3D83CFDDD95B101241020B (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_mD99A63653C3108D2689878AC33E8BD1A769A016C (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Explicit(Unity.Mathematics.double3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Explicit_m79869CCC7D5951EA59F3B9AAFC5080843B8955AA (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Multiply(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_mADC4DFD8263944C2EAF626A57530DDD407F06754 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Multiply(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_m663151D516BF698553ED26E5A23D1425CAB82044 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Multiply(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Multiply_m370E9EB87B5435AEB9A6D48D3595DC84896BB285 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Addition(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_m5F903A4F4237BECEA93DF880638BED19497D5BEF (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Addition(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_mBC237D58A8CCFC2E5B3B0692FE845B36970F41A4 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Addition(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Addition_m3242A8CDD6C574807A3EDF1E8E1B92657415072C (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Subtraction(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m02D0F066AACF01B2FFBC0F882B3A379B73268CB2 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Subtraction(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m57A29D4D91A6C3A29E72880A317B5DE7A233F648 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Subtraction(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Subtraction_m7DCCEACA615EAF4BB9241F7B81A8BA926497277C (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Division(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_m90EAB120E4154B535980F4E0ABB7059362CD2AB2 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Division(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_mBA849C701597CDC7543A2FDE9C72B2F9EB4B5B4B (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Division(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Division_m534214AD12DC31D7B8D5845815C7879A68D51173 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Modulus(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_m40910DD612DAB2545683B5C2FFB70DCD2B6C3CC4 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Modulus(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_mC6AE30D9CA8A71EA4C188163B68A118CF5048A46 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Modulus(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Modulus_mDEC30DFA8C651F4C7A2E552F6A442CBD4A93DAEF (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Increment(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Increment_mF39F24089562F5AAB6FE3E9EB64A72788EB63B96 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_Decrement(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_Decrement_mA92C6E87EFC6A175715F75DDB2F9FC72228782D4 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThan(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mC801617FD3C6D40D80444CE64971328D00D92AEB (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThan(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mDADF72BD688462C9C815C5643FCEA7E58299EA47 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThan(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThan_mC2E126424D7D9B210878D8DD3B98BD0C0C29FC1F (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThanOrEqual(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m14660E377C6DA43E49C142666CF334D5E4FF551E (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThanOrEqual(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m84B934CE5BB4C5D6C92FBD06844463A2C87EA721 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_LessThanOrEqual_m7CAA635CFDE92DE65277D5DAEDE98F73B7600182 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThan(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_mC04273C18B2B064A7AA823DAD5C7D2FE93B5B745 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThan(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_m06D8C05D87A6F3999B944088FA256B051988A82B (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThan(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThan_m3B546744EB32E9E8A78DBEF41ECADE0F9A8E188D (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThanOrEqual(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_m432E761021FFF6D8A9D58C221CC53B826CA21E14 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThanOrEqual(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_mBAFF458E470B39F3AEB4D4D4BD67D288EE565747 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_GreaterThanOrEqual_mEFB81BDABB02F168891D9A3C615AF294059ECD89 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_UnaryNegation(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_UnaryNegation_mF2D9FAA046F02152241D252B98F151EF5E58F822 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_UnaryPlus(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_UnaryPlus_m731E5DE1F9FE0BFD6B598B16F3BAF0A53AA3CB2C (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_LeftShift(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_LeftShift_m57ED01C7AEE7F266B58279D6104693612A82C153 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_RightShift(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_RightShift_m6B1EEA38EA07104BCCAD4075A84E2255942F5B1A (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Equality(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m2E5951331FE87BAA319F6FE15869519294C28FC4 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Equality(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m6F3069C49DDB8C331074DF92943A66C26CF3DA73 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Equality(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Equality_m9D330243296F088E8215D97EE8F57E38C58C025E (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Inequality(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_m2ECFB9A74F1FA10BED14C81F87146DC408F32486 (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Inequality(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_m0B9E152276DE57636B1F9D3877B8EFCF4181581E (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;
}
}
// Unity.Mathematics.bool3 Unity.Mathematics.int3::op_Inequality(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 int3_op_Inequality_mBDE9276924DA33480410D111E5F9CD94A2919001 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_OnesComplement(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_OnesComplement_m8DBE625F2591CCC7164AF632621DBFF28301CAF9 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseAnd(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_mF9F0CC493261D158892EBFCAEBEEBACA926AA09F (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseAnd(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_mA919535381D28ABB617515C570FC099C9D96416C (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseAnd(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseAnd_m55BDFE77D62FC09E092C605D76F458958D3D1A96 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseOr(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_m488C24D3D4B3DBAC7AEB77C8B298F116EAFA1BB8 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseOr(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_m63B8146DFF49D415B24ED6B6CE1E4B741C4E2E4B (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_BitwiseOr(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_BitwiseOr_mB1EE3FBEBC29AD37AFE43F1A898CEC1F7AD43940 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_ExclusiveOr(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_mDB1B996E90D5FE0A55155AF0186BBE14745B806F (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_ExclusiveOr(Unity.Mathematics.int3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_m16426F18971D8ED2965CA0186671A9CC91F3A287 (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;
}
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::op_ExclusiveOr(System.Int32,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_op_ExclusiveOr_mDD94C1C284C6C4060FC517AEF67D4F6F26E71CAC (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;
}
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxxx_m7F8C9102E7AD80DC90A6C176106A1344FABEF28E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxxx_m7F8C9102E7AD80DC90A6C176106A1344FABEF28E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxxx_m7F8C9102E7AD80DC90A6C176106A1344FABEF28E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxxy_mFEAF5F7551A3F0DED03918A76367A04CD22033D6 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxxy_mFEAF5F7551A3F0DED03918A76367A04CD22033D6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxxy_mFEAF5F7551A3F0DED03918A76367A04CD22033D6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxxz_m3CB0EAA493F8EB4BC0CBAA2E80F49BE5A8ACD95D (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxxz_m3CB0EAA493F8EB4BC0CBAA2E80F49BE5A8ACD95D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxxz_m3CB0EAA493F8EB4BC0CBAA2E80F49BE5A8ACD95D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxyx_mEBB92723F80E00913C2F6934DC410E6EAED8D2DE (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxyx_mEBB92723F80E00913C2F6934DC410E6EAED8D2DE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxyx_mEBB92723F80E00913C2F6934DC410E6EAED8D2DE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxyy_mB8E71B518D8EDC1278F2117AF521123E6A4ED599 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxyy_mB8E71B518D8EDC1278F2117AF521123E6A4ED599_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxyy_mB8E71B518D8EDC1278F2117AF521123E6A4ED599_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxyz_m1D978050334717B5D03EE1A6E09C2B4FFC45F62E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxyz_m1D978050334717B5D03EE1A6E09C2B4FFC45F62E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxyz_m1D978050334717B5D03EE1A6E09C2B4FFC45F62E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxzx_m22293EE6BB88B813462E64A9A8A937D091859B9F (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxzx_m22293EE6BB88B813462E64A9A8A937D091859B9F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxzx_m22293EE6BB88B813462E64A9A8A937D091859B9F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxzy_m6FAC0DB5272155002480CDA02B5228F3F4AA978D (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxzy_m6FAC0DB5272155002480CDA02B5228F3F4AA978D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxzy_m6FAC0DB5272155002480CDA02B5228F3F4AA978D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xxzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxzz_m4C9A9D80483C81D9A1EABF26DDA07A68EE9995BB (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxzz_m4C9A9D80483C81D9A1EABF26DDA07A68EE9995BB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xxzz_m4C9A9D80483C81D9A1EABF26DDA07A68EE9995BB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyxx_m8013AB608BBDDED89B0080C68086AF011425AEAC (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyxx_m8013AB608BBDDED89B0080C68086AF011425AEAC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyxx_m8013AB608BBDDED89B0080C68086AF011425AEAC_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyxy_mBA250F3E6673648A081F58C69E55668A9BCCA331 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyxy_mBA250F3E6673648A081F58C69E55668A9BCCA331_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyxy_mBA250F3E6673648A081F58C69E55668A9BCCA331_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyxz_mAA1C7B328E8E84E2921D672920219CB151747141 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyxz_mAA1C7B328E8E84E2921D672920219CB151747141_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyxz_mAA1C7B328E8E84E2921D672920219CB151747141_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyyx_m2CF25D2E2603E11FD233C4D6D0C0B29B38F32E27 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyyx_m2CF25D2E2603E11FD233C4D6D0C0B29B38F32E27_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyyx_m2CF25D2E2603E11FD233C4D6D0C0B29B38F32E27_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyyy_m2D9BC884C5EBD08690E810ACD43B07360DBE858B (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyyy_m2D9BC884C5EBD08690E810ACD43B07360DBE858B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyyy_m2D9BC884C5EBD08690E810ACD43B07360DBE858B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyyz_m5D47B0D50C2EE02FCEC1AFBA948E91272A557DF4 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyyz_m5D47B0D50C2EE02FCEC1AFBA948E91272A557DF4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyyz_m5D47B0D50C2EE02FCEC1AFBA948E91272A557DF4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyzx_mF0AEB6882CDECFA1A657FA9ED0FD0B8A0481D687 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyzx_mF0AEB6882CDECFA1A657FA9ED0FD0B8A0481D687_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyzx_mF0AEB6882CDECFA1A657FA9ED0FD0B8A0481D687_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyzy_m56600E41DB98616B8A6E7E1AA1AB943847933989 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyzy_m56600E41DB98616B8A6E7E1AA1AB943847933989_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyzy_m56600E41DB98616B8A6E7E1AA1AB943847933989_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xyzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xyzz_mD68E0BE0C8B9203900E68A23A396D051E6A8A0DA (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyzz_mD68E0BE0C8B9203900E68A23A396D051E6A8A0DA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xyzz_mD68E0BE0C8B9203900E68A23A396D051E6A8A0DA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzxx_m43B54D463A845AAB311E80A531B91380137A387F (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzxx_m43B54D463A845AAB311E80A531B91380137A387F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzxx_m43B54D463A845AAB311E80A531B91380137A387F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzxy_m4EE6FDB08FFA67D081BB04162FBEE0C67960676F (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzxy_m4EE6FDB08FFA67D081BB04162FBEE0C67960676F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzxy_m4EE6FDB08FFA67D081BB04162FBEE0C67960676F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzxz_mED5AC3A2D018A15E5D8946D07CCBE051C967D3DF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzxz_mED5AC3A2D018A15E5D8946D07CCBE051C967D3DF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzxz_mED5AC3A2D018A15E5D8946D07CCBE051C967D3DF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzyx_m665595469FB08E3F47FB883AEC17E237240C0207 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzyx_m665595469FB08E3F47FB883AEC17E237240C0207_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzyx_m665595469FB08E3F47FB883AEC17E237240C0207_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzyy_mFEAB607484AA45C621DEFD125C2367FF81D0283C (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzyy_mFEAB607484AA45C621DEFD125C2367FF81D0283C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzyy_mFEAB607484AA45C621DEFD125C2367FF81D0283C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzyz_mFBC9239B3C7403266F3C45DFE133CC0AA7C78909 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzyz_mFBC9239B3C7403266F3C45DFE133CC0AA7C78909_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzyz_mFBC9239B3C7403266F3C45DFE133CC0AA7C78909_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzzx_m142C4632523698ED92AA30B665511ACC64D08602 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzzx_m142C4632523698ED92AA30B665511ACC64D08602_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzzx_m142C4632523698ED92AA30B665511ACC64D08602_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzzy_m8EEA35352A1A0418EB7AD36CEAC31C533D52CDBA (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzzy_m8EEA35352A1A0418EB7AD36CEAC31C533D52CDBA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzzy_m8EEA35352A1A0418EB7AD36CEAC31C533D52CDBA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_xzzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xzzz_mBCF5D1BD221E8D9E465F75AE89DA5D6F33B57934 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzzz_mBCF5D1BD221E8D9E465F75AE89DA5D6F33B57934_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_xzzz_mBCF5D1BD221E8D9E465F75AE89DA5D6F33B57934_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxxx_m5A9FE6690055DFBD96AF97EAA9FC65FF7367ACAB (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxxx_m5A9FE6690055DFBD96AF97EAA9FC65FF7367ACAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxxx_m5A9FE6690055DFBD96AF97EAA9FC65FF7367ACAB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxxy_m2FCAC511BD29DE067EC3C30D558F6785AF39482E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxxy_m2FCAC511BD29DE067EC3C30D558F6785AF39482E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxxy_m2FCAC511BD29DE067EC3C30D558F6785AF39482E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxxz_mBF2C4DC41B9A0B1993B0C18A4F2E8854E5E37A2D (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxxz_mBF2C4DC41B9A0B1993B0C18A4F2E8854E5E37A2D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxxz_mBF2C4DC41B9A0B1993B0C18A4F2E8854E5E37A2D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxyx_mC94BA2C0CB24D774CA77153F7C6FBB414AE5CE57 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxyx_mC94BA2C0CB24D774CA77153F7C6FBB414AE5CE57_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxyx_mC94BA2C0CB24D774CA77153F7C6FBB414AE5CE57_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxyy_mA9EF95CE06367E1C36C84592EE3BA3652B0686C4 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxyy_mA9EF95CE06367E1C36C84592EE3BA3652B0686C4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxyy_mA9EF95CE06367E1C36C84592EE3BA3652B0686C4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxyz_mB91ADBE270D807AB40CF2879A922700AF915EA20 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxyz_mB91ADBE270D807AB40CF2879A922700AF915EA20_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxyz_mB91ADBE270D807AB40CF2879A922700AF915EA20_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxzx_mC2D7DF805F571387CE4EB7C087120D09F0B2177D (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxzx_mC2D7DF805F571387CE4EB7C087120D09F0B2177D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxzx_mC2D7DF805F571387CE4EB7C087120D09F0B2177D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxzy_mA0215B6EDB7AA4536442B16FE0E4CAA9D69E81EA (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxzy_mA0215B6EDB7AA4536442B16FE0E4CAA9D69E81EA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxzy_mA0215B6EDB7AA4536442B16FE0E4CAA9D69E81EA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yxzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yxzz_mD444A902FE9D413B293E2C08CFBD822BFAF901E3 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxzz_mD444A902FE9D413B293E2C08CFBD822BFAF901E3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yxzz_mD444A902FE9D413B293E2C08CFBD822BFAF901E3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyxx_m72EDE04ED141AF05016EDAE0EA8ABF579C2E0574 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyxx_m72EDE04ED141AF05016EDAE0EA8ABF579C2E0574_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyxx_m72EDE04ED141AF05016EDAE0EA8ABF579C2E0574_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyxy_m98E40C902C726CC9C1C181DDB317150B12E76BB2 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyxy_m98E40C902C726CC9C1C181DDB317150B12E76BB2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyxy_m98E40C902C726CC9C1C181DDB317150B12E76BB2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyxz_mC635DCAB851F5830C13AC2C9E3A01D46F748AB78 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyxz_mC635DCAB851F5830C13AC2C9E3A01D46F748AB78_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyxz_mC635DCAB851F5830C13AC2C9E3A01D46F748AB78_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyyx_m75D60A44AB986A9F111C71F73D394BE7F8F76490 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyyx_m75D60A44AB986A9F111C71F73D394BE7F8F76490_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyyx_m75D60A44AB986A9F111C71F73D394BE7F8F76490_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyyy_m4772EC61C17F3EDF5399849ED8F519B97FCB74EA (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyyy_m4772EC61C17F3EDF5399849ED8F519B97FCB74EA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyyy_m4772EC61C17F3EDF5399849ED8F519B97FCB74EA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyyz_mD4114C6C50D900447220EF68E2A6221F91F1FB09 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyyz_mD4114C6C50D900447220EF68E2A6221F91F1FB09_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyyz_mD4114C6C50D900447220EF68E2A6221F91F1FB09_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyzx_m2DF910F8A196E8AEED904AB8E586398062C3F1D2 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyzx_m2DF910F8A196E8AEED904AB8E586398062C3F1D2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyzx_m2DF910F8A196E8AEED904AB8E586398062C3F1D2_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyzy_mC7B28A736E4021DC25F0F02D5B861F2D07E4A0BE (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyzy_mC7B28A736E4021DC25F0F02D5B861F2D07E4A0BE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyzy_mC7B28A736E4021DC25F0F02D5B861F2D07E4A0BE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yyzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yyzz_mE595B67C65FA6E235B69C0EAFA9C6FA57C8B33BA (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyzz_mE595B67C65FA6E235B69C0EAFA9C6FA57C8B33BA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yyzz_mE595B67C65FA6E235B69C0EAFA9C6FA57C8B33BA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzxx_m78CF5BA169D3638752B186A8989A9FB7578DA684 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzxx_m78CF5BA169D3638752B186A8989A9FB7578DA684_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzxx_m78CF5BA169D3638752B186A8989A9FB7578DA684_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzxy_m7E86E7AC99EE7F5ABEB1AA54A70D184F1FA11A29 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzxy_m7E86E7AC99EE7F5ABEB1AA54A70D184F1FA11A29_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzxy_m7E86E7AC99EE7F5ABEB1AA54A70D184F1FA11A29_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzxz_m139E749AF6A3B68B8D36855217B6BD0326BBE730 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzxz_m139E749AF6A3B68B8D36855217B6BD0326BBE730_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzxz_m139E749AF6A3B68B8D36855217B6BD0326BBE730_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzyx_m2F71ADAA8B17E19FE9755CB111656808C941C307 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzyx_m2F71ADAA8B17E19FE9755CB111656808C941C307_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzyx_m2F71ADAA8B17E19FE9755CB111656808C941C307_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzyy_mC7389426A61C160B879C9C9922BD14972299E6CE (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzyy_mC7389426A61C160B879C9C9922BD14972299E6CE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzyy_mC7389426A61C160B879C9C9922BD14972299E6CE_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzyz_m473E112CB62ED1179F479234602D8104CE2E9E13 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzyz_m473E112CB62ED1179F479234602D8104CE2E9E13_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzyz_m473E112CB62ED1179F479234602D8104CE2E9E13_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzzx_mCBBCE21145323FE215BA0ECFD17986DEFECE26A7 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzzx_mCBBCE21145323FE215BA0ECFD17986DEFECE26A7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzzx_mCBBCE21145323FE215BA0ECFD17986DEFECE26A7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzzy_m8F10C406887CB5D228EB5025FA14C3C2C66B3F4B (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzzy_m8F10C406887CB5D228EB5025FA14C3C2C66B3F4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzzy_m8F10C406887CB5D228EB5025FA14C3C2C66B3F4B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_yzzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_yzzz_m9FCA5D381558894618C83D5B284B6568CB3C7B02 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzzz_m9FCA5D381558894618C83D5B284B6568CB3C7B02_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_yzzz_m9FCA5D381558894618C83D5B284B6568CB3C7B02_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxxx_mE527B9A2E6963FC240A389077B6AF15DDC158B9B (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxxx_mE527B9A2E6963FC240A389077B6AF15DDC158B9B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxxx_mE527B9A2E6963FC240A389077B6AF15DDC158B9B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxxy_mEEF46F7D940EC7241F7067107FF40661AD5B048B (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxxy_mEEF46F7D940EC7241F7067107FF40661AD5B048B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxxy_mEEF46F7D940EC7241F7067107FF40661AD5B048B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxxz_m3C2E6D178FFC744E2E88689FAF9FDE831E38ABCA (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxxz_m3C2E6D178FFC744E2E88689FAF9FDE831E38ABCA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxxz_m3C2E6D178FFC744E2E88689FAF9FDE831E38ABCA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxyx_m3AB8189DE00738449B1CD9CF3751752CFB0153E7 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxyx_m3AB8189DE00738449B1CD9CF3751752CFB0153E7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxyx_m3AB8189DE00738449B1CD9CF3751752CFB0153E7_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxyy_m584CE1C48B673C96F9C9FB3B853246669979FCFF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxyy_m584CE1C48B673C96F9C9FB3B853246669979FCFF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxyy_m584CE1C48B673C96F9C9FB3B853246669979FCFF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxyz_m0BF939836341511E55CBB177CA0585A6C4E7BD1F (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxyz_m0BF939836341511E55CBB177CA0585A6C4E7BD1F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxyz_m0BF939836341511E55CBB177CA0585A6C4E7BD1F_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxzx_mCA06A277480076694A31ABC9FB0D0DA6682807D8 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxzx_mCA06A277480076694A31ABC9FB0D0DA6682807D8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxzx_mCA06A277480076694A31ABC9FB0D0DA6682807D8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxzy_mFCBB2C84E18990551A76B6C49C1C995EDB50DD3A (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxzy_mFCBB2C84E18990551A76B6C49C1C995EDB50DD3A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxzy_mFCBB2C84E18990551A76B6C49C1C995EDB50DD3A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zxzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zxzz_m4066B79E72DD15B01D293C02FEBC936EB421FD0E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxzz_m4066B79E72DD15B01D293C02FEBC936EB421FD0E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zxzz_m4066B79E72DD15B01D293C02FEBC936EB421FD0E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyxx_m7EE06BF4658F8DA4A71441F27B045E200FBEEF91 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyxx_m7EE06BF4658F8DA4A71441F27B045E200FBEEF91_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyxx_m7EE06BF4658F8DA4A71441F27B045E200FBEEF91_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyxy_m8C0064B5881E813C320486D9EE8D46256D2BD166 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyxy_m8C0064B5881E813C320486D9EE8D46256D2BD166_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyxy_m8C0064B5881E813C320486D9EE8D46256D2BD166_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyxz_m84C32BA327AAA1118E8ACF8487493A8942A948B5 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyxz_m84C32BA327AAA1118E8ACF8487493A8942A948B5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyxz_m84C32BA327AAA1118E8ACF8487493A8942A948B5_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyyx_m272448D277C4217C35B859DC1B8D7D18E746A38A (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyyx_m272448D277C4217C35B859DC1B8D7D18E746A38A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyyx_m272448D277C4217C35B859DC1B8D7D18E746A38A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyyy_mDF0BFA80FF1968CD378197F84D2D14E0E7B3667C (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyyy_mDF0BFA80FF1968CD378197F84D2D14E0E7B3667C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyyy_mDF0BFA80FF1968CD378197F84D2D14E0E7B3667C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyyz_m2682CC8A413CB2ACE25B4C2A36C86F7FE1A253C3 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyyz_m2682CC8A413CB2ACE25B4C2A36C86F7FE1A253C3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyyz_m2682CC8A413CB2ACE25B4C2A36C86F7FE1A253C3_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyzx_m1674AD05B8ED301A4669A9A3CFB5F40E07AAA183 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyzx_m1674AD05B8ED301A4669A9A3CFB5F40E07AAA183_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyzx_m1674AD05B8ED301A4669A9A3CFB5F40E07AAA183_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyzy_mB842651BBA77EFC6A1920F14ADEB1F749141E894 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyzy_mB842651BBA77EFC6A1920F14ADEB1F749141E894_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyzy_mB842651BBA77EFC6A1920F14ADEB1F749141E894_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zyzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zyzz_mBBCB6DF3DF59E9F228E8DE167BBB845FA12C31E6 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyzz_mBBCB6DF3DF59E9F228E8DE167BBB845FA12C31E6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zyzz_mBBCB6DF3DF59E9F228E8DE167BBB845FA12C31E6_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzxx_mE554FB373FB0A035A2B9078BABCF27118654D708 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzxx_mE554FB373FB0A035A2B9078BABCF27118654D708_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzxx_mE554FB373FB0A035A2B9078BABCF27118654D708_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzxy_m3418A81B64C8ACB91DF4637C704755726FE64435 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzxy_m3418A81B64C8ACB91DF4637C704755726FE64435_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzxy_m3418A81B64C8ACB91DF4637C704755726FE64435_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzxz_mF52E91820B447D58DB71D25D6F3CE11D06FB1BA0 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzxz_mF52E91820B447D58DB71D25D6F3CE11D06FB1BA0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzxz_mF52E91820B447D58DB71D25D6F3CE11D06FB1BA0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzyx_m32D9933AF5FD4E6D2F4EB28CF7A54C02D2D8F0AF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzyx_m32D9933AF5FD4E6D2F4EB28CF7A54C02D2D8F0AF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzyx_m32D9933AF5FD4E6D2F4EB28CF7A54C02D2D8F0AF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzyy_m0F212F642C85AE767FE198E24BD1CB061F06A293 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzyy_m0F212F642C85AE767FE198E24BD1CB061F06A293_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzyy_m0F212F642C85AE767FE198E24BD1CB061F06A293_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzyz_m9808F00B9ED0B22158EC8D0A98400E8E7E4870AD (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzyz_m9808F00B9ED0B22158EC8D0A98400E8E7E4870AD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzyz_m9808F00B9ED0B22158EC8D0A98400E8E7E4870AD_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzzx_mEC911067A41574C5A989AFB4F693E206E1E0F197 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzzx_mEC911067A41574C5A989AFB4F693E206E1E0F197_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzzx_mEC911067A41574C5A989AFB4F693E206E1E0F197_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzzy_m081963B6D2615C26E6818B7648E72B6CD8654C63 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzzy_m081963B6D2615C26E6818B7648E72B6CD8654C63_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzzy_m081963B6D2615C26E6818B7648E72B6CD8654C63_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int4 Unity.Mathematics.int3::get_zzzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_zzzz_m7E557620FC12686AE3E4DD3CBC3DDCABF0CBCBBF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzzz_m7E557620FC12686AE3E4DD3CBC3DDCABF0CBCBBF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 _returnValue;
_returnValue = int3_get_zzzz_m7E557620FC12686AE3E4DD3CBC3DDCABF0CBCBBF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xxx_mF6E1CA16188E8D448E57D7C2FAC6F089F74A2F0E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxx_mF6E1CA16188E8D448E57D7C2FAC6F089F74A2F0E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xxx_mF6E1CA16188E8D448E57D7C2FAC6F089F74A2F0E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xxy_m9569EB6A5C78E1929D956A899B9E2C632BDBAC38 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxy_m9569EB6A5C78E1929D956A899B9E2C632BDBAC38_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xxy_m9569EB6A5C78E1929D956A899B9E2C632BDBAC38_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xxz_m0344B4FFBB44A4910684E64222CB732F46EAA8A8 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxz_m0344B4FFBB44A4910684E64222CB732F46EAA8A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xxz_m0344B4FFBB44A4910684E64222CB732F46EAA8A8_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xyx_m77432CC36CC4E1AEF32AFA68DF3139EAD134CA2A (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyx_m77432CC36CC4E1AEF32AFA68DF3139EAD134CA2A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xyx_m77432CC36CC4E1AEF32AFA68DF3139EAD134CA2A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xyy_m9A626F45DC3DB3CD09A36EAA62E77F6CF230BA18 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyy_m9A626F45DC3DB3CD09A36EAA62E77F6CF230BA18_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xyy_m9A626F45DC3DB3CD09A36EAA62E77F6CF230BA18_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xyz_m7D25766EFB1B547AA3F1A525E2664216518B14A7 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyz_m7D25766EFB1B547AA3F1A525E2664216518B14A7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xyz_m7D25766EFB1B547AA3F1A525E2664216518B14A7_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_xyz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_xyz_mB898F939383788F66B5475D6F72017A58EB1BFF5 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xyz_mB898F939383788F66B5475D6F72017A58EB1BFF5_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_xyz_mB898F939383788F66B5475D6F72017A58EB1BFF5_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xzx_mFBA7D4E6F0E3E0711FEA0ACDB7BDD6272908681B (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzx_mFBA7D4E6F0E3E0711FEA0ACDB7BDD6272908681B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xzx_mFBA7D4E6F0E3E0711FEA0ACDB7BDD6272908681B_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xzy_m4431558364DD9219DF56D5EA89C741B2313965F0 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzy_m4431558364DD9219DF56D5EA89C741B2313965F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xzy_m4431558364DD9219DF56D5EA89C741B2313965F0_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_xzy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_xzy_m6E4B4D328044E3B413C13EBBA1D411320A0FA8B8 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xzy_m6E4B4D328044E3B413C13EBBA1D411320A0FA8B8_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_xzy_m6E4B4D328044E3B413C13EBBA1D411320A0FA8B8_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_xzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xzz_m343402387241CE3CFE9CE3DE2EC112E155C8BFAB (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzz_m343402387241CE3CFE9CE3DE2EC112E155C8BFAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_xzz_m343402387241CE3CFE9CE3DE2EC112E155C8BFAB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yxx_m2FC08116B5C5D0654B691F1B10F48DA873F715CF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxx_m2FC08116B5C5D0654B691F1B10F48DA873F715CF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yxx_m2FC08116B5C5D0654B691F1B10F48DA873F715CF_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yxy_m4C17DD748B6D15416ACA285410982D9B7C913C71 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxy_m4C17DD748B6D15416ACA285410982D9B7C913C71_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yxy_m4C17DD748B6D15416ACA285410982D9B7C913C71_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yxz_m014C58DB7241314E704EA7C4B6A6146A1376CAC6 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxz_m014C58DB7241314E704EA7C4B6A6146A1376CAC6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yxz_m014C58DB7241314E704EA7C4B6A6146A1376CAC6_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_yxz(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_yxz_m0C597DC7FD9F869BAED6DC33FAA08D14083A6FE5 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yxz_m0C597DC7FD9F869BAED6DC33FAA08D14083A6FE5_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_yxz_m0C597DC7FD9F869BAED6DC33FAA08D14083A6FE5_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yyx_m8E752F70F29105E821FCA244995B3912732B0C9A (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyx_m8E752F70F29105E821FCA244995B3912732B0C9A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yyx_m8E752F70F29105E821FCA244995B3912732B0C9A_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yyy_m85BBE9814E8F9911AE9DC3A21497AF8A2A8C0372 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyy_m85BBE9814E8F9911AE9DC3A21497AF8A2A8C0372_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yyy_m85BBE9814E8F9911AE9DC3A21497AF8A2A8C0372_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yyz_m6916087C161377CEDEB78A79ED33238A8458E2FA (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyz_m6916087C161377CEDEB78A79ED33238A8458E2FA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yyz_m6916087C161377CEDEB78A79ED33238A8458E2FA_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yzx_m64C1E8658E506BF9FDE92D8FD0B5D2E2AAD424F9 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzx_m64C1E8658E506BF9FDE92D8FD0B5D2E2AAD424F9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yzx_m64C1E8658E506BF9FDE92D8FD0B5D2E2AAD424F9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_yzx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_yzx_mA7228FCBC38AC81EA86189DC9B4CA8632840ABA8 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yzx_mA7228FCBC38AC81EA86189DC9B4CA8632840ABA8_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_yzx_mA7228FCBC38AC81EA86189DC9B4CA8632840ABA8_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yzy_mA09B2247E855159800E6398B057BA2576FCADB20 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzy_mA09B2247E855159800E6398B057BA2576FCADB20_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yzy_mA09B2247E855159800E6398B057BA2576FCADB20_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_yzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_yzz_m22749981C77CB46A5F891CA0293B24A681FB9C6C (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzz_m22749981C77CB46A5F891CA0293B24A681FB9C6C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_yzz_m22749981C77CB46A5F891CA0293B24A681FB9C6C_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zxx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zxx_m03B009BA9C84AF67B066CA033980EB0A0EF2949E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxx_m03B009BA9C84AF67B066CA033980EB0A0EF2949E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zxx_m03B009BA9C84AF67B066CA033980EB0A0EF2949E_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zxy_mDC92A5F08B309AF4539723D7B9A649DAD741DBB0 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxy_mDC92A5F08B309AF4539723D7B9A649DAD741DBB0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zxy_mDC92A5F08B309AF4539723D7B9A649DAD741DBB0_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_zxy(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_zxy_m7A009990414CCDF3A76AC28E323033E57D4B9D83 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zxy_m7A009990414CCDF3A76AC28E323033E57D4B9D83_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_zxy_m7A009990414CCDF3A76AC28E323033E57D4B9D83_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zxz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zxz_mC6725E2D0AE9B3090897D1793047D4B9AB15B027 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxz_mC6725E2D0AE9B3090897D1793047D4B9AB15B027_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zxz_mC6725E2D0AE9B3090897D1793047D4B9AB15B027_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zyx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zyx_m2745D33D71744B3DA604FBF48A76928DFF03D259 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyx_m2745D33D71744B3DA604FBF48A76928DFF03D259_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zyx_m2745D33D71744B3DA604FBF48A76928DFF03D259_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_zyx(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_zyx_mB926D7E5B10C3E67FFCBFE8F16732263B9753CBF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zyx_mB926D7E5B10C3E67FFCBFE8F16732263B9753CBF_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_zyx_mB926D7E5B10C3E67FFCBFE8F16732263B9753CBF_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zyy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zyy_mBC96E7D5182058EA89F61D38912E528E03DF26D4 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyy_mBC96E7D5182058EA89F61D38912E528E03DF26D4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zyy_mBC96E7D5182058EA89F61D38912E528E03DF26D4_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zyz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zyz_m69A7A6F03E1C8E91EA72FCC8D7C0196014742335 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyz_m69A7A6F03E1C8E91EA72FCC8D7C0196014742335_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zyz_m69A7A6F03E1C8E91EA72FCC8D7C0196014742335_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zzx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zzx_mCC1CA430F5003CAF3907D06832012B837A845A1D (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzx_mCC1CA430F5003CAF3907D06832012B837A845A1D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zzx_mCC1CA430F5003CAF3907D06832012B837A845A1D_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zzy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zzy_mA5773095CEF3D6FC08C53420C4F2C3689A7066E0 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzy_mA5773095CEF3D6FC08C53420C4F2C3689A7066E0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zzy_mA5773095CEF3D6FC08C53420C4F2C3689A7066E0_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int3 Unity.Mathematics.int3::get_zzz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_zzz_m577CF6511B7D4233B7F15DE6ACAB9B2BD8EDE2FB (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzz_m577CF6511B7D4233B7F15DE6ACAB9B2BD8EDE2FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF _returnValue;
_returnValue = int3_get_zzz_m577CF6511B7D4233B7F15DE6ACAB9B2BD8EDE2FB_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_xx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_xx_m2F54B8DCE60D6415DC63365E61A633FBCCABEB82 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xx_m2F54B8DCE60D6415DC63365E61A633FBCCABEB82_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_xx_m2F54B8DCE60D6415DC63365E61A633FBCCABEB82_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_xy_m77EA26BC8BF534C13AABB46A219585F3EFAB31A1 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xy_m77EA26BC8BF534C13AABB46A219585F3EFAB31A1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_xy_m77EA26BC8BF534C13AABB46A219585F3EFAB31A1_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_xy(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_xy_m3BB6C86A57A5F6E8FD38269A43E9E43530800746 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xy_m3BB6C86A57A5F6E8FD38269A43E9E43530800746_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_xy_m3BB6C86A57A5F6E8FD38269A43E9E43530800746_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_xz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_xz_m851E29C779E1D38BE3809B7C445E4EFF1E5DCBF9 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xz_m851E29C779E1D38BE3809B7C445E4EFF1E5DCBF9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_xz_m851E29C779E1D38BE3809B7C445E4EFF1E5DCBF9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_xz(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_xz_m6785CF83BA22E54C60AFC8732990A2684259D6CD (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xz_m6785CF83BA22E54C60AFC8732990A2684259D6CD_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_xz_m6785CF83BA22E54C60AFC8732990A2684259D6CD_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_yx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_yx_mFEB834507F7C93AEFEBB797F150DAACF1AE3B4CF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yx_mFEB834507F7C93AEFEBB797F150DAACF1AE3B4CF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_yx_mFEB834507F7C93AEFEBB797F150DAACF1AE3B4CF_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_yx(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_yx_m11F2888368BDDB5233CE325C75762B0F20B8A1EF (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yx_m11F2888368BDDB5233CE325C75762B0F20B8A1EF_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_yx_m11F2888368BDDB5233CE325C75762B0F20B8A1EF_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_yy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_yy_m5A37B29B26995BCE93BFD93AEC3F2C904F861805 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yy_m5A37B29B26995BCE93BFD93AEC3F2C904F861805_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_yy_m5A37B29B26995BCE93BFD93AEC3F2C904F861805_inline(_thisAdjusted, method);
return _returnValue;
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_yz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_yz_m08ABC3409DBA8D2C4854212514FA02D8C42A0852 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yz_m08ABC3409DBA8D2C4854212514FA02D8C42A0852_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_yz_m08ABC3409DBA8D2C4854212514FA02D8C42A0852_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_yz(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_yz_m8CEE8922149D5E1022F9837BD07DF726FD6B5382 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yz_m8CEE8922149D5E1022F9837BD07DF726FD6B5382_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_yz_m8CEE8922149D5E1022F9837BD07DF726FD6B5382_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_zx()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_zx_m0F869CE2D6EC20F32988A58DAE3F660DAB49F06D (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zx_m0F869CE2D6EC20F32988A58DAE3F660DAB49F06D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_zx_m0F869CE2D6EC20F32988A58DAE3F660DAB49F06D_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_zx(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_zx_mBADEE9A5316C0C1B085E8D0BEE6EA3A979C70B17 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zx_mBADEE9A5316C0C1B085E8D0BEE6EA3A979C70B17_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_zx_mBADEE9A5316C0C1B085E8D0BEE6EA3A979C70B17_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_zy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_zy_mEA00B5BC6C41E1671669D1A403DE2342B0F42A05 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zy_mEA00B5BC6C41E1671669D1A403DE2342B0F42A05_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_zy_mEA00B5BC6C41E1671669D1A403DE2342B0F42A05_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_zy(Unity.Mathematics.int2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_zy_mBE08F27E1D29F9A4D30E47B5EAE4AA7C458D613E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zy_mBE08F27E1D29F9A4D30E47B5EAE4AA7C458D613E_AdjustorThunk (RuntimeObject* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___value0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_zy_mBE08F27E1D29F9A4D30E47B5EAE4AA7C458D613E_inline(_thisAdjusted, ___value0, method);
}
// Unity.Mathematics.int2 Unity.Mathematics.int3::get_zz()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_zz_m5032EAEF8DAD5C53797F4E7746C3EA2DEA0EADF3 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zz_m5032EAEF8DAD5C53797F4E7746C3EA2DEA0EADF3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A _returnValue;
_returnValue = int3_get_zz_m5032EAEF8DAD5C53797F4E7746C3EA2DEA0EADF3_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int3_get_Item_mAA1998D8ED9F62D701938F2F665599B0CE949672 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* V_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* V_1 = NULL;
int32_t V_2 = 0;
{
V_1 = __this;
// fixed (int3* array = &this) { return ((int*)array)[index]; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = V_1;
V_0 = (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)((uintptr_t)L_0);
// fixed (int3* array = &this) { return ((int*)array)[index]; }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_1 = V_0;
int32_t L_2 = ___index0;
int32_t L_3 = *((int32_t*)((int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)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 int3_get_Item_mAA1998D8ED9F62D701938F2F665599B0CE949672_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int32_t _returnValue;
_returnValue = int3_get_Item_mAA1998D8ED9F62D701938F2F665599B0CE949672(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3::set_Item(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3_set_Item_m319CD04A9CFB29D68C18A1E53AB6F8869637745E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_Item_m319CD04A9CFB29D68C18A1E53AB6F8869637745E_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int3_set_Item_m319CD04A9CFB29D68C18A1E53AB6F8869637745E(_thisAdjusted, ___index0, ___value1, method);
}
// System.Boolean Unity.Mathematics.int3::Equals(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419 (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_EXTERN_C bool int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___rhs0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
bool _returnValue;
_returnValue = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3_Equals_mAD3F27218DB5A5341B15F177DBA5ED687A0727D1 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF 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 int3 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)((int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)UnBox(L_1, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF_il2cpp_TypeInfo_var))));
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = V_0;
bool L_3;
L_3 = int3_Equals_m677848DDE5FAE2DDF177465F5E38B1DAB2E39419_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 int3 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int3_Equals_mAD3F27218DB5A5341B15F177DBA5ED687A0727D1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
bool _returnValue;
_returnValue = int3_Equals_mAD3F27218DB5A5341B15F177DBA5ED687A0727D1(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int3::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int3_GetHashCode_m8AC6D1E8012392878EC4C8894FC3306D5DB2350E (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)__this);
uint32_t L_1;
L_1 = math_hash_m181FB0BD5E6965316733A6171F4144250567CED9_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 int3_GetHashCode_m8AC6D1E8012392878EC4C8894FC3306D5DB2350E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
int32_t _returnValue;
_returnValue = int3_GetHashCode_m8AC6D1E8012392878EC4C8894FC3306D5DB2350E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3_ToString_mF0D5E77289718FA92B3B386C9E956CA9F83D92FB (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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*)&_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3({0}, {1}, {2})", x, y, z);
int32_t L_0 = __this->___x_0;
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
int32_t L_3 = __this->___y_1;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
int32_t L_6 = __this->___z_2;
int32_t L_7 = L_6;
RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7);
String_t* L_9;
L_9 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E, L_2, L_5, L_8, NULL);
V_0 = L_9;
goto IL_002f;
}
IL_002f:
{
// }
String_t* L_10 = V_0;
return L_10;
}
}
IL2CPP_EXTERN_C String_t* int3_ToString_mF0D5E77289718FA92B3B386C9E956CA9F83D92FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3_ToString_mF0D5E77289718FA92B3B386C9E956CA9F83D92FB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3_ToString_mAB969F813E35B83C1B4ADC074583E3FAC5982632 (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3({0}, {1}, {2})", x.ToString(format, formatProvider), y.ToString(format, formatProvider), z.ToString(format, formatProvider));
int32_t* L_0 = (&__this->___x_0);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___formatProvider1;
String_t* L_3;
L_3 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_0, L_1, L_2, NULL);
int32_t* L_4 = (&__this->___y_1);
String_t* L_5 = ___format0;
RuntimeObject* L_6 = ___formatProvider1;
String_t* L_7;
L_7 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_4, L_5, L_6, NULL);
int32_t* L_8 = (&__this->___z_2);
String_t* L_9 = ___format0;
RuntimeObject* L_10 = ___formatProvider1;
String_t* L_11;
L_11 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_8, L_9, L_10, NULL);
String_t* L_12;
L_12 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E, L_3, L_7, L_11, NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// }
String_t* L_13 = V_0;
return L_13;
}
}
IL2CPP_EXTERN_C String_t* int3_ToString_mAB969F813E35B83C1B4ADC074583E3FAC5982632_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3_ToString_mAB969F813E35B83C1B4ADC074583E3FAC5982632_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.int3/DebuggerProxy::.ctor(Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerProxy__ctor_mB4B5D68D56D55562A9FD58AC5BEAA147964BDB24 (DebuggerProxy_tAFB326C3574F8F9D85D5349654B14A88E0EA2794* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___v0, const RuntimeMethod* method)
{
{
// public DebuggerProxy(int3 v)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// x = v.x;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___v0;
int32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// y = v.y;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_2 = ___v0;
int32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// z = v.z;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_4 = ___v0;
int32_t L_5 = L_4.___z_2;
__this->___z_2 = L_5;
// }
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.int3x2::.ctor(Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline(_thisAdjusted, ___c00, ___c11, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m46113106E244EFDDF1948D6645F4F0A4778103C7 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, const RuntimeMethod* method)
{
{
// this.c0 = new int3(m00, m10, m20);
int32_t L_0 = ___m000;
int32_t L_1 = ___m102;
int32_t L_2 = ___m204;
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 = ___m113;
int32_t L_6 = ___m215;
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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m46113106E244EFDDF1948D6645F4F0A4778103C7_AdjustorThunk (RuntimeObject* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m46113106E244EFDDF1948D6645F4F0A4778103C7_inline(_thisAdjusted, ___m000, ___m011, ___m102, ___m113, ___m204, ___m215, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_mBE7B1BDF6824AF4435DF0B06D39284104210D436 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_mBE7B1BDF6824AF4435DF0B06D39284104210D436_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_mBE7B1BDF6824AF4435DF0B06D39284104210D436_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m167D0FF3B55EA33CD3A13DED182AAD816C3D6BC1 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m167D0FF3B55EA33CD3A13DED182AAD816C3D6BC1_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m167D0FF3B55EA33CD3A13DED182AAD816C3D6BC1_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(Unity.Mathematics.bool3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m359126EE55C904EE56174F6B1615F63DEFFC5344 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 ___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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m359126EE55C904EE56174F6B1615F63DEFFC5344_AdjustorThunk (RuntimeObject* __this, bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m359126EE55C904EE56174F6B1615F63DEFFC5344_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m84AEDBFE20DACCE84306D6BA980693D5DF2A66B4 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m84AEDBFE20DACCE84306D6BA980693D5DF2A66B4_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m84AEDBFE20DACCE84306D6BA980693D5DF2A66B4_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(Unity.Mathematics.uint3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m78CC09F84EFE58F087B0DBA21BF128B6FD06E9A3 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 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;
uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m78CC09F84EFE58F087B0DBA21BF128B6FD06E9A3_AdjustorThunk (RuntimeObject* __this, uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m78CC09F84EFE58F087B0DBA21BF128B6FD06E9A3_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m77C9CFF250960F9F36D1E3A1A6879574697E154B (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m77C9CFF250960F9F36D1E3A1A6879574697E154B_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m77C9CFF250960F9F36D1E3A1A6879574697E154B_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(Unity.Mathematics.float3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m8500BA2CFB2CEC40DFDB304E66EC2BDB69E3888C (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB 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;
float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m8500BA2CFB2CEC40DFDB304E66EC2BDB69E3888C_AdjustorThunk (RuntimeObject* __this, float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m8500BA2CFB2CEC40DFDB304E66EC2BDB69E3888C_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_mB49CFC43A3B499C1DFD14CC6F8A41E9D3B6C55CB (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_mB49CFC43A3B499C1DFD14CC6F8A41E9D3B6C55CB_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_mB49CFC43A3B499C1DFD14CC6F8A41E9D3B6C55CB_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x2::.ctor(Unity.Mathematics.double3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x2__ctor_m1FD9843E2FAA020EEA572BC5ED217E2F9C37BAE1 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 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;
double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x2__ctor_m1FD9843E2FAA020EEA572BC5ED217E2F9C37BAE1_AdjustorThunk (RuntimeObject* __this, double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3x2__ctor_m1FD9843E2FAA020EEA572BC5ED217E2F9C37BAE1_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Implicit_m4D4AEB559B51076A6D5CE546F1E48074287644AB (int32_t ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int3x2(int v) { return new int3x2(v); }
int32_t L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_mBE7B1BDF6824AF4435DF0B06D39284104210D436_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int3x2(int v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_m6C27725CCD2537D5D7B7D197514EB98301AB0504 (bool ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(bool v) { return new int3x2(v); }
bool L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_m167D0FF3B55EA33CD3A13DED182AAD816C3D6BC1_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(bool v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(Unity.Mathematics.bool3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_m29049E20E23F33AD429FD5079F11157BC1F70DEC (bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(bool3x2 v) { return new int3x2(v); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_m359126EE55C904EE56174F6B1615F63DEFFC5344_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(bool3x2 v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_m33947AE13BEFC0A9B9EDCB129FC59777F6E5C342 (uint32_t ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(uint v) { return new int3x2(v); }
uint32_t L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_m84AEDBFE20DACCE84306D6BA980693D5DF2A66B4_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(uint v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(Unity.Mathematics.uint3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_m82162CE9823D70F67FE6EAAD5EA07BFBF2FFF68E (uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(uint3x2 v) { return new int3x2(v); }
uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_m78CC09F84EFE58F087B0DBA21BF128B6FD06E9A3_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(uint3x2 v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_m7B25C8348358DDDE7177AAE7A94F50B0F3DB403C (float ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(float v) { return new int3x2(v); }
float L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_m77C9CFF250960F9F36D1E3A1A6879574697E154B_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(float v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(Unity.Mathematics.float3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_mF28C59284CC25AC4DE1ADFD32836FD5AE2E24703 (float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(float3x2 v) { return new int3x2(v); }
float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_m8500BA2CFB2CEC40DFDB304E66EC2BDB69E3888C_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(float3x2 v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_m6B859646AD053E406429824B23B29C8E1201DFBA (double ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(double v) { return new int3x2(v); }
double L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_mB49CFC43A3B499C1DFD14CC6F8A41E9D3B6C55CB_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(double v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Explicit(Unity.Mathematics.double3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Explicit_m006187A7F118E51EBF17AAF49365EA8F4F1BADC7 (double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 ___v0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x2(double3x2 v) { return new int3x2(v); }
double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 L_0 = ___v0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_1;
memset((&L_1), 0, sizeof(L_1));
int3x2__ctor_m1FD9843E2FAA020EEA572BC5ED217E2F9C37BAE1_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x2(double3x2 v) { return new int3x2(v); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Multiply(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Multiply_mE98018588570CBF94F5EE4C699D61CCDDD5DA3D9 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator * (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator * (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Multiply(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Multiply_m7087CBB081CCE10BF12D907C25775DF93B248B34 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator * (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 * rhs, lhs.c1 * rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator * (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 * rhs, lhs.c1 * rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Multiply(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Multiply_m77392C6655A3EC20E679506A2A27633C48C94DEB (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator * (int lhs, int3x2 rhs) { return new int3x2 (lhs * rhs.c0, lhs * rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator * (int lhs, int3x2 rhs) { return new int3x2 (lhs * rhs.c0, lhs * rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Addition(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Addition_m12DB6767DE1BC376E579C2B62097EC72B4B2B912 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator + (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator + (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Addition(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Addition_mD1362282AAD1E9EA3F25E40C8802DA852EB4306F (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator + (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 + rhs, lhs.c1 + rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator + (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 + rhs, lhs.c1 + rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Addition(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Addition_m631B516516F7F018741068DAE32870A9F68E5DC5 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator + (int lhs, int3x2 rhs) { return new int3x2 (lhs + rhs.c0, lhs + rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator + (int lhs, int3x2 rhs) { return new int3x2 (lhs + rhs.c0, lhs + rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Subtraction(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Subtraction_mAD672C62E7B15077AA5E22838ABA228E10C96A76 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator - (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator - (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Subtraction(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Subtraction_mF4EED1926204430596B44B91AA2BAFB1851AEA71 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator - (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 - rhs, lhs.c1 - rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator - (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 - rhs, lhs.c1 - rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Subtraction(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Subtraction_mB7CD42B0B01785A605687F9DB7607418881A744E (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator - (int lhs, int3x2 rhs) { return new int3x2 (lhs - rhs.c0, lhs - rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator - (int lhs, int3x2 rhs) { return new int3x2 (lhs - rhs.c0, lhs - rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Division(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Division_m4F8A30FF18E62154797ADD5715E1061ACECD4E46 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator / (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator / (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Division(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Division_m83A7D0A3814916835CF4961717D19E8C6F42E8D6 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator / (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 / rhs, lhs.c1 / rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator / (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 / rhs, lhs.c1 / rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Division(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Division_m7E078E4F2A2048BD646C15E453E4C0F6C273740B (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator / (int lhs, int3x2 rhs) { return new int3x2 (lhs / rhs.c0, lhs / rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator / (int lhs, int3x2 rhs) { return new int3x2 (lhs / rhs.c0, lhs / rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Modulus(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Modulus_mC0D0FB5F5363419AB010AD0329B8D4DCFE50A4AA (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator % (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator % (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Modulus(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Modulus_m5ADE90CDB1A075F0F699B250F3AEC05B83634834 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator % (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 % rhs, lhs.c1 % rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator % (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 % rhs, lhs.c1 % rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Modulus(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Modulus_mE184B4DBFE42EEFC43424FBC526A7F2EC6ABA683 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator % (int lhs, int3x2 rhs) { return new int3x2 (lhs % rhs.c0, lhs % rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator % (int lhs, int3x2 rhs) { return new int3x2 (lhs % rhs.c0, lhs % rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Increment(Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Increment_m6B6FCF61DD3D012BE9933A82D8FF387E304726EB (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3x2 operator ++ (int3x2 val) { return new int3x2 (++val.c0, ++val.c1); }
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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_12;
memset((&L_12), 0, sizeof(L_12));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_12), L_5, L_11, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_003d;
}
IL_003d:
{
// public static int3x2 operator ++ (int3x2 val) { return new int3x2 (++val.c0, ++val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_13 = V_1;
return L_13;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_Decrement(Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_Decrement_mC92B1B9CF1B7E15CA6F3F72FE983CDE1D7AA82E9 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3x2 operator -- (int3x2 val) { return new int3x2 (--val.c0, --val.c1); }
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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_12;
memset((&L_12), 0, sizeof(L_12));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_12), L_5, L_11, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_003d;
}
IL_003d:
{
// public static int3x2 operator -- (int3x2 val) { return new int3x2 (--val.c0, --val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_13 = V_1;
return L_13;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_LessThan(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_LessThan_mD4B9A5E969ED1A0EB682B8FC152CFA8709920193 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator < (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_10;
memset((&L_10), 0, sizeof(L_10));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool3x2 operator < (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_LessThan(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_LessThan_mA67976C5660B7816C7841C825179B594A9B6BEC7 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator < (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 < rhs, lhs.c1 < rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator < (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 < rhs, lhs.c1 < rhs); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_LessThan(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_LessThan_m7661747E9A5951EBEE3DA140058215A5DF9F9870 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator < (int lhs, int3x2 rhs) { return new bool3x2 (lhs < rhs.c0, lhs < rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator < (int lhs, int3x2 rhs) { return new bool3x2 (lhs < rhs.c0, lhs < rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_LessThanOrEqual(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_LessThanOrEqual_m7BB70451BAAFE549656191A8B78380AAC8B6F7FF (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator <= (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_10;
memset((&L_10), 0, sizeof(L_10));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool3x2 operator <= (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_LessThanOrEqual(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_LessThanOrEqual_m21616894FECFB811D9CEA639ACEB2F39FAAAD2C4 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator <= (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 <= rhs, lhs.c1 <= rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator <= (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 <= rhs, lhs.c1 <= rhs); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_LessThanOrEqual_mDDF255772CE54AE0ED729CCAA8983CD7050FA48B (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator <= (int lhs, int3x2 rhs) { return new bool3x2 (lhs <= rhs.c0, lhs <= rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator <= (int lhs, int3x2 rhs) { return new bool3x2 (lhs <= rhs.c0, lhs <= rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_GreaterThan(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_GreaterThan_mE638771C94D7EBD0E220D6718A6757324ACABDAC (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator > (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_10;
memset((&L_10), 0, sizeof(L_10));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool3x2 operator > (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_GreaterThan(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_GreaterThan_m65B1FEDD346346F785706D843A2E6A30233E86F7 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator > (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 > rhs, lhs.c1 > rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator > (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 > rhs, lhs.c1 > rhs); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_GreaterThan(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_GreaterThan_mC017E818CE4EAB12240032A5D108ECCA40ABE9B5 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator > (int lhs, int3x2 rhs) { return new bool3x2 (lhs > rhs.c0, lhs > rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator > (int lhs, int3x2 rhs) { return new bool3x2 (lhs > rhs.c0, lhs > rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_GreaterThanOrEqual(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_GreaterThanOrEqual_m44E6583402AD975F8AB2F37E48C69059F5F432A2 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator >= (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_10;
memset((&L_10), 0, sizeof(L_10));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool3x2 operator >= (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_GreaterThanOrEqual(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_GreaterThanOrEqual_m69101BB024820A0AB4465FF8ECD2D3CAA29050B7 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator >= (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 >= rhs, lhs.c1 >= rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator >= (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 >= rhs, lhs.c1 >= rhs); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_GreaterThanOrEqual_mB061BB2D98123EA9CB7FE954DC197815868CCEE3 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator >= (int lhs, int3x2 rhs) { return new bool3x2 (lhs >= rhs.c0, lhs >= rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator >= (int lhs, int3x2 rhs) { return new bool3x2 (lhs >= rhs.c0, lhs >= rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_UnaryNegation(Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_UnaryNegation_m129A6D94B3094F7271771577B3A6E209167073D0 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___val0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator - (int3x2 val) { return new int3x2 (-val.c0, -val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_6;
memset((&L_6), 0, sizeof(L_6));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int3x2 operator - (int3x2 val) { return new int3x2 (-val.c0, -val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_UnaryPlus(Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_UnaryPlus_m2F1F5A41E9EBD9C8711C7FC946E2345E5711886F (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___val0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator + (int3x2 val) { return new int3x2 (+val.c0, +val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_6;
memset((&L_6), 0, sizeof(L_6));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int3x2 operator + (int3x2 val) { return new int3x2 (+val.c0, +val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_LeftShift(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_LeftShift_mC03F89325D88BEB94665C0B5E31B9D00997E16DF (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator << (int3x2 x, int n) { return new int3x2 (x.c0 << n, x.c1 << n); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator << (int3x2 x, int n) { return new int3x2 (x.c0 << n, x.c1 << n); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_RightShift(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_RightShift_m3594A934A71D04466773037093782AFD6A996473 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator >> (int3x2 x, int n) { return new int3x2 (x.c0 >> n, x.c1 >> n); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator >> (int3x2 x, int n) { return new int3x2 (x.c0 >> n, x.c1 >> n); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_Equality(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_Equality_mB42CC77996159BB4FDD18DEDBBB207002246425A (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator == (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_10;
memset((&L_10), 0, sizeof(L_10));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool3x2 operator == (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_Equality(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_Equality_m276D6659DC2BAF2C05960B80F205D28AFF1A0F5B (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator == (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 == rhs, lhs.c1 == rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator == (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 == rhs, lhs.c1 == rhs); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_Equality(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_Equality_m4E34B9EB543B588AB77F0C6263DC26E699855EB4 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator == (int lhs, int3x2 rhs) { return new bool3x2 (lhs == rhs.c0, lhs == rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator == (int lhs, int3x2 rhs) { return new bool3x2 (lhs == rhs.c0, lhs == rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_Inequality(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_Inequality_mDB0D5103908DDA1231B179120F7D6927654B9822 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator != (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_10;
memset((&L_10), 0, sizeof(L_10));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static bool3x2 operator != (int3x2 lhs, int3x2 rhs) { return new bool3x2 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_Inequality(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_Inequality_m8AC1CEA8C39694B02DAC414ED2D8AE643FE0DDA8 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator != (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 != rhs, lhs.c1 != rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator != (int3x2 lhs, int rhs) { return new bool3x2 (lhs.c0 != rhs, lhs.c1 != rhs); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.bool3x2 Unity.Mathematics.int3x2::op_Inequality(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 int3x2_op_Inequality_mD7DC6916D8DB76A37CDC3232806B705E08B4B8FE (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x2 operator != (int lhs, int3x2 rhs) { return new bool3x2 (lhs != rhs.c0, lhs != rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_8;
memset((&L_8), 0, sizeof(L_8));
bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static bool3x2 operator != (int lhs, int3x2 rhs) { return new bool3x2 (lhs != rhs.c0, lhs != rhs.c1); }
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_OnesComplement(Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_OnesComplement_mE4CD0377310959665183D483553B9FA81B95162A (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___val0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator ~ (int3x2 val) { return new int3x2 (~val.c0, ~val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_6;
memset((&L_6), 0, sizeof(L_6));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int3x2 operator ~ (int3x2 val) { return new int3x2 (~val.c0, ~val.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_7 = V_0;
return L_7;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_BitwiseAnd(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_BitwiseAnd_m07321A353EED538F115FC66C711A54BC9A6947D7 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator & (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator & (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_BitwiseAnd(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_BitwiseAnd_m8B95497F7EDBDBD5EDB7BE25D4A3970D383E145F (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator & (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 & rhs, lhs.c1 & rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator & (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 & rhs, lhs.c1 & rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_BitwiseAnd(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_BitwiseAnd_mB9F940CC9907830DEF81E551DF5ADCE84AB4D4D6 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator & (int lhs, int3x2 rhs) { return new int3x2 (lhs & rhs.c0, lhs & rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator & (int lhs, int3x2 rhs) { return new int3x2 (lhs & rhs.c0, lhs & rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_BitwiseOr(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_BitwiseOr_mB65AEB2EF4C1B66A7ABE9231A3365569DC0D0F31 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator | (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator | (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_BitwiseOr(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_BitwiseOr_m59EADFBB0642EF945FC15763B2C7A2C2DE7829BA (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator | (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 | rhs, lhs.c1 | rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator | (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 | rhs, lhs.c1 | rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_BitwiseOr(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_BitwiseOr_m695C2BC4010757D0FC8EF278EB64BE6F35287D40 (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator | (int lhs, int3x2 rhs) { return new int3x2 (lhs | rhs.c0, lhs | rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator | (int lhs, int3x2 rhs) { return new int3x2 (lhs | rhs.c0, lhs | rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_ExclusiveOr(Unity.Mathematics.int3x2,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_ExclusiveOr_m93DD60690C3DD8275D693849ECB15320DFEE50D6 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator ^ (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_10;
memset((&L_10), 0, sizeof(L_10));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
// public static int3x2 operator ^ (int3x2 lhs, int3x2 rhs) { return new int3x2 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_11 = V_0;
return L_11;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_ExclusiveOr(Unity.Mathematics.int3x2,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_ExclusiveOr_mCF60E4A813885F05872D41D59E9886CE6161D48D (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator ^ (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 ^ rhs, lhs.c1 ^ rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator ^ (int3x2 lhs, int rhs) { return new int3x2 (lhs.c0 ^ rhs, lhs.c1 ^ rhs); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3x2 Unity.Mathematics.int3x2::op_ExclusiveOr(System.Int32,Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA int3x2_op_ExclusiveOr_m094C48A49708C72B13100559C9074BFDD6B0759B (int32_t ___lhs0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x2 operator ^ (int lhs, int3x2 rhs) { return new int3x2 (lhs ^ rhs.c0, lhs ^ rhs.c1); }
int32_t L_0 = ___lhs0;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_8;
memset((&L_8), 0, sizeof(L_8));
int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
// public static int3x2 operator ^ (int lhs, int3x2 rhs) { return new int3x2 (lhs ^ rhs.c0, lhs ^ rhs.c1); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_9 = V_0;
return L_9;
}
}
// Unity.Mathematics.int3& Unity.Mathematics.int3x2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* int3x2_get_Item_mF85F7B96176D813D4CAF277FD8CE17C2A94EB5F3 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* V_0 = NULL;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* V_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* V_2 = NULL;
{
V_1 = __this;
// fixed (int3x2* array = &this) { return ref ((int3*)array)[index]; }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* L_0 = V_1;
V_0 = (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*)((uintptr_t)L_0);
// fixed (int3x2* array = &this) { return ref ((int3*)array)[index]; }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF);
V_2 = (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)((int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*)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* int3x2_get_Item_mF85F7B96176D813D4CAF277FD8CE17C2A94EB5F3_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _returnValue;
_returnValue = int3x2_get_Item_mF85F7B96176D813D4CAF277FD8CE17C2A94EB5F3(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int3x2::Equals(Unity.Mathematics.int3x2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x2_Equals_m8AE1E8B16DF3224C98CD840F23A82F414EE1152A (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int3x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&__this->___c0_0);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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_0027;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_4 = (&__this->___c1_1);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
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(int3x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
bool L_8 = V_0;
return L_8;
}
}
IL2CPP_EXTERN_C bool int3x2_Equals_m8AE1E8B16DF3224C98CD840F23A82F414EE1152A_AdjustorThunk (RuntimeObject* __this, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
bool _returnValue;
_returnValue = int3x2_Equals_m8AE1E8B16DF3224C98CD840F23A82F414EE1152A_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int3x2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x2_Equals_mA18F4AE6A50FD4866E4AD38AFC888C34D9143DAE (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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 int3x2 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*)((int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*)(int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*)UnBox(L_1, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA_il2cpp_TypeInfo_var))));
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_2 = V_0;
bool L_3;
L_3 = int3x2_Equals_m8AE1E8B16DF3224C98CD840F23A82F414EE1152A_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 int3x2 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int3x2_Equals_mA18F4AE6A50FD4866E4AD38AFC888C34D9143DAE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
bool _returnValue;
_returnValue = int3x2_Equals_mA18F4AE6A50FD4866E4AD38AFC888C34D9143DAE(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int3x2::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int3x2_GetHashCode_mE0398A016497D1C03EDF36F6566C45A34E7BF199 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = (*(int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*)__this);
uint32_t L_1;
L_1 = math_hash_mAAB0B1C1C2C57A0C4F4E3F3E905B137B295C1CD5_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 int3x2_GetHashCode_mE0398A016497D1C03EDF36F6566C45A34E7BF199_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
int32_t _returnValue;
_returnValue = int3x2_GetHashCode_mE0398A016497D1C03EDF36F6566C45A34E7BF199_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3x2::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3x2_ToString_mB8EC6595349A88B871C6E0EDB5A6152EEACFEBF4 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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*)&_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x2({0}, {1}, {2}, {3}, {4}, {5})", c0.x, c1.x, c0.y, c1.y, c0.z, c1.z);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_31;
L_31 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44, L_26, NULL);
V_0 = L_31;
goto IL_0086;
}
IL_0086:
{
// }
String_t* L_32 = V_0;
return L_32;
}
}
IL2CPP_EXTERN_C String_t* int3x2_ToString_mB8EC6595349A88B871C6E0EDB5A6152EEACFEBF4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3x2_ToString_mB8EC6595349A88B871C6E0EDB5A6152EEACFEBF4_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3x2::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3x2_ToString_m9D44B58B539FF5D2D58834BDE4EB3EB111A6FE12 (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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*)&_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x2({0}, {1}, {2}, {3}, {4}, {5})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_37;
L_37 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44, L_31, NULL);
V_0 = L_37;
goto IL_0092;
}
IL_0092:
{
// }
String_t* L_38 = V_0;
return L_38;
}
}
IL2CPP_EXTERN_C String_t* int3x2_ToString_m9D44B58B539FF5D2D58834BDE4EB3EB111A6FE12_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3x2_ToString_m9D44B58B539FF5D2D58834BDE4EB3EB111A6FE12_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.int3x3::.ctor(Unity.Mathematics.int3,Unity.Mathematics.int3,Unity.Mathematics.int3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_AdjustorThunk (RuntimeObject* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline(_thisAdjusted, ___c00, ___c11, ___c22, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(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 int3x3__ctor_m3E5734C7BC0F1B07235FD53E23A3BD4A1BF95FF7 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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, const RuntimeMethod* method)
{
{
// this.c0 = new int3(m00, m10, m20);
int32_t L_0 = ___m000;
int32_t L_1 = ___m103;
int32_t L_2 = ___m206;
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 = ___m114;
int32_t L_6 = ___m217;
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 = ___m125;
int32_t L_10 = ___m228;
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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m3E5734C7BC0F1B07235FD53E23A3BD4A1BF95FF7_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, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m3E5734C7BC0F1B07235FD53E23A3BD4A1BF95FF7_inline(_thisAdjusted, ___m000, ___m011, ___m022, ___m103, ___m114, ___m125, ___m206, ___m217, ___m228, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_mC6104B5F63D57EC0E6E95FB380EB691FE7912B6F (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_mC6104B5F63D57EC0E6E95FB380EB691FE7912B6F_AdjustorThunk (RuntimeObject* __this, int32_t ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_mC6104B5F63D57EC0E6E95FB380EB691FE7912B6F_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_m368212646572394B1018558350A9B03CBBEDD3A2 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m368212646572394B1018558350A9B03CBBEDD3A2_AdjustorThunk (RuntimeObject* __this, bool ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m368212646572394B1018558350A9B03CBBEDD3A2_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.bool3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_m0498168D7DEF1B6D460FEEEF7EC9B6446CEC3FEC (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 ___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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m0498168D7DEF1B6D460FEEEF7EC9B6446CEC3FEC_AdjustorThunk (RuntimeObject* __this, bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m0498168D7DEF1B6D460FEEEF7EC9B6446CEC3FEC_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_m1C368B47F295BA942ACD4B818FB50C6AB55AE216 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m1C368B47F295BA942ACD4B818FB50C6AB55AE216_AdjustorThunk (RuntimeObject* __this, uint32_t ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m1C368B47F295BA942ACD4B818FB50C6AB55AE216_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.uint3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_m9EE0695B5174262439027FBF2717B2E6544604E2 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB 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;
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB 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;
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m9EE0695B5174262439027FBF2717B2E6544604E2_AdjustorThunk (RuntimeObject* __this, uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m9EE0695B5174262439027FBF2717B2E6544604E2_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_mED219D29C4BC4BDA8B21533F1D1851BC349E4136 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_mED219D29C4BC4BDA8B21533F1D1851BC349E4136_AdjustorThunk (RuntimeObject* __this, float ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_mED219D29C4BC4BDA8B21533F1D1851BC349E4136_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.float3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_m17F2AC611EEDC2D7973A9F0C4390717ADEC4F4BC (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 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;
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 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;
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m17F2AC611EEDC2D7973A9F0C4390717ADEC4F4BC_AdjustorThunk (RuntimeObject* __this, float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m17F2AC611EEDC2D7973A9F0C4390717ADEC4F4BC_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_m34F9F92CCE0DD17447A364F88A6C4B4707572B56 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_m34F9F92CCE0DD17447A364F88A6C4B4707572B56_AdjustorThunk (RuntimeObject* __this, double ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_m34F9F92CCE0DD17447A364F88A6C4B4707572B56_inline(_thisAdjusted, ___v0, method);
}
// System.Void Unity.Mathematics.int3x3::.ctor(Unity.Mathematics.double3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__ctor_mC76C5D19F11D92CA9697851FCEF69A5E3F6BD620 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 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;
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 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;
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 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;
// }
return;
}
}
IL2CPP_EXTERN_C void int3x3__ctor_mC76C5D19F11D92CA9697851FCEF69A5E3F6BD620_AdjustorThunk (RuntimeObject* __this, double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3x3__ctor_mC76C5D19F11D92CA9697851FCEF69A5E3F6BD620_inline(_thisAdjusted, ___v0, method);
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Implicit_m0AC9CD4D353DAF31858FB56925038F66E2B616C2 (int32_t ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int3x3(int v) { return new int3x3(v); }
int32_t L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_mC6104B5F63D57EC0E6E95FB380EB691FE7912B6F_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int3x3(int v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_mC29C8E919A1B6B85672B15B479ABC833B00EA3FF (bool ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(bool v) { return new int3x3(v); }
bool L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_m368212646572394B1018558350A9B03CBBEDD3A2_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(bool v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(Unity.Mathematics.bool3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_mCC0DD7F0BF08053820D9947FCA8D9AF3A1328A64 (bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(bool3x3 v) { return new int3x3(v); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_m0498168D7DEF1B6D460FEEEF7EC9B6446CEC3FEC_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(bool3x3 v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_m95347A40553CBCEA01EA23C89B99A9047779B3B1 (uint32_t ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(uint v) { return new int3x3(v); }
uint32_t L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_m1C368B47F295BA942ACD4B818FB50C6AB55AE216_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(uint v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(Unity.Mathematics.uint3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_m33E2428D64A13D7A51513F53B3DD0DFC0C9BB905 (uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(uint3x3 v) { return new int3x3(v); }
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_m9EE0695B5174262439027FBF2717B2E6544604E2_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(uint3x3 v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_m5FD230082A085BCDBF49033123A5FA31A71E04AE (float ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(float v) { return new int3x3(v); }
float L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_mED219D29C4BC4BDA8B21533F1D1851BC349E4136_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(float v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(Unity.Mathematics.float3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_mB06C86693DCF261D86A6C0CD9450C718E8ED85C0 (float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(float3x3 v) { return new int3x3(v); }
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_m17F2AC611EEDC2D7973A9F0C4390717ADEC4F4BC_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(float3x3 v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_m28126FD35E387D7E311596A86E6790EF55FA064C (double ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(double v) { return new int3x3(v); }
double L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_m34F9F92CCE0DD17447A364F88A6C4B4707572B56_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(double v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Explicit(Unity.Mathematics.double3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Explicit_mACD926E9C94A1A5C708136B9EFD4C99B57F1C635 (double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 ___v0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int3x3(double3x3 v) { return new int3x3(v); }
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 L_0 = ___v0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_1;
memset((&L_1), 0, sizeof(L_1));
int3x3__ctor_mC76C5D19F11D92CA9697851FCEF69A5E3F6BD620_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int3x3(double3x3 v) { return new int3x3(v); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
return L_2;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Multiply(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Multiply_m713856F3E0FEE696C5E0125E7D35D28B2EC060A2 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator * (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator * (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 * rhs.c0, lhs.c1 * rhs.c1, lhs.c2 * rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Multiply(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Multiply_mED23120ACC2EB287FE9108C4D52F4E115A1A7CF9 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator * (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator * (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 * rhs, lhs.c1 * rhs, lhs.c2 * rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Multiply(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Multiply_m1121547AB2F66218396CA41577B056A60E99092B (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator * (int lhs, int3x3 rhs) { return new int3x3 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator * (int lhs, int3x3 rhs) { return new int3x3 (lhs * rhs.c0, lhs * rhs.c1, lhs * rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Addition(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Addition_mF2E8CDC7C9D4538B59C9502BFDA5E44F262E65D3 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator + (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator + (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 + rhs.c0, lhs.c1 + rhs.c1, lhs.c2 + rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Addition(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Addition_m0B558DAA0BE0D55D265B9CEF979BDBA81F4FC6DE (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator + (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator + (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 + rhs, lhs.c1 + rhs, lhs.c2 + rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Addition(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Addition_m8899733A81D8A3B7FC8D274303BF2DA8BB3F6440 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator + (int lhs, int3x3 rhs) { return new int3x3 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator + (int lhs, int3x3 rhs) { return new int3x3 (lhs + rhs.c0, lhs + rhs.c1, lhs + rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Subtraction(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Subtraction_m1B4F635AB782F0FCA3AD33CF23385ACD87B1F57C (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator - (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator - (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 - rhs.c0, lhs.c1 - rhs.c1, lhs.c2 - rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Subtraction(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Subtraction_m72ADBDB59272D4E44EBBC6F1BF206FB28C0A558F (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator - (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator - (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 - rhs, lhs.c1 - rhs, lhs.c2 - rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Subtraction(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Subtraction_mC758E998CB9EF3C14DCDCF10873F39F4F3DA7E60 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator - (int lhs, int3x3 rhs) { return new int3x3 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator - (int lhs, int3x3 rhs) { return new int3x3 (lhs - rhs.c0, lhs - rhs.c1, lhs - rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Division(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Division_mCD24D13104AA0327671BB37FF6EC5C505DFC43D7 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator / (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator / (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 / rhs.c0, lhs.c1 / rhs.c1, lhs.c2 / rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Division(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Division_m19ACBCA970DE8598F87A2B16C39E0610E07CF0A7 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator / (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator / (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 / rhs, lhs.c1 / rhs, lhs.c2 / rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Division(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Division_mFC703BBD007B4841A92F5125B3BE4E7444B3AA99 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator / (int lhs, int3x3 rhs) { return new int3x3 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator / (int lhs, int3x3 rhs) { return new int3x3 (lhs / rhs.c0, lhs / rhs.c1, lhs / rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Modulus(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Modulus_m1A3C6D9411DE531AF4CBD6FBECBBC7B43996BD07 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator % (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator % (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 % rhs.c0, lhs.c1 % rhs.c1, lhs.c2 % rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Modulus(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Modulus_mA99ACAE3DDB61B919D9BB4B765D26D0C9A07DD85 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator % (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator % (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 % rhs, lhs.c1 % rhs, lhs.c2 % rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Modulus(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Modulus_m25685AEAE63471180C251CC1C818FC0D9029DC3F (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator % (int lhs, int3x3 rhs) { return new int3x3 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator % (int lhs, int3x3 rhs) { return new int3x3 (lhs % rhs.c0, lhs % rhs.c1, lhs % rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Increment(Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Increment_m0B31F8BC14ED1B65D88DA4F7F5280C2E9443B186 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3x3 operator ++ (int3x3 val) { return new int3x3 (++val.c0, ++val.c1, ++val.c2); }
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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_18;
memset((&L_18), 0, sizeof(L_18));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_18), L_5, L_11, L_17, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0057;
}
IL_0057:
{
// public static int3x3 operator ++ (int3x3 val) { return new int3x3 (++val.c0, ++val.c1, ++val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_19 = V_1;
return L_19;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_Decrement(Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_Decrement_m55F4E8AEC90DEB01C4B1EEE8B09937CD5A73BE6C (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___val0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF V_0;
memset((&V_0), 0, sizeof(V_0));
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int3x3 operator -- (int3x3 val) { return new int3x3 (--val.c0, --val.c1, --val.c2); }
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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_18;
memset((&L_18), 0, sizeof(L_18));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_18), L_5, L_11, L_17, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0057;
}
IL_0057:
{
// public static int3x3 operator -- (int3x3 val) { return new int3x3 (--val.c0, --val.c1, --val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_19 = V_1;
return L_19;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_LessThan(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_LessThan_mB2B097CCF93344EB4B3DAEFD37957405AA35BBD9 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator < (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_15;
memset((&L_15), 0, sizeof(L_15));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool3x3 operator < (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 < rhs.c0, lhs.c1 < rhs.c1, lhs.c2 < rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_LessThan(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_LessThan_mC6ACE31E7D3EF9A2A0D15C33D806BDB23620523D (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator < (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator < (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 < rhs, lhs.c1 < rhs, lhs.c2 < rhs); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_LessThan(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_LessThan_m0A008103D0DFD1DA8B336D75AF8304354C2AE719 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator < (int lhs, int3x3 rhs) { return new bool3x3 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator < (int lhs, int3x3 rhs) { return new bool3x3 (lhs < rhs.c0, lhs < rhs.c1, lhs < rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_LessThanOrEqual(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_LessThanOrEqual_m94B18BADF15804BD90670A9801418053EE49F26C (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator <= (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_15;
memset((&L_15), 0, sizeof(L_15));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool3x3 operator <= (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 <= rhs.c0, lhs.c1 <= rhs.c1, lhs.c2 <= rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_LessThanOrEqual(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_LessThanOrEqual_m9D5707D19F45A3521416ACD1C37C78827645E6D8 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator <= (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator <= (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 <= rhs, lhs.c1 <= rhs, lhs.c2 <= rhs); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_LessThanOrEqual(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_LessThanOrEqual_m5AF71BC4F6B2C1F67A3A5CD5FF90A5BF5D3A463E (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator <= (int lhs, int3x3 rhs) { return new bool3x3 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator <= (int lhs, int3x3 rhs) { return new bool3x3 (lhs <= rhs.c0, lhs <= rhs.c1, lhs <= rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_GreaterThan(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_GreaterThan_m144CD038971483690C00A0B6509C7D2FA9681B16 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator > (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_15;
memset((&L_15), 0, sizeof(L_15));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool3x3 operator > (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 > rhs.c0, lhs.c1 > rhs.c1, lhs.c2 > rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_GreaterThan(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_GreaterThan_m07AC7A031005D9B6245EB5FE9F9E88AAE2F75B95 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator > (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator > (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 > rhs, lhs.c1 > rhs, lhs.c2 > rhs); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_GreaterThan(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_GreaterThan_m952B5BD9061F6969F2CC4B9623E83BC16D46AE53 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator > (int lhs, int3x3 rhs) { return new bool3x3 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator > (int lhs, int3x3 rhs) { return new bool3x3 (lhs > rhs.c0, lhs > rhs.c1, lhs > rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_GreaterThanOrEqual(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_GreaterThanOrEqual_m0FF9E319EA62C1B9BC4F8A4C3CEF8611480142D7 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator >= (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_15;
memset((&L_15), 0, sizeof(L_15));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool3x3 operator >= (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 >= rhs.c0, lhs.c1 >= rhs.c1, lhs.c2 >= rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_GreaterThanOrEqual(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_GreaterThanOrEqual_m60FE6E1318CD2783CC839EF3B664DDB0B33852E6 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator >= (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator >= (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 >= rhs, lhs.c1 >= rhs, lhs.c2 >= rhs); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_GreaterThanOrEqual(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_GreaterThanOrEqual_mDCBC64963A3E4888C48CA1C1BA63CC02C082907B (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator >= (int lhs, int3x3 rhs) { return new bool3x3 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator >= (int lhs, int3x3 rhs) { return new bool3x3 (lhs >= rhs.c0, lhs >= rhs.c1, lhs >= rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_UnaryNegation(Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_UnaryNegation_mF57315C10AA4D61F382645884FE578E10663AA63 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___val0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator - (int3x3 val) { return new int3x3 (-val.c0, -val.c1, -val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_9;
memset((&L_9), 0, sizeof(L_9));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int3x3 operator - (int3x3 val) { return new int3x3 (-val.c0, -val.c1, -val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_UnaryPlus(Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_UnaryPlus_m9CBB80F10C9853275A3B79C707B5A7654D6239B4 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___val0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator + (int3x3 val) { return new int3x3 (+val.c0, +val.c1, +val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_9;
memset((&L_9), 0, sizeof(L_9));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int3x3 operator + (int3x3 val) { return new int3x3 (+val.c0, +val.c1, +val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_LeftShift(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_LeftShift_m1BF3D3B386958A302FB126ACBB65E5DFF8C8A735 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator << (int3x3 x, int n) { return new int3x3 (x.c0 << n, x.c1 << n, x.c2 << n); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator << (int3x3 x, int n) { return new int3x3 (x.c0 << n, x.c1 << n, x.c2 << n); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_RightShift(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_RightShift_mE87984A09A5DC64496B3E9836D38CC978FEAADAC (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator >> (int3x3 x, int n) { return new int3x3 (x.c0 >> n, x.c1 >> n, x.c2 >> n); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator >> (int3x3 x, int n) { return new int3x3 (x.c0 >> n, x.c1 >> n, x.c2 >> n); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_Equality(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_Equality_m3A420E58FC45F4BD6062C67A3DB2BFBBDEB72650 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator == (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_15;
memset((&L_15), 0, sizeof(L_15));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool3x3 operator == (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 == rhs.c0, lhs.c1 == rhs.c1, lhs.c2 == rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_Equality(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_Equality_m50A803280CD240A9673C03CEBFB9CAAAD5C27B3C (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator == (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator == (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 == rhs, lhs.c1 == rhs, lhs.c2 == rhs); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_Equality(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_Equality_m25EF4E5BDFBE7A42ACD508BC9A195B94E2CFC0F1 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator == (int lhs, int3x3 rhs) { return new bool3x3 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator == (int lhs, int3x3 rhs) { return new bool3x3 (lhs == rhs.c0, lhs == rhs.c1, lhs == rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_Inequality(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_Inequality_m1E86BF5CE9244C2F4CF2EBF9CB4C7A05A9BD7638 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator != (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_15;
memset((&L_15), 0, sizeof(L_15));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static bool3x3 operator != (int3x3 lhs, int3x3 rhs) { return new bool3x3 (lhs.c0 != rhs.c0, lhs.c1 != rhs.c1, lhs.c2 != rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_Inequality(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_Inequality_mF303029F318D386CAECDA96878AD086BEBE5E07F (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator != (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator != (int3x3 lhs, int rhs) { return new bool3x3 (lhs.c0 != rhs, lhs.c1 != rhs, lhs.c2 != rhs); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.bool3x3 Unity.Mathematics.int3x3::op_Inequality(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 int3x3_op_Inequality_m0DF90CA7FE6732F768D747E973BFF3A429AF3974 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool3x3 operator != (int lhs, int3x3 rhs) { return new bool3x3 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_12;
memset((&L_12), 0, sizeof(L_12));
bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static bool3x3 operator != (int lhs, int3x3 rhs) { return new bool3x3 (lhs != rhs.c0, lhs != rhs.c1, lhs != rhs.c2); }
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_OnesComplement(Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_OnesComplement_m6A8325C23E14658F04A5176476B2B84A20E40073 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___val0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator ~ (int3x3 val) { return new int3x3 (~val.c0, ~val.c1, ~val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_9;
memset((&L_9), 0, sizeof(L_9));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_002a;
}
IL_002a:
{
// public static int3x3 operator ~ (int3x3 val) { return new int3x3 (~val.c0, ~val.c1, ~val.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = V_0;
return L_10;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_BitwiseAnd(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_BitwiseAnd_m4452C3436A3776519FAAC3516CF07757642068D9 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator & (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator & (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 & rhs.c0, lhs.c1 & rhs.c1, lhs.c2 & rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_BitwiseAnd(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_BitwiseAnd_m7AB6613FB15549C495DB0BFEC8632F3D5605C5E2 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator & (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator & (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 & rhs, lhs.c1 & rhs, lhs.c2 & rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_BitwiseAnd(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_BitwiseAnd_mE41F9E6EA0A07336FCFABA2AEC15A292144F203D (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator & (int lhs, int3x3 rhs) { return new int3x3 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator & (int lhs, int3x3 rhs) { return new int3x3 (lhs & rhs.c0, lhs & rhs.c1, lhs & rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_BitwiseOr(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_BitwiseOr_m7A17A1B942C5A46D0C270CEFA274CF1AC001E675 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator | (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator | (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 | rhs.c0, lhs.c1 | rhs.c1, lhs.c2 | rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_BitwiseOr(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_BitwiseOr_mE24B6B38629F4131C393C0F926204D63A9226E48 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator | (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator | (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 | rhs, lhs.c1 | rhs, lhs.c2 | rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_BitwiseOr(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_BitwiseOr_m02488B9B63868AEAAA9AC6997FB1947F19B31A6A (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator | (int lhs, int3x3 rhs) { return new int3x3 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator | (int lhs, int3x3 rhs) { return new int3x3 (lhs | rhs.c0, lhs | rhs.c1, lhs | rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_ExclusiveOr(Unity.Mathematics.int3x3,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_ExclusiveOr_m596D7CA41457B1EADE1B399EA89BB2D59E7F45F5 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator ^ (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_1 = L_0.___c0_0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_5 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_6 = L_5.___c1_1;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_10 = ___lhs0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_11 = L_10.___c2_2;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_15;
memset((&L_15), 0, sizeof(L_15));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_003c;
}
IL_003c:
{
// public static int3x3 operator ^ (int3x3 lhs, int3x3 rhs) { return new int3x3 (lhs.c0 ^ rhs.c0, lhs.c1 ^ rhs.c1, lhs.c2 ^ rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_16 = V_0;
return L_16;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_ExclusiveOr(Unity.Mathematics.int3x3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_ExclusiveOr_m901539243E848B822981DAE938DE60F59F5B394D (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator ^ (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator ^ (int3x3 lhs, int rhs) { return new int3x3 (lhs.c0 ^ rhs, lhs.c1 ^ rhs, lhs.c2 ^ rhs); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3x3 Unity.Mathematics.int3x3::op_ExclusiveOr(System.Int32,Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D int3x3_op_ExclusiveOr_m014DC63FCBE3B3E644E9DF45159465B865A87B27 (int32_t ___lhs0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int3x3 operator ^ (int lhs, int3x3 rhs) { return new int3x3 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2); }
int32_t L_0 = ___lhs0;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_12;
memset((&L_12), 0, sizeof(L_12));
int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline((&L_12), L_3, L_7, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_002d;
}
IL_002d:
{
// public static int3x3 operator ^ (int lhs, int3x3 rhs) { return new int3x3 (lhs ^ rhs.c0, lhs ^ rhs.c1, lhs ^ rhs.c2); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_13 = V_0;
return L_13;
}
}
// Unity.Mathematics.int3& Unity.Mathematics.int3x3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* int3x3_get_Item_mF1EB088D0EEEEDF43EF4BFB4F0212CC17DC72435 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* V_0 = NULL;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* V_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* V_2 = NULL;
{
V_1 = __this;
// fixed (int3x3* array = &this) { return ref ((int3*)array)[index]; }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* L_0 = V_1;
V_0 = (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*)((uintptr_t)L_0);
// fixed (int3x3* array = &this) { return ref ((int3*)array)[index]; }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* L_1 = V_0;
int32_t L_2 = ___index0;
uint32_t L_3 = sizeof(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF);
V_2 = (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)((int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*)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* int3x3_get_Item_mF1EB088D0EEEEDF43EF4BFB4F0212CC17DC72435_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* _returnValue;
_returnValue = int3x3_get_Item_mF1EB088D0EEEEDF43EF4BFB4F0212CC17DC72435(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int3x3::Equals(Unity.Mathematics.int3x3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x3_Equals_m7DE331BC2E87F707B863EEB5EFA0E24357DB73C6 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// public bool Equals(int3x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&__this->___c0_0);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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_003a;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_4 = (&__this->___c1_1);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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_003a;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_8 = (&__this->___c2_2);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
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(int3x3 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 int3x3_Equals_m7DE331BC2E87F707B863EEB5EFA0E24357DB73C6_AdjustorThunk (RuntimeObject* __this, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
bool _returnValue;
_returnValue = int3x3_Equals_m7DE331BC2E87F707B863EEB5EFA0E24357DB73C6_inline(_thisAdjusted, ___rhs0, method);
return _returnValue;
}
// System.Boolean Unity.Mathematics.int3x3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool int3x3_Equals_m72215AF445A12C3AD022A678600C286DD63375A8 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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 int3x3 converted && Equals(converted); }
RuntimeObject* L_0 = ___o0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___o0;
V_0 = ((*(int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*)((int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*)(int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*)UnBox(L_1, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_il2cpp_TypeInfo_var))));
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_2 = V_0;
bool L_3;
L_3 = int3x3_Equals_m7DE331BC2E87F707B863EEB5EFA0E24357DB73C6_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 int3x3 converted && Equals(converted); }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool int3x3_Equals_m72215AF445A12C3AD022A678600C286DD63375A8_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___o0, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
bool _returnValue;
_returnValue = int3x3_Equals_m72215AF445A12C3AD022A678600C286DD63375A8(_thisAdjusted, ___o0, method);
return _returnValue;
}
// System.Int32 Unity.Mathematics.int3x3::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t int3x3_GetHashCode_m15648583740F91C2E96CB8B98F9B3E11B34BC4D4 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = (*(int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*)__this);
uint32_t L_1;
L_1 = math_hash_mC1E8323817DD7AB09DAC12ED5298E00E854A2999_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 int3x3_GetHashCode_m15648583740F91C2E96CB8B98F9B3E11B34BC4D4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
int32_t _returnValue;
_returnValue = int3x3_GetHashCode_m15648583740F91C2E96CB8B98F9B3E11B34BC4D4_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3x3::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3x3_ToString_mA71F2EBB6BF68B32EAACD8982CD7DD7ACD01D9D3 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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*)&_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8})", c0.x, c1.x, c2.x, c0.y, c1.y, c2.y, c0.z, c1.z, c2.z);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_46;
L_46 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8, L_41, NULL);
V_0 = L_46;
goto IL_00c0;
}
IL_00c0:
{
// }
String_t* L_47 = V_0;
return L_47;
}
}
IL2CPP_EXTERN_C String_t* int3x3_ToString_mA71F2EBB6BF68B32EAACD8982CD7DD7ACD01D9D3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3x3_ToString_mA71F2EBB6BF68B32EAACD8982CD7DD7ACD01D9D3_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String Unity.Mathematics.int3x3::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* int3x3_ToString_m1D5BD35951DC5ECBF9E67EC7EAD7CCC96A061B85 (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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*)&_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_55;
L_55 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8, L_49, NULL);
V_0 = L_55;
goto IL_00d2;
}
IL_00d2:
{
// }
String_t* L_56 = V_0;
return L_56;
}
}
IL2CPP_EXTERN_C String_t* int3x3_ToString_m1D5BD35951DC5ECBF9E67EC7EAD7CCC96A061B85_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*>(__this + _offset);
String_t* _returnValue;
_returnValue = int3x3_ToString_m1D5BD35951DC5ECBF9E67EC7EAD7CCC96A061B85_inline(_thisAdjusted, ___format0, ___formatProvider1, method);
return _returnValue;
}
// System.Void Unity.Mathematics.int3x3::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void int3x3__cctor_mD706FE757FA0133BEFDB95364C98FD10B7B195B6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static readonly int3x3 identity = new int3x3(1, 0, 0, 0, 1, 0, 0, 0, 1);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0;
memset((&L_0), 0, sizeof(L_0));
int3x3__ctor_m3E5734C7BC0F1B07235FD53E23A3BD4A1BF95FF7_inline((&L_0), 1, 0, 0, 0, 1, 0, 0, 0, 1, /*hidden argument*/NULL);
((int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_StaticFields*)il2cpp_codegen_static_fields_for(int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D_il2cpp_TypeInfo_var))->___identity_3 = L_0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
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 void int2__ctor_mE3E87F0E2971FE53B59F4B4A7A861C9C9EDCAA85_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m5629166D35753C1D8B94B8673E46178689B31E7A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, bool ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B2_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B3_1 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B5_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B6_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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m8C901187064201F5C6328F69EA088AF4AF886314_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B2_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B3_1 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B5_0 = NULL;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* G_B6_1 = NULL;
{
// this.x = v.x ? 1 : 0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 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;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m4B412BB49592D3C8BCB478EEBB58C13C48E86B92_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_mF8FAAF846F3450D788A76C60FE03EE867B86A87D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___v0;
uint32_t L_1 = L_0.___x_0;
__this->___x_0 = L_1;
// this.y = (int)v.y;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2 = ___v0;
uint32_t L_3 = L_2.___y_1;
__this->___y_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_mB684BA399AB8BF3C7AB18AFE711809EF0FFDE896_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m79C9EA4A9751C36153FB626BBE0F62C923071806_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA 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;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_2 = ___v0;
float L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m7A456A5B87EBBEDC71F2449410D204592567AC96_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m445E21DDC1C3FE3A2C49304E601D64C5B832DE4B_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___v0, const RuntimeMethod* method)
{
{
// this.x = (int)v.x;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA 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;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_2 = ___v0;
double L_3 = L_2.___y_1;
__this->___y_1 = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline (bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611* __this, bool ___x0, bool ___y1, 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;
// }
return;
}
}
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 int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xxxx_mDD8894A5D59B8283077535B6A3737BB2B4CC0CFF_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxxy_m6B1B52327A282376E1D5922F74AB37AD5D3A1529_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxyx_m37F4BE6283A6413B469EE622225F6ADC0F326683_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxyy_m653E60E4735A674DCA39B4FE24E5424AD48D6526_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyxx_m497A1A675D0E8FE807100B8DAE8559E9DE2F7CA8_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyyx_m3B62467FB357490D39016ABBAB32CDEE3EBE5DD2_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyyy_m8ABADD8EC59BB79A0B6142803473CBE75811CECB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxxx_m377B5F0AA42B8741F5D84A0076CBCF591E610BCF_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxxy_m4E18821BB0A9FF9146287AEF3D27B3475B50E4C0_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxyx_m7CA2563B7C3EDCC523BA284EFA4D2E2325590D1C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxyy_m41796CB46E0C1C6164EA4F5048DFC853CB3045C4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyxx_m6B8A8DA19C1B8B96CA9355A298EF3446D16B5AB0_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyxy_m69F811690AD27067D12FB787EFCBDFFAD53F3F57_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyyx_mEB4BFBFEFD39F315EC85B0AC1A7242DD4FB678B8_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyyy_mD91C8D73C6BAED8311222BBC3943C83462F65EC5_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 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 int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int2_get_xxx_mAD97EFA264BF8B0951F22BC405D668563980C312_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xxy_m663B25DFEAB9B61890490D70C09D740000465611_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyx_m63CE4A85FA62AFAAEDA5D4A42B003484F49B7268_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xyy_m245B326799C3714AF69C6C1E34F3150266B2077C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxx_m7881643A6C8E2C8997525CDB3456955619AC0C81_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yxy_m53BBEF2DAF0E7E2873AED96A6709AB12B0037BCB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyx_m219439F14DCAC868AF4A7FB36A17F1107761A87F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yyy_m250572CFAE0950410EF1DACE3599077931DC1EBE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_get_xx_m5BC507BABFA4F01E1D43C032A192CB6FC72C8DDE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_xy_m5BAC701D934CD8A530B3F83B1BEAC230DC7431A3_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_set_xy_m69E13D03B313CEEAF899F3669E126D8519620E2F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yx_m87B332287193407CBC43042A7C7A64F1ECF6C470_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_set_yx_m40989A037ECF307C3110463E16E5DA520F3F1263_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 int2_get_yy_mD3EE9E2976F0FDA53EF28D0528B02944B1086F4C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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 bool int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int2 rhs) { return x == rhs.x && y == rhs.y; }
int32_t L_0 = __this->___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs0;
int32_t L_2 = L_1.___x_0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = __this->___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs0;
int32_t L_5 = L_4.___y_1;
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
// public bool Equals(int2 rhs) { return x == rhs.x && y == rhs.y; }
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_hash_m9A8DB22D8B80BCD62309D709487A8FEBB8CBE1CE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v) * uint2(0x83B58237u, 0x833E3E29u)) + 0xA9D919BFu;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1;
L_1 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_0, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2;
L_2 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-2085256649), ((int32_t)-2093072855), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_3;
L_3 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_1, L_2, NULL);
uint32_t L_4;
L_4 = math_csum_mE28565A02E454569C1E9095914B1C9D213B4E4B6_inline(L_3, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, ((int32_t)-1445389889)));
goto IL_0029;
}
IL_0029:
{
// }
uint32_t L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2_GetHashCode_mDC30EB8816F1ABC7195872B81F3EA9E8090866A6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = (*(int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)__this);
uint32_t L_1;
L_1 = math_hash_m9A8DB22D8B80BCD62309D709487A8FEBB8CBE1CE_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* int2_ToString_mC1A7775631D1F6B67B370423AF94BF60249A2466_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __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*)&_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2({0}, {1})", x, y);
int32_t L_0 = __this->___x_0;
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
int32_t L_3 = __this->___y_1;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
String_t* L_6;
L_6 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A, L_2, L_5, NULL);
V_0 = L_6;
goto IL_0024;
}
IL_0024:
{
// }
String_t* L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2_ToString_mB5FA23BE92C8532E53BAAA3B743D89ED6C23EE47_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2({0}, {1})", x.ToString(format, formatProvider), y.ToString(format, formatProvider));
int32_t* L_0 = (&__this->___x_0);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___formatProvider1;
String_t* L_3;
L_3 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_0, L_1, L_2, NULL);
int32_t* L_4 = (&__this->___y_1);
String_t* L_5 = ___format0;
RuntimeObject* L_6 = ___formatProvider1;
String_t* L_7;
L_7 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_4, L_5, L_6, NULL);
String_t* L_8;
L_8 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral039B19E6A63E9AA22F1AF2817559D285768A7B4A, L_3, L_7, NULL);
V_0 = L_8;
goto IL_0028;
}
IL_0028:
{
// }
String_t* L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m3C07A7F97E23D62FD62AFCA255B606F7866E3EE4_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___c11;
__this->___c1_1 = L_1;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mDA43B88F7FAA165D203CE40C76EA7362185A53E3_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, const RuntimeMethod* method)
{
{
// this.c0 = new int2(m00, m10);
int32_t L_0 = ___m000;
int32_t L_1 = ___m102;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
__this->___c0_0 = L_2;
// this.c1 = new int2(m01, m11);
int32_t L_3 = ___m011;
int32_t L_4 = ___m113;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_5), L_3, L_4, /*hidden argument*/NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline (int32_t ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static implicit operator int2(int v) { return new int2(v); }
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static implicit operator int2(int v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mD2C84FF49E2D54425DF8A84F75BF6021574E8F04_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___a0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___b1, bool ___c2, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
// public static int2 select(int2 a, int2 b, bool c) { return c ? b : a; }
bool L_0 = ___c2;
if (L_0)
{
goto IL_0007;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___a0;
G_B3_0 = L_1;
goto IL_0008;
}
IL_0007:
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___b1;
G_B3_0 = L_2;
}
IL_0008:
{
V_0 = G_B3_0;
goto IL_000b;
}
IL_000b:
{
// public static int2 select(int2 a, int2 b, bool c) { return c ? b : a; }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mBD60EBA2968BD0DCE7A9F056070B49BF2199627D_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_4), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___a0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___b1, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c2, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A 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;
{
// public static int2 select(int2 a, int2 b, bool2 c) { return new int2(c.x ? b.x : a.x, c.y ? b.y : a.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_0 = ___c2;
bool L_1 = L_0.___x_0;
if (L_1)
{
goto IL_0011;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___a0;
int32_t L_3 = L_2.___x_0;
G_B3_0 = L_3;
goto IL_0017;
}
IL_0011:
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___b1;
int32_t L_5 = L_4.___x_0;
G_B3_0 = L_5;
}
IL_0017:
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 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;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A 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:
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = ___b1;
int32_t L_11 = L_10.___y_1;
G_B6_0 = L_11;
G_B6_1 = G_B5_0;
}
IL_002d:
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_12;
memset((&L_12), 0, sizeof(L_12));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_12), G_B6_1, G_B6_0, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// public static int2 select(int2 a, int2 b, bool2 c) { return new int2(c.x ? b.x : a.x, c.y ? b.y : a.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m4B9E840C8FE0E3C9A866546E0C1895733C8ADF8B_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v.c0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_2 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int2(0), new int2(1), v.c1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_6), 1, /*hidden argument*/NULL);
bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162 L_7 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline (uint32_t ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(uint v) { return new int2(v); }
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m4B412BB49592D3C8BCB478EEBB58C13C48E86B92_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(uint v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m41E8E32E794CA5CA18C05C49B13E68BF25EDAF50_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
uint32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(uint2 v) { return new int2(v); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_mF8FAAF846F3450D788A76C60FE03EE867B86A87D_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(uint2 v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mE53A86712C42E11A784D7A5629A006DB28DB1684_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 L_0 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
uint2x2_t38E65B3AF97BF0CD1995A2D4F30678CD8DB17D47 L_3 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline (float ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(float v) { return new int2(v); }
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_mB684BA399AB8BF3C7AB18AFE711809EF0FFDE896_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(float v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m03033DE50AFA03CD6CA612157891AA2F963FE2D5_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
float L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(float2 v) { return new int2(v); }
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m79C9EA4A9751C36153FB626BBE0F62C923071806_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(float2 v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_mAABC83CE06D3477DAEF998F84267A9D54469993F_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D L_0 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
float2x2_tB6D2DDE228BF5637B246C8C4567891AAD7B4229D L_3 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline (double ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(double v) { return new int2(v); }
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m7A456A5B87EBBEDC71F2449410D204592567AC96_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(double v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m6E231B8A4754586B2EB065788C1D3D7020D634E7_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
double L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_2, NULL);
__this->___c1_1 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline (double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA ___v0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static explicit operator int2(double2 v) { return new int2(v); }
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m445E21DDC1C3FE3A2C49304E601D64C5B832DE4B_inline((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// public static explicit operator int2(double2 v) { return new int2(v); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x2__ctor_m2A0BD7516F659D0319A22CDCB1FBBA0C15B3EF2C_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF L_0 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
double2x2_tBA779589F1439181F5BB252AE4279B8FE610ECAF L_3 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_4, NULL);
__this->___c1_1 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m72B42B71297EBAFF542E021AE625E0A1075256CA_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator * (int2 lhs, int2 rhs) { return new int2 (lhs.x * rhs.x, lhs.y * rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)il2cpp_codegen_multiply(L_1, L_3)), ((int32_t)il2cpp_codegen_multiply(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator * (int2 lhs, int2 rhs) { return new int2 (lhs.x * rhs.x, lhs.y * rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m89B9789A121D144893FEC7B89C9AB456EA591667_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator * (int2 lhs, int rhs) { return new int2 (lhs.x * rhs, lhs.y * rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_multiply(L_1, L_2)), ((int32_t)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator * (int2 lhs, int rhs) { return new int2 (lhs.x * rhs, lhs.y * rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Multiply_m983C2FE721F6C71FCE3BE05A3F5FC650E65F1260_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator * (int lhs, int2 rhs) { return new int2 (lhs * rhs.x, lhs * rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_multiply(L_0, L_2)), ((int32_t)il2cpp_codegen_multiply(L_3, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator * (int lhs, int2 rhs) { return new int2 (lhs * rhs.x, lhs * rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_m4CB09A7C28282D57C341E32F1A4E8C20733CA3D4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int2 lhs, int2 rhs) { return new int2 (lhs.x + rhs.x, lhs.y + rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)il2cpp_codegen_add(L_1, L_3)), ((int32_t)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator + (int2 lhs, int2 rhs) { return new int2 (lhs.x + rhs.x, lhs.y + rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mC32AB001359A5345FA03FB5885218F8AA48CD6A7_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int2 lhs, int rhs) { return new int2 (lhs.x + rhs, lhs.y + rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_add(L_1, L_2)), ((int32_t)il2cpp_codegen_add(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator + (int2 lhs, int rhs) { return new int2 (lhs.x + rhs, lhs.y + rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mF8D4C55E4B808E5D5155AAAA69AE0EC45CC1E309_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int lhs, int2 rhs) { return new int2 (lhs + rhs.x, lhs + rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_add(L_0, L_2)), ((int32_t)il2cpp_codegen_add(L_3, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator + (int lhs, int2 rhs) { return new int2 (lhs + rhs.x, lhs + rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_m6288D43D82E2EBE9DBDB0EAA7A5600F96F915144_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int2 lhs, int2 rhs) { return new int2 (lhs.x - rhs.x, lhs.y - rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)il2cpp_codegen_subtract(L_1, L_3)), ((int32_t)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator - (int2 lhs, int2 rhs) { return new int2 (lhs.x - rhs.x, lhs.y - rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_mA180C5772DDC273D72AE2E4EF3BCC714C042910F_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int2 lhs, int rhs) { return new int2 (lhs.x - rhs, lhs.y - rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_subtract(L_1, L_2)), ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator - (int2 lhs, int rhs) { return new int2 (lhs.x - rhs, lhs.y - rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_m0BB7C293B5948813E883C663267EF89046CEFE6A_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int lhs, int2 rhs) { return new int2 (lhs - rhs.x, lhs - rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_subtract(L_0, L_2)), ((int32_t)il2cpp_codegen_subtract(L_3, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator - (int lhs, int2 rhs) { return new int2 (lhs - rhs.x, lhs - rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m2E2A364F08C7A6117D81A114D8750DBB6F93EDD3_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator / (int2 lhs, int2 rhs) { return new int2 (lhs.x / rhs.x, lhs.y / rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1/L_3)), ((int32_t)(L_5/L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator / (int2 lhs, int2 rhs) { return new int2 (lhs.x / rhs.x, lhs.y / rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m1543CFD13FBAED90BAAE9EBB4F09001946511FFC_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator / (int2 lhs, int rhs) { return new int2 (lhs.x / rhs, lhs.y / rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1/L_2)), ((int32_t)(L_4/L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator / (int2 lhs, int rhs) { return new int2 (lhs.x / rhs, lhs.y / rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Division_m6AA99C7AB2EE8BD124C16064AE688586224BDF77_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator / (int lhs, int2 rhs) { return new int2 (lhs / rhs.x, lhs / rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0/L_2)), ((int32_t)(L_3/L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator / (int lhs, int2 rhs) { return new int2 (lhs / rhs.x, lhs / rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m1497240AC123B14424A56B2FF50FD5444ECF2EED_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator % (int2 lhs, int2 rhs) { return new int2 (lhs.x % rhs.x, lhs.y % rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1%L_3)), ((int32_t)(L_5%L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator % (int2 lhs, int2 rhs) { return new int2 (lhs.x % rhs.x, lhs.y % rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m4B2021593DB20424FA8CCED49456764DE2F22BAE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator % (int2 lhs, int rhs) { return new int2 (lhs.x % rhs, lhs.y % rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1%L_2)), ((int32_t)(L_4%L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator % (int2 lhs, int rhs) { return new int2 (lhs.x % rhs, lhs.y % rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Modulus_m654C8FB5CA8213DB1137B0B4F43F9F74541B4B5E_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator % (int lhs, int2 rhs) { return new int2 (lhs % rhs.x, lhs % rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0%L_2)), ((int32_t)(L_3%L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator % (int lhs, int2 rhs) { return new int2 (lhs % rhs.x, lhs % rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Increment_m6586CF9B99AF089B4D759610C22E5D8DEE1B024C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2 operator ++ (int2 val) { return new int2 (++val.x, ++val.y); }
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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_0027;
}
IL_0027:
{
// public static int2 operator ++ (int2 val) { return new int2 (++val.x, ++val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_1;
return L_11;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Decrement_mC7BCE74D64712550B7182F146A60E74B6D43A4EB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// public static int2 operator -- (int2 val) { return new int2 (--val.x, --val.y); }
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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_0027;
}
IL_0027:
{
// public static int2 operator -- (int2 val) { return new int2 (--val.x, --val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = V_1;
return L_11;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m1663F2AAB389EAF51C37D2C106EA26BA3984F18D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator < (int2 lhs, int2 rhs) { return new bool2 (lhs.x < rhs.x, lhs.y < rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static bool2 operator < (int2 lhs, int2 rhs) { return new bool2 (lhs.x < rhs.x, lhs.y < rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2x2__ctor_mBF61A98A72F3F78E336CE51465C3F1B7E3D608C0_inline (bool2x2_tC3EDF9F32254E780BD206037ECB81EDD1A6CF162* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c00, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c11, const RuntimeMethod* method)
{
{
// this.c0 = c0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_1 = ___c11;
__this->___c1_1 = L_1;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m605371ABE9D84661CB4AD5BB6515E8ED5BD3B316_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator < (int2 lhs, int rhs) { return new bool2 (lhs.x < rhs, lhs.y < rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator < (int2 lhs, int rhs) { return new bool2 (lhs.x < rhs, lhs.y < rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_m4CB9D00617BA999D27B6E7372DC419874FEA44C9_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator < (int lhs, int2 rhs) { return new bool2 (lhs < rhs.x, lhs < rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator < (int lhs, int2 rhs) { return new bool2 (lhs < rhs.x, lhs < rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mEAE6F739664A382FE6135D9080A0897AD0D75A0D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator <= (int2 lhs, int2 rhs) { return new bool2 (lhs.x <= rhs.x, lhs.y <= rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (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), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_002b;
}
IL_002b:
{
// public static bool2 operator <= (int2 lhs, int2 rhs) { return new bool2 (lhs.x <= rhs.x, lhs.y <= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mB389F04156FF301DAFCD7E60E25A41660C7E9EF6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator <= (int2 lhs, int rhs) { return new bool2 (lhs.x <= rhs, lhs.y <= rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator <= (int2 lhs, int rhs) { return new bool2 (lhs.x <= rhs, lhs.y <= rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThanOrEqual_mA640675FB5155025200519EA991A4DD54F3D57F4_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator <= (int lhs, int2 rhs) { return new bool2 (lhs <= rhs.x, lhs <= rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator <= (int lhs, int2 rhs) { return new bool2 (lhs <= rhs.x, lhs <= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_m2F23886C761FC0CD291EA8BFF0823F2895CBA863_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator > (int2 lhs, int2 rhs) { return new bool2 (lhs.x > rhs.x, lhs.y > rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (bool)((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) > ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static bool2 operator > (int2 lhs, int2 rhs) { return new bool2 (lhs.x > rhs.x, lhs.y > rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_mE1EA1795AA67BF6113894A827B0CD0320EDD9E0A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator > (int2 lhs, int rhs) { return new bool2 (lhs.x > rhs, lhs.y > rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator > (int2 lhs, int rhs) { return new bool2 (lhs.x > rhs, lhs.y > rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThan_m1DD6B27888A5F806C5A00F0695B35EB69F74B981_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator > (int lhs, int2 rhs) { return new bool2 (lhs > rhs.x, lhs > rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_0) > ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator > (int lhs, int2 rhs) { return new bool2 (lhs > rhs.x, lhs > rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m18F20EBE972D3853F2672F9573B702F21BB97D4B_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator >= (int2 lhs, int2 rhs) { return new bool2 (lhs.x >= rhs.x, lhs.y >= rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (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), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_002b;
}
IL_002b:
{
// public static bool2 operator >= (int2 lhs, int2 rhs) { return new bool2 (lhs.x >= rhs.x, lhs.y >= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m4A1725BB8A6D9878E23FE0D8AB630C93CF39F964_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator >= (int2 lhs, int rhs) { return new bool2 (lhs.x >= rhs, lhs.y >= rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator >= (int2 lhs, int rhs) { return new bool2 (lhs.x >= rhs, lhs.y >= rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_GreaterThanOrEqual_m5BA9A978A6D8282C5BDF5E030B17645906DBD57A_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator >= (int lhs, int2 rhs) { return new bool2 (lhs >= rhs.x, lhs >= rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator >= (int lhs, int2 rhs) { return new bool2 (lhs >= rhs.x, lhs >= rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_UnaryNegation_mD6329F256C61CD1C9E809D73043AC8C1FA6D95AE_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator - (int2 val) { return new int2 (-val.x, -val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_4), ((-L_1)), ((-L_3)), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0017;
}
IL_0017:
{
// public static int2 operator - (int2 val) { return new int2 (-val.x, -val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_UnaryPlus_m607EB374A837224E77C37D89B54AA2A12968D0E9_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator + (int2 val) { return new int2 (+val.x, +val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_4), L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
// public static int2 operator + (int2 val) { return new int2 (+val.x, +val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_LeftShift_m4BC7D19B0E72EAD920C93798EDC963C8F5382D01_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator << (int2 x, int n) { return new int2 (x.x << n, x.y << n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1<<((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4<<((int32_t)(L_5&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int2 operator << (int2 x, int n) { return new int2 (x.x << n, x.y << n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_RightShift_m0AF45C20D647D4DF4BB6BA47BCDC81CD37B7DB8C_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, int32_t ___n1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator >> (int2 x, int n) { return new int2 (x.x >> n, x.y >> n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___x0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___n1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1>>((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4>>((int32_t)(L_5&((int32_t)31))))), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
}
IL_001f:
{
// public static int2 operator >> (int2 x, int n) { return new int2 (x.x >> n, x.y >> n); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_mE82018959E30977D9B316EAE683E01E76F39996A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator == (int2 lhs, int2 rhs) { return new bool2 (lhs.x == rhs.x, lhs.y == rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0025;
}
IL_0025:
{
// public static bool2 operator == (int2 lhs, int2 rhs) { return new bool2 (lhs.x == rhs.x, lhs.y == rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_m7E58C95019ADF86E3457C47CA1422C6375FFC50D_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator == (int2 lhs, int rhs) { return new bool2 (lhs.x == rhs, lhs.y == rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator == (int2 lhs, int rhs) { return new bool2 (lhs.x == rhs, lhs.y == rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Equality_m6477FF03E023E1D2E06726E3BFE8C5738FC20720_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator == (int lhs, int2 rhs) { return new bool2 (lhs == rhs.x, lhs == rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0), (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001b;
}
IL_001b:
{
// public static bool2 operator == (int lhs, int2 rhs) { return new bool2 (lhs == rhs.x, lhs == rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_mE59E48CBEFEB233E72A0EC58CA3451DD461ADB59_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator != (int2 lhs, int2 rhs) { return new bool2 (lhs.x != rhs.x, lhs.y != rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (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), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_002b;
}
IL_002b:
{
// public static bool2 operator != (int2 lhs, int2 rhs) { return new bool2 (lhs.x != rhs.x, lhs.y != rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_m8805AFCB01D2B83AD2B0BE9D510DC888F949690A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator != (int2 lhs, int rhs) { return new bool2 (lhs.x != rhs, lhs.y != rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator != (int2 lhs, int rhs) { return new bool2 (lhs.x != rhs, lhs.y != rhs); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_Inequality_m7BA8091E9193D6036A98417C72382A8CB4EC0C4D_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static bool2 operator != (int lhs, int2 rhs) { return new bool2 (lhs != rhs.x, lhs != rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_6;
memset((&L_6), 0, sizeof(L_6));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_6), (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), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0021;
}
IL_0021:
{
// public static bool2 operator != (int lhs, int2 rhs) { return new bool2 (lhs != rhs.x, lhs != rhs.y); }
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_OnesComplement_m5E0BD8980A9760CF9361A828B4BD746C5532FA53_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___val0, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ~ (int2 val) { return new int2 (~val.x, ~val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___val0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___val0;
int32_t L_3 = L_2.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_4), ((~L_1)), ((~L_3)), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0017;
}
IL_0017:
{
// public static int2 operator ~ (int2 val) { return new int2 (~val.x, ~val.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_m50AEB1171462CF7B113BDF63DAA094355F3F01A9_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator & (int2 lhs, int2 rhs) { return new int2 (lhs.x & rhs.x, lhs.y & rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1&L_3)), ((int32_t)(L_5&L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator & (int2 lhs, int2 rhs) { return new int2 (lhs.x & rhs.x, lhs.y & rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_mABC45E4B2EB61AE5469F17C715BEA3316F55DF52_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator & (int2 lhs, int rhs) { return new int2 (lhs.x & rhs, lhs.y & rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1&L_2)), ((int32_t)(L_4&L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator & (int2 lhs, int rhs) { return new int2 (lhs.x & rhs, lhs.y & rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseAnd_mB9DDA1B0EA20DEDF62434EAA29BDCEA15D32016A_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator & (int lhs, int2 rhs) { return new int2 (lhs & rhs.x, lhs & rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0&L_2)), ((int32_t)(L_3&L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator & (int lhs, int2 rhs) { return new int2 (lhs & rhs.x, lhs & rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m9F23947ABF12E0609BEB70BC18169C0733108197_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator | (int2 lhs, int2 rhs) { return new int2 (lhs.x | rhs.x, lhs.y | rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1|L_3)), ((int32_t)(L_5|L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator | (int2 lhs, int2 rhs) { return new int2 (lhs.x | rhs.x, lhs.y | rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_mA08EEE623EBCACDC3EEF5A3419D0B948B76E46A2_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator | (int2 lhs, int rhs) { return new int2 (lhs.x | rhs, lhs.y | rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1|L_2)), ((int32_t)(L_4|L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator | (int2 lhs, int rhs) { return new int2 (lhs.x | rhs, lhs.y | rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m42995E23CA183E028A8F5E98952FFB9B464D631B_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator | (int lhs, int2 rhs) { return new int2 (lhs | rhs.x, lhs | rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0|L_2)), ((int32_t)(L_3|L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator | (int lhs, int2 rhs) { return new int2 (lhs | rhs.x, lhs | rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_mB9C907A2E0C80B2533D851049C79F61EDBCE0349_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ^ (int2 lhs, int2 rhs) { return new int2 (lhs.x ^ rhs.x, lhs.y ^ rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___rhs1;
int32_t L_3 = L_2.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___lhs0;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___rhs1;
int32_t L_7 = L_6.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1^L_3)), ((int32_t)(L_5^L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static int2 operator ^ (int2 lhs, int2 rhs) { return new int2 (lhs.x ^ rhs.x, lhs.y ^ rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_m2C0E828B172557FD6CF911AA07E716C63A7FDE2A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___lhs0, int32_t ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ^ (int2 lhs, int rhs) { return new int2 (lhs.x ^ rhs, lhs.y ^ rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___lhs0;
int32_t L_1 = L_0.___x_0;
int32_t L_2 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___lhs0;
int32_t L_4 = L_3.___y_1;
int32_t L_5 = ___rhs1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1^L_2)), ((int32_t)(L_4^L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator ^ (int2 lhs, int rhs) { return new int2 (lhs.x ^ rhs, lhs.y ^ rhs); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_ExclusiveOr_m0BC2EA06718C644AA23BF8B600DDE1B650FB1EAF_inline (int32_t ___lhs0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___rhs1, const RuntimeMethod* method)
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static int2 operator ^ (int lhs, int2 rhs) { return new int2 (lhs ^ rhs.x, lhs ^ rhs.y); }
int32_t L_0 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___rhs1;
int32_t L_2 = L_1.___x_0;
int32_t L_3 = ___lhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___rhs1;
int32_t L_5 = L_4.___y_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_0^L_2)), ((int32_t)(L_3^L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
// public static int2 operator ^ (int lhs, int2 rhs) { return new int2 (lhs ^ rhs.x, lhs ^ rhs.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int2x2_Equals_m251423745AD80AAEACBA39ADC3486DD6CC982A80_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int2x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&__this->___c0_0);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_1 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool L_3;
L_3 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = (&__this->___c1_1);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool L_7;
L_7 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_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(int2x2 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_m171BC1802F769254F9EBE56DBB1BB07AFB40AFAA_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint2(0xE191B035u, 0x68586FAFu) +
// asuint(v.c1) * uint2(0xD4DFF6D3u, 0xCB634F4Du)) + 0x9B13B92Du;
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2;
L_2 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_1, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_3;
L_3 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-510545867), ((int32_t)1750626223), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4;
L_4 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_2, L_3, NULL);
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_5 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_7;
L_7 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_6, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_8;
L_8 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-723519789), ((int32_t)-882684083), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_9;
L_9 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_7, L_8, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_10;
L_10 = uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline(L_4, L_9, NULL);
uint32_t L_11;
L_11 = math_csum_mE28565A02E454569C1E9095914B1C9D213B4E4B6_inline(L_10, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, ((int32_t)-1693206227)));
goto IL_0052;
}
IL_0052:
{
// }
uint32_t L_12 = V_0;
return L_12;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2x2_GetHashCode_m4E698E9012E9B62039281D90CBE2F92F0B19C2FF_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C L_0 = (*(int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C*)__this);
uint32_t L_1;
L_1 = math_hash_m171BC1802F769254F9EBE56DBB1BB07AFB40AFAA_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* int2x2_ToString_m627DEFA0EE9239A31A79F08AD7B757AE93CF48F8_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __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*)&_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x2({0}, {1}, {2}, {3})", c0.x, c1.x, c0.y, c1.y);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_21;
L_21 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4, L_16, NULL);
V_0 = L_21;
goto IL_0060;
}
IL_0060:
{
// }
String_t* L_22 = V_0;
return L_22;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x2_ToString_m66127B638C4D57233061C6BEF0DDAAA26A8F1005_inline (int2x2_t17F286A5630F71C04FD8E0EE638511920632F96C* __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*)&_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x2({0}, {1}, {2}, {3})", c0.x.ToString(format, formatProvider), c1.x.ToString(format, formatProvider), c0.y.ToString(format, formatProvider), c1.y.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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_25;
L_25 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralCA085487335F1FAF64E0C385D003C2617C6FD3B4, L_19, NULL);
V_0 = L_25;
goto IL_0068;
}
IL_0068:
{
// }
String_t* L_26 = V_0;
return L_26;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m80C8840C0CD0A09B7C55E3DC48BD8FD9728951DC_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___c22;
__this->___c2_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_mDB5AC9BB8254DE433D8C8DD1CE570C957398820B_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___m000, int32_t ___m011, int32_t ___m022, int32_t ___m103, int32_t ___m114, int32_t ___m125, const RuntimeMethod* method)
{
{
// this.c0 = new int2(m00, m10);
int32_t L_0 = ___m000;
int32_t L_1 = ___m103;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
__this->___c0_0 = L_2;
// this.c1 = new int2(m01, m11);
int32_t L_3 = ___m011;
int32_t L_4 = ___m114;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_5), L_3, L_4, /*hidden argument*/NULL);
__this->___c1_1 = L_5;
// this.c2 = new int2(m02, m12);
int32_t L_6 = ___m022;
int32_t L_7 = ___m125;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), L_6, L_7, /*hidden argument*/NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m89E7553E78C60F4ACE8C739A05F0C7A9A8A54ED4_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_mB6962E047C7D20EA93A343AD541874B2B1D6D284_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_4), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_8), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
memset((&L_9), 0, sizeof(L_9));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m33C64FC6712DCA5B7E0CBF6673D359B2FA2AF794_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v.c0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_2 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int2(0), new int2(1), v.c1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_6), 1, /*hidden argument*/NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_7 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int2(0), new int2(1), v.c2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_10), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
memset((&L_11), 0, sizeof(L_11));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_11), 1, /*hidden argument*/NULL);
bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1 L_12 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m817228C6C9D57624651FB5F36D7ADEB593B3767C_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
uint32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
uint32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m8A0121D7D4CD5E9CDA3D4CF6562D3001420D001F_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 L_0 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 L_3 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
uint2x3_t0A8A1FC4EF9E5A8865A74F1DF1E9F861E5BE4992 L_6 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m368EE5686986C74F03B704608981157441880052_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
float L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
float L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m3DD94DB31CED71A8C3782D43DC83892DACBBF6E3_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC L_0 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC L_3 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
float2x3_tD9B6887648F58D56410FDD19F58804A893D0A2EC L_6 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m06CFF39B7AB9973D6148122031C23B4AC1B0190F_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
double L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
double L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_4, NULL);
__this->___c2_2 = L_5;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x3__ctor_m28C4309CF12B0B1AD69416E30241F19EB49E71E9_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF L_0 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF L_3 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
double2x3_t59265247DFC7F9C000744A4388B7E97AB9694EDF L_6 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_7, NULL);
__this->___c2_2 = L_8;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2x3__ctor_m764CBD692770F80BA4750AB59DD8DCABE125CFC8_inline (bool2x3_tDACF3A91FAFDB3D9B0A5D52FF08897451B6106C1* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c00, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c11, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c22, const RuntimeMethod* method)
{
{
// this.c0 = c0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_2 = ___c22;
__this->___c2_2 = L_2;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int2x3_Equals_m5DCF4363C307044D7778DC8200FD430D0E16FFA8_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// public bool Equals(int2x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&__this->___c0_0);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_1 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool L_3;
L_3 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_003a;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = (&__this->___c1_1);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool L_7;
L_7 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_003a;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_8 = (&__this->___c2_2);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_9 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool L_11;
L_11 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_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(int2x3 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_m06105117BF83B9C169241CE757960EC48D8641B7_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint2(0xCAE78587u, 0x7A1541C9u) +
// asuint(v.c1) * uint2(0xF83BD927u, 0x6A243BCBu) +
// asuint(v.c2) * uint2(0x509B84C9u, 0x91D13847u)) + 0x52F7230Fu;
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2;
L_2 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_1, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_3;
L_3 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-890796665), ((int32_t)2048213449), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4;
L_4 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_2, L_3, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_5 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_7;
L_7 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_6, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_8;
L_8 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-130295513), ((int32_t)1780759499), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_9;
L_9 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_7, L_8, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_10;
L_10 = uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline(L_4, L_9, NULL);
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_11 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_12 = L_11.___c2_2;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_13;
L_13 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_12, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_14;
L_14 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)1352369353), ((int32_t)-1848559545), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_15;
L_15 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_13, L_14, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_16;
L_16 = uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline(L_10, L_15, NULL);
uint32_t L_17;
L_17 = math_csum_mE28565A02E454569C1E9095914B1C9D213B4E4B6_inline(L_16, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, ((int32_t)1391928079)));
goto IL_0076;
}
IL_0076:
{
// }
uint32_t L_18 = V_0;
return L_18;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2x3_GetHashCode_mFBFFEAD0714F06E2B3815AFA8759F56F8A40A64B_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747 L_0 = (*(int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747*)__this);
uint32_t L_1;
L_1 = math_hash_m06105117BF83B9C169241CE757960EC48D8641B7_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* int2x3_ToString_m686B19C2F097C5470473831C976A79A61CC1DE85_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __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*)&_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x3({0}, {1}, {2}, {3}, {4}, {5})", c0.x, c1.x, c2.x, c0.y, c1.y, c2.y);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_31;
L_31 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B, L_26, NULL);
V_0 = L_31;
goto IL_0086;
}
IL_0086:
{
// }
String_t* L_32 = V_0;
return L_32;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int2x3_ToString_mF8BDC40580D32F519B9B84489702A312C073D5AA_inline (int2x3_t2487EA24D1A9E6D6B4BBFDF47D3E375FA1926747* __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*)&_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x3({0}, {1}, {2}, {3}, {4}, {5})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_37;
L_37 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralD8F25DE7F00E4154657EA500B51542C71B2E9F2B, L_31, NULL);
V_0 = L_37;
goto IL_0092;
}
IL_0092:
{
// }
String_t* L_38 = V_0;
return L_38;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mC15E7D61A87ECEBBA44E7709794BF70D1B6288CD_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c00, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c11, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c22, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___c33, const RuntimeMethod* method)
{
{
// this.c0 = c0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___c22;
__this->___c2_2 = L_2;
// this.c3 = c3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___c33;
__this->___c3_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m1767CE27C03C8C21082CEDC24FFD3838935A28DD_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __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, const RuntimeMethod* method)
{
{
// this.c0 = new int2(m00, m10);
int32_t L_0 = ___m000;
int32_t L_1 = ___m104;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
__this->___c0_0 = L_2;
// this.c1 = new int2(m01, m11);
int32_t L_3 = ___m011;
int32_t L_4 = ___m115;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_5), L_3, L_4, /*hidden argument*/NULL);
__this->___c1_1 = L_5;
// this.c2 = new int2(m02, m12);
int32_t L_6 = ___m022;
int32_t L_7 = ___m126;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), L_6, L_7, /*hidden argument*/NULL);
__this->___c2_2 = L_8;
// this.c3 = new int2(m03, m13);
int32_t L_9 = ___m033;
int32_t L_10 = ___m137;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
memset((&L_11), 0, sizeof(L_11));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_11), L_9, L_10, /*hidden argument*/NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m55E9C3A17B3E85AD4CF7EF731D36AAEA3F1AF0AB_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = v;
int32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = v;
int32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = v;
int32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = v;
int32_t L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Implicit_mC7984114C6D28C716C58B27F3C4E32699524AA7F_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mD686ED12E6A6B19A18E3097619407B455ED1208A_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, bool ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_0, L_1, L_2, NULL);
__this->___c0_0 = L_3;
// this.c1 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
memset((&L_4), 0, sizeof(L_4));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_4), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 1, /*hidden argument*/NULL);
bool L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_4, L_5, L_6, NULL);
__this->___c1_1 = L_7;
// this.c2 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_8), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
memset((&L_9), 0, sizeof(L_9));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_9), 1, /*hidden argument*/NULL);
bool L_10 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_8, L_9, L_10, NULL);
__this->___c2_2 = L_11;
// this.c3 = math.select(new int2(0), new int2(1), v);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_12;
memset((&L_12), 0, sizeof(L_12));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_12), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13;
memset((&L_13), 0, sizeof(L_13));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_13), 1, /*hidden argument*/NULL);
bool L_14 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
L_15 = math_select_mB825546DB63EC4A530A504F5EDFF03D78F02F9EF_inline(L_12, L_13, L_14, NULL);
__this->___c3_3 = L_15;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m2539716286883003862586AF29B171EF17DCEC26_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E ___v0, const RuntimeMethod* method)
{
{
// this.c0 = math.select(new int2(0), new int2(1), v.c0);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0;
memset((&L_0), 0, sizeof(L_0));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_0), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_2 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3 = L_2.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_0, L_1, L_3, NULL);
__this->___c0_0 = L_4;
// this.c1 = math.select(new int2(0), new int2(1), v.c1);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
memset((&L_5), 0, sizeof(L_5));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_5), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_6), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_7 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8 = L_7.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_5, L_6, L_8, NULL);
__this->___c1_1 = L_9;
// this.c2 = math.select(new int2(0), new int2(1), v.c2);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_10), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
memset((&L_11), 0, sizeof(L_11));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_11), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_12 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_13 = L_12.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14;
L_14 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_10, L_11, L_13, NULL);
__this->___c2_2 = L_14;
// this.c3 = math.select(new int2(0), new int2(1), v.c3);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15;
memset((&L_15), 0, sizeof(L_15));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_15), 0, /*hidden argument*/NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16;
memset((&L_16), 0, sizeof(L_16));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_16), 1, /*hidden argument*/NULL);
bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E L_17 = ___v0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_18 = L_17.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19;
L_19 = math_select_m5E8A8E0BAF312BFEBD41A3E80A1962941507E21F_inline(L_15, L_16, L_18, NULL);
__this->___c3_3 = L_19;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mBF764FFE933C435F119ACB8010BDBC6FC60F7975_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, uint32_t ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
uint32_t L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
uint32_t L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
uint32_t L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int2)v;
uint32_t L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Explicit_mAE0644AD203BE9CC6E9C4E6436E5DFD7B6606A81_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m0FF0EA05A490B31E56923819F29EFC29A86DFD8D_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_0 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_3 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_6 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int2)v.c3;
uint2x4_t39E081AA7ECBCD774B13812FA6B71724BBACBD4D L_9 = ___v0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Explicit_m95A1AD93EF511274AC92D1E0B0BB731B7214D041_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mB75F9C342A4A62E829371D4755D8C56434A15365_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, float ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
float L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
float L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
float L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int2)v;
float L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Explicit_m8885E50AD8E8870884EAD8498075A7A8149F640B_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m0BF85ED0726AEFB24CFFAD20BA00229314B09C2C_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_0 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_3 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_6 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int2)v.c3;
float2x4_t7AABC53D5465DA14CBFA99D99A8C488ECD2763BD L_9 = ___v0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Explicit_m8177198117E5284DDC604C2C7CBC25EF4FC2B508_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_mECA3336FD0A13457DB020F5964BB4A752CC962AA_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, double ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v;
double L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_0, NULL);
__this->___c0_0 = L_1;
// this.c1 = (int2)v;
double L_2 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3;
L_3 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_2, NULL);
__this->___c1_1 = L_3;
// this.c2 = (int2)v;
double L_4 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_4, NULL);
__this->___c2_2 = L_5;
// this.c3 = (int2)v;
double L_6 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7;
L_7 = int2_op_Explicit_m3CD3F7B2F95246895FD7240EE265BF07E9E60700_inline(L_6, NULL);
__this->___c3_3 = L_7;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2x4__ctor_m2F893B9B2A58E3E41FC557274E31F10742DE6BBE_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int2)v.c0;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_0 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_1 = L_0.___c0_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
L_2 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_1, NULL);
__this->___c0_0 = L_2;
// this.c1 = (int2)v.c1;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_3 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_4 = L_3.___c1_1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_4, NULL);
__this->___c1_1 = L_5;
// this.c2 = (int2)v.c2;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_6 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_7 = L_6.___c2_2;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_7, NULL);
__this->___c2_2 = L_8;
// this.c3 = (int2)v.c3;
double2x4_t37DB9E0AE8DADE92C2A53F04687F36847C9D2875 L_9 = ___v0;
double2_t0A9854C934D0BBE9DD41F2B318B64F830D7253FA L_10 = L_9.___c3_3;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11;
L_11 = int2_op_Explicit_m30F78E6E2203E3D5DAEBE489E3EC4FDECD95A3CC_inline(L_10, NULL);
__this->___c3_3 = L_11;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2x4__ctor_mB4B21FDC89A7431D0D861A8E489776416B15BD39_inline (bool2x4_t16548A2B2F53239014BA00C91013C4A5EF63554E* __this, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c00, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c11, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c22, bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___c33, const RuntimeMethod* method)
{
{
// this.c0 = c0;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_0 = ___c00;
__this->___c0_0 = L_0;
// this.c1 = c1;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_1 = ___c11;
__this->___c1_1 = L_1;
// this.c2 = c2;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_2 = ___c22;
__this->___c2_2 = L_2;
// this.c3 = c3;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_3 = ___c33;
__this->___c3_3 = L_3;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int2x4_Equals_m98B2AD186A949926F19748BFD6A3E8C2EEF2CF96_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// public bool Equals(int2x4 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2) && c3.Equals(rhs.c3); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_0 = (&__this->___c0_0);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_1 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = L_1.___c0_0;
bool L_3;
L_3 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_004d;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = (&__this->___c1_1);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
bool L_7;
L_7 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_4, L_6, NULL);
if (!L_7)
{
goto IL_004d;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_8 = (&__this->___c2_2);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_9 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = L_9.___c2_2;
bool L_11;
L_11 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_inline(L_8, L_10, NULL);
if (!L_11)
{
goto IL_004d;
}
}
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_12 = (&__this->___c3_3);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_13 = ___rhs0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = L_13.___c3_3;
bool L_15;
L_15 = int2_Equals_m4DB2E24953677E4E2497F1D0C4B48794257A89B6_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(int2x4 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_m27675250B5FA4F6A30D61AB6B2B55DFD1DFE0600_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint2(0x7AA07CD3u, 0xAF642BA9u) +
// asuint(v.c1) * uint2(0xA8F2213Bu, 0x9F3FDC37u) +
// asuint(v.c2) * uint2(0xAC60D0C3u, 0x9263662Fu) +
// asuint(v.c3) * uint2(0xE69626FFu, 0xBD010EEBu)) + 0x9CEDE1D1u;
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1 = L_0.___c0_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2;
L_2 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_1, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_3;
L_3 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)2057338067), ((int32_t)-1352389719), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4;
L_4 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_2, L_3, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_5 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = L_5.___c1_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_7;
L_7 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_6, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_8;
L_8 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-1460526789), ((int32_t)-1623204809), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_9;
L_9 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_7, L_8, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_10;
L_10 = uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline(L_4, L_9, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_11 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_12 = L_11.___c2_2;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_13;
L_13 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_12, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_14;
L_14 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-1402941245), ((int32_t)-1838979537), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_15;
L_15 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_13, L_14, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_16;
L_16 = uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline(L_10, L_15, NULL);
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_17 = ___v0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = L_17.___c3_3;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_19;
L_19 = math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline(L_18, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_20;
L_20 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(((int32_t)-426367233), ((int32_t)-1124004117), NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_21;
L_21 = uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline(L_19, L_20, NULL);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_22;
L_22 = uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline(L_16, L_21, NULL);
uint32_t L_23;
L_23 = math_csum_mE28565A02E454569C1E9095914B1C9D213B4E4B6_inline(L_22, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, ((int32_t)-1662131759)));
goto IL_009a;
}
IL_009a:
{
// }
uint32_t L_24 = V_0;
return L_24;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int2x4_GetHashCode_m758A7BB9C6126EFD756C1D9DF2468D4D1E6551E8_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212 L_0 = (*(int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212*)__this);
uint32_t L_1;
L_1 = math_hash_m27675250B5FA4F6A30D61AB6B2B55DFD1DFE0600_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* int2x4_ToString_mC0AFEF6BB9BBD01F77C1340086C841A87A495D62_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __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*)&_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", c0.x, c1.x, c2.x, c3.x, c0.y, c1.y, c2.y, c3.y);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_41;
L_41 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED, 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* int2x4_ToString_m640C7BBF3AB25CCB71C75980B50A5E4AA4666C6E_inline (int2x4_t2A46E6BDC05A12E4094B7E97A4226960CD146212* __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*)&_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int2x4({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* 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);
String_t* L_49;
L_49 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral873C86107550F0692F5A01ACFFC7EA7C11ECC2ED, 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 int3__ctor_m1A4F8EC72D47E0FE9C7B0E58972EA4499BA8D9F5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int32_t ___x0, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___yz1, 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mF49D2820C47AF6F531C91C8A3F460DF9688F1DF9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___xy0, int32_t ___z1, 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_mA69F7FF28C4BB0C2FB848FE70E9F88B870C1C15D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___xyz0, 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;
// }
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 void int3__ctor_mBF7E60699D25362BE072B0202A69F5A795187DBC_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, bool ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B2_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B3_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B5_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B6_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B8_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B9_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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3__ctor_m35B6148362B74F7A140A8129F34E1ED92D5B0028_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___v0, const RuntimeMethod* method)
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B2_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B3_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B5_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B6_1 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B8_0 = NULL;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* G_B9_1 = NULL;
{
// this.x = v.x ? 1 : 0;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 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;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 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;
bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 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;
// }
return;
}
}
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 int4_tBA77D4945786DE82C3A487B33955EA1004996052 int3_get_xxxx_m7F8C9102E7AD80DC90A6C176106A1344FABEF28E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxxy_mFEAF5F7551A3F0DED03918A76367A04CD22033D6_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxxz_m3CB0EAA493F8EB4BC0CBAA2E80F49BE5A8ACD95D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxyx_mEBB92723F80E00913C2F6934DC410E6EAED8D2DE_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxyy_mB8E71B518D8EDC1278F2117AF521123E6A4ED599_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxyz_m1D978050334717B5D03EE1A6E09C2B4FFC45F62E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxzx_m22293EE6BB88B813462E64A9A8A937D091859B9F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxzy_m6FAC0DB5272155002480CDA02B5228F3F4AA978D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxzz_m4C9A9D80483C81D9A1EABF26DDA07A68EE9995BB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyxx_m8013AB608BBDDED89B0080C68086AF011425AEAC_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyxy_mBA250F3E6673648A081F58C69E55668A9BCCA331_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyxz_mAA1C7B328E8E84E2921D672920219CB151747141_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyyx_m2CF25D2E2603E11FD233C4D6D0C0B29B38F32E27_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyyy_m2D9BC884C5EBD08690E810ACD43B07360DBE858B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyyz_m5D47B0D50C2EE02FCEC1AFBA948E91272A557DF4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyzx_mF0AEB6882CDECFA1A657FA9ED0FD0B8A0481D687_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyzy_m56600E41DB98616B8A6E7E1AA1AB943847933989_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyzz_mD68E0BE0C8B9203900E68A23A396D051E6A8A0DA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzxx_m43B54D463A845AAB311E80A531B91380137A387F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzxy_m4EE6FDB08FFA67D081BB04162FBEE0C67960676F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzxz_mED5AC3A2D018A15E5D8946D07CCBE051C967D3DF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzyx_m665595469FB08E3F47FB883AEC17E237240C0207_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzyy_mFEAB607484AA45C621DEFD125C2367FF81D0283C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzyz_mFBC9239B3C7403266F3C45DFE133CC0AA7C78909_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzzx_m142C4632523698ED92AA30B665511ACC64D08602_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzzy_m8EEA35352A1A0418EB7AD36CEAC31C533D52CDBA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzzz_mBCF5D1BD221E8D9E465F75AE89DA5D6F33B57934_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxxx_m5A9FE6690055DFBD96AF97EAA9FC65FF7367ACAB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxxy_m2FCAC511BD29DE067EC3C30D558F6785AF39482E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxxz_mBF2C4DC41B9A0B1993B0C18A4F2E8854E5E37A2D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxyx_mC94BA2C0CB24D774CA77153F7C6FBB414AE5CE57_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxyy_mA9EF95CE06367E1C36C84592EE3BA3652B0686C4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxyz_mB91ADBE270D807AB40CF2879A922700AF915EA20_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxzx_mC2D7DF805F571387CE4EB7C087120D09F0B2177D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxzy_mA0215B6EDB7AA4536442B16FE0E4CAA9D69E81EA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxzz_mD444A902FE9D413B293E2C08CFBD822BFAF901E3_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyxx_m72EDE04ED141AF05016EDAE0EA8ABF579C2E0574_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyxy_m98E40C902C726CC9C1C181DDB317150B12E76BB2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyxz_mC635DCAB851F5830C13AC2C9E3A01D46F748AB78_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyyx_m75D60A44AB986A9F111C71F73D394BE7F8F76490_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyyy_m4772EC61C17F3EDF5399849ED8F519B97FCB74EA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyyz_mD4114C6C50D900447220EF68E2A6221F91F1FB09_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyzx_m2DF910F8A196E8AEED904AB8E586398062C3F1D2_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyzy_mC7B28A736E4021DC25F0F02D5B861F2D07E4A0BE_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyzz_mE595B67C65FA6E235B69C0EAFA9C6FA57C8B33BA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzxx_m78CF5BA169D3638752B186A8989A9FB7578DA684_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzxy_m7E86E7AC99EE7F5ABEB1AA54A70D184F1FA11A29_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzxz_m139E749AF6A3B68B8D36855217B6BD0326BBE730_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzyx_m2F71ADAA8B17E19FE9755CB111656808C941C307_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzyy_mC7389426A61C160B879C9C9922BD14972299E6CE_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzyz_m473E112CB62ED1179F479234602D8104CE2E9E13_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzzx_mCBBCE21145323FE215BA0ECFD17986DEFECE26A7_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzzy_m8F10C406887CB5D228EB5025FA14C3C2C66B3F4B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzzz_m9FCA5D381558894618C83D5B284B6568CB3C7B02_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxxx_mE527B9A2E6963FC240A389077B6AF15DDC158B9B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxxy_mEEF46F7D940EC7241F7067107FF40661AD5B048B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxxz_m3C2E6D178FFC744E2E88689FAF9FDE831E38ABCA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxyx_m3AB8189DE00738449B1CD9CF3751752CFB0153E7_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxyy_m584CE1C48B673C96F9C9FB3B853246669979FCFF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxyz_m0BF939836341511E55CBB177CA0585A6C4E7BD1F_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxzx_mCA06A277480076694A31ABC9FB0D0DA6682807D8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxzy_mFCBB2C84E18990551A76B6C49C1C995EDB50DD3A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxzz_m4066B79E72DD15B01D293C02FEBC936EB421FD0E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyxx_m7EE06BF4658F8DA4A71441F27B045E200FBEEF91_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyxy_m8C0064B5881E813C320486D9EE8D46256D2BD166_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyxz_m84C32BA327AAA1118E8ACF8487493A8942A948B5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyyx_m272448D277C4217C35B859DC1B8D7D18E746A38A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyyy_mDF0BFA80FF1968CD378197F84D2D14E0E7B3667C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyyz_m2682CC8A413CB2ACE25B4C2A36C86F7FE1A253C3_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyzx_m1674AD05B8ED301A4669A9A3CFB5F40E07AAA183_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyzy_mB842651BBA77EFC6A1920F14ADEB1F749141E894_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyzz_mBBCB6DF3DF59E9F228E8DE167BBB845FA12C31E6_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzxx_mE554FB373FB0A035A2B9078BABCF27118654D708_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzxy_m3418A81B64C8ACB91DF4637C704755726FE64435_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzxz_mF52E91820B447D58DB71D25D6F3CE11D06FB1BA0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzyx_m32D9933AF5FD4E6D2F4EB28CF7A54C02D2D8F0AF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzyy_m0F212F642C85AE767FE198E24BD1CB061F06A293_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzyz_m9808F00B9ED0B22158EC8D0A98400E8E7E4870AD_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzzx_mEC911067A41574C5A989AFB4F693E206E1E0F197_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzzy_m081963B6D2615C26E6818B7648E72B6CD8654C63_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzzz_m7E557620FC12686AE3E4DD3CBC3DDCABF0CBCBBF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF int3_get_xxx_mF6E1CA16188E8D448E57D7C2FAC6F089F74A2F0E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxy_m9569EB6A5C78E1929D956A899B9E2C632BDBAC38_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xxz_m0344B4FFBB44A4910684E64222CB732F46EAA8A8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyx_m77432CC36CC4E1AEF32AFA68DF3139EAD134CA2A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyy_m9A626F45DC3DB3CD09A36EAA62E77F6CF230BA18_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xyz_m7D25766EFB1B547AA3F1A525E2664216518B14A7_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xyz_mB898F939383788F66B5475D6F72017A58EB1BFF5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzx_mFBA7D4E6F0E3E0711FEA0ACDB7BDD6272908681B_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzy_m4431558364DD9219DF56D5EA89C741B2313965F0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xzy_m6E4B4D328044E3B413C13EBBA1D411320A0FA8B8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xzz_m343402387241CE3CFE9CE3DE2EC112E155C8BFAB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxx_m2FC08116B5C5D0654B691F1B10F48DA873F715CF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxy_m4C17DD748B6D15416ACA285410982D9B7C913C71_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yxz_m014C58DB7241314E704EA7C4B6A6146A1376CAC6_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yxz_m0C597DC7FD9F869BAED6DC33FAA08D14083A6FE5_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyx_m8E752F70F29105E821FCA244995B3912732B0C9A_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyy_m85BBE9814E8F9911AE9DC3A21497AF8A2A8C0372_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yyz_m6916087C161377CEDEB78A79ED33238A8458E2FA_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzx_m64C1E8658E506BF9FDE92D8FD0B5D2E2AAD424F9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yzx_mA7228FCBC38AC81EA86189DC9B4CA8632840ABA8_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzy_mA09B2247E855159800E6398B057BA2576FCADB20_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yzz_m22749981C77CB46A5F891CA0293B24A681FB9C6C_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxx_m03B009BA9C84AF67B066CA033980EB0A0EF2949E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxy_mDC92A5F08B309AF4539723D7B9A649DAD741DBB0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zxy_m7A009990414CCDF3A76AC28E323033E57D4B9D83_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zxz_mC6725E2D0AE9B3090897D1793047D4B9AB15B027_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyx_m2745D33D71744B3DA604FBF48A76928DFF03D259_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zyx_mB926D7E5B10C3E67FFCBFE8F16732263B9753CBF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyy_mBC96E7D5182058EA89F61D38912E528E03DF26D4_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zyz_m69A7A6F03E1C8E91EA72FCC8D7C0196014742335_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzx_mCC1CA430F5003CAF3907D06832012B837A845A1D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzy_mA5773095CEF3D6FC08C53420C4F2C3689A7066E0_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zzz_m577CF6511B7D4233B7F15DE6ACAB9B2BD8EDE2FB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int3_get_xx_m2F54B8DCE60D6415DC63365E61A633FBCCABEB82_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xy_m77EA26BC8BF534C13AABB46A219585F3EFAB31A1_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xy_m3BB6C86A57A5F6E8FD38269A43E9E43530800746_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_xz_m851E29C779E1D38BE3809B7C445E4EFF1E5DCBF9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_xz_m6785CF83BA22E54C60AFC8732990A2684259D6CD_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yx_mFEB834507F7C93AEFEBB797F150DAACF1AE3B4CF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yx_m11F2888368BDDB5233CE325C75762B0F20B8A1EF_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yy_m5A37B29B26995BCE93BFD93AEC3F2C904F861805_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_yz_m08ABC3409DBA8D2C4854212514FA02D8C42A0852_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_yz_m8CEE8922149D5E1022F9837BD07DF726FD6B5382_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zx_m0F869CE2D6EC20F32988A58DAE3F660DAB49F06D_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zx_mBADEE9A5316C0C1B085E8D0BEE6EA3A979C70B17_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zy_mEA00B5BC6C41E1671669D1A403DE2342B0F42A05_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_set_zy_mBE08F27E1D29F9A4D30E47B5EAE4AA7C458D613E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 int3_get_zz_m5032EAEF8DAD5C53797F4E7746C3EA2DEA0EADF3_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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 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 uint32_t math_hash_m181FB0BD5E6965316733A6171F4144250567CED9_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v) * uint3(0x4C7F6DD1u, 0x4822A3E9u, 0xAAC3C25Du)) + 0xD21D0945u;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = ___v0;
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_1;
L_1 = math_asuint_m8A80EB0D6A7BB3FFC13EAE6349EBAE993226E4A4_inline(L_0, NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_2;
L_2 = math_uint3_mFA1818BB7D3D46E50931D05AAE0F2761DD8D6F5D_inline(((int32_t)1283419601), ((int32_t)1210229737), ((int32_t)-1430011299), NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_3;
L_3 = uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline(L_1, L_2, NULL);
uint32_t L_4;
L_4 = math_csum_m0EAF2F21220740B8A533C16B5BC309170CD9C86D_inline(L_3, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, ((int32_t)-769849019)));
goto IL_002e;
}
IL_002e:
{
// }
uint32_t L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3_GetHashCode_m8AC6D1E8012392878EC4C8894FC3306D5DB2350E_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF L_0 = (*(int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF*)__this);
uint32_t L_1;
L_1 = math_hash_m181FB0BD5E6965316733A6171F4144250567CED9_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* int3_ToString_mF0D5E77289718FA92B3B386C9E956CA9F83D92FB_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __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*)&_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3({0}, {1}, {2})", x, y, z);
int32_t L_0 = __this->___x_0;
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
int32_t L_3 = __this->___y_1;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4);
int32_t L_6 = __this->___z_2;
int32_t L_7 = L_6;
RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7);
String_t* L_9;
L_9 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E, L_2, L_5, L_8, NULL);
V_0 = L_9;
goto IL_002f;
}
IL_002f:
{
// }
String_t* L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3_ToString_mAB969F813E35B83C1B4ADC074583E3FAC5982632_inline (int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3({0}, {1}, {2})", x.ToString(format, formatProvider), y.ToString(format, formatProvider), z.ToString(format, formatProvider));
int32_t* L_0 = (&__this->___x_0);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___formatProvider1;
String_t* L_3;
L_3 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_0, L_1, L_2, NULL);
int32_t* L_4 = (&__this->___y_1);
String_t* L_5 = ___format0;
RuntimeObject* L_6 = ___formatProvider1;
String_t* L_7;
L_7 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_4, L_5, L_6, NULL);
int32_t* L_8 = (&__this->___z_2);
String_t* L_9 = ___format0;
RuntimeObject* L_10 = ___formatProvider1;
String_t* L_11;
L_11 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_8, L_9, L_10, NULL);
String_t* L_12;
L_12 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral0245A598901314C98F3EE8F1FABA26B281081D8E, L_3, L_7, L_11, NULL);
V_0 = L_12;
goto IL_0035;
}
IL_0035:
{
// }
String_t* L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m1C7AC7E8E957E5667537FEEE92034D82DC3788AF_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x2__ctor_m46113106E244EFDDF1948D6645F4F0A4778103C7_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int32_t ___m000, int32_t ___m011, int32_t ___m102, int32_t ___m113, int32_t ___m204, int32_t ___m215, const RuntimeMethod* method)
{
{
// this.c0 = new int3(m00, m10, m20);
int32_t L_0 = ___m000;
int32_t L_1 = ___m102;
int32_t L_2 = ___m204;
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 = ___m113;
int32_t L_6 = ___m215;
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;
// }
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 int3x2__ctor_mBE7B1BDF6824AF4435DF0B06D39284104210D436_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
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 int3x2__ctor_m167D0FF3B55EA33CD3A13DED182AAD816C3D6BC1_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
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 int3x2__ctor_m359126EE55C904EE56174F6B1615F63DEFFC5344_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 ___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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 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);
bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8 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;
// }
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 int3x2__ctor_m84AEDBFE20DACCE84306D6BA980693D5DF2A66B4_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
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 int3x2__ctor_m78CC09F84EFE58F087B0DBA21BF128B6FD06E9A3_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 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;
uint3x2_tD5B9E8F01D7303680EE16DF309AC65BD8AD1AD05 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;
// }
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 int3x2__ctor_m77C9CFF250960F9F36D1E3A1A6879574697E154B_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
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 int3x2__ctor_m8500BA2CFB2CEC40DFDB304E66EC2BDB69E3888C_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB 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;
float3x2_t50B49B40996C7B65E942EBB48DE2A7B63AE2CABB 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;
// }
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 int3x2__ctor_mB49CFC43A3B499C1DFD14CC6F8A41E9D3B6C55CB_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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;
// }
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 int3x2__ctor_m1FD9843E2FAA020EEA572BC5ED217E2F9C37BAE1_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 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;
double3x2_tDC63D37A9CBF1A6656DD371AE1701558954787D2 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;
// }
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 bool3x2__ctor_mF19AB454C3786E7DEE2F08B8DB3FFCAC0F856C7E_inline (bool3x2_tD5535F93F1720CC9552C13614710BE6271012BE8* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c00, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c11, 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;
// }
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 int3x2_Equals_m8AE1E8B16DF3224C98CD840F23A82F414EE1152A_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// public bool Equals(int3x2 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&__this->___c0_0);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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_0027;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_4 = (&__this->___c1_1);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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);
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(int3x2 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_mAAB0B1C1C2C57A0C4F4E3F3E905B137B295C1CD5_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint3(0xDB3DE101u, 0x7B6D1B4Bu, 0x58399E77u) +
// asuint(v.c1) * uint3(0x5EAC29C9u, 0xFC6014F9u, 0x6BF6693Fu)) + 0x9D1B1D9Bu;
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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)-616701695), ((int32_t)2070747979), ((int32_t)1480171127), NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4;
L_4 = uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline(L_2, L_3, NULL);
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA 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)1588341193), ((int32_t)-60812039), ((int32_t)1811310911), 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);
uint32_t L_11;
L_11 = math_csum_m0EAF2F21220740B8A533C16B5BC309170CD9C86D_inline(L_10, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, ((int32_t)-1659167333)));
goto IL_005c;
}
IL_005c:
{
// }
uint32_t L_12 = V_0;
return L_12;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3x2_GetHashCode_mE0398A016497D1C03EDF36F6566C45A34E7BF199_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA L_0 = (*(int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA*)__this);
uint32_t L_1;
L_1 = math_hash_mAAB0B1C1C2C57A0C4F4E3F3E905B137B295C1CD5_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* int3x2_ToString_mB8EC6595349A88B871C6E0EDB5A6152EEACFEBF4_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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*)&_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x2({0}, {1}, {2}, {3}, {4}, {5})", c0.x, c1.x, c0.y, c1.y, c0.z, c1.z);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_31;
L_31 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44, L_26, NULL);
V_0 = L_31;
goto IL_0086;
}
IL_0086:
{
// }
String_t* L_32 = V_0;
return L_32;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x2_ToString_m9D44B58B539FF5D2D58834BDE4EB3EB111A6FE12_inline (int3x2_t697F6FAC26CF193357C796209C5AE6BC15F968CA* __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*)&_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x2({0}, {1}, {2}, {3}, {4}, {5})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_37;
L_37 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral442C0901CC434C2B565A9BA9AAE09AD5E4464C44, L_31, NULL);
V_0 = L_37;
goto IL_0092;
}
IL_0092:
{
// }
String_t* L_38 = V_0;
return L_38;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m9EF733E7DC70CBC8AB5A9A3F288BAD84B311E66B_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c00, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c11, int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF ___c22, 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m3E5734C7BC0F1B07235FD53E23A3BD4A1BF95FF7_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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, const RuntimeMethod* method)
{
{
// this.c0 = new int3(m00, m10, m20);
int32_t L_0 = ___m000;
int32_t L_1 = ___m103;
int32_t L_2 = ___m206;
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 = ___m114;
int32_t L_6 = ___m217;
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 = ___m125;
int32_t L_10 = ___m228;
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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_mC6104B5F63D57EC0E6E95FB380EB691FE7912B6F_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m368212646572394B1018558350A9B03CBBEDD3A2_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m0498168D7DEF1B6D460FEEEF7EC9B6446CEC3FEC_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 ___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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 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);
bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m1C368B47F295BA942ACD4B818FB50C6AB55AE216_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m9EE0695B5174262439027FBF2717B2E6544604E2_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB 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;
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB 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;
uint3x3_t81BE0E4B763F2FE3A436375721114F27758A37EB 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_mED219D29C4BC4BDA8B21533F1D1851BC349E4136_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m17F2AC611EEDC2D7973A9F0C4390717ADEC4F4BC_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 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;
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 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;
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_m34F9F92CCE0DD17447A364F88A6C4B4707572B56_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int3x3__ctor_mC76C5D19F11D92CA9697851FCEF69A5E3F6BD620_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 ___v0, const RuntimeMethod* method)
{
{
// this.c0 = (int3)v.c0;
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 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;
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 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;
double3x3_t3FC5A5668AD878A74586326751AF9BE7B1CEBBB0 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool3x3__ctor_mDDEFF4CAD54D09153F0E92F2316A87EFF01846EB_inline (bool3x3_t590519F2E8BE77D3A00BD291FE7568B289161863* __this, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c00, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c11, bool3_tFD58BE2745DA207A4938AB2F604C829410F0A861 ___c22, 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;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool int3x3_Equals_m7DE331BC2E87F707B863EEB5EFA0E24357DB73C6_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___rhs0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// public bool Equals(int3x3 rhs) { return c0.Equals(rhs.c0) && c1.Equals(rhs.c1) && c2.Equals(rhs.c2); }
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_0 = (&__this->___c0_0);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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_003a;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_4 = (&__this->___c1_1);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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_003a;
}
}
{
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* L_8 = (&__this->___c2_2);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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);
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(int3x3 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_mC1E8323817DD7AB09DAC12ED5298E00E854A2999_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D ___v0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return csum(asuint(v.c0) * uint3(0x93C30C2Bu, 0xDCAF0351u, 0x6E050B01u) +
// asuint(v.c1) * uint3(0x750FDBF5u, 0x7F3DD499u, 0x52EAAEBBu) +
// asuint(v.c2) * uint3(0x4599C793u, 0x83B5E729u, 0xC267163Fu)) + 0x67BC9149u;
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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)-1815933909), ((int32_t)-592510127), ((int32_t)1845824257), NULL);
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_4;
L_4 = uint3_op_Multiply_m0976CE3C5909F86FFE292D17D04D2488EE1F3B95_inline(L_2, L_3, NULL);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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)1963973621), ((int32_t)2134758553), ((int32_t)1391111867), 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);
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D 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)1167706003), ((int32_t)-2085230807), ((int32_t)-1033431489), 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);
uint32_t L_17;
L_17 = math_csum_m0EAF2F21220740B8A533C16B5BC309170CD9C86D_inline(L_16, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, ((int32_t)1740411209)));
goto IL_0085;
}
IL_0085:
{
// }
uint32_t L_18 = V_0;
return L_18;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t int3x3_GetHashCode_m15648583740F91C2E96CB8B98F9B3E11B34BC4D4_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public override int GetHashCode() { return (int)math.hash(this); }
int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D L_0 = (*(int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D*)__this);
uint32_t L_1;
L_1 = math_hash_mC1E8323817DD7AB09DAC12ED5298E00E854A2999_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* int3x3_ToString_mA71F2EBB6BF68B32EAACD8982CD7DD7ACD01D9D3_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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*)&_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8})", c0.x, c1.x, c2.x, c0.y, c1.y, c2.y, c0.z, c1.z, c2.z);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_46;
L_46 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8, L_41, NULL);
V_0 = L_46;
goto IL_00c0;
}
IL_00c0:
{
// }
String_t* L_47 = V_0;
return L_47;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* int3x3_ToString_m1D5BD35951DC5ECBF9E67EC7EAD7CCC96A061B85_inline (int3x3_t13D01CE74FC1C8F9D5C5ECC9A9AC07A5F944B53D* __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*)&_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return string.Format("int3x3({0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8})", 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));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
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->___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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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;
int3_t1D01D28AA6D32890A228297EBADD9BB1A960E2BF* 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);
String_t* L_55;
L_55 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral9F0576C0726CFEF03B03F1CD7DB93F7D88B5F4F8, L_49, NULL);
V_0 = L_55;
goto IL_00d2;
}
IL_00d2:
{
// }
String_t* L_56 = V_0;
return L_56;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F math_asuint_mB09611BC4A717C2BEF2A5BEFA82E1FEE52071324_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___x0, const RuntimeMethod* method)
{
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint2 asuint(int2 x) { return uint2((uint)x.x, (uint)x.y); }
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___x0;
int32_t L_1 = L_0.___x_0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___x0;
int32_t L_3 = L_2.___y_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4;
L_4 = math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline(L_1, L_3, NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
// public static uint2 asuint(int2 x) { return uint2((uint)x.x, (uint)x.y); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F math_uint2_m6D8F967749F41C00E7DDE65ED2A841F272036826_inline (uint32_t ___x0, uint32_t ___y1, const RuntimeMethod* method)
{
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint2 uint2(uint x, uint y) { return new uint2(x, y); }
uint32_t L_0 = ___x0;
uint32_t L_1 = ___y1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2;
memset((&L_2), 0, sizeof(L_2));
uint2__ctor_mDE945EFF54FDA16335AC19E9E01A9BAE161B8D3F_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_000b;
}
IL_000b:
{
// public static uint2 uint2(uint x, uint y) { return new uint2(x, y); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F uint2_op_Multiply_mB54522EE7DA0BF940E2AD35A4DEE4325B2C859E8_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___lhs0, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___rhs1, const RuntimeMethod* method)
{
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint2 operator * (uint2 lhs, uint2 rhs) { return new uint2 (lhs.x * rhs.x, lhs.y * rhs.y); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___lhs0;
uint32_t L_1 = L_0.___x_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2 = ___rhs1;
uint32_t L_3 = L_2.___x_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = ___lhs0;
uint32_t L_5 = L_4.___y_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_6 = ___rhs1;
uint32_t L_7 = L_6.___y_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_8;
memset((&L_8), 0, sizeof(L_8));
uint2__ctor_mDE945EFF54FDA16335AC19E9E01A9BAE161B8D3F_inline((&L_8), ((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)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static uint2 operator * (uint2 lhs, uint2 rhs) { return new uint2 (lhs.x * rhs.x, lhs.y * rhs.y); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_csum_mE28565A02E454569C1E9095914B1C9D213B4E4B6_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___x0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// public static uint csum(uint2 x) { return x.x + x.y; }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___x0;
uint32_t L_1 = L_0.___x_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2 = ___x0;
uint32_t L_3 = L_2.___y_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3));
goto IL_0011;
}
IL_0011:
{
// public static uint csum(uint2 x) { return x.x + x.y; }
uint32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F uint2_op_Addition_mCF195A5BBFABBA73DD13E703DCB190F615BC2890_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___lhs0, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___rhs1, const RuntimeMethod* method)
{
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static uint2 operator + (uint2 lhs, uint2 rhs) { return new uint2 (lhs.x + rhs.x, lhs.y + rhs.y); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___lhs0;
uint32_t L_1 = L_0.___x_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2 = ___rhs1;
uint32_t L_3 = L_2.___x_0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4 = ___lhs0;
uint32_t L_5 = L_4.___y_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_6 = ___rhs1;
uint32_t L_7 = L_6.___y_1;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_8;
memset((&L_8), 0, sizeof(L_8));
uint2__ctor_mDE945EFF54FDA16335AC19E9E01A9BAE161B8D3F_inline((&L_8), ((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)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
// public static uint2 operator + (uint2 lhs, uint2 rhs) { return new uint2 (lhs.x + rhs.x, lhs.y + rhs.y); }
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_9 = V_0;
return L_9;
}
}
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 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 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 void uint2__ctor_mDE945EFF54FDA16335AC19E9E01A9BAE161B8D3F_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F* __this, uint32_t ___x0, uint32_t ___y1, 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;
// }
return;
}
}
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;
}
}