max_stars_repo_path stringlengths 4 261 | max_stars_repo_name stringlengths 6 106 | max_stars_count int64 0 38.8k | id stringlengths 1 6 | text stringlengths 7 1.05M |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_max_size.asm | teknoplop/z88dk | 8 | 94661 |
; void *w_vector_max_size(w_vector_t *v)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC w_vector_max_size
EXTERN asm_w_vector_max_size
defc w_vector_max_size = asm_w_vector_max_size
|
2-low/collada/source/collada-library-animations.ads | charlie5/lace | 20 | 3001 | package collada.Library.animations
--
-- Models a collada 'animations' library, which is a collection of animations.
--
is
type Inputs_view is access all Library.Inputs;
type int_Array_view is access all int_Array;
-----------
--- Sampler
--
type Sampler is
record
Id : Text;
Inputs : Inputs_view;
end record;
-----------
--- Channel
--
type Channel is
record
Source : Text;
Target : Text;
end record;
--------------
--- Animation
--
type Animation is
record
Id : Text;
Name : Text;
Sources : access library.Sources;
Sampler : animations.Sampler;
Channel : animations.Channel;
end record;
type Animation_array is array (Positive range <>) of Animation;
function Inputs_of (Self : in Animation) return access float_Array;
function Outputs_of (Self : in Animation) return access float_Array;
function Interpolations_of (Self : in Animation) return access float_Array;
----------------
--- Library Item
--
type Item is
record
Contents : access Animation_array;
end record;
end collada.Library.animations;
|
theorems/stash/Category.agda | timjb/HoTT-Agda | 294 | 1916 | {-# OPTIONS --without-K --rewriting #-}
open import lib.Basics
open import lib.NType2
open import lib.types.TLevel
module experimental.Category where
record CategoryStructure {i j} (Obj : Type i)
(Mor : Obj → Obj → Type j) : Type (lmax i j) where
constructor category-structure
field
comp : {o₁ o₂ o₃ : Obj} → Mor o₁ o₂ → Mor o₂ o₃ → Mor o₁ o₃
idm : {o : Obj} → Mor o o
unit-r : ∀ {o₁ o₂} (m : Mor o₁ o₂) → comp m idm == m
unit-l : ∀ {o₁ o₂} (m : Mor o₁ o₂) → comp idm m == m
record Category i j : Type (lsucc (lmax i j)) where
constructor category
field
Obj : Type i
Mor : Obj → Obj → Type j
Mor-level : ∀ {o₁ o₂} → is-set (Mor o₁ o₂)
cat-struct : CategoryStructure Obj Mor
open CategoryStructure cat-struct public
|
src/host/x86/sse/asm/uXsmmblend.asm | Navegos/uasmlib | 3 | 244731 | <gh_stars>1-10
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / Copyright 2021 (c) Navegos QA - optimized library / /
; / / / /
; / / Licensed under the Apache License, Version 2.0 (the "License"); / /
; / / you may not use this file except in compliance with the License. / /
; / / You may obtain a copy of the License at / /
; / / / /
; / / http://www.apache.org/licenses/LICENSE-2.0 / /
; / / / /
; / / Unless required by applicable law or agreed to in writing, software / /
; / / distributed under the License is distributed on an "AS IS" BASIS, / /
; / / WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. / /
; / / See the License for the specific language governing permissions and / /
; / / limitations under the License. / /
; / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
option casemap:none
include macrolib.inc
include uXasm.inc
ifndef __MIC__
.xmm
option arch:sse
option evex:0
alignstackfieldproc
.data?
.data
.const
_m128iblendepi16jmptable label size_t
isize_t _m128iblendepi16_0, _m128iblendepi16_1, _m128iblendepi16_2, _m128iblendepi16_3, _m128iblendepi16_4
isize_t _m128iblendepi16_5, _m128iblendepi16_6, _m128iblendepi16_7, _m128iblendepi16_8, _m128iblendepi16_9
isize_t _m128iblendepi16_10, _m128iblendepi16_11, _m128iblendepi16_12, _m128iblendepi16_13, _m128iblendepi16_14
isize_t _m128iblendepi16_15, _m128iblendepi16_16, _m128iblendepi16_17, _m128iblendepi16_18, _m128iblendepi16_19
isize_t _m128iblendepi16_20, _m128iblendepi16_21, _m128iblendepi16_22, _m128iblendepi16_23, _m128iblendepi16_24
isize_t _m128iblendepi16_25, _m128iblendepi16_26, _m128iblendepi16_27, _m128iblendepi16_28, _m128iblendepi16_29
isize_t _m128iblendepi16_30, _m128iblendepi16_31, _m128iblendepi16_32, _m128iblendepi16_33, _m128iblendepi16_34
isize_t _m128iblendepi16_35, _m128iblendepi16_36, _m128iblendepi16_37, _m128iblendepi16_38, _m128iblendepi16_39
isize_t _m128iblendepi16_40, _m128iblendepi16_41, _m128iblendepi16_42, _m128iblendepi16_43, _m128iblendepi16_44
isize_t _m128iblendepi16_45, _m128iblendepi16_46, _m128iblendepi16_47, _m128iblendepi16_48, _m128iblendepi16_49
isize_t _m128iblendepi16_50, _m128iblendepi16_51, _m128iblendepi16_52, _m128iblendepi16_53, _m128iblendepi16_54
isize_t _m128iblendepi16_55, _m128iblendepi16_56, _m128iblendepi16_57, _m128iblendepi16_58, _m128iblendepi16_59
isize_t _m128iblendepi16_60, _m128iblendepi16_61, _m128iblendepi16_62, _m128iblendepi16_63, _m128iblendepi16_64
isize_t _m128iblendepi16_65, _m128iblendepi16_66, _m128iblendepi16_67, _m128iblendepi16_68, _m128iblendepi16_69
isize_t _m128iblendepi16_70, _m128iblendepi16_71, _m128iblendepi16_72, _m128iblendepi16_73, _m128iblendepi16_74
isize_t _m128iblendepi16_75, _m128iblendepi16_76, _m128iblendepi16_77, _m128iblendepi16_78, _m128iblendepi16_79
isize_t _m128iblendepi16_80, _m128iblendepi16_81, _m128iblendepi16_82, _m128iblendepi16_83, _m128iblendepi16_84
isize_t _m128iblendepi16_85, _m128iblendepi16_86, _m128iblendepi16_87, _m128iblendepi16_88, _m128iblendepi16_89
isize_t _m128iblendepi16_90, _m128iblendepi16_91, _m128iblendepi16_92, _m128iblendepi16_93, _m128iblendepi16_94
isize_t _m128iblendepi16_95, _m128iblendepi16_96, _m128iblendepi16_97, _m128iblendepi16_98, _m128iblendepi16_99
isize_t _m128iblendepi16_100, _m128iblendepi16_101, _m128iblendepi16_102, _m128iblendepi16_103, _m128iblendepi16_104
isize_t _m128iblendepi16_105, _m128iblendepi16_106, _m128iblendepi16_107, _m128iblendepi16_108, _m128iblendepi16_109
isize_t _m128iblendepi16_110, _m128iblendepi16_111, _m128iblendepi16_112, _m128iblendepi16_113, _m128iblendepi16_114
isize_t _m128iblendepi16_115, _m128iblendepi16_116, _m128iblendepi16_117, _m128iblendepi16_118, _m128iblendepi16_119
isize_t _m128iblendepi16_120, _m128iblendepi16_121, _m128iblendepi16_122, _m128iblendepi16_123, _m128iblendepi16_124
isize_t _m128iblendepi16_125, _m128iblendepi16_126, _m128iblendepi16_127, _m128iblendepi16_128, _m128iblendepi16_129
isize_t _m128iblendepi16_130, _m128iblendepi16_131, _m128iblendepi16_132, _m128iblendepi16_133, _m128iblendepi16_134
isize_t _m128iblendepi16_135, _m128iblendepi16_136, _m128iblendepi16_137, _m128iblendepi16_138, _m128iblendepi16_139
isize_t _m128iblendepi16_140, _m128iblendepi16_141, _m128iblendepi16_142, _m128iblendepi16_143, _m128iblendepi16_144
isize_t _m128iblendepi16_145, _m128iblendepi16_146, _m128iblendepi16_147, _m128iblendepi16_148, _m128iblendepi16_149
isize_t _m128iblendepi16_150, _m128iblendepi16_151, _m128iblendepi16_152, _m128iblendepi16_153, _m128iblendepi16_154
isize_t _m128iblendepi16_155, _m128iblendepi16_156, _m128iblendepi16_157, _m128iblendepi16_158, _m128iblendepi16_159
isize_t _m128iblendepi16_160, _m128iblendepi16_161, _m128iblendepi16_162, _m128iblendepi16_163, _m128iblendepi16_164
isize_t _m128iblendepi16_165, _m128iblendepi16_166, _m128iblendepi16_167, _m128iblendepi16_168, _m128iblendepi16_169
isize_t _m128iblendepi16_170, _m128iblendepi16_171, _m128iblendepi16_172, _m128iblendepi16_173, _m128iblendepi16_174
isize_t _m128iblendepi16_175, _m128iblendepi16_176, _m128iblendepi16_177, _m128iblendepi16_178, _m128iblendepi16_179
isize_t _m128iblendepi16_180, _m128iblendepi16_181, _m128iblendepi16_182, _m128iblendepi16_183, _m128iblendepi16_184
isize_t _m128iblendepi16_185, _m128iblendepi16_186, _m128iblendepi16_187, _m128iblendepi16_188, _m128iblendepi16_189
isize_t _m128iblendepi16_190, _m128iblendepi16_191, _m128iblendepi16_192, _m128iblendepi16_193, _m128iblendepi16_194
isize_t _m128iblendepi16_195, _m128iblendepi16_196, _m128iblendepi16_197, _m128iblendepi16_198, _m128iblendepi16_199
isize_t _m128iblendepi16_200, _m128iblendepi16_201, _m128iblendepi16_202, _m128iblendepi16_203, _m128iblendepi16_204
isize_t _m128iblendepi16_205, _m128iblendepi16_206, _m128iblendepi16_207, _m128iblendepi16_208, _m128iblendepi16_209
isize_t _m128iblendepi16_210, _m128iblendepi16_211, _m128iblendepi16_212, _m128iblendepi16_213, _m128iblendepi16_214
isize_t _m128iblendepi16_215, _m128iblendepi16_216, _m128iblendepi16_217, _m128iblendepi16_218, _m128iblendepi16_219
isize_t _m128iblendepi16_220, _m128iblendepi16_221, _m128iblendepi16_222, _m128iblendepi16_223, _m128iblendepi16_224
isize_t _m128iblendepi16_225, _m128iblendepi16_226, _m128iblendepi16_227, _m128iblendepi16_228, _m128iblendepi16_229
isize_t _m128iblendepi16_230, _m128iblendepi16_231, _m128iblendepi16_232, _m128iblendepi16_233, _m128iblendepi16_234
isize_t _m128iblendepi16_235, _m128iblendepi16_236, _m128iblendepi16_237, _m128iblendepi16_238, _m128iblendepi16_239
isize_t _m128iblendepi16_240, _m128iblendepi16_241, _m128iblendepi16_242, _m128iblendepi16_243, _m128iblendepi16_244
isize_t _m128iblendepi16_245, _m128iblendepi16_246, _m128iblendepi16_247, _m128iblendepi16_248, _m128iblendepi16_249
isize_t _m128iblendepi16_250, _m128iblendepi16_251, _m128iblendepi16_252, _m128iblendepi16_253, _m128iblendepi16_254
isize_t _m128iblendepi16_255
_m128blendpsjmptable label size_t
isize_t _m128blendps_0, _m128blendps_1, _m128blendps_2, _m128blendps_3, _m128blendps_4
isize_t _m128blendps_5, _m128blendps_6, _m128blendps_7, _m128blendps_8, _m128blendps_9
isize_t _m128blendps_10, _m128blendps_11, _m128blendps_12, _m128blendps_13, _m128blendps_14
isize_t _m128blendps_15
_m128dblendpdjmptable label size_t
isize_t _m128dblendpd_0, _m128dblendpd_1, _m128dblendpd_2, _m128dblendpd_3
_m128dppsjmptable label size_t
isize_t _m128dpps_0, _m128dpps_1, _m128dpps_2, _m128dpps_3, _m128dpps_4
isize_t _m128dpps_5, _m128dpps_6, _m128dpps_7, _m128dpps_8, _m128dpps_9
isize_t _m128dpps_10, _m128dpps_11, _m128dpps_12, _m128dpps_13, _m128dpps_14
isize_t _m128dpps_15, _m128dpps_16, _m128dpps_17, _m128dpps_18, _m128dpps_19
isize_t _m128dpps_20, _m128dpps_21, _m128dpps_22, _m128dpps_23, _m128dpps_24
isize_t _m128dpps_25, _m128dpps_26, _m128dpps_27, _m128dpps_28, _m128dpps_29
isize_t _m128dpps_30, _m128dpps_31, _m128dpps_32, _m128dpps_33, _m128dpps_34
isize_t _m128dpps_35, _m128dpps_36, _m128dpps_37, _m128dpps_38, _m128dpps_39
isize_t _m128dpps_40, _m128dpps_41, _m128dpps_42, _m128dpps_43, _m128dpps_44
isize_t _m128dpps_45, _m128dpps_46, _m128dpps_47, _m128dpps_48, _m128dpps_49
isize_t _m128dpps_50, _m128dpps_51, _m128dpps_52, _m128dpps_53, _m128dpps_54
isize_t _m128dpps_55, _m128dpps_56, _m128dpps_57, _m128dpps_58, _m128dpps_59
isize_t _m128dpps_60, _m128dpps_61, _m128dpps_62, _m128dpps_63, _m128dpps_64
isize_t _m128dpps_65, _m128dpps_66, _m128dpps_67, _m128dpps_68, _m128dpps_69
isize_t _m128dpps_70, _m128dpps_71, _m128dpps_72, _m128dpps_73, _m128dpps_74
isize_t _m128dpps_75, _m128dpps_76, _m128dpps_77, _m128dpps_78, _m128dpps_79
isize_t _m128dpps_80, _m128dpps_81, _m128dpps_82, _m128dpps_83, _m128dpps_84
isize_t _m128dpps_85, _m128dpps_86, _m128dpps_87, _m128dpps_88, _m128dpps_89
isize_t _m128dpps_90, _m128dpps_91, _m128dpps_92, _m128dpps_93, _m128dpps_94
isize_t _m128dpps_95, _m128dpps_96, _m128dpps_97, _m128dpps_98, _m128dpps_99
isize_t _m128dpps_100, _m128dpps_101, _m128dpps_102, _m128dpps_103, _m128dpps_104
isize_t _m128dpps_105, _m128dpps_106, _m128dpps_107, _m128dpps_108, _m128dpps_109
isize_t _m128dpps_110, _m128dpps_111, _m128dpps_112, _m128dpps_113, _m128dpps_114
isize_t _m128dpps_115, _m128dpps_116, _m128dpps_117, _m128dpps_118, _m128dpps_119
isize_t _m128dpps_120, _m128dpps_121, _m128dpps_122, _m128dpps_123, _m128dpps_124
isize_t _m128dpps_125, _m128dpps_126, _m128dpps_127, _m128dpps_128, _m128dpps_129
isize_t _m128dpps_130, _m128dpps_131, _m128dpps_132, _m128dpps_133, _m128dpps_134
isize_t _m128dpps_135, _m128dpps_136, _m128dpps_137, _m128dpps_138, _m128dpps_139
isize_t _m128dpps_140, _m128dpps_141, _m128dpps_142, _m128dpps_143, _m128dpps_144
isize_t _m128dpps_145, _m128dpps_146, _m128dpps_147, _m128dpps_148, _m128dpps_149
isize_t _m128dpps_150, _m128dpps_151, _m128dpps_152, _m128dpps_153, _m128dpps_154
isize_t _m128dpps_155, _m128dpps_156, _m128dpps_157, _m128dpps_158, _m128dpps_159
isize_t _m128dpps_160, _m128dpps_161, _m128dpps_162, _m128dpps_163, _m128dpps_164
isize_t _m128dpps_165, _m128dpps_166, _m128dpps_167, _m128dpps_168, _m128dpps_169
isize_t _m128dpps_170, _m128dpps_171, _m128dpps_172, _m128dpps_173, _m128dpps_174
isize_t _m128dpps_175, _m128dpps_176, _m128dpps_177, _m128dpps_178, _m128dpps_179
isize_t _m128dpps_180, _m128dpps_181, _m128dpps_182, _m128dpps_183, _m128dpps_184
isize_t _m128dpps_185, _m128dpps_186, _m128dpps_187, _m128dpps_188, _m128dpps_189
isize_t _m128dpps_190, _m128dpps_191, _m128dpps_192, _m128dpps_193, _m128dpps_194
isize_t _m128dpps_195, _m128dpps_196, _m128dpps_197, _m128dpps_198, _m128dpps_199
isize_t _m128dpps_200, _m128dpps_201, _m128dpps_202, _m128dpps_203, _m128dpps_204
isize_t _m128dpps_205, _m128dpps_206, _m128dpps_207, _m128dpps_208, _m128dpps_209
isize_t _m128dpps_210, _m128dpps_211, _m128dpps_212, _m128dpps_213, _m128dpps_214
isize_t _m128dpps_215, _m128dpps_216, _m128dpps_217, _m128dpps_218, _m128dpps_219
isize_t _m128dpps_220, _m128dpps_221, _m128dpps_222, _m128dpps_223, _m128dpps_224
isize_t _m128dpps_225, _m128dpps_226, _m128dpps_227, _m128dpps_228, _m128dpps_229
isize_t _m128dpps_230, _m128dpps_231, _m128dpps_232, _m128dpps_233, _m128dpps_234
isize_t _m128dpps_235, _m128dpps_236, _m128dpps_237, _m128dpps_238, _m128dpps_239
isize_t _m128dpps_240, _m128dpps_241, _m128dpps_242, _m128dpps_243, _m128dpps_244
isize_t _m128dpps_245, _m128dpps_246, _m128dpps_247, _m128dpps_248, _m128dpps_249
isize_t _m128dpps_250, _m128dpps_251, _m128dpps_252, _m128dpps_253, _m128dpps_254
isize_t _m128dpps_255
_m128ddppdjmptable label size_t
isize_t _m128ddppd_0, _m128ddppd_1, _m128ddppd_2, _m128ddppd_3, _m128ddppd_4
isize_t _m128ddppd_5, _m128ddppd_6, _m128ddppd_7, _m128ddppd_8, _m128ddppd_9
isize_t _m128ddppd_10, _m128ddppd_11, _m128ddppd_12, _m128ddppd_13, _m128ddppd_14
isize_t _m128ddppd_15, _m128ddppd_16, _m128ddppd_17, _m128ddppd_18, _m128ddppd_19
isize_t _m128ddppd_20, _m128ddppd_21, _m128ddppd_22, _m128ddppd_23, _m128ddppd_24
isize_t _m128ddppd_25, _m128ddppd_26, _m128ddppd_27, _m128ddppd_28, _m128ddppd_29
isize_t _m128ddppd_30, _m128ddppd_31, _m128ddppd_32, _m128ddppd_33, _m128ddppd_34
isize_t _m128ddppd_35, _m128ddppd_36, _m128ddppd_37, _m128ddppd_38, _m128ddppd_39
isize_t _m128ddppd_40, _m128ddppd_41, _m128ddppd_42, _m128ddppd_43, _m128ddppd_44
isize_t _m128ddppd_45, _m128ddppd_46, _m128ddppd_47, _m128ddppd_48, _m128ddppd_49
isize_t _m128ddppd_50, _m128ddppd_51, _m128ddppd_52, _m128ddppd_53, _m128ddppd_54
isize_t _m128ddppd_55, _m128ddppd_56, _m128ddppd_57, _m128ddppd_58, _m128ddppd_59
isize_t _m128ddppd_60, _m128ddppd_61, _m128ddppd_62, _m128ddppd_63, _m128ddppd_64
isize_t _m128ddppd_65, _m128ddppd_66, _m128ddppd_67, _m128ddppd_68, _m128ddppd_69
isize_t _m128ddppd_70, _m128ddppd_71, _m128ddppd_72, _m128ddppd_73, _m128ddppd_74
isize_t _m128ddppd_75, _m128ddppd_76, _m128ddppd_77, _m128ddppd_78, _m128ddppd_79
isize_t _m128ddppd_80, _m128ddppd_81, _m128ddppd_82, _m128ddppd_83, _m128ddppd_84
isize_t _m128ddppd_85, _m128ddppd_86, _m128ddppd_87, _m128ddppd_88, _m128ddppd_89
isize_t _m128ddppd_90, _m128ddppd_91, _m128ddppd_92, _m128ddppd_93, _m128ddppd_94
isize_t _m128ddppd_95, _m128ddppd_96, _m128ddppd_97, _m128ddppd_98, _m128ddppd_99
isize_t _m128ddppd_100, _m128ddppd_101, _m128ddppd_102, _m128ddppd_103, _m128ddppd_104
isize_t _m128ddppd_105, _m128ddppd_106, _m128ddppd_107, _m128ddppd_108, _m128ddppd_109
isize_t _m128ddppd_110, _m128ddppd_111, _m128ddppd_112, _m128ddppd_113, _m128ddppd_114
isize_t _m128ddppd_115, _m128ddppd_116, _m128ddppd_117, _m128ddppd_118, _m128ddppd_119
isize_t _m128ddppd_120, _m128ddppd_121, _m128ddppd_122, _m128ddppd_123, _m128ddppd_124
isize_t _m128ddppd_125, _m128ddppd_126, _m128ddppd_127, _m128ddppd_128, _m128ddppd_129
isize_t _m128ddppd_130, _m128ddppd_131, _m128ddppd_132, _m128ddppd_133, _m128ddppd_134
isize_t _m128ddppd_135, _m128ddppd_136, _m128ddppd_137, _m128ddppd_138, _m128ddppd_139
isize_t _m128ddppd_140, _m128ddppd_141, _m128ddppd_142, _m128ddppd_143, _m128ddppd_144
isize_t _m128ddppd_145, _m128ddppd_146, _m128ddppd_147, _m128ddppd_148, _m128ddppd_149
isize_t _m128ddppd_150, _m128ddppd_151, _m128ddppd_152, _m128ddppd_153, _m128ddppd_154
isize_t _m128ddppd_155, _m128ddppd_156, _m128ddppd_157, _m128ddppd_158, _m128ddppd_159
isize_t _m128ddppd_160, _m128ddppd_161, _m128ddppd_162, _m128ddppd_163, _m128ddppd_164
isize_t _m128ddppd_165, _m128ddppd_166, _m128ddppd_167, _m128ddppd_168, _m128ddppd_169
isize_t _m128ddppd_170, _m128ddppd_171, _m128ddppd_172, _m128ddppd_173, _m128ddppd_174
isize_t _m128ddppd_175, _m128ddppd_176, _m128ddppd_177, _m128ddppd_178, _m128ddppd_179
isize_t _m128ddppd_180, _m128ddppd_181, _m128ddppd_182, _m128ddppd_183, _m128ddppd_184
isize_t _m128ddppd_185, _m128ddppd_186, _m128ddppd_187, _m128ddppd_188, _m128ddppd_189
isize_t _m128ddppd_190, _m128ddppd_191, _m128ddppd_192, _m128ddppd_193, _m128ddppd_194
isize_t _m128ddppd_195, _m128ddppd_196, _m128ddppd_197, _m128ddppd_198, _m128ddppd_199
isize_t _m128ddppd_200, _m128ddppd_201, _m128ddppd_202, _m128ddppd_203, _m128ddppd_204
isize_t _m128ddppd_205, _m128ddppd_206, _m128ddppd_207, _m128ddppd_208, _m128ddppd_209
isize_t _m128ddppd_210, _m128ddppd_211, _m128ddppd_212, _m128ddppd_213, _m128ddppd_214
isize_t _m128ddppd_215, _m128ddppd_216, _m128ddppd_217, _m128ddppd_218, _m128ddppd_219
isize_t _m128ddppd_220, _m128ddppd_221, _m128ddppd_222, _m128ddppd_223, _m128ddppd_224
isize_t _m128ddppd_225, _m128ddppd_226, _m128ddppd_227, _m128ddppd_228, _m128ddppd_229
isize_t _m128ddppd_230, _m128ddppd_231, _m128ddppd_232, _m128ddppd_233, _m128ddppd_234
isize_t _m128ddppd_235, _m128ddppd_236, _m128ddppd_237, _m128ddppd_238, _m128ddppd_239
isize_t _m128ddppd_240, _m128ddppd_241, _m128ddppd_242, _m128ddppd_243, _m128ddppd_244
isize_t _m128ddppd_245, _m128ddppd_246, _m128ddppd_247, _m128ddppd_248, _m128ddppd_249
isize_t _m128ddppd_250, _m128ddppd_251, _m128ddppd_252, _m128ddppd_253, _m128ddppd_254
isize_t _m128ddppd_255
_m128insertpsjmptable label size_t
isize_t _m128insertps_0, _m128insertps_1, _m128insertps_2, _m128insertps_3, _m128insertps_4
isize_t _m128insertps_5, _m128insertps_6, _m128insertps_7, _m128insertps_8, _m128insertps_9
isize_t _m128insertps_10, _m128insertps_11, _m128insertps_12, _m128insertps_13, _m128insertps_14
isize_t _m128insertps_15, _m128insertps_16, _m128insertps_17, _m128insertps_18, _m128insertps_19
isize_t _m128insertps_20, _m128insertps_21, _m128insertps_22, _m128insertps_23, _m128insertps_24
isize_t _m128insertps_25, _m128insertps_26, _m128insertps_27, _m128insertps_28, _m128insertps_29
isize_t _m128insertps_30, _m128insertps_31, _m128insertps_32, _m128insertps_33, _m128insertps_34
isize_t _m128insertps_35, _m128insertps_36, _m128insertps_37, _m128insertps_38, _m128insertps_39
isize_t _m128insertps_40, _m128insertps_41, _m128insertps_42, _m128insertps_43, _m128insertps_44
isize_t _m128insertps_45, _m128insertps_46, _m128insertps_47, _m128insertps_48, _m128insertps_49
isize_t _m128insertps_50, _m128insertps_51, _m128insertps_52, _m128insertps_53, _m128insertps_54
isize_t _m128insertps_55, _m128insertps_56, _m128insertps_57, _m128insertps_58, _m128insertps_59
isize_t _m128insertps_60, _m128insertps_61, _m128insertps_62, _m128insertps_63, _m128insertps_64
isize_t _m128insertps_65, _m128insertps_66, _m128insertps_67, _m128insertps_68, _m128insertps_69
isize_t _m128insertps_70, _m128insertps_71, _m128insertps_72, _m128insertps_73, _m128insertps_74
isize_t _m128insertps_75, _m128insertps_76, _m128insertps_77, _m128insertps_78, _m128insertps_79
isize_t _m128insertps_80, _m128insertps_81, _m128insertps_82, _m128insertps_83, _m128insertps_84
isize_t _m128insertps_85, _m128insertps_86, _m128insertps_87, _m128insertps_88, _m128insertps_89
isize_t _m128insertps_90, _m128insertps_91, _m128insertps_92, _m128insertps_93, _m128insertps_94
isize_t _m128insertps_95, _m128insertps_96, _m128insertps_97, _m128insertps_98, _m128insertps_99
isize_t _m128insertps_100, _m128insertps_101, _m128insertps_102, _m128insertps_103, _m128insertps_104
isize_t _m128insertps_105, _m128insertps_106, _m128insertps_107, _m128insertps_108, _m128insertps_109
isize_t _m128insertps_110, _m128insertps_111, _m128insertps_112, _m128insertps_113, _m128insertps_114
isize_t _m128insertps_115, _m128insertps_116, _m128insertps_117, _m128insertps_118, _m128insertps_119
isize_t _m128insertps_120, _m128insertps_121, _m128insertps_122, _m128insertps_123, _m128insertps_124
isize_t _m128insertps_125, _m128insertps_126, _m128insertps_127, _m128insertps_128, _m128insertps_129
isize_t _m128insertps_130, _m128insertps_131, _m128insertps_132, _m128insertps_133, _m128insertps_134
isize_t _m128insertps_135, _m128insertps_136, _m128insertps_137, _m128insertps_138, _m128insertps_139
isize_t _m128insertps_140, _m128insertps_141, _m128insertps_142, _m128insertps_143, _m128insertps_144
isize_t _m128insertps_145, _m128insertps_146, _m128insertps_147, _m128insertps_148, _m128insertps_149
isize_t _m128insertps_150, _m128insertps_151, _m128insertps_152, _m128insertps_153, _m128insertps_154
isize_t _m128insertps_155, _m128insertps_156, _m128insertps_157, _m128insertps_158, _m128insertps_159
isize_t _m128insertps_160, _m128insertps_161, _m128insertps_162, _m128insertps_163, _m128insertps_164
isize_t _m128insertps_165, _m128insertps_166, _m128insertps_167, _m128insertps_168, _m128insertps_169
isize_t _m128insertps_170, _m128insertps_171, _m128insertps_172, _m128insertps_173, _m128insertps_174
isize_t _m128insertps_175, _m128insertps_176, _m128insertps_177, _m128insertps_178, _m128insertps_179
isize_t _m128insertps_180, _m128insertps_181, _m128insertps_182, _m128insertps_183, _m128insertps_184
isize_t _m128insertps_185, _m128insertps_186, _m128insertps_187, _m128insertps_188, _m128insertps_189
isize_t _m128insertps_190, _m128insertps_191, _m128insertps_192, _m128insertps_193, _m128insertps_194
isize_t _m128insertps_195, _m128insertps_196, _m128insertps_197, _m128insertps_198, _m128insertps_199
isize_t _m128insertps_200, _m128insertps_201, _m128insertps_202, _m128insertps_203, _m128insertps_204
isize_t _m128insertps_205, _m128insertps_206, _m128insertps_207, _m128insertps_208, _m128insertps_209
isize_t _m128insertps_210, _m128insertps_211, _m128insertps_212, _m128insertps_213, _m128insertps_214
isize_t _m128insertps_215, _m128insertps_216, _m128insertps_217, _m128insertps_218, _m128insertps_219
isize_t _m128insertps_220, _m128insertps_221, _m128insertps_222, _m128insertps_223, _m128insertps_224
isize_t _m128insertps_225, _m128insertps_226, _m128insertps_227, _m128insertps_228, _m128insertps_229
isize_t _m128insertps_230, _m128insertps_231, _m128insertps_232, _m128insertps_233, _m128insertps_234
isize_t _m128insertps_235, _m128insertps_236, _m128insertps_237, _m128insertps_238, _m128insertps_239
isize_t _m128insertps_240, _m128insertps_241, _m128insertps_242, _m128insertps_243, _m128insertps_244
isize_t _m128insertps_245, _m128insertps_246, _m128insertps_247, _m128insertps_248, _m128insertps_249
isize_t _m128insertps_250, _m128insertps_251, _m128insertps_252, _m128insertps_253, _m128insertps_254
isize_t _m128insertps_255
_m128impsadbwepu8jmptable label size_t
isize_t _m128impsadbwepu8_0, _m128impsadbwepu8_1, _m128impsadbwepu8_2, _m128impsadbwepu8_3, _m128impsadbwepu8_4
isize_t _m128impsadbwepu8_5, _m128impsadbwepu8_6, _m128impsadbwepu8_7, _m128impsadbwepu8_8, _m128impsadbwepu8_9
isize_t _m128impsadbwepu8_10, _m128impsadbwepu8_11, _m128impsadbwepu8_12, _m128impsadbwepu8_13, _m128impsadbwepu8_14
isize_t _m128impsadbwepu8_15, _m128impsadbwepu8_16, _m128impsadbwepu8_17, _m128impsadbwepu8_18, _m128impsadbwepu8_19
isize_t _m128impsadbwepu8_20, _m128impsadbwepu8_21, _m128impsadbwepu8_22, _m128impsadbwepu8_23, _m128impsadbwepu8_24
isize_t _m128impsadbwepu8_25, _m128impsadbwepu8_26, _m128impsadbwepu8_27, _m128impsadbwepu8_28, _m128impsadbwepu8_29
isize_t _m128impsadbwepu8_30, _m128impsadbwepu8_31, _m128impsadbwepu8_32, _m128impsadbwepu8_33, _m128impsadbwepu8_34
isize_t _m128impsadbwepu8_35, _m128impsadbwepu8_36, _m128impsadbwepu8_37, _m128impsadbwepu8_38, _m128impsadbwepu8_39
isize_t _m128impsadbwepu8_40, _m128impsadbwepu8_41, _m128impsadbwepu8_42, _m128impsadbwepu8_43, _m128impsadbwepu8_44
isize_t _m128impsadbwepu8_45, _m128impsadbwepu8_46, _m128impsadbwepu8_47, _m128impsadbwepu8_48, _m128impsadbwepu8_49
isize_t _m128impsadbwepu8_50, _m128impsadbwepu8_51, _m128impsadbwepu8_52, _m128impsadbwepu8_53, _m128impsadbwepu8_54
isize_t _m128impsadbwepu8_55, _m128impsadbwepu8_56, _m128impsadbwepu8_57, _m128impsadbwepu8_58, _m128impsadbwepu8_59
isize_t _m128impsadbwepu8_60, _m128impsadbwepu8_61, _m128impsadbwepu8_62, _m128impsadbwepu8_63, _m128impsadbwepu8_64
isize_t _m128impsadbwepu8_65, _m128impsadbwepu8_66, _m128impsadbwepu8_67, _m128impsadbwepu8_68, _m128impsadbwepu8_69
isize_t _m128impsadbwepu8_70, _m128impsadbwepu8_71, _m128impsadbwepu8_72, _m128impsadbwepu8_73, _m128impsadbwepu8_74
isize_t _m128impsadbwepu8_75, _m128impsadbwepu8_76, _m128impsadbwepu8_77, _m128impsadbwepu8_78, _m128impsadbwepu8_79
isize_t _m128impsadbwepu8_80, _m128impsadbwepu8_81, _m128impsadbwepu8_82, _m128impsadbwepu8_83, _m128impsadbwepu8_84
isize_t _m128impsadbwepu8_85, _m128impsadbwepu8_86, _m128impsadbwepu8_87, _m128impsadbwepu8_88, _m128impsadbwepu8_89
isize_t _m128impsadbwepu8_90, _m128impsadbwepu8_91, _m128impsadbwepu8_92, _m128impsadbwepu8_93, _m128impsadbwepu8_94
isize_t _m128impsadbwepu8_95, _m128impsadbwepu8_96, _m128impsadbwepu8_97, _m128impsadbwepu8_98, _m128impsadbwepu8_99
isize_t _m128impsadbwepu8_100, _m128impsadbwepu8_101, _m128impsadbwepu8_102, _m128impsadbwepu8_103, _m128impsadbwepu8_104
isize_t _m128impsadbwepu8_105, _m128impsadbwepu8_106, _m128impsadbwepu8_107, _m128impsadbwepu8_108, _m128impsadbwepu8_109
isize_t _m128impsadbwepu8_110, _m128impsadbwepu8_111, _m128impsadbwepu8_112, _m128impsadbwepu8_113, _m128impsadbwepu8_114
isize_t _m128impsadbwepu8_115, _m128impsadbwepu8_116, _m128impsadbwepu8_117, _m128impsadbwepu8_118, _m128impsadbwepu8_119
isize_t _m128impsadbwepu8_120, _m128impsadbwepu8_121, _m128impsadbwepu8_122, _m128impsadbwepu8_123, _m128impsadbwepu8_124
isize_t _m128impsadbwepu8_125, _m128impsadbwepu8_126, _m128impsadbwepu8_127, _m128impsadbwepu8_128, _m128impsadbwepu8_129
isize_t _m128impsadbwepu8_130, _m128impsadbwepu8_131, _m128impsadbwepu8_132, _m128impsadbwepu8_133, _m128impsadbwepu8_134
isize_t _m128impsadbwepu8_135, _m128impsadbwepu8_136, _m128impsadbwepu8_137, _m128impsadbwepu8_138, _m128impsadbwepu8_139
isize_t _m128impsadbwepu8_140, _m128impsadbwepu8_141, _m128impsadbwepu8_142, _m128impsadbwepu8_143, _m128impsadbwepu8_144
isize_t _m128impsadbwepu8_145, _m128impsadbwepu8_146, _m128impsadbwepu8_147, _m128impsadbwepu8_148, _m128impsadbwepu8_149
isize_t _m128impsadbwepu8_150, _m128impsadbwepu8_151, _m128impsadbwepu8_152, _m128impsadbwepu8_153, _m128impsadbwepu8_154
isize_t _m128impsadbwepu8_155, _m128impsadbwepu8_156, _m128impsadbwepu8_157, _m128impsadbwepu8_158, _m128impsadbwepu8_159
isize_t _m128impsadbwepu8_160, _m128impsadbwepu8_161, _m128impsadbwepu8_162, _m128impsadbwepu8_163, _m128impsadbwepu8_164
isize_t _m128impsadbwepu8_165, _m128impsadbwepu8_166, _m128impsadbwepu8_167, _m128impsadbwepu8_168, _m128impsadbwepu8_169
isize_t _m128impsadbwepu8_170, _m128impsadbwepu8_171, _m128impsadbwepu8_172, _m128impsadbwepu8_173, _m128impsadbwepu8_174
isize_t _m128impsadbwepu8_175, _m128impsadbwepu8_176, _m128impsadbwepu8_177, _m128impsadbwepu8_178, _m128impsadbwepu8_179
isize_t _m128impsadbwepu8_180, _m128impsadbwepu8_181, _m128impsadbwepu8_182, _m128impsadbwepu8_183, _m128impsadbwepu8_184
isize_t _m128impsadbwepu8_185, _m128impsadbwepu8_186, _m128impsadbwepu8_187, _m128impsadbwepu8_188, _m128impsadbwepu8_189
isize_t _m128impsadbwepu8_190, _m128impsadbwepu8_191, _m128impsadbwepu8_192, _m128impsadbwepu8_193, _m128impsadbwepu8_194
isize_t _m128impsadbwepu8_195, _m128impsadbwepu8_196, _m128impsadbwepu8_197, _m128impsadbwepu8_198, _m128impsadbwepu8_199
isize_t _m128impsadbwepu8_200, _m128impsadbwepu8_201, _m128impsadbwepu8_202, _m128impsadbwepu8_203, _m128impsadbwepu8_204
isize_t _m128impsadbwepu8_205, _m128impsadbwepu8_206, _m128impsadbwepu8_207, _m128impsadbwepu8_208, _m128impsadbwepu8_209
isize_t _m128impsadbwepu8_210, _m128impsadbwepu8_211, _m128impsadbwepu8_212, _m128impsadbwepu8_213, _m128impsadbwepu8_214
isize_t _m128impsadbwepu8_215, _m128impsadbwepu8_216, _m128impsadbwepu8_217, _m128impsadbwepu8_218, _m128impsadbwepu8_219
isize_t _m128impsadbwepu8_220, _m128impsadbwepu8_221, _m128impsadbwepu8_222, _m128impsadbwepu8_223, _m128impsadbwepu8_224
isize_t _m128impsadbwepu8_225, _m128impsadbwepu8_226, _m128impsadbwepu8_227, _m128impsadbwepu8_228, _m128impsadbwepu8_229
isize_t _m128impsadbwepu8_230, _m128impsadbwepu8_231, _m128impsadbwepu8_232, _m128impsadbwepu8_233, _m128impsadbwepu8_234
isize_t _m128impsadbwepu8_235, _m128impsadbwepu8_236, _m128impsadbwepu8_237, _m128impsadbwepu8_238, _m128impsadbwepu8_239
isize_t _m128impsadbwepu8_240, _m128impsadbwepu8_241, _m128impsadbwepu8_242, _m128impsadbwepu8_243, _m128impsadbwepu8_244
isize_t _m128impsadbwepu8_245, _m128impsadbwepu8_246, _m128impsadbwepu8_247, _m128impsadbwepu8_248, _m128impsadbwepu8_249
isize_t _m128impsadbwepu8_250, _m128impsadbwepu8_251, _m128impsadbwepu8_252, _m128impsadbwepu8_253, _m128impsadbwepu8_254
isize_t _m128impsadbwepu8_255
.code
callconvopt
alignxmmfieldproc
;************************************
; blend instructions
;************************************
procstart _uX_mm_blend_00000000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 0
ret
procend
procstart _uX_mm_blend_00000001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 1
ret
procend
procstart _uX_mm_blend_00000010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 2
ret
procend
procstart _uX_mm_blend_00000011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 3
ret
procend
procstart _uX_mm_blend_00000100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 4
ret
procend
procstart _uX_mm_blend_00000101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 5
ret
procend
procstart _uX_mm_blend_00000110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 6
ret
procend
procstart _uX_mm_blend_00000111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 7
ret
procend
procstart _uX_mm_blend_00001000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 8
ret
procend
procstart _uX_mm_blend_00001001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 9
ret
procend
procstart _uX_mm_blend_00001010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 10
ret
procend
procstart _uX_mm_blend_00001011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 11
ret
procend
procstart _uX_mm_blend_00001100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 12
ret
procend
procstart _uX_mm_blend_00001101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 13
ret
procend
procstart _uX_mm_blend_00001110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 14
ret
procend
procstart _uX_mm_blend_00001111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 15
ret
procend
procstart _uX_mm_blend_00010000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 16
ret
procend
procstart _uX_mm_blend_00010001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 17
ret
procend
procstart _uX_mm_blend_00010010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 18
ret
procend
procstart _uX_mm_blend_00010011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 19
ret
procend
procstart _uX_mm_blend_00010100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 20
ret
procend
procstart _uX_mm_blend_00010101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 21
ret
procend
procstart _uX_mm_blend_00010110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 22
ret
procend
procstart _uX_mm_blend_00010111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 23
ret
procend
procstart _uX_mm_blend_00011000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 24
ret
procend
procstart _uX_mm_blend_00011001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 25
ret
procend
procstart _uX_mm_blend_00011010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 26
ret
procend
procstart _uX_mm_blend_00011011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 27
ret
procend
procstart _uX_mm_blend_00011100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 28
ret
procend
procstart _uX_mm_blend_00011101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 29
ret
procend
procstart _uX_mm_blend_00011110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 30
ret
procend
procstart _uX_mm_blend_00011111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 31
ret
procend
procstart _uX_mm_blend_00100000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 32
ret
procend
procstart _uX_mm_blend_00100001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 33
ret
procend
procstart _uX_mm_blend_00100010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 34
ret
procend
procstart _uX_mm_blend_00100011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 35
ret
procend
procstart _uX_mm_blend_00100100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 36
ret
procend
procstart _uX_mm_blend_00100101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 37
ret
procend
procstart _uX_mm_blend_00100110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 38
ret
procend
procstart _uX_mm_blend_00100111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 39
ret
procend
procstart _uX_mm_blend_00101000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 40
ret
procend
procstart _uX_mm_blend_00101001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 41
ret
procend
procstart _uX_mm_blend_00101010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 42
ret
procend
procstart _uX_mm_blend_00101011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 43
ret
procend
procstart _uX_mm_blend_00101100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 44
ret
procend
procstart _uX_mm_blend_00101101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 45
ret
procend
procstart _uX_mm_blend_00101110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 46
ret
procend
procstart _uX_mm_blend_00101111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 47
ret
procend
procstart _uX_mm_blend_00110000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 48
ret
procend
procstart _uX_mm_blend_00110001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 49
ret
procend
procstart _uX_mm_blend_00110010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 50
ret
procend
procstart _uX_mm_blend_00110011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 51
ret
procend
procstart _uX_mm_blend_00110100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 52
ret
procend
procstart _uX_mm_blend_00110101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 53
ret
procend
procstart _uX_mm_blend_00110110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 54
ret
procend
procstart _uX_mm_blend_00110111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 55
ret
procend
procstart _uX_mm_blend_00111000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 56
ret
procend
procstart _uX_mm_blend_00111001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 57
ret
procend
procstart _uX_mm_blend_00111010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 58
ret
procend
procstart _uX_mm_blend_00111011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 59
ret
procend
procstart _uX_mm_blend_00111100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 60
ret
procend
procstart _uX_mm_blend_00111101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 61
ret
procend
procstart _uX_mm_blend_00111110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 62
ret
procend
procstart _uX_mm_blend_00111111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 63
ret
procend
procstart _uX_mm_blend_01000000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 64
ret
procend
procstart _uX_mm_blend_01000001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 65
ret
procend
procstart _uX_mm_blend_01000010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 66
ret
procend
procstart _uX_mm_blend_01000011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 67
ret
procend
procstart _uX_mm_blend_01000100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 68
ret
procend
procstart _uX_mm_blend_01000101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 69
ret
procend
procstart _uX_mm_blend_01000110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 70
ret
procend
procstart _uX_mm_blend_01000111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 71
ret
procend
procstart _uX_mm_blend_01001000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 72
ret
procend
procstart _uX_mm_blend_01001001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 73
ret
procend
procstart _uX_mm_blend_01001010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 74
ret
procend
procstart _uX_mm_blend_01001011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 75
ret
procend
procstart _uX_mm_blend_01001100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 76
ret
procend
procstart _uX_mm_blend_01001101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 77
ret
procend
procstart _uX_mm_blend_01001110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 78
ret
procend
procstart _uX_mm_blend_01001111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 79
ret
procend
procstart _uX_mm_blend_01010000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 80
ret
procend
procstart _uX_mm_blend_01010001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 81
ret
procend
procstart _uX_mm_blend_01010010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 82
ret
procend
procstart _uX_mm_blend_01010011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 83
ret
procend
procstart _uX_mm_blend_01010100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 84
ret
procend
procstart _uX_mm_blend_01010101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 85
ret
procend
procstart _uX_mm_blend_01010110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 86
ret
procend
procstart _uX_mm_blend_01010111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 87
ret
procend
procstart _uX_mm_blend_01011000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 88
ret
procend
procstart _uX_mm_blend_01011001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 89
ret
procend
procstart _uX_mm_blend_01011010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 90
ret
procend
procstart _uX_mm_blend_01011011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 91
ret
procend
procstart _uX_mm_blend_01011100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 92
ret
procend
procstart _uX_mm_blend_01011101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 93
ret
procend
procstart _uX_mm_blend_01011110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 94
ret
procend
procstart _uX_mm_blend_01011111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 95
ret
procend
procstart _uX_mm_blend_01100000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 96
ret
procend
procstart _uX_mm_blend_01100001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 97
ret
procend
procstart _uX_mm_blend_01100010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 98
ret
procend
procstart _uX_mm_blend_01100011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 99
ret
procend
procstart _uX_mm_blend_01100100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 100
ret
procend
procstart _uX_mm_blend_01100101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 101
ret
procend
procstart _uX_mm_blend_01100110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 102
ret
procend
procstart _uX_mm_blend_01100111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 103
ret
procend
procstart _uX_mm_blend_01101000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 104
ret
procend
procstart _uX_mm_blend_01101001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 105
ret
procend
procstart _uX_mm_blend_01101010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 106
ret
procend
procstart _uX_mm_blend_01101011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 107
ret
procend
procstart _uX_mm_blend_01101100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 108
ret
procend
procstart _uX_mm_blend_01101101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 109
ret
procend
procstart _uX_mm_blend_01101110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 110
ret
procend
procstart _uX_mm_blend_01101111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 111
ret
procend
procstart _uX_mm_blend_01110000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 112
ret
procend
procstart _uX_mm_blend_01110001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 113
ret
procend
procstart _uX_mm_blend_01110010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 114
ret
procend
procstart _uX_mm_blend_01110011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 115
ret
procend
procstart _uX_mm_blend_01110100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 116
ret
procend
procstart _uX_mm_blend_01110101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 117
ret
procend
procstart _uX_mm_blend_01110110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 118
ret
procend
procstart _uX_mm_blend_01110111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 119
ret
procend
procstart _uX_mm_blend_01111000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 120
ret
procend
procstart _uX_mm_blend_01111001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 121
ret
procend
procstart _uX_mm_blend_01111010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 122
ret
procend
procstart _uX_mm_blend_01111011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 123
ret
procend
procstart _uX_mm_blend_01111100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 124
ret
procend
procstart _uX_mm_blend_01111101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 125
ret
procend
procstart _uX_mm_blend_01111110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 126
ret
procend
procstart _uX_mm_blend_01111111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 127
ret
procend
procstart _uX_mm_blend_10000000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 128
ret
procend
procstart _uX_mm_blend_10000001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 129
ret
procend
procstart _uX_mm_blend_10000010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 130
ret
procend
procstart _uX_mm_blend_10000011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 131
ret
procend
procstart _uX_mm_blend_10000100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 132
ret
procend
procstart _uX_mm_blend_10000101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 133
ret
procend
procstart _uX_mm_blend_10000110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 134
ret
procend
procstart _uX_mm_blend_10000111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 135
ret
procend
procstart _uX_mm_blend_10001000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 136
ret
procend
procstart _uX_mm_blend_10001001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 137
ret
procend
procstart _uX_mm_blend_10001010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 138
ret
procend
procstart _uX_mm_blend_10001011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 139
ret
procend
procstart _uX_mm_blend_10001100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 140
ret
procend
procstart _uX_mm_blend_10001101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 141
ret
procend
procstart _uX_mm_blend_10001110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 142
ret
procend
procstart _uX_mm_blend_10001111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 143
ret
procend
procstart _uX_mm_blend_10010000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 144
ret
procend
procstart _uX_mm_blend_10010001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 145
ret
procend
procstart _uX_mm_blend_10010010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 146
ret
procend
procstart _uX_mm_blend_10010011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 147
ret
procend
procstart _uX_mm_blend_10010100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 148
ret
procend
procstart _uX_mm_blend_10010101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 149
ret
procend
procstart _uX_mm_blend_10010110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 150
ret
procend
procstart _uX_mm_blend_10010111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 151
ret
procend
procstart _uX_mm_blend_10011000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 152
ret
procend
procstart _uX_mm_blend_10011001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 153
ret
procend
procstart _uX_mm_blend_10011010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 154
ret
procend
procstart _uX_mm_blend_10011011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 155
ret
procend
procstart _uX_mm_blend_10011100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 156
ret
procend
procstart _uX_mm_blend_10011101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 157
ret
procend
procstart _uX_mm_blend_10011110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 158
ret
procend
procstart _uX_mm_blend_10011111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 159
ret
procend
procstart _uX_mm_blend_10100000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 160
ret
procend
procstart _uX_mm_blend_10100001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 161
ret
procend
procstart _uX_mm_blend_10100010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 162
ret
procend
procstart _uX_mm_blend_10100011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 163
ret
procend
procstart _uX_mm_blend_10100100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 164
ret
procend
procstart _uX_mm_blend_10100101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 165
ret
procend
procstart _uX_mm_blend_10100110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 166
ret
procend
procstart _uX_mm_blend_10100111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 167
ret
procend
procstart _uX_mm_blend_10101000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 168
ret
procend
procstart _uX_mm_blend_10101001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 169
ret
procend
procstart _uX_mm_blend_10101010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 170
ret
procend
procstart _uX_mm_blend_10101011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 171
ret
procend
procstart _uX_mm_blend_10101100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 172
ret
procend
procstart _uX_mm_blend_10101101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 173
ret
procend
procstart _uX_mm_blend_10101110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 174
ret
procend
procstart _uX_mm_blend_10101111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 175
ret
procend
procstart _uX_mm_blend_10110000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 176
ret
procend
procstart _uX_mm_blend_10110001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 177
ret
procend
procstart _uX_mm_blend_10110010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 178
ret
procend
procstart _uX_mm_blend_10110011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 179
ret
procend
procstart _uX_mm_blend_10110100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 180
ret
procend
procstart _uX_mm_blend_10110101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 181
ret
procend
procstart _uX_mm_blend_10110110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 182
ret
procend
procstart _uX_mm_blend_10110111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 183
ret
procend
procstart _uX_mm_blend_10111000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 184
ret
procend
procstart _uX_mm_blend_10111001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 185
ret
procend
procstart _uX_mm_blend_10111010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 186
ret
procend
procstart _uX_mm_blend_10111011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 187
ret
procend
procstart _uX_mm_blend_10111100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 188
ret
procend
procstart _uX_mm_blend_10111101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 189
ret
procend
procstart _uX_mm_blend_10111110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 190
ret
procend
procstart _uX_mm_blend_10111111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 191
ret
procend
procstart _uX_mm_blend_11000000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 192
ret
procend
procstart _uX_mm_blend_11000001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 193
ret
procend
procstart _uX_mm_blend_11000010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 194
ret
procend
procstart _uX_mm_blend_11000011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 195
ret
procend
procstart _uX_mm_blend_11000100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 196
ret
procend
procstart _uX_mm_blend_11000101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 197
ret
procend
procstart _uX_mm_blend_11000110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 198
ret
procend
procstart _uX_mm_blend_11000111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 199
ret
procend
procstart _uX_mm_blend_11001000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 200
ret
procend
procstart _uX_mm_blend_11001001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 201
ret
procend
procstart _uX_mm_blend_11001010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 202
ret
procend
procstart _uX_mm_blend_11001011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 203
ret
procend
procstart _uX_mm_blend_11001100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 204
ret
procend
procstart _uX_mm_blend_11001101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 205
ret
procend
procstart _uX_mm_blend_11001110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 206
ret
procend
procstart _uX_mm_blend_11001111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 207
ret
procend
procstart _uX_mm_blend_11010000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 208
ret
procend
procstart _uX_mm_blend_11010001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 209
ret
procend
procstart _uX_mm_blend_11010010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 210
ret
procend
procstart _uX_mm_blend_11010011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 211
ret
procend
procstart _uX_mm_blend_11010100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 212
ret
procend
procstart _uX_mm_blend_11010101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 213
ret
procend
procstart _uX_mm_blend_11010110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 214
ret
procend
procstart _uX_mm_blend_11010111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 215
ret
procend
procstart _uX_mm_blend_11011000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 216
ret
procend
procstart _uX_mm_blend_11011001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 217
ret
procend
procstart _uX_mm_blend_11011010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 218
ret
procend
procstart _uX_mm_blend_11011011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 219
ret
procend
procstart _uX_mm_blend_11011100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 220
ret
procend
procstart _uX_mm_blend_11011101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 221
ret
procend
procstart _uX_mm_blend_11011110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 222
ret
procend
procstart _uX_mm_blend_11011111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 223
ret
procend
procstart _uX_mm_blend_11100000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 224
ret
procend
procstart _uX_mm_blend_11100001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 225
ret
procend
procstart _uX_mm_blend_11100010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 226
ret
procend
procstart _uX_mm_blend_11100011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 227
ret
procend
procstart _uX_mm_blend_11100100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 228
ret
procend
procstart _uX_mm_blend_11100101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 229
ret
procend
procstart _uX_mm_blend_11100110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 230
ret
procend
procstart _uX_mm_blend_11100111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 231
ret
procend
procstart _uX_mm_blend_11101000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 232
ret
procend
procstart _uX_mm_blend_11101001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 233
ret
procend
procstart _uX_mm_blend_11101010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 234
ret
procend
procstart _uX_mm_blend_11101011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 235
ret
procend
procstart _uX_mm_blend_11101100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 236
ret
procend
procstart _uX_mm_blend_11101101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 237
ret
procend
procstart _uX_mm_blend_11101110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 238
ret
procend
procstart _uX_mm_blend_11101111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 239
ret
procend
procstart _uX_mm_blend_11110000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 240
ret
procend
procstart _uX_mm_blend_11110001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 241
ret
procend
procstart _uX_mm_blend_11110010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 242
ret
procend
procstart _uX_mm_blend_11110011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 243
ret
procend
procstart _uX_mm_blend_11110100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 244
ret
procend
procstart _uX_mm_blend_11110101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 245
ret
procend
procstart _uX_mm_blend_11110110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 246
ret
procend
procstart _uX_mm_blend_11110111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 247
ret
procend
procstart _uX_mm_blend_11111000_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 248
ret
procend
procstart _uX_mm_blend_11111001_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 249
ret
procend
procstart _uX_mm_blend_11111010_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 250
ret
procend
procstart _uX_mm_blend_11111011_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 251
ret
procend
procstart _uX_mm_blend_11111100_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 252
ret
procend
procstart _uX_mm_blend_11111101_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 253
ret
procend
procstart _uX_mm_blend_11111110_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 254
ret
procend
procstart _uX_mm_blend_11111111_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
pblendw xmm0, xmm1, 255
ret
procend
procstart _uX_mm_blend_epi16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword, Inint_Imm:dword
push rbase()
.if((rp2() < 0) || (rp2() > 255))
jmp _m128iblendepi16_end
.endif
ifdef __X32__
movzx rbase(), byte ptr [rp2()]
jmp dword ptr [_m128iblendepi16jmptable+rbase()*size_t_size]
else
lea rbase(), qword ptr [_m128iblendepi16jmptable]
mov rbase(), qword ptr [rbase()+rp2()*size_t_size]
jmp rbx
endif
_m128iblendepi16_0 label size_t
pblendw xmm0, xmm1, 0
jmp _m128iblendepi16_end
_m128iblendepi16_1 label size_t
pblendw xmm0, xmm1, 1
jmp _m128iblendepi16_end
_m128iblendepi16_2 label size_t
pblendw xmm0, xmm1, 2
jmp _m128iblendepi16_end
_m128iblendepi16_3 label size_t
pblendw xmm0, xmm1, 3
jmp _m128iblendepi16_end
_m128iblendepi16_4 label size_t
pblendw xmm0, xmm1, 4
jmp _m128iblendepi16_end
_m128iblendepi16_5 label size_t
pblendw xmm0, xmm1, 5
jmp _m128iblendepi16_end
_m128iblendepi16_6 label size_t
pblendw xmm0, xmm1, 6
jmp _m128iblendepi16_end
_m128iblendepi16_7 label size_t
pblendw xmm0, xmm1, 7
jmp _m128iblendepi16_end
_m128iblendepi16_8 label size_t
pblendw xmm0, xmm1, 8
jmp _m128iblendepi16_end
_m128iblendepi16_9 label size_t
pblendw xmm0, xmm1, 9
jmp _m128iblendepi16_end
_m128iblendepi16_10 label size_t
pblendw xmm0, xmm1, 10
jmp _m128iblendepi16_end
_m128iblendepi16_11 label size_t
pblendw xmm0, xmm1, 11
jmp _m128iblendepi16_end
_m128iblendepi16_12 label size_t
pblendw xmm0, xmm1, 12
jmp _m128iblendepi16_end
_m128iblendepi16_13 label size_t
pblendw xmm0, xmm1, 13
jmp _m128iblendepi16_end
_m128iblendepi16_14 label size_t
pblendw xmm0, xmm1, 14
jmp _m128iblendepi16_end
_m128iblendepi16_15 label size_t
pblendw xmm0, xmm1, 15
jmp _m128iblendepi16_end
_m128iblendepi16_16 label size_t
pblendw xmm0, xmm1, 16
jmp _m128iblendepi16_end
_m128iblendepi16_17 label size_t
pblendw xmm0, xmm1, 17
jmp _m128iblendepi16_end
_m128iblendepi16_18 label size_t
pblendw xmm0, xmm1, 18
jmp _m128iblendepi16_end
_m128iblendepi16_19 label size_t
pblendw xmm0, xmm1, 19
jmp _m128iblendepi16_end
_m128iblendepi16_20 label size_t
pblendw xmm0, xmm1, 20
jmp _m128iblendepi16_end
_m128iblendepi16_21 label size_t
pblendw xmm0, xmm1, 21
jmp _m128iblendepi16_end
_m128iblendepi16_22 label size_t
pblendw xmm0, xmm1, 22
jmp _m128iblendepi16_end
_m128iblendepi16_23 label size_t
pblendw xmm0, xmm1, 23
jmp _m128iblendepi16_end
_m128iblendepi16_24 label size_t
pblendw xmm0, xmm1, 24
jmp _m128iblendepi16_end
_m128iblendepi16_25 label size_t
pblendw xmm0, xmm1, 25
jmp _m128iblendepi16_end
_m128iblendepi16_26 label size_t
pblendw xmm0, xmm1, 26
jmp _m128iblendepi16_end
_m128iblendepi16_27 label size_t
pblendw xmm0, xmm1, 27
jmp _m128iblendepi16_end
_m128iblendepi16_28 label size_t
pblendw xmm0, xmm1, 28
jmp _m128iblendepi16_end
_m128iblendepi16_29 label size_t
pblendw xmm0, xmm1, 29
jmp _m128iblendepi16_end
_m128iblendepi16_30 label size_t
pblendw xmm0, xmm1, 30
jmp _m128iblendepi16_end
_m128iblendepi16_31 label size_t
pblendw xmm0, xmm1, 31
jmp _m128iblendepi16_end
_m128iblendepi16_32 label size_t
pblendw xmm0, xmm1, 32
jmp _m128iblendepi16_end
_m128iblendepi16_33 label size_t
pblendw xmm0, xmm1, 33
jmp _m128iblendepi16_end
_m128iblendepi16_34 label size_t
pblendw xmm0, xmm1, 34
jmp _m128iblendepi16_end
_m128iblendepi16_35 label size_t
pblendw xmm0, xmm1, 35
jmp _m128iblendepi16_end
_m128iblendepi16_36 label size_t
pblendw xmm0, xmm1, 36
jmp _m128iblendepi16_end
_m128iblendepi16_37 label size_t
pblendw xmm0, xmm1, 37
jmp _m128iblendepi16_end
_m128iblendepi16_38 label size_t
pblendw xmm0, xmm1, 38
jmp _m128iblendepi16_end
_m128iblendepi16_39 label size_t
pblendw xmm0, xmm1, 39
jmp _m128iblendepi16_end
_m128iblendepi16_40 label size_t
pblendw xmm0, xmm1, 40
jmp _m128iblendepi16_end
_m128iblendepi16_41 label size_t
pblendw xmm0, xmm1, 41
jmp _m128iblendepi16_end
_m128iblendepi16_42 label size_t
pblendw xmm0, xmm1, 42
jmp _m128iblendepi16_end
_m128iblendepi16_43 label size_t
pblendw xmm0, xmm1, 43
jmp _m128iblendepi16_end
_m128iblendepi16_44 label size_t
pblendw xmm0, xmm1, 44
jmp _m128iblendepi16_end
_m128iblendepi16_45 label size_t
pblendw xmm0, xmm1, 45
jmp _m128iblendepi16_end
_m128iblendepi16_46 label size_t
pblendw xmm0, xmm1, 46
jmp _m128iblendepi16_end
_m128iblendepi16_47 label size_t
pblendw xmm0, xmm1, 47
jmp _m128iblendepi16_end
_m128iblendepi16_48 label size_t
pblendw xmm0, xmm1, 48
jmp _m128iblendepi16_end
_m128iblendepi16_49 label size_t
pblendw xmm0, xmm1, 49
jmp _m128iblendepi16_end
_m128iblendepi16_50 label size_t
pblendw xmm0, xmm1, 50
jmp _m128iblendepi16_end
_m128iblendepi16_51 label size_t
pblendw xmm0, xmm1, 51
jmp _m128iblendepi16_end
_m128iblendepi16_52 label size_t
pblendw xmm0, xmm1, 52
jmp _m128iblendepi16_end
_m128iblendepi16_53 label size_t
pblendw xmm0, xmm1, 53
jmp _m128iblendepi16_end
_m128iblendepi16_54 label size_t
pblendw xmm0, xmm1, 54
jmp _m128iblendepi16_end
_m128iblendepi16_55 label size_t
pblendw xmm0, xmm1, 55
jmp _m128iblendepi16_end
_m128iblendepi16_56 label size_t
pblendw xmm0, xmm1, 56
jmp _m128iblendepi16_end
_m128iblendepi16_57 label size_t
pblendw xmm0, xmm1, 57
jmp _m128iblendepi16_end
_m128iblendepi16_58 label size_t
pblendw xmm0, xmm1, 58
jmp _m128iblendepi16_end
_m128iblendepi16_59 label size_t
pblendw xmm0, xmm1, 59
jmp _m128iblendepi16_end
_m128iblendepi16_60 label size_t
pblendw xmm0, xmm1, 60
jmp _m128iblendepi16_end
_m128iblendepi16_61 label size_t
pblendw xmm0, xmm1, 61
jmp _m128iblendepi16_end
_m128iblendepi16_62 label size_t
pblendw xmm0, xmm1, 62
jmp _m128iblendepi16_end
_m128iblendepi16_63 label size_t
pblendw xmm0, xmm1, 63
jmp _m128iblendepi16_end
_m128iblendepi16_64 label size_t
pblendw xmm0, xmm1, 64
jmp _m128iblendepi16_end
_m128iblendepi16_65 label size_t
pblendw xmm0, xmm1, 65
jmp _m128iblendepi16_end
_m128iblendepi16_66 label size_t
pblendw xmm0, xmm1, 66
jmp _m128iblendepi16_end
_m128iblendepi16_67 label size_t
pblendw xmm0, xmm1, 67
jmp _m128iblendepi16_end
_m128iblendepi16_68 label size_t
pblendw xmm0, xmm1, 68
jmp _m128iblendepi16_end
_m128iblendepi16_69 label size_t
pblendw xmm0, xmm1, 69
jmp _m128iblendepi16_end
_m128iblendepi16_70 label size_t
pblendw xmm0, xmm1, 70
jmp _m128iblendepi16_end
_m128iblendepi16_71 label size_t
pblendw xmm0, xmm1, 71
jmp _m128iblendepi16_end
_m128iblendepi16_72 label size_t
pblendw xmm0, xmm1, 72
jmp _m128iblendepi16_end
_m128iblendepi16_73 label size_t
pblendw xmm0, xmm1, 73
jmp _m128iblendepi16_end
_m128iblendepi16_74 label size_t
pblendw xmm0, xmm1, 74
jmp _m128iblendepi16_end
_m128iblendepi16_75 label size_t
pblendw xmm0, xmm1, 75
jmp _m128iblendepi16_end
_m128iblendepi16_76 label size_t
pblendw xmm0, xmm1, 76
jmp _m128iblendepi16_end
_m128iblendepi16_77 label size_t
pblendw xmm0, xmm1, 77
jmp _m128iblendepi16_end
_m128iblendepi16_78 label size_t
pblendw xmm0, xmm1, 78
jmp _m128iblendepi16_end
_m128iblendepi16_79 label size_t
pblendw xmm0, xmm1, 79
jmp _m128iblendepi16_end
_m128iblendepi16_80 label size_t
pblendw xmm0, xmm1, 80
jmp _m128iblendepi16_end
_m128iblendepi16_81 label size_t
pblendw xmm0, xmm1, 81
jmp _m128iblendepi16_end
_m128iblendepi16_82 label size_t
pblendw xmm0, xmm1, 82
jmp _m128iblendepi16_end
_m128iblendepi16_83 label size_t
pblendw xmm0, xmm1, 83
jmp _m128iblendepi16_end
_m128iblendepi16_84 label size_t
pblendw xmm0, xmm1, 84
jmp _m128iblendepi16_end
_m128iblendepi16_85 label size_t
pblendw xmm0, xmm1, 85
jmp _m128iblendepi16_end
_m128iblendepi16_86 label size_t
pblendw xmm0, xmm1, 86
jmp _m128iblendepi16_end
_m128iblendepi16_87 label size_t
pblendw xmm0, xmm1, 87
jmp _m128iblendepi16_end
_m128iblendepi16_88 label size_t
pblendw xmm0, xmm1, 88
jmp _m128iblendepi16_end
_m128iblendepi16_89 label size_t
pblendw xmm0, xmm1, 89
jmp _m128iblendepi16_end
_m128iblendepi16_90 label size_t
pblendw xmm0, xmm1, 90
jmp _m128iblendepi16_end
_m128iblendepi16_91 label size_t
pblendw xmm0, xmm1, 91
jmp _m128iblendepi16_end
_m128iblendepi16_92 label size_t
pblendw xmm0, xmm1, 92
jmp _m128iblendepi16_end
_m128iblendepi16_93 label size_t
pblendw xmm0, xmm1, 93
jmp _m128iblendepi16_end
_m128iblendepi16_94 label size_t
pblendw xmm0, xmm1, 94
jmp _m128iblendepi16_end
_m128iblendepi16_95 label size_t
pblendw xmm0, xmm1, 95
jmp _m128iblendepi16_end
_m128iblendepi16_96 label size_t
pblendw xmm0, xmm1, 96
jmp _m128iblendepi16_end
_m128iblendepi16_97 label size_t
pblendw xmm0, xmm1, 97
jmp _m128iblendepi16_end
_m128iblendepi16_98 label size_t
pblendw xmm0, xmm1, 98
jmp _m128iblendepi16_end
_m128iblendepi16_99 label size_t
pblendw xmm0, xmm1, 99
jmp _m128iblendepi16_end
_m128iblendepi16_100 label size_t
pblendw xmm0, xmm1, 100
jmp _m128iblendepi16_end
_m128iblendepi16_101 label size_t
pblendw xmm0, xmm1, 101
jmp _m128iblendepi16_end
_m128iblendepi16_102 label size_t
pblendw xmm0, xmm1, 102
jmp _m128iblendepi16_end
_m128iblendepi16_103 label size_t
pblendw xmm0, xmm1, 103
jmp _m128iblendepi16_end
_m128iblendepi16_104 label size_t
pblendw xmm0, xmm1, 104
jmp _m128iblendepi16_end
_m128iblendepi16_105 label size_t
pblendw xmm0, xmm1, 105
jmp _m128iblendepi16_end
_m128iblendepi16_106 label size_t
pblendw xmm0, xmm1, 106
jmp _m128iblendepi16_end
_m128iblendepi16_107 label size_t
pblendw xmm0, xmm1, 107
jmp _m128iblendepi16_end
_m128iblendepi16_108 label size_t
pblendw xmm0, xmm1, 108
jmp _m128iblendepi16_end
_m128iblendepi16_109 label size_t
pblendw xmm0, xmm1, 109
jmp _m128iblendepi16_end
_m128iblendepi16_110 label size_t
pblendw xmm0, xmm1, 110
jmp _m128iblendepi16_end
_m128iblendepi16_111 label size_t
pblendw xmm0, xmm1, 111
jmp _m128iblendepi16_end
_m128iblendepi16_112 label size_t
pblendw xmm0, xmm1, 112
jmp _m128iblendepi16_end
_m128iblendepi16_113 label size_t
pblendw xmm0, xmm1, 113
jmp _m128iblendepi16_end
_m128iblendepi16_114 label size_t
pblendw xmm0, xmm1, 114
jmp _m128iblendepi16_end
_m128iblendepi16_115 label size_t
pblendw xmm0, xmm1, 115
jmp _m128iblendepi16_end
_m128iblendepi16_116 label size_t
pblendw xmm0, xmm1, 116
jmp _m128iblendepi16_end
_m128iblendepi16_117 label size_t
pblendw xmm0, xmm1, 117
jmp _m128iblendepi16_end
_m128iblendepi16_118 label size_t
pblendw xmm0, xmm1, 118
jmp _m128iblendepi16_end
_m128iblendepi16_119 label size_t
pblendw xmm0, xmm1, 119
jmp _m128iblendepi16_end
_m128iblendepi16_120 label size_t
pblendw xmm0, xmm1, 120
jmp _m128iblendepi16_end
_m128iblendepi16_121 label size_t
pblendw xmm0, xmm1, 121
jmp _m128iblendepi16_end
_m128iblendepi16_122 label size_t
pblendw xmm0, xmm1, 122
jmp _m128iblendepi16_end
_m128iblendepi16_123 label size_t
pblendw xmm0, xmm1, 123
jmp _m128iblendepi16_end
_m128iblendepi16_124 label size_t
pblendw xmm0, xmm1, 124
jmp _m128iblendepi16_end
_m128iblendepi16_125 label size_t
pblendw xmm0, xmm1, 125
jmp _m128iblendepi16_end
_m128iblendepi16_126 label size_t
pblendw xmm0, xmm1, 126
jmp _m128iblendepi16_end
_m128iblendepi16_127 label size_t
pblendw xmm0, xmm1, 127
jmp _m128iblendepi16_end
_m128iblendepi16_128 label size_t
pblendw xmm0, xmm1, 128
jmp _m128iblendepi16_end
_m128iblendepi16_129 label size_t
pblendw xmm0, xmm1, 129
jmp _m128iblendepi16_end
_m128iblendepi16_130 label size_t
pblendw xmm0, xmm1, 130
jmp _m128iblendepi16_end
_m128iblendepi16_131 label size_t
pblendw xmm0, xmm1, 131
jmp _m128iblendepi16_end
_m128iblendepi16_132 label size_t
pblendw xmm0, xmm1, 132
jmp _m128iblendepi16_end
_m128iblendepi16_133 label size_t
pblendw xmm0, xmm1, 133
jmp _m128iblendepi16_end
_m128iblendepi16_134 label size_t
pblendw xmm0, xmm1, 134
jmp _m128iblendepi16_end
_m128iblendepi16_135 label size_t
pblendw xmm0, xmm1, 135
jmp _m128iblendepi16_end
_m128iblendepi16_136 label size_t
pblendw xmm0, xmm1, 136
jmp _m128iblendepi16_end
_m128iblendepi16_137 label size_t
pblendw xmm0, xmm1, 137
jmp _m128iblendepi16_end
_m128iblendepi16_138 label size_t
pblendw xmm0, xmm1, 138
jmp _m128iblendepi16_end
_m128iblendepi16_139 label size_t
pblendw xmm0, xmm1, 139
jmp _m128iblendepi16_end
_m128iblendepi16_140 label size_t
pblendw xmm0, xmm1, 140
jmp _m128iblendepi16_end
_m128iblendepi16_141 label size_t
pblendw xmm0, xmm1, 141
jmp _m128iblendepi16_end
_m128iblendepi16_142 label size_t
pblendw xmm0, xmm1, 142
jmp _m128iblendepi16_end
_m128iblendepi16_143 label size_t
pblendw xmm0, xmm1, 143
jmp _m128iblendepi16_end
_m128iblendepi16_144 label size_t
pblendw xmm0, xmm1, 144
jmp _m128iblendepi16_end
_m128iblendepi16_145 label size_t
pblendw xmm0, xmm1, 145
jmp _m128iblendepi16_end
_m128iblendepi16_146 label size_t
pblendw xmm0, xmm1, 146
jmp _m128iblendepi16_end
_m128iblendepi16_147 label size_t
pblendw xmm0, xmm1, 147
jmp _m128iblendepi16_end
_m128iblendepi16_148 label size_t
pblendw xmm0, xmm1, 148
jmp _m128iblendepi16_end
_m128iblendepi16_149 label size_t
pblendw xmm0, xmm1, 149
jmp _m128iblendepi16_end
_m128iblendepi16_150 label size_t
pblendw xmm0, xmm1, 150
jmp _m128iblendepi16_end
_m128iblendepi16_151 label size_t
pblendw xmm0, xmm1, 151
jmp _m128iblendepi16_end
_m128iblendepi16_152 label size_t
pblendw xmm0, xmm1, 152
jmp _m128iblendepi16_end
_m128iblendepi16_153 label size_t
pblendw xmm0, xmm1, 153
jmp _m128iblendepi16_end
_m128iblendepi16_154 label size_t
pblendw xmm0, xmm1, 154
jmp _m128iblendepi16_end
_m128iblendepi16_155 label size_t
pblendw xmm0, xmm1, 155
jmp _m128iblendepi16_end
_m128iblendepi16_156 label size_t
pblendw xmm0, xmm1, 156
jmp _m128iblendepi16_end
_m128iblendepi16_157 label size_t
pblendw xmm0, xmm1, 157
jmp _m128iblendepi16_end
_m128iblendepi16_158 label size_t
pblendw xmm0, xmm1, 158
jmp _m128iblendepi16_end
_m128iblendepi16_159 label size_t
pblendw xmm0, xmm1, 159
jmp _m128iblendepi16_end
_m128iblendepi16_160 label size_t
pblendw xmm0, xmm1, 160
jmp _m128iblendepi16_end
_m128iblendepi16_161 label size_t
pblendw xmm0, xmm1, 161
jmp _m128iblendepi16_end
_m128iblendepi16_162 label size_t
pblendw xmm0, xmm1, 162
jmp _m128iblendepi16_end
_m128iblendepi16_163 label size_t
pblendw xmm0, xmm1, 163
jmp _m128iblendepi16_end
_m128iblendepi16_164 label size_t
pblendw xmm0, xmm1, 164
jmp _m128iblendepi16_end
_m128iblendepi16_165 label size_t
pblendw xmm0, xmm1, 165
jmp _m128iblendepi16_end
_m128iblendepi16_166 label size_t
pblendw xmm0, xmm1, 166
jmp _m128iblendepi16_end
_m128iblendepi16_167 label size_t
pblendw xmm0, xmm1, 167
jmp _m128iblendepi16_end
_m128iblendepi16_168 label size_t
pblendw xmm0, xmm1, 168
jmp _m128iblendepi16_end
_m128iblendepi16_169 label size_t
pblendw xmm0, xmm1, 169
jmp _m128iblendepi16_end
_m128iblendepi16_170 label size_t
pblendw xmm0, xmm1, 170
jmp _m128iblendepi16_end
_m128iblendepi16_171 label size_t
pblendw xmm0, xmm1, 171
jmp _m128iblendepi16_end
_m128iblendepi16_172 label size_t
pblendw xmm0, xmm1, 172
jmp _m128iblendepi16_end
_m128iblendepi16_173 label size_t
pblendw xmm0, xmm1, 173
jmp _m128iblendepi16_end
_m128iblendepi16_174 label size_t
pblendw xmm0, xmm1, 174
jmp _m128iblendepi16_end
_m128iblendepi16_175 label size_t
pblendw xmm0, xmm1, 175
jmp _m128iblendepi16_end
_m128iblendepi16_176 label size_t
pblendw xmm0, xmm1, 176
jmp _m128iblendepi16_end
_m128iblendepi16_177 label size_t
pblendw xmm0, xmm1, 177
jmp _m128iblendepi16_end
_m128iblendepi16_178 label size_t
pblendw xmm0, xmm1, 178
jmp _m128iblendepi16_end
_m128iblendepi16_179 label size_t
pblendw xmm0, xmm1, 179
jmp _m128iblendepi16_end
_m128iblendepi16_180 label size_t
pblendw xmm0, xmm1, 180
jmp _m128iblendepi16_end
_m128iblendepi16_181 label size_t
pblendw xmm0, xmm1, 181
jmp _m128iblendepi16_end
_m128iblendepi16_182 label size_t
pblendw xmm0, xmm1, 182
jmp _m128iblendepi16_end
_m128iblendepi16_183 label size_t
pblendw xmm0, xmm1, 183
jmp _m128iblendepi16_end
_m128iblendepi16_184 label size_t
pblendw xmm0, xmm1, 184
jmp _m128iblendepi16_end
_m128iblendepi16_185 label size_t
pblendw xmm0, xmm1, 185
jmp _m128iblendepi16_end
_m128iblendepi16_186 label size_t
pblendw xmm0, xmm1, 186
jmp _m128iblendepi16_end
_m128iblendepi16_187 label size_t
pblendw xmm0, xmm1, 187
jmp _m128iblendepi16_end
_m128iblendepi16_188 label size_t
pblendw xmm0, xmm1, 188
jmp _m128iblendepi16_end
_m128iblendepi16_189 label size_t
pblendw xmm0, xmm1, 189
jmp _m128iblendepi16_end
_m128iblendepi16_190 label size_t
pblendw xmm0, xmm1, 190
jmp _m128iblendepi16_end
_m128iblendepi16_191 label size_t
pblendw xmm0, xmm1, 191
jmp _m128iblendepi16_end
_m128iblendepi16_192 label size_t
pblendw xmm0, xmm1, 192
jmp _m128iblendepi16_end
_m128iblendepi16_193 label size_t
pblendw xmm0, xmm1, 193
jmp _m128iblendepi16_end
_m128iblendepi16_194 label size_t
pblendw xmm0, xmm1, 194
jmp _m128iblendepi16_end
_m128iblendepi16_195 label size_t
pblendw xmm0, xmm1, 195
jmp _m128iblendepi16_end
_m128iblendepi16_196 label size_t
pblendw xmm0, xmm1, 196
jmp _m128iblendepi16_end
_m128iblendepi16_197 label size_t
pblendw xmm0, xmm1, 197
jmp _m128iblendepi16_end
_m128iblendepi16_198 label size_t
pblendw xmm0, xmm1, 198
jmp _m128iblendepi16_end
_m128iblendepi16_199 label size_t
pblendw xmm0, xmm1, 199
jmp _m128iblendepi16_end
_m128iblendepi16_200 label size_t
pblendw xmm0, xmm1, 200
jmp _m128iblendepi16_end
_m128iblendepi16_201 label size_t
pblendw xmm0, xmm1, 201
jmp _m128iblendepi16_end
_m128iblendepi16_202 label size_t
pblendw xmm0, xmm1, 202
jmp _m128iblendepi16_end
_m128iblendepi16_203 label size_t
pblendw xmm0, xmm1, 203
jmp _m128iblendepi16_end
_m128iblendepi16_204 label size_t
pblendw xmm0, xmm1, 204
jmp _m128iblendepi16_end
_m128iblendepi16_205 label size_t
pblendw xmm0, xmm1, 205
jmp _m128iblendepi16_end
_m128iblendepi16_206 label size_t
pblendw xmm0, xmm1, 206
jmp _m128iblendepi16_end
_m128iblendepi16_207 label size_t
pblendw xmm0, xmm1, 207
jmp _m128iblendepi16_end
_m128iblendepi16_208 label size_t
pblendw xmm0, xmm1, 208
jmp _m128iblendepi16_end
_m128iblendepi16_209 label size_t
pblendw xmm0, xmm1, 209
jmp _m128iblendepi16_end
_m128iblendepi16_210 label size_t
pblendw xmm0, xmm1, 210
jmp _m128iblendepi16_end
_m128iblendepi16_211 label size_t
pblendw xmm0, xmm1, 211
jmp _m128iblendepi16_end
_m128iblendepi16_212 label size_t
pblendw xmm0, xmm1, 212
jmp _m128iblendepi16_end
_m128iblendepi16_213 label size_t
pblendw xmm0, xmm1, 213
jmp _m128iblendepi16_end
_m128iblendepi16_214 label size_t
pblendw xmm0, xmm1, 214
jmp _m128iblendepi16_end
_m128iblendepi16_215 label size_t
pblendw xmm0, xmm1, 215
jmp _m128iblendepi16_end
_m128iblendepi16_216 label size_t
pblendw xmm0, xmm1, 216
jmp _m128iblendepi16_end
_m128iblendepi16_217 label size_t
pblendw xmm0, xmm1, 217
jmp _m128iblendepi16_end
_m128iblendepi16_218 label size_t
pblendw xmm0, xmm1, 218
jmp _m128iblendepi16_end
_m128iblendepi16_219 label size_t
pblendw xmm0, xmm1, 219
jmp _m128iblendepi16_end
_m128iblendepi16_220 label size_t
pblendw xmm0, xmm1, 220
jmp _m128iblendepi16_end
_m128iblendepi16_221 label size_t
pblendw xmm0, xmm1, 221
jmp _m128iblendepi16_end
_m128iblendepi16_222 label size_t
pblendw xmm0, xmm1, 222
jmp _m128iblendepi16_end
_m128iblendepi16_223 label size_t
pblendw xmm0, xmm1, 223
jmp _m128iblendepi16_end
_m128iblendepi16_224 label size_t
pblendw xmm0, xmm1, 224
jmp _m128iblendepi16_end
_m128iblendepi16_225 label size_t
pblendw xmm0, xmm1, 225
jmp _m128iblendepi16_end
_m128iblendepi16_226 label size_t
pblendw xmm0, xmm1, 226
jmp _m128iblendepi16_end
_m128iblendepi16_227 label size_t
pblendw xmm0, xmm1, 227
jmp _m128iblendepi16_end
_m128iblendepi16_228 label size_t
pblendw xmm0, xmm1, 228
jmp _m128iblendepi16_end
_m128iblendepi16_229 label size_t
pblendw xmm0, xmm1, 229
jmp _m128iblendepi16_end
_m128iblendepi16_230 label size_t
pblendw xmm0, xmm1, 230
jmp _m128iblendepi16_end
_m128iblendepi16_231 label size_t
pblendw xmm0, xmm1, 231
jmp _m128iblendepi16_end
_m128iblendepi16_232 label size_t
pblendw xmm0, xmm1, 232
jmp _m128iblendepi16_end
_m128iblendepi16_233 label size_t
pblendw xmm0, xmm1, 233
jmp _m128iblendepi16_end
_m128iblendepi16_234 label size_t
pblendw xmm0, xmm1, 234
jmp _m128iblendepi16_end
_m128iblendepi16_235 label size_t
pblendw xmm0, xmm1, 235
jmp _m128iblendepi16_end
_m128iblendepi16_236 label size_t
pblendw xmm0, xmm1, 236
jmp _m128iblendepi16_end
_m128iblendepi16_237 label size_t
pblendw xmm0, xmm1, 237
jmp _m128iblendepi16_end
_m128iblendepi16_238 label size_t
pblendw xmm0, xmm1, 238
jmp _m128iblendepi16_end
_m128iblendepi16_239 label size_t
pblendw xmm0, xmm1, 239
jmp _m128iblendepi16_end
_m128iblendepi16_240 label size_t
pblendw xmm0, xmm1, 240
jmp _m128iblendepi16_end
_m128iblendepi16_241 label size_t
pblendw xmm0, xmm1, 241
jmp _m128iblendepi16_end
_m128iblendepi16_242 label size_t
pblendw xmm0, xmm1, 242
jmp _m128iblendepi16_end
_m128iblendepi16_243 label size_t
pblendw xmm0, xmm1, 243
jmp _m128iblendepi16_end
_m128iblendepi16_244 label size_t
pblendw xmm0, xmm1, 244
jmp _m128iblendepi16_end
_m128iblendepi16_245 label size_t
pblendw xmm0, xmm1, 245
jmp _m128iblendepi16_end
_m128iblendepi16_246 label size_t
pblendw xmm0, xmm1, 246
jmp _m128iblendepi16_end
_m128iblendepi16_247 label size_t
pblendw xmm0, xmm1, 247
jmp _m128iblendepi16_end
_m128iblendepi16_248 label size_t
pblendw xmm0, xmm1, 248
jmp _m128iblendepi16_end
_m128iblendepi16_249 label size_t
pblendw xmm0, xmm1, 249
jmp _m128iblendepi16_end
_m128iblendepi16_250 label size_t
pblendw xmm0, xmm1, 250
jmp _m128iblendepi16_end
_m128iblendepi16_251 label size_t
pblendw xmm0, xmm1, 251
jmp _m128iblendepi16_end
_m128iblendepi16_252 label size_t
pblendw xmm0, xmm1, 252
jmp _m128iblendepi16_end
_m128iblendepi16_253 label size_t
pblendw xmm0, xmm1, 253
jmp _m128iblendepi16_end
_m128iblendepi16_254 label size_t
pblendw xmm0, xmm1, 254
jmp _m128iblendepi16_end
_m128iblendepi16_255 label size_t
pblendw xmm0, xmm1, 255
;jmp _m128iblendepi16_end
_m128iblendepi16_end:
pop rbase()
ret
procend
procstart _uX_mm_blend_0000_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 0
ret
procend
procstart _uX_mm_blend_0001_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 1
ret
procend
procstart _uX_mm_blend_0010_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 2
ret
procend
procstart _uX_mm_blend_0011_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 3
ret
procend
procstart _uX_mm_blend_0100_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 4
ret
procend
procstart _uX_mm_blend_0101_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 5
ret
procend
procstart _uX_mm_blend_0110_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 6
ret
procend
procstart _uX_mm_blend_0111_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 7
ret
procend
procstart _uX_mm_blend_1000_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 8
ret
procend
procstart _uX_mm_blend_1001_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 9
ret
procend
procstart _uX_mm_blend_1010_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 10
ret
procend
procstart _uX_mm_blend_1011_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 11
ret
procend
procstart _uX_mm_blend_1100_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 12
ret
procend
procstart _uX_mm_blend_1101_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 13
ret
procend
procstart _uX_mm_blend_1110_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 14
ret
procend
procstart _uX_mm_blend_1111_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendps xmm0, xmm1, 15
ret
procend
procstart _uX_mm_blend_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword, Inint_Imm:dword
push rbase()
.if((rp2() < 0) || (rp2() > 15))
jmp _m128blendps_end
.endif
ifdef __X32__
movzx rbase(), byte ptr [rp2()]
jmp dword ptr [_m128blendpsjmptable+rbase()*size_t_size]
else
lea rbase(), qword ptr [_m128blendpsjmptable]
mov rbase(), qword ptr [rbase()+rp2()*size_t_size]
jmp rbx
endif
_m128blendps_0 label size_t
blendps xmm0, xmm1, 0
jmp _m128blendps_end
_m128blendps_1 label size_t
blendps xmm0, xmm1, 1
jmp _m128blendps_end
_m128blendps_2 label size_t
blendps xmm0, xmm1, 2
jmp _m128blendps_end
_m128blendps_3 label size_t
blendps xmm0, xmm1, 3
jmp _m128blendps_end
_m128blendps_4 label size_t
blendps xmm0, xmm1, 4
jmp _m128blendps_end
_m128blendps_5 label size_t
blendps xmm0, xmm1, 5
jmp _m128blendps_end
_m128blendps_6 label size_t
blendps xmm0, xmm1, 6
jmp _m128blendps_end
_m128blendps_7 label size_t
blendps xmm0, xmm1, 7
jmp _m128blendps_end
_m128blendps_8 label size_t
blendps xmm0, xmm1, 8
jmp _m128blendps_end
_m128blendps_9 label size_t
blendps xmm0, xmm1, 9
jmp _m128blendps_end
_m128blendps_10 label size_t
blendps xmm0, xmm1, 10
jmp _m128blendps_end
_m128blendps_11 label size_t
blendps xmm0, xmm1, 11
jmp _m128blendps_end
_m128blendps_12 label size_t
blendps xmm0, xmm1, 12
jmp _m128blendps_end
_m128blendps_13 label size_t
blendps xmm0, xmm1, 13
jmp _m128blendps_end
_m128blendps_14 label size_t
blendps xmm0, xmm1, 14
jmp _m128blendps_end
_m128blendps_15 label size_t
blendps xmm0, xmm1, 15
;jmp _m128blendps_end
_m128blendps_end:
pop rbase()
ret
procend
procstart _uX_mm_blend_00_pd, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendpd xmm0, xmm1, 0
ret
procend
procstart _uX_mm_blend_01_pd, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendpd xmm0, xmm1, 1
ret
procend
procstart _uX_mm_blend_10_pd, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendpd xmm0, xmm1, 2
ret
procend
procstart _uX_mm_blend_11_pd, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
blendpd xmm0, xmm1, 3
ret
procend
procstart _uX_mm_blend, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword, Inint_Imm:dword
push rbase()
.if((rp2() < 0) || (rp2() > 3))
jmp _m128dblendpd_end
.endif
ifdef __X32__
movzx rbase(), byte ptr [rp2()]
jmp dword ptr [_m128dblendpdjmptable+rbase()*size_t_size]
else
lea rbase(), qword ptr [_m128dblendpdjmptable]
mov rbase(), qword ptr [rbase()+rp2()*size_t_size]
jmp rbx
endif
_m128dblendpd_0 label size_t
blendpd xmm0, xmm1, 0
jmp _m128dblendpd_end
_m128dblendpd_1 label size_t
blendpd xmm0, xmm1, 1
jmp _m128dblendpd_end
_m128dblendpd_2 label size_t
blendpd xmm0, xmm1, 2
jmp _m128dblendpd_end
_m128dblendpd_3 label size_t
blendpd xmm0, xmm1, 3
;jmp _m128dblendpd_end
_m128dblendpd_end:
pop rbase()
ret
procend
;************************************
; Dot product instructions
;************************************
procstart _uX_mm_dp_ps_0, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 0
ret
procend
procstart _uX_mm_dp_ps_1, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 1
ret
procend
procstart _uX_mm_dp_ps_2, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 2
ret
procend
procstart _uX_mm_dp_ps_3, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 3
ret
procend
procstart _uX_mm_dp_ps_4, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 4
ret
procend
procstart _uX_mm_dp_ps_5, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 5
ret
procend
procstart _uX_mm_dp_ps_6, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 6
ret
procend
procstart _uX_mm_dp_ps_7, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 7
ret
procend
procstart _uX_mm_dp_ps_8, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 8
ret
procend
procstart _uX_mm_dp_ps_9, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 9
ret
procend
procstart _uX_mm_dp_ps_10, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 10
ret
procend
procstart _uX_mm_dp_ps_11, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 11
ret
procend
procstart _uX_mm_dp_ps_12, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 12
ret
procend
procstart _uX_mm_dp_ps_13, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 13
ret
procend
procstart _uX_mm_dp_ps_14, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 14
ret
procend
procstart _uX_mm_dp_ps_15, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 15
ret
procend
procstart _uX_mm_dp_ps_16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 16
ret
procend
procstart _uX_mm_dp_ps_17, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 17
ret
procend
procstart _uX_mm_dp_ps_18, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 18
ret
procend
procstart _uX_mm_dp_ps_19, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 19
ret
procend
procstart _uX_mm_dp_ps_20, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 20
ret
procend
procstart _uX_mm_dp_ps_21, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 21
ret
procend
procstart _uX_mm_dp_ps_22, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 22
ret
procend
procstart _uX_mm_dp_ps_23, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 23
ret
procend
procstart _uX_mm_dp_ps_24, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 24
ret
procend
procstart _uX_mm_dp_ps_25, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 25
ret
procend
procstart _uX_mm_dp_ps_26, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 26
ret
procend
procstart _uX_mm_dp_ps_27, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 27
ret
procend
procstart _uX_mm_dp_ps_28, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 28
ret
procend
procstart _uX_mm_dp_ps_29, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 29
ret
procend
procstart _uX_mm_dp_ps_30, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 30
ret
procend
procstart _uX_mm_dp_ps_31, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 31
ret
procend
procstart _uX_mm_dp_ps_32, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 32
ret
procend
procstart _uX_mm_dp_ps_33, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 33
ret
procend
procstart _uX_mm_dp_ps_34, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 34
ret
procend
procstart _uX_mm_dp_ps_35, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 35
ret
procend
procstart _uX_mm_dp_ps_36, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 36
ret
procend
procstart _uX_mm_dp_ps_37, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 37
ret
procend
procstart _uX_mm_dp_ps_38, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 38
ret
procend
procstart _uX_mm_dp_ps_39, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 39
ret
procend
procstart _uX_mm_dp_ps_40, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 40
ret
procend
procstart _uX_mm_dp_ps_41, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 41
ret
procend
procstart _uX_mm_dp_ps_42, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 42
ret
procend
procstart _uX_mm_dp_ps_43, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 43
ret
procend
procstart _uX_mm_dp_ps_44, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 44
ret
procend
procstart _uX_mm_dp_ps_45, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 45
ret
procend
procstart _uX_mm_dp_ps_46, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 46
ret
procend
procstart _uX_mm_dp_ps_47, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 47
ret
procend
procstart _uX_mm_dp_ps_48, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 48
ret
procend
procstart _uX_mm_dp_ps_49, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 49
ret
procend
procstart _uX_mm_dp_ps_50, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 50
ret
procend
procstart _uX_mm_dp_ps_51, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 51
ret
procend
procstart _uX_mm_dp_ps_52, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 52
ret
procend
procstart _uX_mm_dp_ps_53, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 53
ret
procend
procstart _uX_mm_dp_ps_54, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 54
ret
procend
procstart _uX_mm_dp_ps_55, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 55
ret
procend
procstart _uX_mm_dp_ps_56, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 56
ret
procend
procstart _uX_mm_dp_ps_57, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 57
ret
procend
procstart _uX_mm_dp_ps_58, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 58
ret
procend
procstart _uX_mm_dp_ps_59, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 59
ret
procend
procstart _uX_mm_dp_ps_60, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 60
ret
procend
procstart _uX_mm_dp_ps_61, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 61
ret
procend
procstart _uX_mm_dp_ps_62, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 62
ret
procend
procstart _uX_mm_dp_ps_63, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 63
ret
procend
procstart _uX_mm_dp_ps_64, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 64
ret
procend
procstart _uX_mm_dp_ps_65, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 65
ret
procend
procstart _uX_mm_dp_ps_66, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 66
ret
procend
procstart _uX_mm_dp_ps_67, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 67
ret
procend
procstart _uX_mm_dp_ps_68, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 68
ret
procend
procstart _uX_mm_dp_ps_69, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 69
ret
procend
procstart _uX_mm_dp_ps_70, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 70
ret
procend
procstart _uX_mm_dp_ps_71, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 71
ret
procend
procstart _uX_mm_dp_ps_72, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 72
ret
procend
procstart _uX_mm_dp_ps_73, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 73
ret
procend
procstart _uX_mm_dp_ps_74, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 74
ret
procend
procstart _uX_mm_dp_ps_75, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 75
ret
procend
procstart _uX_mm_dp_ps_76, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 76
ret
procend
procstart _uX_mm_dp_ps_77, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 77
ret
procend
procstart _uX_mm_dp_ps_78, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 78
ret
procend
procstart _uX_mm_dp_ps_79, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 79
ret
procend
procstart _uX_mm_dp_ps_80, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 80
ret
procend
procstart _uX_mm_dp_ps_81, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 81
ret
procend
procstart _uX_mm_dp_ps_82, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 82
ret
procend
procstart _uX_mm_dp_ps_83, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 83
ret
procend
procstart _uX_mm_dp_ps_84, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 84
ret
procend
procstart _uX_mm_dp_ps_85, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 85
ret
procend
procstart _uX_mm_dp_ps_86, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 86
ret
procend
procstart _uX_mm_dp_ps_87, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 87
ret
procend
procstart _uX_mm_dp_ps_88, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 88
ret
procend
procstart _uX_mm_dp_ps_89, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 89
ret
procend
procstart _uX_mm_dp_ps_90, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 90
ret
procend
procstart _uX_mm_dp_ps_91, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 91
ret
procend
procstart _uX_mm_dp_ps_92, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 92
ret
procend
procstart _uX_mm_dp_ps_93, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 93
ret
procend
procstart _uX_mm_dp_ps_94, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 94
ret
procend
procstart _uX_mm_dp_ps_95, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 95
ret
procend
procstart _uX_mm_dp_ps_96, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 96
ret
procend
procstart _uX_mm_dp_ps_97, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 97
ret
procend
procstart _uX_mm_dp_ps_98, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 98
ret
procend
procstart _uX_mm_dp_ps_99, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 99
ret
procend
procstart _uX_mm_dp_ps_100, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 100
ret
procend
procstart _uX_mm_dp_ps_101, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 101
ret
procend
procstart _uX_mm_dp_ps_102, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 102
ret
procend
procstart _uX_mm_dp_ps_103, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 103
ret
procend
procstart _uX_mm_dp_ps_104, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 104
ret
procend
procstart _uX_mm_dp_ps_105, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 105
ret
procend
procstart _uX_mm_dp_ps_106, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 106
ret
procend
procstart _uX_mm_dp_ps_107, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 107
ret
procend
procstart _uX_mm_dp_ps_108, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 108
ret
procend
procstart _uX_mm_dp_ps_109, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 109
ret
procend
procstart _uX_mm_dp_ps_110, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 110
ret
procend
procstart _uX_mm_dp_ps_111, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 111
ret
procend
procstart _uX_mm_dp_ps_112, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 112
ret
procend
procstart _uX_mm_dp_ps_113, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 113
ret
procend
procstart _uX_mm_dp_ps_114, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 114
ret
procend
procstart _uX_mm_dp_ps_115, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 115
ret
procend
procstart _uX_mm_dp_ps_116, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 116
ret
procend
procstart _uX_mm_dp_ps_117, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 117
ret
procend
procstart _uX_mm_dp_ps_118, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 118
ret
procend
procstart _uX_mm_dp_ps_119, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 119
ret
procend
procstart _uX_mm_dp_ps_120, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 120
ret
procend
procstart _uX_mm_dp_ps_121, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 121
ret
procend
procstart _uX_mm_dp_ps_122, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 122
ret
procend
procstart _uX_mm_dp_ps_123, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 123
ret
procend
procstart _uX_mm_dp_ps_124, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 124
ret
procend
procstart _uX_mm_dp_ps_125, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 125
ret
procend
procstart _uX_mm_dp_ps_126, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 126
ret
procend
procstart _uX_mm_dp_ps_127, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 127
ret
procend
procstart _uX_mm_dp_ps_128, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 128
ret
procend
procstart _uX_mm_dp_ps_129, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 129
ret
procend
procstart _uX_mm_dp_ps_130, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 130
ret
procend
procstart _uX_mm_dp_ps_131, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 131
ret
procend
procstart _uX_mm_dp_ps_132, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 132
ret
procend
procstart _uX_mm_dp_ps_133, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 133
ret
procend
procstart _uX_mm_dp_ps_134, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 134
ret
procend
procstart _uX_mm_dp_ps_135, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 135
ret
procend
procstart _uX_mm_dp_ps_136, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 136
ret
procend
procstart _uX_mm_dp_ps_137, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 137
ret
procend
procstart _uX_mm_dp_ps_138, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 138
ret
procend
procstart _uX_mm_dp_ps_139, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 139
ret
procend
procstart _uX_mm_dp_ps_140, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 140
ret
procend
procstart _uX_mm_dp_ps_141, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 141
ret
procend
procstart _uX_mm_dp_ps_142, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 142
ret
procend
procstart _uX_mm_dp_ps_143, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 143
ret
procend
procstart _uX_mm_dp_ps_144, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 144
ret
procend
procstart _uX_mm_dp_ps_145, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 145
ret
procend
procstart _uX_mm_dp_ps_146, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 146
ret
procend
procstart _uX_mm_dp_ps_147, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 147
ret
procend
procstart _uX_mm_dp_ps_148, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 148
ret
procend
procstart _uX_mm_dp_ps_149, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 149
ret
procend
procstart _uX_mm_dp_ps_150, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 150
ret
procend
procstart _uX_mm_dp_ps_151, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 151
ret
procend
procstart _uX_mm_dp_ps_152, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 152
ret
procend
procstart _uX_mm_dp_ps_153, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 153
ret
procend
procstart _uX_mm_dp_ps_154, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 154
ret
procend
procstart _uX_mm_dp_ps_155, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 155
ret
procend
procstart _uX_mm_dp_ps_156, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 156
ret
procend
procstart _uX_mm_dp_ps_157, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 157
ret
procend
procstart _uX_mm_dp_ps_158, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 158
ret
procend
procstart _uX_mm_dp_ps_159, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 159
ret
procend
procstart _uX_mm_dp_ps_160, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 160
ret
procend
procstart _uX_mm_dp_ps_161, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 161
ret
procend
procstart _uX_mm_dp_ps_162, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 162
ret
procend
procstart _uX_mm_dp_ps_163, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 163
ret
procend
procstart _uX_mm_dp_ps_164, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 164
ret
procend
procstart _uX_mm_dp_ps_165, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 165
ret
procend
procstart _uX_mm_dp_ps_166, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 166
ret
procend
procstart _uX_mm_dp_ps_167, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 167
ret
procend
procstart _uX_mm_dp_ps_168, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 168
ret
procend
procstart _uX_mm_dp_ps_169, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 169
ret
procend
procstart _uX_mm_dp_ps_170, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 170
ret
procend
procstart _uX_mm_dp_ps_171, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 171
ret
procend
procstart _uX_mm_dp_ps_172, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 172
ret
procend
procstart _uX_mm_dp_ps_173, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 173
ret
procend
procstart _uX_mm_dp_ps_174, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 174
ret
procend
procstart _uX_mm_dp_ps_175, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 175
ret
procend
procstart _uX_mm_dp_ps_176, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 176
ret
procend
procstart _uX_mm_dp_ps_177, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 177
ret
procend
procstart _uX_mm_dp_ps_178, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 178
ret
procend
procstart _uX_mm_dp_ps_179, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 179
ret
procend
procstart _uX_mm_dp_ps_180, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 180
ret
procend
procstart _uX_mm_dp_ps_181, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 181
ret
procend
procstart _uX_mm_dp_ps_182, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 182
ret
procend
procstart _uX_mm_dp_ps_183, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 183
ret
procend
procstart _uX_mm_dp_ps_184, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 184
ret
procend
procstart _uX_mm_dp_ps_185, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 185
ret
procend
procstart _uX_mm_dp_ps_186, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 186
ret
procend
procstart _uX_mm_dp_ps_187, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 187
ret
procend
procstart _uX_mm_dp_ps_188, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 188
ret
procend
procstart _uX_mm_dp_ps_189, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 189
ret
procend
procstart _uX_mm_dp_ps_190, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 190
ret
procend
procstart _uX_mm_dp_ps_191, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 191
ret
procend
procstart _uX_mm_dp_ps_192, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 192
ret
procend
procstart _uX_mm_dp_ps_193, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 193
ret
procend
procstart _uX_mm_dp_ps_194, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 194
ret
procend
procstart _uX_mm_dp_ps_195, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 195
ret
procend
procstart _uX_mm_dp_ps_196, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 196
ret
procend
procstart _uX_mm_dp_ps_197, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 197
ret
procend
procstart _uX_mm_dp_ps_198, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 198
ret
procend
procstart _uX_mm_dp_ps_199, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 199
ret
procend
procstart _uX_mm_dp_ps_200, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 200
ret
procend
procstart _uX_mm_dp_ps_201, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 201
ret
procend
procstart _uX_mm_dp_ps_202, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 202
ret
procend
procstart _uX_mm_dp_ps_203, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 203
ret
procend
procstart _uX_mm_dp_ps_204, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 204
ret
procend
procstart _uX_mm_dp_ps_205, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 205
ret
procend
procstart _uX_mm_dp_ps_206, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 206
ret
procend
procstart _uX_mm_dp_ps_207, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 207
ret
procend
procstart _uX_mm_dp_ps_208, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 208
ret
procend
procstart _uX_mm_dp_ps_209, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 209
ret
procend
procstart _uX_mm_dp_ps_210, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 210
ret
procend
procstart _uX_mm_dp_ps_211, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 211
ret
procend
procstart _uX_mm_dp_ps_212, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 212
ret
procend
procstart _uX_mm_dp_ps_213, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 213
ret
procend
procstart _uX_mm_dp_ps_214, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 214
ret
procend
procstart _uX_mm_dp_ps_215, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 215
ret
procend
procstart _uX_mm_dp_ps_216, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 216
ret
procend
procstart _uX_mm_dp_ps_217, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 217
ret
procend
procstart _uX_mm_dp_ps_218, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 218
ret
procend
procstart _uX_mm_dp_ps_219, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 219
ret
procend
procstart _uX_mm_dp_ps_220, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 220
ret
procend
procstart _uX_mm_dp_ps_221, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 221
ret
procend
procstart _uX_mm_dp_ps_222, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 222
ret
procend
procstart _uX_mm_dp_ps_223, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 223
ret
procend
procstart _uX_mm_dp_ps_224, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 224
ret
procend
procstart _uX_mm_dp_ps_225, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 225
ret
procend
procstart _uX_mm_dp_ps_226, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 226
ret
procend
procstart _uX_mm_dp_ps_227, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 227
ret
procend
procstart _uX_mm_dp_ps_228, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 228
ret
procend
procstart _uX_mm_dp_ps_229, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 229
ret
procend
procstart _uX_mm_dp_ps_230, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 230
ret
procend
procstart _uX_mm_dp_ps_231, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 231
ret
procend
procstart _uX_mm_dp_ps_232, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 232
ret
procend
procstart _uX_mm_dp_ps_233, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 233
ret
procend
procstart _uX_mm_dp_ps_234, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 234
ret
procend
procstart _uX_mm_dp_ps_235, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 235
ret
procend
procstart _uX_mm_dp_ps_236, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 236
ret
procend
procstart _uX_mm_dp_ps_237, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 237
ret
procend
procstart _uX_mm_dp_ps_238, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 238
ret
procend
procstart _uX_mm_dp_ps_239, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 239
ret
procend
procstart _uX_mm_dp_ps_240, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 240
ret
procend
procstart _uX_mm_dp_ps_241, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 241
ret
procend
procstart _uX_mm_dp_ps_242, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 242
ret
procend
procstart _uX_mm_dp_ps_243, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 243
ret
procend
procstart _uX_mm_dp_ps_244, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 244
ret
procend
procstart _uX_mm_dp_ps_245, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 245
ret
procend
procstart _uX_mm_dp_ps_246, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 246
ret
procend
procstart _uX_mm_dp_ps_247, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 247
ret
procend
procstart _uX_mm_dp_ps_248, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 248
ret
procend
procstart _uX_mm_dp_ps_249, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 249
ret
procend
procstart _uX_mm_dp_ps_250, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 250
ret
procend
procstart _uX_mm_dp_ps_251, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 251
ret
procend
procstart _uX_mm_dp_ps_252, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 252
ret
procend
procstart _uX_mm_dp_ps_253, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 253
ret
procend
procstart _uX_mm_dp_ps_254, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 254
ret
procend
procstart _uX_mm_dp_ps_255, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dpps xmm0, xmm1, 255
ret
procend
procstart _uX_mm_dp_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword, Inint_Imm:dword
push rbase()
.if((rp2() < 0) || (rp2() > 255))
jmp _m128dpps_end
.endif
ifdef __X32__
movzx rbase(), byte ptr [rp2()]
jmp dword ptr [_m128dppsjmptable+rbase()*size_t_size]
else
lea rbase(), qword ptr [_m128dppsjmptable]
mov rbase(), qword ptr [rbase()+rp2()*size_t_size]
jmp rbx
endif
_m128dpps_0 label size_t
dpps xmm0, xmm1, 0
jmp _m128dpps_end
_m128dpps_1 label size_t
dpps xmm0, xmm1, 1
jmp _m128dpps_end
_m128dpps_2 label size_t
dpps xmm0, xmm1, 2
jmp _m128dpps_end
_m128dpps_3 label size_t
dpps xmm0, xmm1, 3
jmp _m128dpps_end
_m128dpps_4 label size_t
dpps xmm0, xmm1, 4
jmp _m128dpps_end
_m128dpps_5 label size_t
dpps xmm0, xmm1, 5
jmp _m128dpps_end
_m128dpps_6 label size_t
dpps xmm0, xmm1, 6
jmp _m128dpps_end
_m128dpps_7 label size_t
dpps xmm0, xmm1, 7
jmp _m128dpps_end
_m128dpps_8 label size_t
dpps xmm0, xmm1, 8
jmp _m128dpps_end
_m128dpps_9 label size_t
dpps xmm0, xmm1, 9
jmp _m128dpps_end
_m128dpps_10 label size_t
dpps xmm0, xmm1, 10
jmp _m128dpps_end
_m128dpps_11 label size_t
dpps xmm0, xmm1, 11
jmp _m128dpps_end
_m128dpps_12 label size_t
dpps xmm0, xmm1, 12
jmp _m128dpps_end
_m128dpps_13 label size_t
dpps xmm0, xmm1, 13
jmp _m128dpps_end
_m128dpps_14 label size_t
dpps xmm0, xmm1, 14
jmp _m128dpps_end
_m128dpps_15 label size_t
dpps xmm0, xmm1, 15
jmp _m128dpps_end
_m128dpps_16 label size_t
dpps xmm0, xmm1, 16
jmp _m128dpps_end
_m128dpps_17 label size_t
dpps xmm0, xmm1, 17
jmp _m128dpps_end
_m128dpps_18 label size_t
dpps xmm0, xmm1, 18
jmp _m128dpps_end
_m128dpps_19 label size_t
dpps xmm0, xmm1, 19
jmp _m128dpps_end
_m128dpps_20 label size_t
dpps xmm0, xmm1, 20
jmp _m128dpps_end
_m128dpps_21 label size_t
dpps xmm0, xmm1, 21
jmp _m128dpps_end
_m128dpps_22 label size_t
dpps xmm0, xmm1, 22
jmp _m128dpps_end
_m128dpps_23 label size_t
dpps xmm0, xmm1, 23
jmp _m128dpps_end
_m128dpps_24 label size_t
dpps xmm0, xmm1, 24
jmp _m128dpps_end
_m128dpps_25 label size_t
dpps xmm0, xmm1, 25
jmp _m128dpps_end
_m128dpps_26 label size_t
dpps xmm0, xmm1, 26
jmp _m128dpps_end
_m128dpps_27 label size_t
dpps xmm0, xmm1, 27
jmp _m128dpps_end
_m128dpps_28 label size_t
dpps xmm0, xmm1, 28
jmp _m128dpps_end
_m128dpps_29 label size_t
dpps xmm0, xmm1, 29
jmp _m128dpps_end
_m128dpps_30 label size_t
dpps xmm0, xmm1, 30
jmp _m128dpps_end
_m128dpps_31 label size_t
dpps xmm0, xmm1, 31
jmp _m128dpps_end
_m128dpps_32 label size_t
dpps xmm0, xmm1, 32
jmp _m128dpps_end
_m128dpps_33 label size_t
dpps xmm0, xmm1, 33
jmp _m128dpps_end
_m128dpps_34 label size_t
dpps xmm0, xmm1, 34
jmp _m128dpps_end
_m128dpps_35 label size_t
dpps xmm0, xmm1, 35
jmp _m128dpps_end
_m128dpps_36 label size_t
dpps xmm0, xmm1, 36
jmp _m128dpps_end
_m128dpps_37 label size_t
dpps xmm0, xmm1, 37
jmp _m128dpps_end
_m128dpps_38 label size_t
dpps xmm0, xmm1, 38
jmp _m128dpps_end
_m128dpps_39 label size_t
dpps xmm0, xmm1, 39
jmp _m128dpps_end
_m128dpps_40 label size_t
dpps xmm0, xmm1, 40
jmp _m128dpps_end
_m128dpps_41 label size_t
dpps xmm0, xmm1, 41
jmp _m128dpps_end
_m128dpps_42 label size_t
dpps xmm0, xmm1, 42
jmp _m128dpps_end
_m128dpps_43 label size_t
dpps xmm0, xmm1, 43
jmp _m128dpps_end
_m128dpps_44 label size_t
dpps xmm0, xmm1, 44
jmp _m128dpps_end
_m128dpps_45 label size_t
dpps xmm0, xmm1, 45
jmp _m128dpps_end
_m128dpps_46 label size_t
dpps xmm0, xmm1, 46
jmp _m128dpps_end
_m128dpps_47 label size_t
dpps xmm0, xmm1, 47
jmp _m128dpps_end
_m128dpps_48 label size_t
dpps xmm0, xmm1, 48
jmp _m128dpps_end
_m128dpps_49 label size_t
dpps xmm0, xmm1, 49
jmp _m128dpps_end
_m128dpps_50 label size_t
dpps xmm0, xmm1, 50
jmp _m128dpps_end
_m128dpps_51 label size_t
dpps xmm0, xmm1, 51
jmp _m128dpps_end
_m128dpps_52 label size_t
dpps xmm0, xmm1, 52
jmp _m128dpps_end
_m128dpps_53 label size_t
dpps xmm0, xmm1, 53
jmp _m128dpps_end
_m128dpps_54 label size_t
dpps xmm0, xmm1, 54
jmp _m128dpps_end
_m128dpps_55 label size_t
dpps xmm0, xmm1, 55
jmp _m128dpps_end
_m128dpps_56 label size_t
dpps xmm0, xmm1, 56
jmp _m128dpps_end
_m128dpps_57 label size_t
dpps xmm0, xmm1, 57
jmp _m128dpps_end
_m128dpps_58 label size_t
dpps xmm0, xmm1, 58
jmp _m128dpps_end
_m128dpps_59 label size_t
dpps xmm0, xmm1, 59
jmp _m128dpps_end
_m128dpps_60 label size_t
dpps xmm0, xmm1, 60
jmp _m128dpps_end
_m128dpps_61 label size_t
dpps xmm0, xmm1, 61
jmp _m128dpps_end
_m128dpps_62 label size_t
dpps xmm0, xmm1, 62
jmp _m128dpps_end
_m128dpps_63 label size_t
dpps xmm0, xmm1, 63
jmp _m128dpps_end
_m128dpps_64 label size_t
dpps xmm0, xmm1, 64
jmp _m128dpps_end
_m128dpps_65 label size_t
dpps xmm0, xmm1, 65
jmp _m128dpps_end
_m128dpps_66 label size_t
dpps xmm0, xmm1, 66
jmp _m128dpps_end
_m128dpps_67 label size_t
dpps xmm0, xmm1, 67
jmp _m128dpps_end
_m128dpps_68 label size_t
dpps xmm0, xmm1, 68
jmp _m128dpps_end
_m128dpps_69 label size_t
dpps xmm0, xmm1, 69
jmp _m128dpps_end
_m128dpps_70 label size_t
dpps xmm0, xmm1, 70
jmp _m128dpps_end
_m128dpps_71 label size_t
dpps xmm0, xmm1, 71
jmp _m128dpps_end
_m128dpps_72 label size_t
dpps xmm0, xmm1, 72
jmp _m128dpps_end
_m128dpps_73 label size_t
dpps xmm0, xmm1, 73
jmp _m128dpps_end
_m128dpps_74 label size_t
dpps xmm0, xmm1, 74
jmp _m128dpps_end
_m128dpps_75 label size_t
dpps xmm0, xmm1, 75
jmp _m128dpps_end
_m128dpps_76 label size_t
dpps xmm0, xmm1, 76
jmp _m128dpps_end
_m128dpps_77 label size_t
dpps xmm0, xmm1, 77
jmp _m128dpps_end
_m128dpps_78 label size_t
dpps xmm0, xmm1, 78
jmp _m128dpps_end
_m128dpps_79 label size_t
dpps xmm0, xmm1, 79
jmp _m128dpps_end
_m128dpps_80 label size_t
dpps xmm0, xmm1, 80
jmp _m128dpps_end
_m128dpps_81 label size_t
dpps xmm0, xmm1, 81
jmp _m128dpps_end
_m128dpps_82 label size_t
dpps xmm0, xmm1, 82
jmp _m128dpps_end
_m128dpps_83 label size_t
dpps xmm0, xmm1, 83
jmp _m128dpps_end
_m128dpps_84 label size_t
dpps xmm0, xmm1, 84
jmp _m128dpps_end
_m128dpps_85 label size_t
dpps xmm0, xmm1, 85
jmp _m128dpps_end
_m128dpps_86 label size_t
dpps xmm0, xmm1, 86
jmp _m128dpps_end
_m128dpps_87 label size_t
dpps xmm0, xmm1, 87
jmp _m128dpps_end
_m128dpps_88 label size_t
dpps xmm0, xmm1, 88
jmp _m128dpps_end
_m128dpps_89 label size_t
dpps xmm0, xmm1, 89
jmp _m128dpps_end
_m128dpps_90 label size_t
dpps xmm0, xmm1, 90
jmp _m128dpps_end
_m128dpps_91 label size_t
dpps xmm0, xmm1, 91
jmp _m128dpps_end
_m128dpps_92 label size_t
dpps xmm0, xmm1, 92
jmp _m128dpps_end
_m128dpps_93 label size_t
dpps xmm0, xmm1, 93
jmp _m128dpps_end
_m128dpps_94 label size_t
dpps xmm0, xmm1, 94
jmp _m128dpps_end
_m128dpps_95 label size_t
dpps xmm0, xmm1, 95
jmp _m128dpps_end
_m128dpps_96 label size_t
dpps xmm0, xmm1, 96
jmp _m128dpps_end
_m128dpps_97 label size_t
dpps xmm0, xmm1, 97
jmp _m128dpps_end
_m128dpps_98 label size_t
dpps xmm0, xmm1, 98
jmp _m128dpps_end
_m128dpps_99 label size_t
dpps xmm0, xmm1, 99
jmp _m128dpps_end
_m128dpps_100 label size_t
dpps xmm0, xmm1, 100
jmp _m128dpps_end
_m128dpps_101 label size_t
dpps xmm0, xmm1, 101
jmp _m128dpps_end
_m128dpps_102 label size_t
dpps xmm0, xmm1, 102
jmp _m128dpps_end
_m128dpps_103 label size_t
dpps xmm0, xmm1, 103
jmp _m128dpps_end
_m128dpps_104 label size_t
dpps xmm0, xmm1, 104
jmp _m128dpps_end
_m128dpps_105 label size_t
dpps xmm0, xmm1, 105
jmp _m128dpps_end
_m128dpps_106 label size_t
dpps xmm0, xmm1, 106
jmp _m128dpps_end
_m128dpps_107 label size_t
dpps xmm0, xmm1, 107
jmp _m128dpps_end
_m128dpps_108 label size_t
dpps xmm0, xmm1, 108
jmp _m128dpps_end
_m128dpps_109 label size_t
dpps xmm0, xmm1, 109
jmp _m128dpps_end
_m128dpps_110 label size_t
dpps xmm0, xmm1, 110
jmp _m128dpps_end
_m128dpps_111 label size_t
dpps xmm0, xmm1, 111
jmp _m128dpps_end
_m128dpps_112 label size_t
dpps xmm0, xmm1, 112
jmp _m128dpps_end
_m128dpps_113 label size_t
dpps xmm0, xmm1, 113
jmp _m128dpps_end
_m128dpps_114 label size_t
dpps xmm0, xmm1, 114
jmp _m128dpps_end
_m128dpps_115 label size_t
dpps xmm0, xmm1, 115
jmp _m128dpps_end
_m128dpps_116 label size_t
dpps xmm0, xmm1, 116
jmp _m128dpps_end
_m128dpps_117 label size_t
dpps xmm0, xmm1, 117
jmp _m128dpps_end
_m128dpps_118 label size_t
dpps xmm0, xmm1, 118
jmp _m128dpps_end
_m128dpps_119 label size_t
dpps xmm0, xmm1, 119
jmp _m128dpps_end
_m128dpps_120 label size_t
dpps xmm0, xmm1, 120
jmp _m128dpps_end
_m128dpps_121 label size_t
dpps xmm0, xmm1, 121
jmp _m128dpps_end
_m128dpps_122 label size_t
dpps xmm0, xmm1, 122
jmp _m128dpps_end
_m128dpps_123 label size_t
dpps xmm0, xmm1, 123
jmp _m128dpps_end
_m128dpps_124 label size_t
dpps xmm0, xmm1, 124
jmp _m128dpps_end
_m128dpps_125 label size_t
dpps xmm0, xmm1, 125
jmp _m128dpps_end
_m128dpps_126 label size_t
dpps xmm0, xmm1, 126
jmp _m128dpps_end
_m128dpps_127 label size_t
dpps xmm0, xmm1, 127
jmp _m128dpps_end
_m128dpps_128 label size_t
dpps xmm0, xmm1, 128
jmp _m128dpps_end
_m128dpps_129 label size_t
dpps xmm0, xmm1, 129
jmp _m128dpps_end
_m128dpps_130 label size_t
dpps xmm0, xmm1, 130
jmp _m128dpps_end
_m128dpps_131 label size_t
dpps xmm0, xmm1, 131
jmp _m128dpps_end
_m128dpps_132 label size_t
dpps xmm0, xmm1, 132
jmp _m128dpps_end
_m128dpps_133 label size_t
dpps xmm0, xmm1, 133
jmp _m128dpps_end
_m128dpps_134 label size_t
dpps xmm0, xmm1, 134
jmp _m128dpps_end
_m128dpps_135 label size_t
dpps xmm0, xmm1, 135
jmp _m128dpps_end
_m128dpps_136 label size_t
dpps xmm0, xmm1, 136
jmp _m128dpps_end
_m128dpps_137 label size_t
dpps xmm0, xmm1, 137
jmp _m128dpps_end
_m128dpps_138 label size_t
dpps xmm0, xmm1, 138
jmp _m128dpps_end
_m128dpps_139 label size_t
dpps xmm0, xmm1, 139
jmp _m128dpps_end
_m128dpps_140 label size_t
dpps xmm0, xmm1, 140
jmp _m128dpps_end
_m128dpps_141 label size_t
dpps xmm0, xmm1, 141
jmp _m128dpps_end
_m128dpps_142 label size_t
dpps xmm0, xmm1, 142
jmp _m128dpps_end
_m128dpps_143 label size_t
dpps xmm0, xmm1, 143
jmp _m128dpps_end
_m128dpps_144 label size_t
dpps xmm0, xmm1, 144
jmp _m128dpps_end
_m128dpps_145 label size_t
dpps xmm0, xmm1, 145
jmp _m128dpps_end
_m128dpps_146 label size_t
dpps xmm0, xmm1, 146
jmp _m128dpps_end
_m128dpps_147 label size_t
dpps xmm0, xmm1, 147
jmp _m128dpps_end
_m128dpps_148 label size_t
dpps xmm0, xmm1, 148
jmp _m128dpps_end
_m128dpps_149 label size_t
dpps xmm0, xmm1, 149
jmp _m128dpps_end
_m128dpps_150 label size_t
dpps xmm0, xmm1, 150
jmp _m128dpps_end
_m128dpps_151 label size_t
dpps xmm0, xmm1, 151
jmp _m128dpps_end
_m128dpps_152 label size_t
dpps xmm0, xmm1, 152
jmp _m128dpps_end
_m128dpps_153 label size_t
dpps xmm0, xmm1, 153
jmp _m128dpps_end
_m128dpps_154 label size_t
dpps xmm0, xmm1, 154
jmp _m128dpps_end
_m128dpps_155 label size_t
dpps xmm0, xmm1, 155
jmp _m128dpps_end
_m128dpps_156 label size_t
dpps xmm0, xmm1, 156
jmp _m128dpps_end
_m128dpps_157 label size_t
dpps xmm0, xmm1, 157
jmp _m128dpps_end
_m128dpps_158 label size_t
dpps xmm0, xmm1, 158
jmp _m128dpps_end
_m128dpps_159 label size_t
dpps xmm0, xmm1, 159
jmp _m128dpps_end
_m128dpps_160 label size_t
dpps xmm0, xmm1, 160
jmp _m128dpps_end
_m128dpps_161 label size_t
dpps xmm0, xmm1, 161
jmp _m128dpps_end
_m128dpps_162 label size_t
dpps xmm0, xmm1, 162
jmp _m128dpps_end
_m128dpps_163 label size_t
dpps xmm0, xmm1, 163
jmp _m128dpps_end
_m128dpps_164 label size_t
dpps xmm0, xmm1, 164
jmp _m128dpps_end
_m128dpps_165 label size_t
dpps xmm0, xmm1, 165
jmp _m128dpps_end
_m128dpps_166 label size_t
dpps xmm0, xmm1, 166
jmp _m128dpps_end
_m128dpps_167 label size_t
dpps xmm0, xmm1, 167
jmp _m128dpps_end
_m128dpps_168 label size_t
dpps xmm0, xmm1, 168
jmp _m128dpps_end
_m128dpps_169 label size_t
dpps xmm0, xmm1, 169
jmp _m128dpps_end
_m128dpps_170 label size_t
dpps xmm0, xmm1, 170
jmp _m128dpps_end
_m128dpps_171 label size_t
dpps xmm0, xmm1, 171
jmp _m128dpps_end
_m128dpps_172 label size_t
dpps xmm0, xmm1, 172
jmp _m128dpps_end
_m128dpps_173 label size_t
dpps xmm0, xmm1, 173
jmp _m128dpps_end
_m128dpps_174 label size_t
dpps xmm0, xmm1, 174
jmp _m128dpps_end
_m128dpps_175 label size_t
dpps xmm0, xmm1, 175
jmp _m128dpps_end
_m128dpps_176 label size_t
dpps xmm0, xmm1, 176
jmp _m128dpps_end
_m128dpps_177 label size_t
dpps xmm0, xmm1, 177
jmp _m128dpps_end
_m128dpps_178 label size_t
dpps xmm0, xmm1, 178
jmp _m128dpps_end
_m128dpps_179 label size_t
dpps xmm0, xmm1, 179
jmp _m128dpps_end
_m128dpps_180 label size_t
dpps xmm0, xmm1, 180
jmp _m128dpps_end
_m128dpps_181 label size_t
dpps xmm0, xmm1, 181
jmp _m128dpps_end
_m128dpps_182 label size_t
dpps xmm0, xmm1, 182
jmp _m128dpps_end
_m128dpps_183 label size_t
dpps xmm0, xmm1, 183
jmp _m128dpps_end
_m128dpps_184 label size_t
dpps xmm0, xmm1, 184
jmp _m128dpps_end
_m128dpps_185 label size_t
dpps xmm0, xmm1, 185
jmp _m128dpps_end
_m128dpps_186 label size_t
dpps xmm0, xmm1, 186
jmp _m128dpps_end
_m128dpps_187 label size_t
dpps xmm0, xmm1, 187
jmp _m128dpps_end
_m128dpps_188 label size_t
dpps xmm0, xmm1, 188
jmp _m128dpps_end
_m128dpps_189 label size_t
dpps xmm0, xmm1, 189
jmp _m128dpps_end
_m128dpps_190 label size_t
dpps xmm0, xmm1, 190
jmp _m128dpps_end
_m128dpps_191 label size_t
dpps xmm0, xmm1, 191
jmp _m128dpps_end
_m128dpps_192 label size_t
dpps xmm0, xmm1, 192
jmp _m128dpps_end
_m128dpps_193 label size_t
dpps xmm0, xmm1, 193
jmp _m128dpps_end
_m128dpps_194 label size_t
dpps xmm0, xmm1, 194
jmp _m128dpps_end
_m128dpps_195 label size_t
dpps xmm0, xmm1, 195
jmp _m128dpps_end
_m128dpps_196 label size_t
dpps xmm0, xmm1, 196
jmp _m128dpps_end
_m128dpps_197 label size_t
dpps xmm0, xmm1, 197
jmp _m128dpps_end
_m128dpps_198 label size_t
dpps xmm0, xmm1, 198
jmp _m128dpps_end
_m128dpps_199 label size_t
dpps xmm0, xmm1, 199
jmp _m128dpps_end
_m128dpps_200 label size_t
dpps xmm0, xmm1, 200
jmp _m128dpps_end
_m128dpps_201 label size_t
dpps xmm0, xmm1, 201
jmp _m128dpps_end
_m128dpps_202 label size_t
dpps xmm0, xmm1, 202
jmp _m128dpps_end
_m128dpps_203 label size_t
dpps xmm0, xmm1, 203
jmp _m128dpps_end
_m128dpps_204 label size_t
dpps xmm0, xmm1, 204
jmp _m128dpps_end
_m128dpps_205 label size_t
dpps xmm0, xmm1, 205
jmp _m128dpps_end
_m128dpps_206 label size_t
dpps xmm0, xmm1, 206
jmp _m128dpps_end
_m128dpps_207 label size_t
dpps xmm0, xmm1, 207
jmp _m128dpps_end
_m128dpps_208 label size_t
dpps xmm0, xmm1, 208
jmp _m128dpps_end
_m128dpps_209 label size_t
dpps xmm0, xmm1, 209
jmp _m128dpps_end
_m128dpps_210 label size_t
dpps xmm0, xmm1, 210
jmp _m128dpps_end
_m128dpps_211 label size_t
dpps xmm0, xmm1, 211
jmp _m128dpps_end
_m128dpps_212 label size_t
dpps xmm0, xmm1, 212
jmp _m128dpps_end
_m128dpps_213 label size_t
dpps xmm0, xmm1, 213
jmp _m128dpps_end
_m128dpps_214 label size_t
dpps xmm0, xmm1, 214
jmp _m128dpps_end
_m128dpps_215 label size_t
dpps xmm0, xmm1, 215
jmp _m128dpps_end
_m128dpps_216 label size_t
dpps xmm0, xmm1, 216
jmp _m128dpps_end
_m128dpps_217 label size_t
dpps xmm0, xmm1, 217
jmp _m128dpps_end
_m128dpps_218 label size_t
dpps xmm0, xmm1, 218
jmp _m128dpps_end
_m128dpps_219 label size_t
dpps xmm0, xmm1, 219
jmp _m128dpps_end
_m128dpps_220 label size_t
dpps xmm0, xmm1, 220
jmp _m128dpps_end
_m128dpps_221 label size_t
dpps xmm0, xmm1, 221
jmp _m128dpps_end
_m128dpps_222 label size_t
dpps xmm0, xmm1, 222
jmp _m128dpps_end
_m128dpps_223 label size_t
dpps xmm0, xmm1, 223
jmp _m128dpps_end
_m128dpps_224 label size_t
dpps xmm0, xmm1, 224
jmp _m128dpps_end
_m128dpps_225 label size_t
dpps xmm0, xmm1, 225
jmp _m128dpps_end
_m128dpps_226 label size_t
dpps xmm0, xmm1, 226
jmp _m128dpps_end
_m128dpps_227 label size_t
dpps xmm0, xmm1, 227
jmp _m128dpps_end
_m128dpps_228 label size_t
dpps xmm0, xmm1, 228
jmp _m128dpps_end
_m128dpps_229 label size_t
dpps xmm0, xmm1, 229
jmp _m128dpps_end
_m128dpps_230 label size_t
dpps xmm0, xmm1, 230
jmp _m128dpps_end
_m128dpps_231 label size_t
dpps xmm0, xmm1, 231
jmp _m128dpps_end
_m128dpps_232 label size_t
dpps xmm0, xmm1, 232
jmp _m128dpps_end
_m128dpps_233 label size_t
dpps xmm0, xmm1, 233
jmp _m128dpps_end
_m128dpps_234 label size_t
dpps xmm0, xmm1, 234
jmp _m128dpps_end
_m128dpps_235 label size_t
dpps xmm0, xmm1, 235
jmp _m128dpps_end
_m128dpps_236 label size_t
dpps xmm0, xmm1, 236
jmp _m128dpps_end
_m128dpps_237 label size_t
dpps xmm0, xmm1, 237
jmp _m128dpps_end
_m128dpps_238 label size_t
dpps xmm0, xmm1, 238
jmp _m128dpps_end
_m128dpps_239 label size_t
dpps xmm0, xmm1, 239
jmp _m128dpps_end
_m128dpps_240 label size_t
dpps xmm0, xmm1, 240
jmp _m128dpps_end
_m128dpps_241 label size_t
dpps xmm0, xmm1, 241
jmp _m128dpps_end
_m128dpps_242 label size_t
dpps xmm0, xmm1, 242
jmp _m128dpps_end
_m128dpps_243 label size_t
dpps xmm0, xmm1, 243
jmp _m128dpps_end
_m128dpps_244 label size_t
dpps xmm0, xmm1, 244
jmp _m128dpps_end
_m128dpps_245 label size_t
dpps xmm0, xmm1, 245
jmp _m128dpps_end
_m128dpps_246 label size_t
dpps xmm0, xmm1, 246
jmp _m128dpps_end
_m128dpps_247 label size_t
dpps xmm0, xmm1, 247
jmp _m128dpps_end
_m128dpps_248 label size_t
dpps xmm0, xmm1, 248
jmp _m128dpps_end
_m128dpps_249 label size_t
dpps xmm0, xmm1, 249
jmp _m128dpps_end
_m128dpps_250 label size_t
dpps xmm0, xmm1, 250
jmp _m128dpps_end
_m128dpps_251 label size_t
dpps xmm0, xmm1, 251
jmp _m128dpps_end
_m128dpps_252 label size_t
dpps xmm0, xmm1, 252
jmp _m128dpps_end
_m128dpps_253 label size_t
dpps xmm0, xmm1, 253
jmp _m128dpps_end
_m128dpps_254 label size_t
dpps xmm0, xmm1, 254
jmp _m128dpps_end
_m128dpps_255 label size_t
dpps xmm0, xmm1, 255
;jmp _m128dpps_end
_m128dpps_end:
pop rbase()
ret
procend
procstart _uX_mm_dp_pd_0, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 0
ret
procend
procstart _uX_mm_dp_pd_1, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 1
ret
procend
procstart _uX_mm_dp_pd_2, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 2
ret
procend
procstart _uX_mm_dp_pd_3, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 3
ret
procend
procstart _uX_mm_dp_pd_4, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 4
ret
procend
procstart _uX_mm_dp_pd_5, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 5
ret
procend
procstart _uX_mm_dp_pd_6, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 6
ret
procend
procstart _uX_mm_dp_pd_7, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 7
ret
procend
procstart _uX_mm_dp_pd_8, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 8
ret
procend
procstart _uX_mm_dp_pd_9, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 9
ret
procend
procstart _uX_mm_dp_pd_10, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 10
ret
procend
procstart _uX_mm_dp_pd_11, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 11
ret
procend
procstart _uX_mm_dp_pd_12, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 12
ret
procend
procstart _uX_mm_dp_pd_13, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 13
ret
procend
procstart _uX_mm_dp_pd_14, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 14
ret
procend
procstart _uX_mm_dp_pd_15, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 15
ret
procend
procstart _uX_mm_dp_pd_16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 16
ret
procend
procstart _uX_mm_dp_pd_17, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 17
ret
procend
procstart _uX_mm_dp_pd_18, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 18
ret
procend
procstart _uX_mm_dp_pd_19, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 19
ret
procend
procstart _uX_mm_dp_pd_20, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 20
ret
procend
procstart _uX_mm_dp_pd_21, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 21
ret
procend
procstart _uX_mm_dp_pd_22, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 22
ret
procend
procstart _uX_mm_dp_pd_23, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 23
ret
procend
procstart _uX_mm_dp_pd_24, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 24
ret
procend
procstart _uX_mm_dp_pd_25, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 25
ret
procend
procstart _uX_mm_dp_pd_26, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 26
ret
procend
procstart _uX_mm_dp_pd_27, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 27
ret
procend
procstart _uX_mm_dp_pd_28, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 28
ret
procend
procstart _uX_mm_dp_pd_29, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 29
ret
procend
procstart _uX_mm_dp_pd_30, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 30
ret
procend
procstart _uX_mm_dp_pd_31, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 31
ret
procend
procstart _uX_mm_dp_pd_32, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 32
ret
procend
procstart _uX_mm_dp_pd_33, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 33
ret
procend
procstart _uX_mm_dp_pd_34, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 34
ret
procend
procstart _uX_mm_dp_pd_35, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 35
ret
procend
procstart _uX_mm_dp_pd_36, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 36
ret
procend
procstart _uX_mm_dp_pd_37, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 37
ret
procend
procstart _uX_mm_dp_pd_38, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 38
ret
procend
procstart _uX_mm_dp_pd_39, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 39
ret
procend
procstart _uX_mm_dp_pd_40, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 40
ret
procend
procstart _uX_mm_dp_pd_41, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 41
ret
procend
procstart _uX_mm_dp_pd_42, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 42
ret
procend
procstart _uX_mm_dp_pd_43, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 43
ret
procend
procstart _uX_mm_dp_pd_44, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 44
ret
procend
procstart _uX_mm_dp_pd_45, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 45
ret
procend
procstart _uX_mm_dp_pd_46, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 46
ret
procend
procstart _uX_mm_dp_pd_47, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 47
ret
procend
procstart _uX_mm_dp_pd_48, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 48
ret
procend
procstart _uX_mm_dp_pd_49, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 49
ret
procend
procstart _uX_mm_dp_pd_50, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 50
ret
procend
procstart _uX_mm_dp_pd_51, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 51
ret
procend
procstart _uX_mm_dp_pd_52, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 52
ret
procend
procstart _uX_mm_dp_pd_53, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 53
ret
procend
procstart _uX_mm_dp_pd_54, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 54
ret
procend
procstart _uX_mm_dp_pd_55, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 55
ret
procend
procstart _uX_mm_dp_pd_56, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 56
ret
procend
procstart _uX_mm_dp_pd_57, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 57
ret
procend
procstart _uX_mm_dp_pd_58, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 58
ret
procend
procstart _uX_mm_dp_pd_59, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 59
ret
procend
procstart _uX_mm_dp_pd_60, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 60
ret
procend
procstart _uX_mm_dp_pd_61, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 61
ret
procend
procstart _uX_mm_dp_pd_62, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 62
ret
procend
procstart _uX_mm_dp_pd_63, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
dppd xmm0, xmm1, 63
ret
procend
procstart _uX_mm_dp_pd, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword, Inint_Imm:dword
push rbase()
.if((rp2() < 0) || (rp2() > 63))
jmp _m128ddppd_end
.endif
ifdef __X32__
movzx rbase(), byte ptr [rp2()]
jmp dword ptr [_m128ddppdjmptable+rbase()*size_t_size]
else
lea rbase(), qword ptr [_m128ddppdjmptable]
mov rbase(), qword ptr [rbase()+rp2()*size_t_size]
jmp rbx
endif
_m128ddppd_0 label size_t
dppd xmm0, xmm1, 0
jmp _m128ddppd_end
_m128ddppd_1 label size_t
dppd xmm0, xmm1, 1
jmp _m128ddppd_end
_m128ddppd_2 label size_t
dppd xmm0, xmm1, 2
jmp _m128ddppd_end
_m128ddppd_3 label size_t
dppd xmm0, xmm1, 3
jmp _m128ddppd_end
_m128ddppd_4 label size_t
dppd xmm0, xmm1, 4
jmp _m128ddppd_end
_m128ddppd_5 label size_t
dppd xmm0, xmm1, 5
jmp _m128ddppd_end
_m128ddppd_6 label size_t
dppd xmm0, xmm1, 6
jmp _m128ddppd_end
_m128ddppd_7 label size_t
dppd xmm0, xmm1, 7
jmp _m128ddppd_end
_m128ddppd_8 label size_t
dppd xmm0, xmm1, 8
jmp _m128ddppd_end
_m128ddppd_9 label size_t
dppd xmm0, xmm1, 9
jmp _m128ddppd_end
_m128ddppd_10 label size_t
dppd xmm0, xmm1, 10
jmp _m128ddppd_end
_m128ddppd_11 label size_t
dppd xmm0, xmm1, 11
jmp _m128ddppd_end
_m128ddppd_12 label size_t
dppd xmm0, xmm1, 12
jmp _m128ddppd_end
_m128ddppd_13 label size_t
dppd xmm0, xmm1, 13
jmp _m128ddppd_end
_m128ddppd_14 label size_t
dppd xmm0, xmm1, 14
jmp _m128ddppd_end
_m128ddppd_15 label size_t
dppd xmm0, xmm1, 15
jmp _m128ddppd_end
_m128ddppd_16 label size_t
dppd xmm0, xmm1, 16
jmp _m128ddppd_end
_m128ddppd_17 label size_t
dppd xmm0, xmm1, 17
jmp _m128ddppd_end
_m128ddppd_18 label size_t
dppd xmm0, xmm1, 18
jmp _m128ddppd_end
_m128ddppd_19 label size_t
dppd xmm0, xmm1, 19
jmp _m128ddppd_end
_m128ddppd_20 label size_t
dppd xmm0, xmm1, 20
jmp _m128ddppd_end
_m128ddppd_21 label size_t
dppd xmm0, xmm1, 21
jmp _m128ddppd_end
_m128ddppd_22 label size_t
dppd xmm0, xmm1, 22
jmp _m128ddppd_end
_m128ddppd_23 label size_t
dppd xmm0, xmm1, 23
jmp _m128ddppd_end
_m128ddppd_24 label size_t
dppd xmm0, xmm1, 24
jmp _m128ddppd_end
_m128ddppd_25 label size_t
dppd xmm0, xmm1, 25
jmp _m128ddppd_end
_m128ddppd_26 label size_t
dppd xmm0, xmm1, 26
jmp _m128ddppd_end
_m128ddppd_27 label size_t
dppd xmm0, xmm1, 27
jmp _m128ddppd_end
_m128ddppd_28 label size_t
dppd xmm0, xmm1, 28
jmp _m128ddppd_end
_m128ddppd_29 label size_t
dppd xmm0, xmm1, 29
jmp _m128ddppd_end
_m128ddppd_30 label size_t
dppd xmm0, xmm1, 30
jmp _m128ddppd_end
_m128ddppd_31 label size_t
dppd xmm0, xmm1, 31
jmp _m128ddppd_end
_m128ddppd_32 label size_t
dppd xmm0, xmm1, 32
jmp _m128ddppd_end
_m128ddppd_33 label size_t
dppd xmm0, xmm1, 33
jmp _m128ddppd_end
_m128ddppd_34 label size_t
dppd xmm0, xmm1, 34
jmp _m128ddppd_end
_m128ddppd_35 label size_t
dppd xmm0, xmm1, 35
jmp _m128ddppd_end
_m128ddppd_36 label size_t
dppd xmm0, xmm1, 36
jmp _m128ddppd_end
_m128ddppd_37 label size_t
dppd xmm0, xmm1, 37
jmp _m128ddppd_end
_m128ddppd_38 label size_t
dppd xmm0, xmm1, 38
jmp _m128ddppd_end
_m128ddppd_39 label size_t
dppd xmm0, xmm1, 39
jmp _m128ddppd_end
_m128ddppd_40 label size_t
dppd xmm0, xmm1, 40
jmp _m128ddppd_end
_m128ddppd_41 label size_t
dppd xmm0, xmm1, 41
jmp _m128ddppd_end
_m128ddppd_42 label size_t
dppd xmm0, xmm1, 42
jmp _m128ddppd_end
_m128ddppd_43 label size_t
dppd xmm0, xmm1, 43
jmp _m128ddppd_end
_m128ddppd_44 label size_t
dppd xmm0, xmm1, 44
jmp _m128ddppd_end
_m128ddppd_45 label size_t
dppd xmm0, xmm1, 45
jmp _m128ddppd_end
_m128ddppd_46 label size_t
dppd xmm0, xmm1, 46
jmp _m128ddppd_end
_m128ddppd_47 label size_t
dppd xmm0, xmm1, 47
jmp _m128ddppd_end
_m128ddppd_48 label size_t
dppd xmm0, xmm1, 48
jmp _m128ddppd_end
_m128ddppd_49 label size_t
dppd xmm0, xmm1, 49
jmp _m128ddppd_end
_m128ddppd_50 label size_t
dppd xmm0, xmm1, 50
jmp _m128ddppd_end
_m128ddppd_51 label size_t
dppd xmm0, xmm1, 51
jmp _m128ddppd_end
_m128ddppd_52 label size_t
dppd xmm0, xmm1, 52
jmp _m128ddppd_end
_m128ddppd_53 label size_t
dppd xmm0, xmm1, 53
jmp _m128ddppd_end
_m128ddppd_54 label size_t
dppd xmm0, xmm1, 54
jmp _m128ddppd_end
_m128ddppd_55 label size_t
dppd xmm0, xmm1, 55
jmp _m128ddppd_end
_m128ddppd_56 label size_t
dppd xmm0, xmm1, 56
jmp _m128ddppd_end
_m128ddppd_57 label size_t
dppd xmm0, xmm1, 57
jmp _m128ddppd_end
_m128ddppd_58 label size_t
dppd xmm0, xmm1, 58
jmp _m128ddppd_end
_m128ddppd_59 label size_t
dppd xmm0, xmm1, 59
jmp _m128ddppd_end
_m128ddppd_60 label size_t
dppd xmm0, xmm1, 60
jmp _m128ddppd_end
_m128ddppd_61 label size_t
dppd xmm0, xmm1, 61
jmp _m128ddppd_end
_m128ddppd_62 label size_t
dppd xmm0, xmm1, 62
jmp _m128ddppd_end
_m128ddppd_63 label size_t
dppd xmm0, xmm1, 63
;jmp _m128ddppd_end
_m128ddppd_end:
pop rbase()
ret
procend
;************************************
; Insert single precision float
;************************************
procstart _uX_mm_insert_ps_0, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 0
ret
procend
procstart _uX_mm_insert_ps_1, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 1
ret
procend
procstart _uX_mm_insert_ps_2, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 2
ret
procend
procstart _uX_mm_insert_ps_3, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 3
ret
procend
procstart _uX_mm_insert_ps_4, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 4
ret
procend
procstart _uX_mm_insert_ps_5, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 5
ret
procend
procstart _uX_mm_insert_ps_6, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 6
ret
procend
procstart _uX_mm_insert_ps_7, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 7
ret
procend
procstart _uX_mm_insert_ps_8, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 8
ret
procend
procstart _uX_mm_insert_ps_9, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 9
ret
procend
procstart _uX_mm_insert_ps_10, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 10
ret
procend
procstart _uX_mm_insert_ps_11, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 11
ret
procend
procstart _uX_mm_insert_ps_12, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 12
ret
procend
procstart _uX_mm_insert_ps_13, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 13
ret
procend
procstart _uX_mm_insert_ps_14, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 14
ret
procend
procstart _uX_mm_insert_ps_15, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 15
ret
procend
procstart _uX_mm_insert_ps_16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 16
ret
procend
procstart _uX_mm_insert_ps_17, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 17
ret
procend
procstart _uX_mm_insert_ps_18, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 18
ret
procend
procstart _uX_mm_insert_ps_19, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 19
ret
procend
procstart _uX_mm_insert_ps_20, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 20
ret
procend
procstart _uX_mm_insert_ps_21, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 21
ret
procend
procstart _uX_mm_insert_ps_22, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 22
ret
procend
procstart _uX_mm_insert_ps_23, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 23
ret
procend
procstart _uX_mm_insert_ps_24, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 24
ret
procend
procstart _uX_mm_insert_ps_25, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 25
ret
procend
procstart _uX_mm_insert_ps_26, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 26
ret
procend
procstart _uX_mm_insert_ps_27, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 27
ret
procend
procstart _uX_mm_insert_ps_28, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 28
ret
procend
procstart _uX_mm_insert_ps_29, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 29
ret
procend
procstart _uX_mm_insert_ps_30, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 30
ret
procend
procstart _uX_mm_insert_ps_31, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 31
ret
procend
procstart _uX_mm_insert_ps_32, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 32
ret
procend
procstart _uX_mm_insert_ps_33, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 33
ret
procend
procstart _uX_mm_insert_ps_34, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 34
ret
procend
procstart _uX_mm_insert_ps_35, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 35
ret
procend
procstart _uX_mm_insert_ps_36, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 36
ret
procend
procstart _uX_mm_insert_ps_37, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 37
ret
procend
procstart _uX_mm_insert_ps_38, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 38
ret
procend
procstart _uX_mm_insert_ps_39, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 39
ret
procend
procstart _uX_mm_insert_ps_40, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 40
ret
procend
procstart _uX_mm_insert_ps_41, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 41
ret
procend
procstart _uX_mm_insert_ps_42, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 42
ret
procend
procstart _uX_mm_insert_ps_43, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 43
ret
procend
procstart _uX_mm_insert_ps_44, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 44
ret
procend
procstart _uX_mm_insert_ps_45, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 45
ret
procend
procstart _uX_mm_insert_ps_46, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 46
ret
procend
procstart _uX_mm_insert_ps_47, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 47
ret
procend
procstart _uX_mm_insert_ps_48, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 48
ret
procend
procstart _uX_mm_insert_ps_49, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 49
ret
procend
procstart _uX_mm_insert_ps_50, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 50
ret
procend
procstart _uX_mm_insert_ps_51, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 51
ret
procend
procstart _uX_mm_insert_ps_52, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 52
ret
procend
procstart _uX_mm_insert_ps_53, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 53
ret
procend
procstart _uX_mm_insert_ps_54, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 54
ret
procend
procstart _uX_mm_insert_ps_55, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 55
ret
procend
procstart _uX_mm_insert_ps_56, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 56
ret
procend
procstart _uX_mm_insert_ps_57, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 57
ret
procend
procstart _uX_mm_insert_ps_58, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 58
ret
procend
procstart _uX_mm_insert_ps_59, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 59
ret
procend
procstart _uX_mm_insert_ps_60, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 60
ret
procend
procstart _uX_mm_insert_ps_61, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 61
ret
procend
procstart _uX_mm_insert_ps_62, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 62
ret
procend
procstart _uX_mm_insert_ps_63, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 63
ret
procend
procstart _uX_mm_insert_ps_64, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 64
ret
procend
procstart _uX_mm_insert_ps_65, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 65
ret
procend
procstart _uX_mm_insert_ps_66, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 66
ret
procend
procstart _uX_mm_insert_ps_67, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 67
ret
procend
procstart _uX_mm_insert_ps_68, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 68
ret
procend
procstart _uX_mm_insert_ps_69, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 69
ret
procend
procstart _uX_mm_insert_ps_70, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 70
ret
procend
procstart _uX_mm_insert_ps_71, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 71
ret
procend
procstart _uX_mm_insert_ps_72, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 72
ret
procend
procstart _uX_mm_insert_ps_73, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 73
ret
procend
procstart _uX_mm_insert_ps_74, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 74
ret
procend
procstart _uX_mm_insert_ps_75, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 75
ret
procend
procstart _uX_mm_insert_ps_76, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 76
ret
procend
procstart _uX_mm_insert_ps_77, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 77
ret
procend
procstart _uX_mm_insert_ps_78, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 78
ret
procend
procstart _uX_mm_insert_ps_79, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 79
ret
procend
procstart _uX_mm_insert_ps_80, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 80
ret
procend
procstart _uX_mm_insert_ps_81, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 81
ret
procend
procstart _uX_mm_insert_ps_82, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 82
ret
procend
procstart _uX_mm_insert_ps_83, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 83
ret
procend
procstart _uX_mm_insert_ps_84, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 84
ret
procend
procstart _uX_mm_insert_ps_85, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 85
ret
procend
procstart _uX_mm_insert_ps_86, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 86
ret
procend
procstart _uX_mm_insert_ps_87, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 87
ret
procend
procstart _uX_mm_insert_ps_88, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 88
ret
procend
procstart _uX_mm_insert_ps_89, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 89
ret
procend
procstart _uX_mm_insert_ps_90, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 90
ret
procend
procstart _uX_mm_insert_ps_91, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 91
ret
procend
procstart _uX_mm_insert_ps_92, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 92
ret
procend
procstart _uX_mm_insert_ps_93, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 93
ret
procend
procstart _uX_mm_insert_ps_94, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 94
ret
procend
procstart _uX_mm_insert_ps_95, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 95
ret
procend
procstart _uX_mm_insert_ps_96, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 96
ret
procend
procstart _uX_mm_insert_ps_97, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 97
ret
procend
procstart _uX_mm_insert_ps_98, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 98
ret
procend
procstart _uX_mm_insert_ps_99, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 99
ret
procend
procstart _uX_mm_insert_ps_100, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 100
ret
procend
procstart _uX_mm_insert_ps_101, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 101
ret
procend
procstart _uX_mm_insert_ps_102, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 102
ret
procend
procstart _uX_mm_insert_ps_103, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 103
ret
procend
procstart _uX_mm_insert_ps_104, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 104
ret
procend
procstart _uX_mm_insert_ps_105, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 105
ret
procend
procstart _uX_mm_insert_ps_106, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 106
ret
procend
procstart _uX_mm_insert_ps_107, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 107
ret
procend
procstart _uX_mm_insert_ps_108, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 108
ret
procend
procstart _uX_mm_insert_ps_109, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 109
ret
procend
procstart _uX_mm_insert_ps_110, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 110
ret
procend
procstart _uX_mm_insert_ps_111, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 111
ret
procend
procstart _uX_mm_insert_ps_112, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 112
ret
procend
procstart _uX_mm_insert_ps_113, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 113
ret
procend
procstart _uX_mm_insert_ps_114, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 114
ret
procend
procstart _uX_mm_insert_ps_115, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 115
ret
procend
procstart _uX_mm_insert_ps_116, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 116
ret
procend
procstart _uX_mm_insert_ps_117, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 117
ret
procend
procstart _uX_mm_insert_ps_118, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 118
ret
procend
procstart _uX_mm_insert_ps_119, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 119
ret
procend
procstart _uX_mm_insert_ps_120, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 120
ret
procend
procstart _uX_mm_insert_ps_121, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 121
ret
procend
procstart _uX_mm_insert_ps_122, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 122
ret
procend
procstart _uX_mm_insert_ps_123, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 123
ret
procend
procstart _uX_mm_insert_ps_124, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 124
ret
procend
procstart _uX_mm_insert_ps_125, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 125
ret
procend
procstart _uX_mm_insert_ps_126, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 126
ret
procend
procstart _uX_mm_insert_ps_127, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 127
ret
procend
procstart _uX_mm_insert_ps_128, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 128
ret
procend
procstart _uX_mm_insert_ps_129, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 129
ret
procend
procstart _uX_mm_insert_ps_130, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 130
ret
procend
procstart _uX_mm_insert_ps_131, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 131
ret
procend
procstart _uX_mm_insert_ps_132, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 132
ret
procend
procstart _uX_mm_insert_ps_133, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 133
ret
procend
procstart _uX_mm_insert_ps_134, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 134
ret
procend
procstart _uX_mm_insert_ps_135, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 135
ret
procend
procstart _uX_mm_insert_ps_136, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 136
ret
procend
procstart _uX_mm_insert_ps_137, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 137
ret
procend
procstart _uX_mm_insert_ps_138, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 138
ret
procend
procstart _uX_mm_insert_ps_139, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 139
ret
procend
procstart _uX_mm_insert_ps_140, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 140
ret
procend
procstart _uX_mm_insert_ps_141, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 141
ret
procend
procstart _uX_mm_insert_ps_142, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 142
ret
procend
procstart _uX_mm_insert_ps_143, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 143
ret
procend
procstart _uX_mm_insert_ps_144, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 144
ret
procend
procstart _uX_mm_insert_ps_145, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 145
ret
procend
procstart _uX_mm_insert_ps_146, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 146
ret
procend
procstart _uX_mm_insert_ps_147, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 147
ret
procend
procstart _uX_mm_insert_ps_148, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 148
ret
procend
procstart _uX_mm_insert_ps_149, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 149
ret
procend
procstart _uX_mm_insert_ps_150, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 150
ret
procend
procstart _uX_mm_insert_ps_151, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 151
ret
procend
procstart _uX_mm_insert_ps_152, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 152
ret
procend
procstart _uX_mm_insert_ps_153, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 153
ret
procend
procstart _uX_mm_insert_ps_154, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 154
ret
procend
procstart _uX_mm_insert_ps_155, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 155
ret
procend
procstart _uX_mm_insert_ps_156, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 156
ret
procend
procstart _uX_mm_insert_ps_157, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 157
ret
procend
procstart _uX_mm_insert_ps_158, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 158
ret
procend
procstart _uX_mm_insert_ps_159, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 159
ret
procend
procstart _uX_mm_insert_ps_160, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 160
ret
procend
procstart _uX_mm_insert_ps_161, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 161
ret
procend
procstart _uX_mm_insert_ps_162, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 162
ret
procend
procstart _uX_mm_insert_ps_163, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 163
ret
procend
procstart _uX_mm_insert_ps_164, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 164
ret
procend
procstart _uX_mm_insert_ps_165, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 165
ret
procend
procstart _uX_mm_insert_ps_166, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 166
ret
procend
procstart _uX_mm_insert_ps_167, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 167
ret
procend
procstart _uX_mm_insert_ps_168, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 168
ret
procend
procstart _uX_mm_insert_ps_169, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 169
ret
procend
procstart _uX_mm_insert_ps_170, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 170
ret
procend
procstart _uX_mm_insert_ps_171, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 171
ret
procend
procstart _uX_mm_insert_ps_172, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 172
ret
procend
procstart _uX_mm_insert_ps_173, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 173
ret
procend
procstart _uX_mm_insert_ps_174, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 174
ret
procend
procstart _uX_mm_insert_ps_175, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 175
ret
procend
procstart _uX_mm_insert_ps_176, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 176
ret
procend
procstart _uX_mm_insert_ps_177, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 177
ret
procend
procstart _uX_mm_insert_ps_178, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 178
ret
procend
procstart _uX_mm_insert_ps_179, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 179
ret
procend
procstart _uX_mm_insert_ps_180, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 180
ret
procend
procstart _uX_mm_insert_ps_181, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 181
ret
procend
procstart _uX_mm_insert_ps_182, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 182
ret
procend
procstart _uX_mm_insert_ps_183, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 183
ret
procend
procstart _uX_mm_insert_ps_184, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 184
ret
procend
procstart _uX_mm_insert_ps_185, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 185
ret
procend
procstart _uX_mm_insert_ps_186, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 186
ret
procend
procstart _uX_mm_insert_ps_187, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 187
ret
procend
procstart _uX_mm_insert_ps_188, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 188
ret
procend
procstart _uX_mm_insert_ps_189, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 189
ret
procend
procstart _uX_mm_insert_ps_190, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 190
ret
procend
procstart _uX_mm_insert_ps_191, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 191
ret
procend
procstart _uX_mm_insert_ps_192, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 192
ret
procend
procstart _uX_mm_insert_ps_193, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 193
ret
procend
procstart _uX_mm_insert_ps_194, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 194
ret
procend
procstart _uX_mm_insert_ps_195, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 195
ret
procend
procstart _uX_mm_insert_ps_196, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 196
ret
procend
procstart _uX_mm_insert_ps_197, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 197
ret
procend
procstart _uX_mm_insert_ps_198, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 198
ret
procend
procstart _uX_mm_insert_ps_199, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 199
ret
procend
procstart _uX_mm_insert_ps_200, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 200
ret
procend
procstart _uX_mm_insert_ps_201, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 201
ret
procend
procstart _uX_mm_insert_ps_202, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 202
ret
procend
procstart _uX_mm_insert_ps_203, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 203
ret
procend
procstart _uX_mm_insert_ps_204, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 204
ret
procend
procstart _uX_mm_insert_ps_205, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 205
ret
procend
procstart _uX_mm_insert_ps_206, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 206
ret
procend
procstart _uX_mm_insert_ps_207, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 207
ret
procend
procstart _uX_mm_insert_ps_208, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 208
ret
procend
procstart _uX_mm_insert_ps_209, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 209
ret
procend
procstart _uX_mm_insert_ps_210, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 210
ret
procend
procstart _uX_mm_insert_ps_211, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 211
ret
procend
procstart _uX_mm_insert_ps_212, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 212
ret
procend
procstart _uX_mm_insert_ps_213, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 213
ret
procend
procstart _uX_mm_insert_ps_214, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 214
ret
procend
procstart _uX_mm_insert_ps_215, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 215
ret
procend
procstart _uX_mm_insert_ps_216, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 216
ret
procend
procstart _uX_mm_insert_ps_217, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 217
ret
procend
procstart _uX_mm_insert_ps_218, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 218
ret
procend
procstart _uX_mm_insert_ps_219, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 219
ret
procend
procstart _uX_mm_insert_ps_220, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 220
ret
procend
procstart _uX_mm_insert_ps_221, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 221
ret
procend
procstart _uX_mm_insert_ps_222, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 222
ret
procend
procstart _uX_mm_insert_ps_223, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 223
ret
procend
procstart _uX_mm_insert_ps_224, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 224
ret
procend
procstart _uX_mm_insert_ps_225, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 225
ret
procend
procstart _uX_mm_insert_ps_226, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 226
ret
procend
procstart _uX_mm_insert_ps_227, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 227
ret
procend
procstart _uX_mm_insert_ps_228, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 228
ret
procend
procstart _uX_mm_insert_ps_229, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 229
ret
procend
procstart _uX_mm_insert_ps_230, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 230
ret
procend
procstart _uX_mm_insert_ps_231, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 231
ret
procend
procstart _uX_mm_insert_ps_232, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 232
ret
procend
procstart _uX_mm_insert_ps_233, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 233
ret
procend
procstart _uX_mm_insert_ps_234, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 234
ret
procend
procstart _uX_mm_insert_ps_235, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 235
ret
procend
procstart _uX_mm_insert_ps_236, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 236
ret
procend
procstart _uX_mm_insert_ps_237, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 237
ret
procend
procstart _uX_mm_insert_ps_238, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 238
ret
procend
procstart _uX_mm_insert_ps_239, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 239
ret
procend
procstart _uX_mm_insert_ps_240, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 240
ret
procend
procstart _uX_mm_insert_ps_241, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 241
ret
procend
procstart _uX_mm_insert_ps_242, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 242
ret
procend
procstart _uX_mm_insert_ps_243, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 243
ret
procend
procstart _uX_mm_insert_ps_244, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 244
ret
procend
procstart _uX_mm_insert_ps_245, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 245
ret
procend
procstart _uX_mm_insert_ps_246, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 246
ret
procend
procstart _uX_mm_insert_ps_247, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 247
ret
procend
procstart _uX_mm_insert_ps_248, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 248
ret
procend
procstart _uX_mm_insert_ps_249, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 249
ret
procend
procstart _uX_mm_insert_ps_250, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 250
ret
procend
procstart _uX_mm_insert_ps_251, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 251
ret
procend
procstart _uX_mm_insert_ps_252, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 252
ret
procend
procstart _uX_mm_insert_ps_253, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 253
ret
procend
procstart _uX_mm_insert_ps_254, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 254
ret
procend
procstart _uX_mm_insert_ps_255, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
insertps xmm0, xmm1, 255
ret
procend
procstart _uX_mm_insert_ps, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword, Inint_Imm:dword
push rbase()
.if((rp2() < 0) || (rp2() > 255))
jmp _m128insertps_end
.endif
ifdef __X32__
movzx rbase(), byte ptr [rp2()]
jmp dword ptr [_m128insertpsjmptable+rbase()*size_t_size]
else
lea rbase(), qword ptr [_m128insertpsjmptable]
mov rbase(), qword ptr [rbase()+rp2()*size_t_size]
jmp rbx
endif
_m128insertps_0 label size_t
insertps xmm0, xmm1, 0
jmp _m128insertps_end
_m128insertps_1 label size_t
insertps xmm0, xmm1, 1
jmp _m128insertps_end
_m128insertps_2 label size_t
insertps xmm0, xmm1, 2
jmp _m128insertps_end
_m128insertps_3 label size_t
insertps xmm0, xmm1, 3
jmp _m128insertps_end
_m128insertps_4 label size_t
insertps xmm0, xmm1, 4
jmp _m128insertps_end
_m128insertps_5 label size_t
insertps xmm0, xmm1, 5
jmp _m128insertps_end
_m128insertps_6 label size_t
insertps xmm0, xmm1, 6
jmp _m128insertps_end
_m128insertps_7 label size_t
insertps xmm0, xmm1, 7
jmp _m128insertps_end
_m128insertps_8 label size_t
insertps xmm0, xmm1, 8
jmp _m128insertps_end
_m128insertps_9 label size_t
insertps xmm0, xmm1, 9
jmp _m128insertps_end
_m128insertps_10 label size_t
insertps xmm0, xmm1, 10
jmp _m128insertps_end
_m128insertps_11 label size_t
insertps xmm0, xmm1, 11
jmp _m128insertps_end
_m128insertps_12 label size_t
insertps xmm0, xmm1, 12
jmp _m128insertps_end
_m128insertps_13 label size_t
insertps xmm0, xmm1, 13
jmp _m128insertps_end
_m128insertps_14 label size_t
insertps xmm0, xmm1, 14
jmp _m128insertps_end
_m128insertps_15 label size_t
insertps xmm0, xmm1, 15
jmp _m128insertps_end
_m128insertps_16 label size_t
insertps xmm0, xmm1, 16
jmp _m128insertps_end
_m128insertps_17 label size_t
insertps xmm0, xmm1, 17
jmp _m128insertps_end
_m128insertps_18 label size_t
insertps xmm0, xmm1, 18
jmp _m128insertps_end
_m128insertps_19 label size_t
insertps xmm0, xmm1, 19
jmp _m128insertps_end
_m128insertps_20 label size_t
insertps xmm0, xmm1, 20
jmp _m128insertps_end
_m128insertps_21 label size_t
insertps xmm0, xmm1, 21
jmp _m128insertps_end
_m128insertps_22 label size_t
insertps xmm0, xmm1, 22
jmp _m128insertps_end
_m128insertps_23 label size_t
insertps xmm0, xmm1, 23
jmp _m128insertps_end
_m128insertps_24 label size_t
insertps xmm0, xmm1, 24
jmp _m128insertps_end
_m128insertps_25 label size_t
insertps xmm0, xmm1, 25
jmp _m128insertps_end
_m128insertps_26 label size_t
insertps xmm0, xmm1, 26
jmp _m128insertps_end
_m128insertps_27 label size_t
insertps xmm0, xmm1, 27
jmp _m128insertps_end
_m128insertps_28 label size_t
insertps xmm0, xmm1, 28
jmp _m128insertps_end
_m128insertps_29 label size_t
insertps xmm0, xmm1, 29
jmp _m128insertps_end
_m128insertps_30 label size_t
insertps xmm0, xmm1, 30
jmp _m128insertps_end
_m128insertps_31 label size_t
insertps xmm0, xmm1, 31
jmp _m128insertps_end
_m128insertps_32 label size_t
insertps xmm0, xmm1, 32
jmp _m128insertps_end
_m128insertps_33 label size_t
insertps xmm0, xmm1, 33
jmp _m128insertps_end
_m128insertps_34 label size_t
insertps xmm0, xmm1, 34
jmp _m128insertps_end
_m128insertps_35 label size_t
insertps xmm0, xmm1, 35
jmp _m128insertps_end
_m128insertps_36 label size_t
insertps xmm0, xmm1, 36
jmp _m128insertps_end
_m128insertps_37 label size_t
insertps xmm0, xmm1, 37
jmp _m128insertps_end
_m128insertps_38 label size_t
insertps xmm0, xmm1, 38
jmp _m128insertps_end
_m128insertps_39 label size_t
insertps xmm0, xmm1, 39
jmp _m128insertps_end
_m128insertps_40 label size_t
insertps xmm0, xmm1, 40
jmp _m128insertps_end
_m128insertps_41 label size_t
insertps xmm0, xmm1, 41
jmp _m128insertps_end
_m128insertps_42 label size_t
insertps xmm0, xmm1, 42
jmp _m128insertps_end
_m128insertps_43 label size_t
insertps xmm0, xmm1, 43
jmp _m128insertps_end
_m128insertps_44 label size_t
insertps xmm0, xmm1, 44
jmp _m128insertps_end
_m128insertps_45 label size_t
insertps xmm0, xmm1, 45
jmp _m128insertps_end
_m128insertps_46 label size_t
insertps xmm0, xmm1, 46
jmp _m128insertps_end
_m128insertps_47 label size_t
insertps xmm0, xmm1, 47
jmp _m128insertps_end
_m128insertps_48 label size_t
insertps xmm0, xmm1, 48
jmp _m128insertps_end
_m128insertps_49 label size_t
insertps xmm0, xmm1, 49
jmp _m128insertps_end
_m128insertps_50 label size_t
insertps xmm0, xmm1, 50
jmp _m128insertps_end
_m128insertps_51 label size_t
insertps xmm0, xmm1, 51
jmp _m128insertps_end
_m128insertps_52 label size_t
insertps xmm0, xmm1, 52
jmp _m128insertps_end
_m128insertps_53 label size_t
insertps xmm0, xmm1, 53
jmp _m128insertps_end
_m128insertps_54 label size_t
insertps xmm0, xmm1, 54
jmp _m128insertps_end
_m128insertps_55 label size_t
insertps xmm0, xmm1, 55
jmp _m128insertps_end
_m128insertps_56 label size_t
insertps xmm0, xmm1, 56
jmp _m128insertps_end
_m128insertps_57 label size_t
insertps xmm0, xmm1, 57
jmp _m128insertps_end
_m128insertps_58 label size_t
insertps xmm0, xmm1, 58
jmp _m128insertps_end
_m128insertps_59 label size_t
insertps xmm0, xmm1, 59
jmp _m128insertps_end
_m128insertps_60 label size_t
insertps xmm0, xmm1, 60
jmp _m128insertps_end
_m128insertps_61 label size_t
insertps xmm0, xmm1, 61
jmp _m128insertps_end
_m128insertps_62 label size_t
insertps xmm0, xmm1, 62
jmp _m128insertps_end
_m128insertps_63 label size_t
insertps xmm0, xmm1, 63
jmp _m128insertps_end
_m128insertps_64 label size_t
insertps xmm0, xmm1, 64
jmp _m128insertps_end
_m128insertps_65 label size_t
insertps xmm0, xmm1, 65
jmp _m128insertps_end
_m128insertps_66 label size_t
insertps xmm0, xmm1, 66
jmp _m128insertps_end
_m128insertps_67 label size_t
insertps xmm0, xmm1, 67
jmp _m128insertps_end
_m128insertps_68 label size_t
insertps xmm0, xmm1, 68
jmp _m128insertps_end
_m128insertps_69 label size_t
insertps xmm0, xmm1, 69
jmp _m128insertps_end
_m128insertps_70 label size_t
insertps xmm0, xmm1, 70
jmp _m128insertps_end
_m128insertps_71 label size_t
insertps xmm0, xmm1, 71
jmp _m128insertps_end
_m128insertps_72 label size_t
insertps xmm0, xmm1, 72
jmp _m128insertps_end
_m128insertps_73 label size_t
insertps xmm0, xmm1, 73
jmp _m128insertps_end
_m128insertps_74 label size_t
insertps xmm0, xmm1, 74
jmp _m128insertps_end
_m128insertps_75 label size_t
insertps xmm0, xmm1, 75
jmp _m128insertps_end
_m128insertps_76 label size_t
insertps xmm0, xmm1, 76
jmp _m128insertps_end
_m128insertps_77 label size_t
insertps xmm0, xmm1, 77
jmp _m128insertps_end
_m128insertps_78 label size_t
insertps xmm0, xmm1, 78
jmp _m128insertps_end
_m128insertps_79 label size_t
insertps xmm0, xmm1, 79
jmp _m128insertps_end
_m128insertps_80 label size_t
insertps xmm0, xmm1, 80
jmp _m128insertps_end
_m128insertps_81 label size_t
insertps xmm0, xmm1, 81
jmp _m128insertps_end
_m128insertps_82 label size_t
insertps xmm0, xmm1, 82
jmp _m128insertps_end
_m128insertps_83 label size_t
insertps xmm0, xmm1, 83
jmp _m128insertps_end
_m128insertps_84 label size_t
insertps xmm0, xmm1, 84
jmp _m128insertps_end
_m128insertps_85 label size_t
insertps xmm0, xmm1, 85
jmp _m128insertps_end
_m128insertps_86 label size_t
insertps xmm0, xmm1, 86
jmp _m128insertps_end
_m128insertps_87 label size_t
insertps xmm0, xmm1, 87
jmp _m128insertps_end
_m128insertps_88 label size_t
insertps xmm0, xmm1, 88
jmp _m128insertps_end
_m128insertps_89 label size_t
insertps xmm0, xmm1, 89
jmp _m128insertps_end
_m128insertps_90 label size_t
insertps xmm0, xmm1, 90
jmp _m128insertps_end
_m128insertps_91 label size_t
insertps xmm0, xmm1, 91
jmp _m128insertps_end
_m128insertps_92 label size_t
insertps xmm0, xmm1, 92
jmp _m128insertps_end
_m128insertps_93 label size_t
insertps xmm0, xmm1, 93
jmp _m128insertps_end
_m128insertps_94 label size_t
insertps xmm0, xmm1, 94
jmp _m128insertps_end
_m128insertps_95 label size_t
insertps xmm0, xmm1, 95
jmp _m128insertps_end
_m128insertps_96 label size_t
insertps xmm0, xmm1, 96
jmp _m128insertps_end
_m128insertps_97 label size_t
insertps xmm0, xmm1, 97
jmp _m128insertps_end
_m128insertps_98 label size_t
insertps xmm0, xmm1, 98
jmp _m128insertps_end
_m128insertps_99 label size_t
insertps xmm0, xmm1, 99
jmp _m128insertps_end
_m128insertps_100 label size_t
insertps xmm0, xmm1, 100
jmp _m128insertps_end
_m128insertps_101 label size_t
insertps xmm0, xmm1, 101
jmp _m128insertps_end
_m128insertps_102 label size_t
insertps xmm0, xmm1, 102
jmp _m128insertps_end
_m128insertps_103 label size_t
insertps xmm0, xmm1, 103
jmp _m128insertps_end
_m128insertps_104 label size_t
insertps xmm0, xmm1, 104
jmp _m128insertps_end
_m128insertps_105 label size_t
insertps xmm0, xmm1, 105
jmp _m128insertps_end
_m128insertps_106 label size_t
insertps xmm0, xmm1, 106
jmp _m128insertps_end
_m128insertps_107 label size_t
insertps xmm0, xmm1, 107
jmp _m128insertps_end
_m128insertps_108 label size_t
insertps xmm0, xmm1, 108
jmp _m128insertps_end
_m128insertps_109 label size_t
insertps xmm0, xmm1, 109
jmp _m128insertps_end
_m128insertps_110 label size_t
insertps xmm0, xmm1, 110
jmp _m128insertps_end
_m128insertps_111 label size_t
insertps xmm0, xmm1, 111
jmp _m128insertps_end
_m128insertps_112 label size_t
insertps xmm0, xmm1, 112
jmp _m128insertps_end
_m128insertps_113 label size_t
insertps xmm0, xmm1, 113
jmp _m128insertps_end
_m128insertps_114 label size_t
insertps xmm0, xmm1, 114
jmp _m128insertps_end
_m128insertps_115 label size_t
insertps xmm0, xmm1, 115
jmp _m128insertps_end
_m128insertps_116 label size_t
insertps xmm0, xmm1, 116
jmp _m128insertps_end
_m128insertps_117 label size_t
insertps xmm0, xmm1, 117
jmp _m128insertps_end
_m128insertps_118 label size_t
insertps xmm0, xmm1, 118
jmp _m128insertps_end
_m128insertps_119 label size_t
insertps xmm0, xmm1, 119
jmp _m128insertps_end
_m128insertps_120 label size_t
insertps xmm0, xmm1, 120
jmp _m128insertps_end
_m128insertps_121 label size_t
insertps xmm0, xmm1, 121
jmp _m128insertps_end
_m128insertps_122 label size_t
insertps xmm0, xmm1, 122
jmp _m128insertps_end
_m128insertps_123 label size_t
insertps xmm0, xmm1, 123
jmp _m128insertps_end
_m128insertps_124 label size_t
insertps xmm0, xmm1, 124
jmp _m128insertps_end
_m128insertps_125 label size_t
insertps xmm0, xmm1, 125
jmp _m128insertps_end
_m128insertps_126 label size_t
insertps xmm0, xmm1, 126
jmp _m128insertps_end
_m128insertps_127 label size_t
insertps xmm0, xmm1, 127
jmp _m128insertps_end
_m128insertps_128 label size_t
insertps xmm0, xmm1, 128
jmp _m128insertps_end
_m128insertps_129 label size_t
insertps xmm0, xmm1, 129
jmp _m128insertps_end
_m128insertps_130 label size_t
insertps xmm0, xmm1, 130
jmp _m128insertps_end
_m128insertps_131 label size_t
insertps xmm0, xmm1, 131
jmp _m128insertps_end
_m128insertps_132 label size_t
insertps xmm0, xmm1, 132
jmp _m128insertps_end
_m128insertps_133 label size_t
insertps xmm0, xmm1, 133
jmp _m128insertps_end
_m128insertps_134 label size_t
insertps xmm0, xmm1, 134
jmp _m128insertps_end
_m128insertps_135 label size_t
insertps xmm0, xmm1, 135
jmp _m128insertps_end
_m128insertps_136 label size_t
insertps xmm0, xmm1, 136
jmp _m128insertps_end
_m128insertps_137 label size_t
insertps xmm0, xmm1, 137
jmp _m128insertps_end
_m128insertps_138 label size_t
insertps xmm0, xmm1, 138
jmp _m128insertps_end
_m128insertps_139 label size_t
insertps xmm0, xmm1, 139
jmp _m128insertps_end
_m128insertps_140 label size_t
insertps xmm0, xmm1, 140
jmp _m128insertps_end
_m128insertps_141 label size_t
insertps xmm0, xmm1, 141
jmp _m128insertps_end
_m128insertps_142 label size_t
insertps xmm0, xmm1, 142
jmp _m128insertps_end
_m128insertps_143 label size_t
insertps xmm0, xmm1, 143
jmp _m128insertps_end
_m128insertps_144 label size_t
insertps xmm0, xmm1, 144
jmp _m128insertps_end
_m128insertps_145 label size_t
insertps xmm0, xmm1, 145
jmp _m128insertps_end
_m128insertps_146 label size_t
insertps xmm0, xmm1, 146
jmp _m128insertps_end
_m128insertps_147 label size_t
insertps xmm0, xmm1, 147
jmp _m128insertps_end
_m128insertps_148 label size_t
insertps xmm0, xmm1, 148
jmp _m128insertps_end
_m128insertps_149 label size_t
insertps xmm0, xmm1, 149
jmp _m128insertps_end
_m128insertps_150 label size_t
insertps xmm0, xmm1, 150
jmp _m128insertps_end
_m128insertps_151 label size_t
insertps xmm0, xmm1, 151
jmp _m128insertps_end
_m128insertps_152 label size_t
insertps xmm0, xmm1, 152
jmp _m128insertps_end
_m128insertps_153 label size_t
insertps xmm0, xmm1, 153
jmp _m128insertps_end
_m128insertps_154 label size_t
insertps xmm0, xmm1, 154
jmp _m128insertps_end
_m128insertps_155 label size_t
insertps xmm0, xmm1, 155
jmp _m128insertps_end
_m128insertps_156 label size_t
insertps xmm0, xmm1, 156
jmp _m128insertps_end
_m128insertps_157 label size_t
insertps xmm0, xmm1, 157
jmp _m128insertps_end
_m128insertps_158 label size_t
insertps xmm0, xmm1, 158
jmp _m128insertps_end
_m128insertps_159 label size_t
insertps xmm0, xmm1, 159
jmp _m128insertps_end
_m128insertps_160 label size_t
insertps xmm0, xmm1, 160
jmp _m128insertps_end
_m128insertps_161 label size_t
insertps xmm0, xmm1, 161
jmp _m128insertps_end
_m128insertps_162 label size_t
insertps xmm0, xmm1, 162
jmp _m128insertps_end
_m128insertps_163 label size_t
insertps xmm0, xmm1, 163
jmp _m128insertps_end
_m128insertps_164 label size_t
insertps xmm0, xmm1, 164
jmp _m128insertps_end
_m128insertps_165 label size_t
insertps xmm0, xmm1, 165
jmp _m128insertps_end
_m128insertps_166 label size_t
insertps xmm0, xmm1, 166
jmp _m128insertps_end
_m128insertps_167 label size_t
insertps xmm0, xmm1, 167
jmp _m128insertps_end
_m128insertps_168 label size_t
insertps xmm0, xmm1, 168
jmp _m128insertps_end
_m128insertps_169 label size_t
insertps xmm0, xmm1, 169
jmp _m128insertps_end
_m128insertps_170 label size_t
insertps xmm0, xmm1, 170
jmp _m128insertps_end
_m128insertps_171 label size_t
insertps xmm0, xmm1, 171
jmp _m128insertps_end
_m128insertps_172 label size_t
insertps xmm0, xmm1, 172
jmp _m128insertps_end
_m128insertps_173 label size_t
insertps xmm0, xmm1, 173
jmp _m128insertps_end
_m128insertps_174 label size_t
insertps xmm0, xmm1, 174
jmp _m128insertps_end
_m128insertps_175 label size_t
insertps xmm0, xmm1, 175
jmp _m128insertps_end
_m128insertps_176 label size_t
insertps xmm0, xmm1, 176
jmp _m128insertps_end
_m128insertps_177 label size_t
insertps xmm0, xmm1, 177
jmp _m128insertps_end
_m128insertps_178 label size_t
insertps xmm0, xmm1, 178
jmp _m128insertps_end
_m128insertps_179 label size_t
insertps xmm0, xmm1, 179
jmp _m128insertps_end
_m128insertps_180 label size_t
insertps xmm0, xmm1, 180
jmp _m128insertps_end
_m128insertps_181 label size_t
insertps xmm0, xmm1, 181
jmp _m128insertps_end
_m128insertps_182 label size_t
insertps xmm0, xmm1, 182
jmp _m128insertps_end
_m128insertps_183 label size_t
insertps xmm0, xmm1, 183
jmp _m128insertps_end
_m128insertps_184 label size_t
insertps xmm0, xmm1, 184
jmp _m128insertps_end
_m128insertps_185 label size_t
insertps xmm0, xmm1, 185
jmp _m128insertps_end
_m128insertps_186 label size_t
insertps xmm0, xmm1, 186
jmp _m128insertps_end
_m128insertps_187 label size_t
insertps xmm0, xmm1, 187
jmp _m128insertps_end
_m128insertps_188 label size_t
insertps xmm0, xmm1, 188
jmp _m128insertps_end
_m128insertps_189 label size_t
insertps xmm0, xmm1, 189
jmp _m128insertps_end
_m128insertps_190 label size_t
insertps xmm0, xmm1, 190
jmp _m128insertps_end
_m128insertps_191 label size_t
insertps xmm0, xmm1, 191
jmp _m128insertps_end
_m128insertps_192 label size_t
insertps xmm0, xmm1, 192
jmp _m128insertps_end
_m128insertps_193 label size_t
insertps xmm0, xmm1, 193
jmp _m128insertps_end
_m128insertps_194 label size_t
insertps xmm0, xmm1, 194
jmp _m128insertps_end
_m128insertps_195 label size_t
insertps xmm0, xmm1, 195
jmp _m128insertps_end
_m128insertps_196 label size_t
insertps xmm0, xmm1, 196
jmp _m128insertps_end
_m128insertps_197 label size_t
insertps xmm0, xmm1, 197
jmp _m128insertps_end
_m128insertps_198 label size_t
insertps xmm0, xmm1, 198
jmp _m128insertps_end
_m128insertps_199 label size_t
insertps xmm0, xmm1, 199
jmp _m128insertps_end
_m128insertps_200 label size_t
insertps xmm0, xmm1, 200
jmp _m128insertps_end
_m128insertps_201 label size_t
insertps xmm0, xmm1, 201
jmp _m128insertps_end
_m128insertps_202 label size_t
insertps xmm0, xmm1, 202
jmp _m128insertps_end
_m128insertps_203 label size_t
insertps xmm0, xmm1, 203
jmp _m128insertps_end
_m128insertps_204 label size_t
insertps xmm0, xmm1, 204
jmp _m128insertps_end
_m128insertps_205 label size_t
insertps xmm0, xmm1, 205
jmp _m128insertps_end
_m128insertps_206 label size_t
insertps xmm0, xmm1, 206
jmp _m128insertps_end
_m128insertps_207 label size_t
insertps xmm0, xmm1, 207
jmp _m128insertps_end
_m128insertps_208 label size_t
insertps xmm0, xmm1, 208
jmp _m128insertps_end
_m128insertps_209 label size_t
insertps xmm0, xmm1, 209
jmp _m128insertps_end
_m128insertps_210 label size_t
insertps xmm0, xmm1, 210
jmp _m128insertps_end
_m128insertps_211 label size_t
insertps xmm0, xmm1, 211
jmp _m128insertps_end
_m128insertps_212 label size_t
insertps xmm0, xmm1, 212
jmp _m128insertps_end
_m128insertps_213 label size_t
insertps xmm0, xmm1, 213
jmp _m128insertps_end
_m128insertps_214 label size_t
insertps xmm0, xmm1, 214
jmp _m128insertps_end
_m128insertps_215 label size_t
insertps xmm0, xmm1, 215
jmp _m128insertps_end
_m128insertps_216 label size_t
insertps xmm0, xmm1, 216
jmp _m128insertps_end
_m128insertps_217 label size_t
insertps xmm0, xmm1, 217
jmp _m128insertps_end
_m128insertps_218 label size_t
insertps xmm0, xmm1, 218
jmp _m128insertps_end
_m128insertps_219 label size_t
insertps xmm0, xmm1, 219
jmp _m128insertps_end
_m128insertps_220 label size_t
insertps xmm0, xmm1, 220
jmp _m128insertps_end
_m128insertps_221 label size_t
insertps xmm0, xmm1, 221
jmp _m128insertps_end
_m128insertps_222 label size_t
insertps xmm0, xmm1, 222
jmp _m128insertps_end
_m128insertps_223 label size_t
insertps xmm0, xmm1, 223
jmp _m128insertps_end
_m128insertps_224 label size_t
insertps xmm0, xmm1, 224
jmp _m128insertps_end
_m128insertps_225 label size_t
insertps xmm0, xmm1, 225
jmp _m128insertps_end
_m128insertps_226 label size_t
insertps xmm0, xmm1, 226
jmp _m128insertps_end
_m128insertps_227 label size_t
insertps xmm0, xmm1, 227
jmp _m128insertps_end
_m128insertps_228 label size_t
insertps xmm0, xmm1, 228
jmp _m128insertps_end
_m128insertps_229 label size_t
insertps xmm0, xmm1, 229
jmp _m128insertps_end
_m128insertps_230 label size_t
insertps xmm0, xmm1, 230
jmp _m128insertps_end
_m128insertps_231 label size_t
insertps xmm0, xmm1, 231
jmp _m128insertps_end
_m128insertps_232 label size_t
insertps xmm0, xmm1, 232
jmp _m128insertps_end
_m128insertps_233 label size_t
insertps xmm0, xmm1, 233
jmp _m128insertps_end
_m128insertps_234 label size_t
insertps xmm0, xmm1, 234
jmp _m128insertps_end
_m128insertps_235 label size_t
insertps xmm0, xmm1, 235
jmp _m128insertps_end
_m128insertps_236 label size_t
insertps xmm0, xmm1, 236
jmp _m128insertps_end
_m128insertps_237 label size_t
insertps xmm0, xmm1, 237
jmp _m128insertps_end
_m128insertps_238 label size_t
insertps xmm0, xmm1, 238
jmp _m128insertps_end
_m128insertps_239 label size_t
insertps xmm0, xmm1, 239
jmp _m128insertps_end
_m128insertps_240 label size_t
insertps xmm0, xmm1, 240
jmp _m128insertps_end
_m128insertps_241 label size_t
insertps xmm0, xmm1, 241
jmp _m128insertps_end
_m128insertps_242 label size_t
insertps xmm0, xmm1, 242
jmp _m128insertps_end
_m128insertps_243 label size_t
insertps xmm0, xmm1, 243
jmp _m128insertps_end
_m128insertps_244 label size_t
insertps xmm0, xmm1, 244
jmp _m128insertps_end
_m128insertps_245 label size_t
insertps xmm0, xmm1, 245
jmp _m128insertps_end
_m128insertps_246 label size_t
insertps xmm0, xmm1, 246
jmp _m128insertps_end
_m128insertps_247 label size_t
insertps xmm0, xmm1, 247
jmp _m128insertps_end
_m128insertps_248 label size_t
insertps xmm0, xmm1, 248
jmp _m128insertps_end
_m128insertps_249 label size_t
insertps xmm0, xmm1, 249
jmp _m128insertps_end
_m128insertps_250 label size_t
insertps xmm0, xmm1, 250
jmp _m128insertps_end
_m128insertps_251 label size_t
insertps xmm0, xmm1, 251
jmp _m128insertps_end
_m128insertps_252 label size_t
insertps xmm0, xmm1, 252
jmp _m128insertps_end
_m128insertps_253 label size_t
insertps xmm0, xmm1, 253
jmp _m128insertps_end
_m128insertps_254 label size_t
insertps xmm0, xmm1, 254
jmp _m128insertps_end
_m128insertps_255 label size_t
insertps xmm0, xmm1, 255
;jmp _m128insertps_end
_m128insertps_end:
pop rbase()
ret
procend
;************************************
; Sum absolute 8-bit integer difference of adjacent groups of 4 byte
;************************************
procstart _uX_mm_mpsadbw_epu8_0, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 0
ret
procend
procstart _uX_mm_mpsadbw_epu8_1, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 1
ret
procend
procstart _uX_mm_mpsadbw_epu8_2, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 2
ret
procend
procstart _uX_mm_mpsadbw_epu8_3, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 3
ret
procend
procstart _uX_mm_mpsadbw_epu8_4, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 4
ret
procend
procstart _uX_mm_mpsadbw_epu8_5, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 5
ret
procend
procstart _uX_mm_mpsadbw_epu8_6, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 6
ret
procend
procstart _uX_mm_mpsadbw_epu8_7, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 7
ret
procend
procstart _uX_mm_mpsadbw_epu8_8, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 8
ret
procend
procstart _uX_mm_mpsadbw_epu8_9, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 9
ret
procend
procstart _uX_mm_mpsadbw_epu8_10, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 10
ret
procend
procstart _uX_mm_mpsadbw_epu8_11, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 11
ret
procend
procstart _uX_mm_mpsadbw_epu8_12, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 12
ret
procend
procstart _uX_mm_mpsadbw_epu8_13, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 13
ret
procend
procstart _uX_mm_mpsadbw_epu8_14, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 14
ret
procend
procstart _uX_mm_mpsadbw_epu8_15, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 15
ret
procend
procstart _uX_mm_mpsadbw_epu8_16, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 16
ret
procend
procstart _uX_mm_mpsadbw_epu8_17, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 17
ret
procend
procstart _uX_mm_mpsadbw_epu8_18, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 18
ret
procend
procstart _uX_mm_mpsadbw_epu8_19, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 19
ret
procend
procstart _uX_mm_mpsadbw_epu8_20, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 20
ret
procend
procstart _uX_mm_mpsadbw_epu8_21, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 21
ret
procend
procstart _uX_mm_mpsadbw_epu8_22, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 22
ret
procend
procstart _uX_mm_mpsadbw_epu8_23, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 23
ret
procend
procstart _uX_mm_mpsadbw_epu8_24, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 24
ret
procend
procstart _uX_mm_mpsadbw_epu8_25, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 25
ret
procend
procstart _uX_mm_mpsadbw_epu8_26, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 26
ret
procend
procstart _uX_mm_mpsadbw_epu8_27, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 27
ret
procend
procstart _uX_mm_mpsadbw_epu8_28, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 28
ret
procend
procstart _uX_mm_mpsadbw_epu8_29, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 29
ret
procend
procstart _uX_mm_mpsadbw_epu8_30, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 30
ret
procend
procstart _uX_mm_mpsadbw_epu8_31, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 31
ret
procend
procstart _uX_mm_mpsadbw_epu8_32, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 32
ret
procend
procstart _uX_mm_mpsadbw_epu8_33, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 33
ret
procend
procstart _uX_mm_mpsadbw_epu8_34, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 34
ret
procend
procstart _uX_mm_mpsadbw_epu8_35, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 35
ret
procend
procstart _uX_mm_mpsadbw_epu8_36, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 36
ret
procend
procstart _uX_mm_mpsadbw_epu8_37, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 37
ret
procend
procstart _uX_mm_mpsadbw_epu8_38, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 38
ret
procend
procstart _uX_mm_mpsadbw_epu8_39, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 39
ret
procend
procstart _uX_mm_mpsadbw_epu8_40, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 40
ret
procend
procstart _uX_mm_mpsadbw_epu8_41, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 41
ret
procend
procstart _uX_mm_mpsadbw_epu8_42, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 42
ret
procend
procstart _uX_mm_mpsadbw_epu8_43, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 43
ret
procend
procstart _uX_mm_mpsadbw_epu8_44, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 44
ret
procend
procstart _uX_mm_mpsadbw_epu8_45, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 45
ret
procend
procstart _uX_mm_mpsadbw_epu8_46, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 46
ret
procend
procstart _uX_mm_mpsadbw_epu8_47, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 47
ret
procend
procstart _uX_mm_mpsadbw_epu8_48, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 48
ret
procend
procstart _uX_mm_mpsadbw_epu8_49, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 49
ret
procend
procstart _uX_mm_mpsadbw_epu8_50, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 50
ret
procend
procstart _uX_mm_mpsadbw_epu8_51, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 51
ret
procend
procstart _uX_mm_mpsadbw_epu8_52, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 52
ret
procend
procstart _uX_mm_mpsadbw_epu8_53, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 53
ret
procend
procstart _uX_mm_mpsadbw_epu8_54, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 54
ret
procend
procstart _uX_mm_mpsadbw_epu8_55, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 55
ret
procend
procstart _uX_mm_mpsadbw_epu8_56, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 56
ret
procend
procstart _uX_mm_mpsadbw_epu8_57, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 57
ret
procend
procstart _uX_mm_mpsadbw_epu8_58, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 58
ret
procend
procstart _uX_mm_mpsadbw_epu8_59, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 59
ret
procend
procstart _uX_mm_mpsadbw_epu8_60, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 60
ret
procend
procstart _uX_mm_mpsadbw_epu8_61, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 61
ret
procend
procstart _uX_mm_mpsadbw_epu8_62, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 62
ret
procend
procstart _uX_mm_mpsadbw_epu8_63, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 63
ret
procend
procstart _uX_mm_mpsadbw_epu8_64, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 64
ret
procend
procstart _uX_mm_mpsadbw_epu8_65, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 65
ret
procend
procstart _uX_mm_mpsadbw_epu8_66, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 66
ret
procend
procstart _uX_mm_mpsadbw_epu8_67, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 67
ret
procend
procstart _uX_mm_mpsadbw_epu8_68, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 68
ret
procend
procstart _uX_mm_mpsadbw_epu8_69, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 69
ret
procend
procstart _uX_mm_mpsadbw_epu8_70, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 70
ret
procend
procstart _uX_mm_mpsadbw_epu8_71, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 71
ret
procend
procstart _uX_mm_mpsadbw_epu8_72, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 72
ret
procend
procstart _uX_mm_mpsadbw_epu8_73, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 73
ret
procend
procstart _uX_mm_mpsadbw_epu8_74, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 74
ret
procend
procstart _uX_mm_mpsadbw_epu8_75, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 75
ret
procend
procstart _uX_mm_mpsadbw_epu8_76, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 76
ret
procend
procstart _uX_mm_mpsadbw_epu8_77, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 77
ret
procend
procstart _uX_mm_mpsadbw_epu8_78, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 78
ret
procend
procstart _uX_mm_mpsadbw_epu8_79, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 79
ret
procend
procstart _uX_mm_mpsadbw_epu8_80, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 80
ret
procend
procstart _uX_mm_mpsadbw_epu8_81, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 81
ret
procend
procstart _uX_mm_mpsadbw_epu8_82, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 82
ret
procend
procstart _uX_mm_mpsadbw_epu8_83, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 83
ret
procend
procstart _uX_mm_mpsadbw_epu8_84, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 84
ret
procend
procstart _uX_mm_mpsadbw_epu8_85, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 85
ret
procend
procstart _uX_mm_mpsadbw_epu8_86, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 86
ret
procend
procstart _uX_mm_mpsadbw_epu8_87, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 87
ret
procend
procstart _uX_mm_mpsadbw_epu8_88, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 88
ret
procend
procstart _uX_mm_mpsadbw_epu8_89, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 89
ret
procend
procstart _uX_mm_mpsadbw_epu8_90, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 90
ret
procend
procstart _uX_mm_mpsadbw_epu8_91, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 91
ret
procend
procstart _uX_mm_mpsadbw_epu8_92, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 92
ret
procend
procstart _uX_mm_mpsadbw_epu8_93, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 93
ret
procend
procstart _uX_mm_mpsadbw_epu8_94, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 94
ret
procend
procstart _uX_mm_mpsadbw_epu8_95, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 95
ret
procend
procstart _uX_mm_mpsadbw_epu8_96, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 96
ret
procend
procstart _uX_mm_mpsadbw_epu8_97, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 97
ret
procend
procstart _uX_mm_mpsadbw_epu8_98, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 98
ret
procend
procstart _uX_mm_mpsadbw_epu8_99, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 99
ret
procend
procstart _uX_mm_mpsadbw_epu8_100, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 100
ret
procend
procstart _uX_mm_mpsadbw_epu8_101, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 101
ret
procend
procstart _uX_mm_mpsadbw_epu8_102, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 102
ret
procend
procstart _uX_mm_mpsadbw_epu8_103, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 103
ret
procend
procstart _uX_mm_mpsadbw_epu8_104, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 104
ret
procend
procstart _uX_mm_mpsadbw_epu8_105, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 105
ret
procend
procstart _uX_mm_mpsadbw_epu8_106, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 106
ret
procend
procstart _uX_mm_mpsadbw_epu8_107, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 107
ret
procend
procstart _uX_mm_mpsadbw_epu8_108, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 108
ret
procend
procstart _uX_mm_mpsadbw_epu8_109, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 109
ret
procend
procstart _uX_mm_mpsadbw_epu8_110, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 110
ret
procend
procstart _uX_mm_mpsadbw_epu8_111, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 111
ret
procend
procstart _uX_mm_mpsadbw_epu8_112, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 112
ret
procend
procstart _uX_mm_mpsadbw_epu8_113, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 113
ret
procend
procstart _uX_mm_mpsadbw_epu8_114, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 114
ret
procend
procstart _uX_mm_mpsadbw_epu8_115, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 115
ret
procend
procstart _uX_mm_mpsadbw_epu8_116, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 116
ret
procend
procstart _uX_mm_mpsadbw_epu8_117, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 117
ret
procend
procstart _uX_mm_mpsadbw_epu8_118, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 118
ret
procend
procstart _uX_mm_mpsadbw_epu8_119, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 119
ret
procend
procstart _uX_mm_mpsadbw_epu8_120, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 120
ret
procend
procstart _uX_mm_mpsadbw_epu8_121, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 121
ret
procend
procstart _uX_mm_mpsadbw_epu8_122, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 122
ret
procend
procstart _uX_mm_mpsadbw_epu8_123, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 123
ret
procend
procstart _uX_mm_mpsadbw_epu8_124, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 124
ret
procend
procstart _uX_mm_mpsadbw_epu8_125, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 125
ret
procend
procstart _uX_mm_mpsadbw_epu8_126, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 126
ret
procend
procstart _uX_mm_mpsadbw_epu8_127, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 127
ret
procend
procstart _uX_mm_mpsadbw_epu8_128, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 128
ret
procend
procstart _uX_mm_mpsadbw_epu8_129, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 129
ret
procend
procstart _uX_mm_mpsadbw_epu8_130, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 130
ret
procend
procstart _uX_mm_mpsadbw_epu8_131, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 131
ret
procend
procstart _uX_mm_mpsadbw_epu8_132, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 132
ret
procend
procstart _uX_mm_mpsadbw_epu8_133, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 133
ret
procend
procstart _uX_mm_mpsadbw_epu8_134, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 134
ret
procend
procstart _uX_mm_mpsadbw_epu8_135, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 135
ret
procend
procstart _uX_mm_mpsadbw_epu8_136, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 136
ret
procend
procstart _uX_mm_mpsadbw_epu8_137, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 137
ret
procend
procstart _uX_mm_mpsadbw_epu8_138, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 138
ret
procend
procstart _uX_mm_mpsadbw_epu8_139, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 139
ret
procend
procstart _uX_mm_mpsadbw_epu8_140, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 140
ret
procend
procstart _uX_mm_mpsadbw_epu8_141, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 141
ret
procend
procstart _uX_mm_mpsadbw_epu8_142, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 142
ret
procend
procstart _uX_mm_mpsadbw_epu8_143, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 143
ret
procend
procstart _uX_mm_mpsadbw_epu8_144, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 144
ret
procend
procstart _uX_mm_mpsadbw_epu8_145, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 145
ret
procend
procstart _uX_mm_mpsadbw_epu8_146, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 146
ret
procend
procstart _uX_mm_mpsadbw_epu8_147, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 147
ret
procend
procstart _uX_mm_mpsadbw_epu8_148, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 148
ret
procend
procstart _uX_mm_mpsadbw_epu8_149, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 149
ret
procend
procstart _uX_mm_mpsadbw_epu8_150, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 150
ret
procend
procstart _uX_mm_mpsadbw_epu8_151, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 151
ret
procend
procstart _uX_mm_mpsadbw_epu8_152, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 152
ret
procend
procstart _uX_mm_mpsadbw_epu8_153, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 153
ret
procend
procstart _uX_mm_mpsadbw_epu8_154, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 154
ret
procend
procstart _uX_mm_mpsadbw_epu8_155, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 155
ret
procend
procstart _uX_mm_mpsadbw_epu8_156, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 156
ret
procend
procstart _uX_mm_mpsadbw_epu8_157, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 157
ret
procend
procstart _uX_mm_mpsadbw_epu8_158, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 158
ret
procend
procstart _uX_mm_mpsadbw_epu8_159, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 159
ret
procend
procstart _uX_mm_mpsadbw_epu8_160, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 160
ret
procend
procstart _uX_mm_mpsadbw_epu8_161, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 161
ret
procend
procstart _uX_mm_mpsadbw_epu8_162, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 162
ret
procend
procstart _uX_mm_mpsadbw_epu8_163, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 163
ret
procend
procstart _uX_mm_mpsadbw_epu8_164, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 164
ret
procend
procstart _uX_mm_mpsadbw_epu8_165, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 165
ret
procend
procstart _uX_mm_mpsadbw_epu8_166, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 166
ret
procend
procstart _uX_mm_mpsadbw_epu8_167, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 167
ret
procend
procstart _uX_mm_mpsadbw_epu8_168, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 168
ret
procend
procstart _uX_mm_mpsadbw_epu8_169, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 169
ret
procend
procstart _uX_mm_mpsadbw_epu8_170, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 170
ret
procend
procstart _uX_mm_mpsadbw_epu8_171, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 171
ret
procend
procstart _uX_mm_mpsadbw_epu8_172, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 172
ret
procend
procstart _uX_mm_mpsadbw_epu8_173, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 173
ret
procend
procstart _uX_mm_mpsadbw_epu8_174, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 174
ret
procend
procstart _uX_mm_mpsadbw_epu8_175, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 175
ret
procend
procstart _uX_mm_mpsadbw_epu8_176, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 176
ret
procend
procstart _uX_mm_mpsadbw_epu8_177, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 177
ret
procend
procstart _uX_mm_mpsadbw_epu8_178, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 178
ret
procend
procstart _uX_mm_mpsadbw_epu8_179, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 179
ret
procend
procstart _uX_mm_mpsadbw_epu8_180, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 180
ret
procend
procstart _uX_mm_mpsadbw_epu8_181, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 181
ret
procend
procstart _uX_mm_mpsadbw_epu8_182, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 182
ret
procend
procstart _uX_mm_mpsadbw_epu8_183, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 183
ret
procend
procstart _uX_mm_mpsadbw_epu8_184, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 184
ret
procend
procstart _uX_mm_mpsadbw_epu8_185, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 185
ret
procend
procstart _uX_mm_mpsadbw_epu8_186, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 186
ret
procend
procstart _uX_mm_mpsadbw_epu8_187, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 187
ret
procend
procstart _uX_mm_mpsadbw_epu8_188, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 188
ret
procend
procstart _uX_mm_mpsadbw_epu8_189, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 189
ret
procend
procstart _uX_mm_mpsadbw_epu8_190, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 190
ret
procend
procstart _uX_mm_mpsadbw_epu8_191, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 191
ret
procend
procstart _uX_mm_mpsadbw_epu8_192, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 192
ret
procend
procstart _uX_mm_mpsadbw_epu8_193, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 193
ret
procend
procstart _uX_mm_mpsadbw_epu8_194, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 194
ret
procend
procstart _uX_mm_mpsadbw_epu8_195, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 195
ret
procend
procstart _uX_mm_mpsadbw_epu8_196, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 196
ret
procend
procstart _uX_mm_mpsadbw_epu8_197, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 197
ret
procend
procstart _uX_mm_mpsadbw_epu8_198, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 198
ret
procend
procstart _uX_mm_mpsadbw_epu8_199, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 199
ret
procend
procstart _uX_mm_mpsadbw_epu8_200, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 200
ret
procend
procstart _uX_mm_mpsadbw_epu8_201, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 201
ret
procend
procstart _uX_mm_mpsadbw_epu8_202, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 202
ret
procend
procstart _uX_mm_mpsadbw_epu8_203, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 203
ret
procend
procstart _uX_mm_mpsadbw_epu8_204, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 204
ret
procend
procstart _uX_mm_mpsadbw_epu8_205, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 205
ret
procend
procstart _uX_mm_mpsadbw_epu8_206, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 206
ret
procend
procstart _uX_mm_mpsadbw_epu8_207, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 207
ret
procend
procstart _uX_mm_mpsadbw_epu8_208, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 208
ret
procend
procstart _uX_mm_mpsadbw_epu8_209, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 209
ret
procend
procstart _uX_mm_mpsadbw_epu8_210, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 210
ret
procend
procstart _uX_mm_mpsadbw_epu8_211, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 211
ret
procend
procstart _uX_mm_mpsadbw_epu8_212, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 212
ret
procend
procstart _uX_mm_mpsadbw_epu8_213, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 213
ret
procend
procstart _uX_mm_mpsadbw_epu8_214, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 214
ret
procend
procstart _uX_mm_mpsadbw_epu8_215, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 215
ret
procend
procstart _uX_mm_mpsadbw_epu8_216, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 216
ret
procend
procstart _uX_mm_mpsadbw_epu8_217, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 217
ret
procend
procstart _uX_mm_mpsadbw_epu8_218, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 218
ret
procend
procstart _uX_mm_mpsadbw_epu8_219, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 219
ret
procend
procstart _uX_mm_mpsadbw_epu8_220, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 220
ret
procend
procstart _uX_mm_mpsadbw_epu8_221, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 221
ret
procend
procstart _uX_mm_mpsadbw_epu8_222, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 222
ret
procend
procstart _uX_mm_mpsadbw_epu8_223, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 223
ret
procend
procstart _uX_mm_mpsadbw_epu8_224, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 224
ret
procend
procstart _uX_mm_mpsadbw_epu8_225, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 225
ret
procend
procstart _uX_mm_mpsadbw_epu8_226, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 226
ret
procend
procstart _uX_mm_mpsadbw_epu8_227, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 227
ret
procend
procstart _uX_mm_mpsadbw_epu8_228, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 228
ret
procend
procstart _uX_mm_mpsadbw_epu8_229, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 229
ret
procend
procstart _uX_mm_mpsadbw_epu8_230, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 230
ret
procend
procstart _uX_mm_mpsadbw_epu8_231, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 231
ret
procend
procstart _uX_mm_mpsadbw_epu8_232, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 232
ret
procend
procstart _uX_mm_mpsadbw_epu8_233, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 233
ret
procend
procstart _uX_mm_mpsadbw_epu8_234, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 234
ret
procend
procstart _uX_mm_mpsadbw_epu8_235, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 235
ret
procend
procstart _uX_mm_mpsadbw_epu8_236, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 236
ret
procend
procstart _uX_mm_mpsadbw_epu8_237, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 237
ret
procend
procstart _uX_mm_mpsadbw_epu8_238, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 238
ret
procend
procstart _uX_mm_mpsadbw_epu8_239, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 239
ret
procend
procstart _uX_mm_mpsadbw_epu8_240, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 240
ret
procend
procstart _uX_mm_mpsadbw_epu8_241, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 241
ret
procend
procstart _uX_mm_mpsadbw_epu8_242, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 242
ret
procend
procstart _uX_mm_mpsadbw_epu8_243, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 243
ret
procend
procstart _uX_mm_mpsadbw_epu8_244, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 244
ret
procend
procstart _uX_mm_mpsadbw_epu8_245, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 245
ret
procend
procstart _uX_mm_mpsadbw_epu8_246, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 246
ret
procend
procstart _uX_mm_mpsadbw_epu8_247, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 247
ret
procend
procstart _uX_mm_mpsadbw_epu8_248, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 248
ret
procend
procstart _uX_mm_mpsadbw_epu8_249, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 249
ret
procend
procstart _uX_mm_mpsadbw_epu8_250, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 250
ret
procend
procstart _uX_mm_mpsadbw_epu8_251, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 251
ret
procend
procstart _uX_mm_mpsadbw_epu8_252, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 252
ret
procend
procstart _uX_mm_mpsadbw_epu8_253, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 253
ret
procend
procstart _uX_mm_mpsadbw_epu8_254, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 254
ret
procend
procstart _uX_mm_mpsadbw_epu8_255, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword
mpsadbw xmm0, xmm1, 255
ret
procend
procstart _uX_mm_mpsadbw_epu8, callconv, xmmword, < >, < >, Inxmm_A:xmmword, Inxmm_B:xmmword, Inint_Imm:dword
push rbase()
.if((rp2() < 0) || (rp2() > 255))
jmp _m128impsadbwepu8_end
.endif
ifdef __X32__
movzx rbase(), byte ptr [rp2()]
jmp dword ptr [_m128impsadbwepu8jmptable+rbase()*size_t_size]
else
lea rbase(), qword ptr [_m128impsadbwepu8jmptable]
mov rbase(), qword ptr [rbase()+rp2()*size_t_size]
jmp rbx
endif
_m128impsadbwepu8_0 label size_t
mpsadbw xmm0, xmm1, 0
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_1 label size_t
mpsadbw xmm0, xmm1, 1
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_2 label size_t
mpsadbw xmm0, xmm1, 2
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_3 label size_t
mpsadbw xmm0, xmm1, 3
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_4 label size_t
mpsadbw xmm0, xmm1, 4
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_5 label size_t
mpsadbw xmm0, xmm1, 5
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_6 label size_t
mpsadbw xmm0, xmm1, 6
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_7 label size_t
mpsadbw xmm0, xmm1, 7
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_8 label size_t
mpsadbw xmm0, xmm1, 8
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_9 label size_t
mpsadbw xmm0, xmm1, 9
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_10 label size_t
mpsadbw xmm0, xmm1, 10
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_11 label size_t
mpsadbw xmm0, xmm1, 11
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_12 label size_t
mpsadbw xmm0, xmm1, 12
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_13 label size_t
mpsadbw xmm0, xmm1, 13
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_14 label size_t
mpsadbw xmm0, xmm1, 14
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_15 label size_t
mpsadbw xmm0, xmm1, 15
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_16 label size_t
mpsadbw xmm0, xmm1, 16
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_17 label size_t
mpsadbw xmm0, xmm1, 17
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_18 label size_t
mpsadbw xmm0, xmm1, 18
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_19 label size_t
mpsadbw xmm0, xmm1, 19
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_20 label size_t
mpsadbw xmm0, xmm1, 20
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_21 label size_t
mpsadbw xmm0, xmm1, 21
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_22 label size_t
mpsadbw xmm0, xmm1, 22
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_23 label size_t
mpsadbw xmm0, xmm1, 23
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_24 label size_t
mpsadbw xmm0, xmm1, 24
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_25 label size_t
mpsadbw xmm0, xmm1, 25
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_26 label size_t
mpsadbw xmm0, xmm1, 26
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_27 label size_t
mpsadbw xmm0, xmm1, 27
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_28 label size_t
mpsadbw xmm0, xmm1, 28
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_29 label size_t
mpsadbw xmm0, xmm1, 29
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_30 label size_t
mpsadbw xmm0, xmm1, 30
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_31 label size_t
mpsadbw xmm0, xmm1, 31
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_32 label size_t
mpsadbw xmm0, xmm1, 32
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_33 label size_t
mpsadbw xmm0, xmm1, 33
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_34 label size_t
mpsadbw xmm0, xmm1, 34
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_35 label size_t
mpsadbw xmm0, xmm1, 35
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_36 label size_t
mpsadbw xmm0, xmm1, 36
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_37 label size_t
mpsadbw xmm0, xmm1, 37
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_38 label size_t
mpsadbw xmm0, xmm1, 38
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_39 label size_t
mpsadbw xmm0, xmm1, 39
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_40 label size_t
mpsadbw xmm0, xmm1, 40
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_41 label size_t
mpsadbw xmm0, xmm1, 41
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_42 label size_t
mpsadbw xmm0, xmm1, 42
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_43 label size_t
mpsadbw xmm0, xmm1, 43
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_44 label size_t
mpsadbw xmm0, xmm1, 44
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_45 label size_t
mpsadbw xmm0, xmm1, 45
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_46 label size_t
mpsadbw xmm0, xmm1, 46
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_47 label size_t
mpsadbw xmm0, xmm1, 47
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_48 label size_t
mpsadbw xmm0, xmm1, 48
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_49 label size_t
mpsadbw xmm0, xmm1, 49
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_50 label size_t
mpsadbw xmm0, xmm1, 50
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_51 label size_t
mpsadbw xmm0, xmm1, 51
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_52 label size_t
mpsadbw xmm0, xmm1, 52
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_53 label size_t
mpsadbw xmm0, xmm1, 53
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_54 label size_t
mpsadbw xmm0, xmm1, 54
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_55 label size_t
mpsadbw xmm0, xmm1, 55
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_56 label size_t
mpsadbw xmm0, xmm1, 56
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_57 label size_t
mpsadbw xmm0, xmm1, 57
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_58 label size_t
mpsadbw xmm0, xmm1, 58
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_59 label size_t
mpsadbw xmm0, xmm1, 59
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_60 label size_t
mpsadbw xmm0, xmm1, 60
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_61 label size_t
mpsadbw xmm0, xmm1, 61
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_62 label size_t
mpsadbw xmm0, xmm1, 62
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_63 label size_t
mpsadbw xmm0, xmm1, 63
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_64 label size_t
mpsadbw xmm0, xmm1, 64
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_65 label size_t
mpsadbw xmm0, xmm1, 65
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_66 label size_t
mpsadbw xmm0, xmm1, 66
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_67 label size_t
mpsadbw xmm0, xmm1, 67
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_68 label size_t
mpsadbw xmm0, xmm1, 68
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_69 label size_t
mpsadbw xmm0, xmm1, 69
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_70 label size_t
mpsadbw xmm0, xmm1, 70
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_71 label size_t
mpsadbw xmm0, xmm1, 71
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_72 label size_t
mpsadbw xmm0, xmm1, 72
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_73 label size_t
mpsadbw xmm0, xmm1, 73
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_74 label size_t
mpsadbw xmm0, xmm1, 74
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_75 label size_t
mpsadbw xmm0, xmm1, 75
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_76 label size_t
mpsadbw xmm0, xmm1, 76
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_77 label size_t
mpsadbw xmm0, xmm1, 77
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_78 label size_t
mpsadbw xmm0, xmm1, 78
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_79 label size_t
mpsadbw xmm0, xmm1, 79
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_80 label size_t
mpsadbw xmm0, xmm1, 80
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_81 label size_t
mpsadbw xmm0, xmm1, 81
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_82 label size_t
mpsadbw xmm0, xmm1, 82
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_83 label size_t
mpsadbw xmm0, xmm1, 83
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_84 label size_t
mpsadbw xmm0, xmm1, 84
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_85 label size_t
mpsadbw xmm0, xmm1, 85
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_86 label size_t
mpsadbw xmm0, xmm1, 86
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_87 label size_t
mpsadbw xmm0, xmm1, 87
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_88 label size_t
mpsadbw xmm0, xmm1, 88
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_89 label size_t
mpsadbw xmm0, xmm1, 89
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_90 label size_t
mpsadbw xmm0, xmm1, 90
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_91 label size_t
mpsadbw xmm0, xmm1, 91
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_92 label size_t
mpsadbw xmm0, xmm1, 92
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_93 label size_t
mpsadbw xmm0, xmm1, 93
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_94 label size_t
mpsadbw xmm0, xmm1, 94
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_95 label size_t
mpsadbw xmm0, xmm1, 95
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_96 label size_t
mpsadbw xmm0, xmm1, 96
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_97 label size_t
mpsadbw xmm0, xmm1, 97
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_98 label size_t
mpsadbw xmm0, xmm1, 98
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_99 label size_t
mpsadbw xmm0, xmm1, 99
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_100 label size_t
mpsadbw xmm0, xmm1, 100
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_101 label size_t
mpsadbw xmm0, xmm1, 101
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_102 label size_t
mpsadbw xmm0, xmm1, 102
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_103 label size_t
mpsadbw xmm0, xmm1, 103
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_104 label size_t
mpsadbw xmm0, xmm1, 104
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_105 label size_t
mpsadbw xmm0, xmm1, 105
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_106 label size_t
mpsadbw xmm0, xmm1, 106
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_107 label size_t
mpsadbw xmm0, xmm1, 107
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_108 label size_t
mpsadbw xmm0, xmm1, 108
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_109 label size_t
mpsadbw xmm0, xmm1, 109
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_110 label size_t
mpsadbw xmm0, xmm1, 110
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_111 label size_t
mpsadbw xmm0, xmm1, 111
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_112 label size_t
mpsadbw xmm0, xmm1, 112
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_113 label size_t
mpsadbw xmm0, xmm1, 113
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_114 label size_t
mpsadbw xmm0, xmm1, 114
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_115 label size_t
mpsadbw xmm0, xmm1, 115
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_116 label size_t
mpsadbw xmm0, xmm1, 116
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_117 label size_t
mpsadbw xmm0, xmm1, 117
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_118 label size_t
mpsadbw xmm0, xmm1, 118
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_119 label size_t
mpsadbw xmm0, xmm1, 119
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_120 label size_t
mpsadbw xmm0, xmm1, 120
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_121 label size_t
mpsadbw xmm0, xmm1, 121
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_122 label size_t
mpsadbw xmm0, xmm1, 122
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_123 label size_t
mpsadbw xmm0, xmm1, 123
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_124 label size_t
mpsadbw xmm0, xmm1, 124
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_125 label size_t
mpsadbw xmm0, xmm1, 125
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_126 label size_t
mpsadbw xmm0, xmm1, 126
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_127 label size_t
mpsadbw xmm0, xmm1, 127
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_128 label size_t
mpsadbw xmm0, xmm1, 128
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_129 label size_t
mpsadbw xmm0, xmm1, 129
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_130 label size_t
mpsadbw xmm0, xmm1, 130
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_131 label size_t
mpsadbw xmm0, xmm1, 131
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_132 label size_t
mpsadbw xmm0, xmm1, 132
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_133 label size_t
mpsadbw xmm0, xmm1, 133
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_134 label size_t
mpsadbw xmm0, xmm1, 134
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_135 label size_t
mpsadbw xmm0, xmm1, 135
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_136 label size_t
mpsadbw xmm0, xmm1, 136
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_137 label size_t
mpsadbw xmm0, xmm1, 137
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_138 label size_t
mpsadbw xmm0, xmm1, 138
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_139 label size_t
mpsadbw xmm0, xmm1, 139
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_140 label size_t
mpsadbw xmm0, xmm1, 140
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_141 label size_t
mpsadbw xmm0, xmm1, 141
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_142 label size_t
mpsadbw xmm0, xmm1, 142
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_143 label size_t
mpsadbw xmm0, xmm1, 143
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_144 label size_t
mpsadbw xmm0, xmm1, 144
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_145 label size_t
mpsadbw xmm0, xmm1, 145
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_146 label size_t
mpsadbw xmm0, xmm1, 146
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_147 label size_t
mpsadbw xmm0, xmm1, 147
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_148 label size_t
mpsadbw xmm0, xmm1, 148
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_149 label size_t
mpsadbw xmm0, xmm1, 149
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_150 label size_t
mpsadbw xmm0, xmm1, 150
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_151 label size_t
mpsadbw xmm0, xmm1, 151
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_152 label size_t
mpsadbw xmm0, xmm1, 152
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_153 label size_t
mpsadbw xmm0, xmm1, 153
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_154 label size_t
mpsadbw xmm0, xmm1, 154
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_155 label size_t
mpsadbw xmm0, xmm1, 155
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_156 label size_t
mpsadbw xmm0, xmm1, 156
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_157 label size_t
mpsadbw xmm0, xmm1, 157
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_158 label size_t
mpsadbw xmm0, xmm1, 158
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_159 label size_t
mpsadbw xmm0, xmm1, 159
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_160 label size_t
mpsadbw xmm0, xmm1, 160
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_161 label size_t
mpsadbw xmm0, xmm1, 161
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_162 label size_t
mpsadbw xmm0, xmm1, 162
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_163 label size_t
mpsadbw xmm0, xmm1, 163
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_164 label size_t
mpsadbw xmm0, xmm1, 164
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_165 label size_t
mpsadbw xmm0, xmm1, 165
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_166 label size_t
mpsadbw xmm0, xmm1, 166
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_167 label size_t
mpsadbw xmm0, xmm1, 167
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_168 label size_t
mpsadbw xmm0, xmm1, 168
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_169 label size_t
mpsadbw xmm0, xmm1, 169
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_170 label size_t
mpsadbw xmm0, xmm1, 170
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_171 label size_t
mpsadbw xmm0, xmm1, 171
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_172 label size_t
mpsadbw xmm0, xmm1, 172
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_173 label size_t
mpsadbw xmm0, xmm1, 173
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_174 label size_t
mpsadbw xmm0, xmm1, 174
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_175 label size_t
mpsadbw xmm0, xmm1, 175
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_176 label size_t
mpsadbw xmm0, xmm1, 176
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_177 label size_t
mpsadbw xmm0, xmm1, 177
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_178 label size_t
mpsadbw xmm0, xmm1, 178
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_179 label size_t
mpsadbw xmm0, xmm1, 179
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_180 label size_t
mpsadbw xmm0, xmm1, 180
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_181 label size_t
mpsadbw xmm0, xmm1, 181
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_182 label size_t
mpsadbw xmm0, xmm1, 182
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_183 label size_t
mpsadbw xmm0, xmm1, 183
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_184 label size_t
mpsadbw xmm0, xmm1, 184
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_185 label size_t
mpsadbw xmm0, xmm1, 185
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_186 label size_t
mpsadbw xmm0, xmm1, 186
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_187 label size_t
mpsadbw xmm0, xmm1, 187
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_188 label size_t
mpsadbw xmm0, xmm1, 188
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_189 label size_t
mpsadbw xmm0, xmm1, 189
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_190 label size_t
mpsadbw xmm0, xmm1, 190
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_191 label size_t
mpsadbw xmm0, xmm1, 191
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_192 label size_t
mpsadbw xmm0, xmm1, 192
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_193 label size_t
mpsadbw xmm0, xmm1, 193
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_194 label size_t
mpsadbw xmm0, xmm1, 194
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_195 label size_t
mpsadbw xmm0, xmm1, 195
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_196 label size_t
mpsadbw xmm0, xmm1, 196
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_197 label size_t
mpsadbw xmm0, xmm1, 197
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_198 label size_t
mpsadbw xmm0, xmm1, 198
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_199 label size_t
mpsadbw xmm0, xmm1, 199
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_200 label size_t
mpsadbw xmm0, xmm1, 200
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_201 label size_t
mpsadbw xmm0, xmm1, 201
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_202 label size_t
mpsadbw xmm0, xmm1, 202
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_203 label size_t
mpsadbw xmm0, xmm1, 203
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_204 label size_t
mpsadbw xmm0, xmm1, 204
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_205 label size_t
mpsadbw xmm0, xmm1, 205
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_206 label size_t
mpsadbw xmm0, xmm1, 206
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_207 label size_t
mpsadbw xmm0, xmm1, 207
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_208 label size_t
mpsadbw xmm0, xmm1, 208
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_209 label size_t
mpsadbw xmm0, xmm1, 209
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_210 label size_t
mpsadbw xmm0, xmm1, 210
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_211 label size_t
mpsadbw xmm0, xmm1, 211
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_212 label size_t
mpsadbw xmm0, xmm1, 212
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_213 label size_t
mpsadbw xmm0, xmm1, 213
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_214 label size_t
mpsadbw xmm0, xmm1, 214
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_215 label size_t
mpsadbw xmm0, xmm1, 215
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_216 label size_t
mpsadbw xmm0, xmm1, 216
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_217 label size_t
mpsadbw xmm0, xmm1, 217
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_218 label size_t
mpsadbw xmm0, xmm1, 218
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_219 label size_t
mpsadbw xmm0, xmm1, 219
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_220 label size_t
mpsadbw xmm0, xmm1, 220
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_221 label size_t
mpsadbw xmm0, xmm1, 221
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_222 label size_t
mpsadbw xmm0, xmm1, 222
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_223 label size_t
mpsadbw xmm0, xmm1, 223
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_224 label size_t
mpsadbw xmm0, xmm1, 224
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_225 label size_t
mpsadbw xmm0, xmm1, 225
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_226 label size_t
mpsadbw xmm0, xmm1, 226
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_227 label size_t
mpsadbw xmm0, xmm1, 227
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_228 label size_t
mpsadbw xmm0, xmm1, 228
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_229 label size_t
mpsadbw xmm0, xmm1, 229
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_230 label size_t
mpsadbw xmm0, xmm1, 230
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_231 label size_t
mpsadbw xmm0, xmm1, 231
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_232 label size_t
mpsadbw xmm0, xmm1, 232
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_233 label size_t
mpsadbw xmm0, xmm1, 233
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_234 label size_t
mpsadbw xmm0, xmm1, 234
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_235 label size_t
mpsadbw xmm0, xmm1, 235
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_236 label size_t
mpsadbw xmm0, xmm1, 236
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_237 label size_t
mpsadbw xmm0, xmm1, 237
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_238 label size_t
mpsadbw xmm0, xmm1, 238
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_239 label size_t
mpsadbw xmm0, xmm1, 239
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_240 label size_t
mpsadbw xmm0, xmm1, 240
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_241 label size_t
mpsadbw xmm0, xmm1, 241
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_242 label size_t
mpsadbw xmm0, xmm1, 242
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_243 label size_t
mpsadbw xmm0, xmm1, 243
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_244 label size_t
mpsadbw xmm0, xmm1, 244
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_245 label size_t
mpsadbw xmm0, xmm1, 245
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_246 label size_t
mpsadbw xmm0, xmm1, 246
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_247 label size_t
mpsadbw xmm0, xmm1, 247
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_248 label size_t
mpsadbw xmm0, xmm1, 248
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_249 label size_t
mpsadbw xmm0, xmm1, 249
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_250 label size_t
mpsadbw xmm0, xmm1, 250
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_251 label size_t
mpsadbw xmm0, xmm1, 251
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_252 label size_t
mpsadbw xmm0, xmm1, 252
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_253 label size_t
mpsadbw xmm0, xmm1, 253
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_254 label size_t
mpsadbw xmm0, xmm1, 254
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_255 label size_t
mpsadbw xmm0, xmm1, 255
jmp _m128impsadbwepu8_end
_m128impsadbwepu8_end:
pop rbase()
ret
procend
endif ;__MIC__
end
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1611.asm | ljhsiun2/medusa | 9 | 2718 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1a3a1, %r8
nop
nop
xor %rsi, %rsi
movb (%r8), %r9b
nop
nop
nop
add $59584, %rsi
lea addresses_UC_ht+0x1a201, %rsi
lea addresses_A_ht+0x1d1e3, %rdi
nop
nop
dec %r10
mov $50, %rcx
rep movsb
inc %rsi
lea addresses_normal_ht+0x2e01, %r10
add $7688, %rbp
mov $0x6162636465666768, %rdi
movq %rdi, %xmm4
and $0xffffffffffffffc0, %r10
vmovntdq %ymm4, (%r10)
nop
nop
nop
nop
nop
add %rsi, %rsi
lea addresses_UC_ht+0x113cf, %r9
nop
cmp $35738, %r10
mov (%r9), %rsi
cmp %rdi, %rdi
lea addresses_D_ht+0xda01, %r10
nop
nop
nop
nop
nop
and $28878, %rsi
movb $0x61, (%r10)
nop
nop
cmp %rsi, %rsi
lea addresses_WT_ht+0x16551, %rdi
nop
nop
nop
add $7482, %r10
movb (%rdi), %r8b
nop
nop
nop
cmp $35263, %r9
lea addresses_normal_ht+0x6b7, %r10
inc %rcx
vmovups (%r10), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $1, %xmm2, %rbp
nop
nop
nop
nop
inc %rcx
lea addresses_WT_ht+0x1d841, %rsi
nop
nop
nop
inc %rcx
vmovups (%rsi), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %r10
nop
nop
nop
and $20301, %rsi
lea addresses_WT_ht+0x3e01, %rdi
nop
nop
nop
nop
and $30462, %r9
mov (%rdi), %r10w
nop
nop
nop
nop
nop
and $60568, %rsi
lea addresses_A_ht+0x76e1, %r9
nop
nop
nop
nop
xor $39842, %r8
mov (%r9), %r10d
nop
nop
nop
inc %r9
lea addresses_WT_ht+0x19c09, %rcx
nop
nop
cmp %rdi, %rdi
movb (%rcx), %r10b
nop
nop
inc %rcx
lea addresses_WC_ht+0x1bc1, %rsi
lea addresses_D_ht+0xc961, %rdi
sub %r12, %r12
mov $75, %rcx
rep movsb
nop
nop
nop
nop
nop
add $11288, %rcx
pop %rsi
pop %rdi
pop %rcx
pop %rbp
pop %r9
pop %r8
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r15
push %r9
push %rax
push %rbx
push %rcx
// Load
lea addresses_D+0x17201, %rcx
nop
sub %r15, %r15
movups (%rcx), %xmm6
vpextrq $1, %xmm6, %r10
nop
nop
nop
nop
and $43711, %r13
// Store
mov $0xe01, %r15
clflush (%r15)
xor %rbx, %rbx
movw $0x5152, (%r15)
nop
nop
nop
nop
nop
sub %r13, %r13
// Faulty Load
lea addresses_D+0x17201, %rax
clflush (%rax)
nop
nop
inc %r9
movups (%rax), %xmm7
vpextrq $0, %xmm7, %rcx
lea oracles, %rax
and $0xff, %rcx
shlq $12, %rcx
mov (%rax,%rcx,1), %rcx
pop %rcx
pop %rbx
pop %rax
pop %r9
pop %r15
pop %r13
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 4, 'type': 'addresses_D', 'congruent': 0}}
{'OP': 'LOAD', 'src': {'same': True, 'NT': False, 'AVXalign': False, 'size': 16, 'type': 'addresses_D', 'congruent': 0}}
{'dst': {'same': False, 'NT': False, 'AVXalign': False, 'size': 2, 'type': 'addresses_P', 'congruent': 10}, 'OP': 'STOR'}
[Faulty Load]
{'OP': 'LOAD', 'src': {'same': True, 'NT': False, 'AVXalign': False, 'size': 16, 'type': 'addresses_D', 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'same': True, 'NT': False, 'AVXalign': False, 'size': 1, 'type': 'addresses_WC_ht', 'congruent': 5}}
{'dst': {'same': False, 'congruent': 1, 'type': 'addresses_A_ht'}, 'OP': 'REPM', 'src': {'same': False, 'congruent': 11, 'type': 'addresses_UC_ht'}}
{'dst': {'same': False, 'NT': True, 'AVXalign': False, 'size': 32, 'type': 'addresses_normal_ht', 'congruent': 10}, 'OP': 'STOR'}
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 8, 'type': 'addresses_UC_ht', 'congruent': 1}}
{'dst': {'same': False, 'NT': False, 'AVXalign': False, 'size': 1, 'type': 'addresses_D_ht', 'congruent': 5}, 'OP': 'STOR'}
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 1, 'type': 'addresses_WT_ht', 'congruent': 3}}
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 32, 'type': 'addresses_normal_ht', 'congruent': 1}}
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 32, 'type': 'addresses_WT_ht', 'congruent': 6}}
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 2, 'type': 'addresses_WT_ht', 'congruent': 9}}
{'OP': 'LOAD', 'src': {'same': True, 'NT': False, 'AVXalign': False, 'size': 4, 'type': 'addresses_A_ht', 'congruent': 4}}
{'OP': 'LOAD', 'src': {'same': True, 'NT': False, 'AVXalign': False, 'size': 1, 'type': 'addresses_WT_ht', 'congruent': 3}}
{'dst': {'same': False, 'congruent': 2, 'type': 'addresses_D_ht'}, 'OP': 'REPM', 'src': {'same': False, 'congruent': 1, 'type': 'addresses_WC_ht'}}
{'36': 21829}
36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36
*/
|
oeis/021/A021556.asm | neoneye/loda-programs | 11 | 28304 | ; A021556: Decimal expansion of 1/552.
; 0,0,1,8,1,1,5,9,4,2,0,2,8,9,8,5,5,0,7,2,4,6,3,7,6,8,1,1,5,9,4,2,0,2,8,9,8,5,5,0,7,2,4,6,3,7,6,8,1,1,5,9,4,2,0,2,8,9,8,5,5,0,7,2,4,6,3,7,6,8,1,1,5,9,4,2,0,2,8,9,8,5,5,0,7,2,4,6,3,7,6,8,1,1,5,9,4,2,0
add $0,1
mov $2,10
pow $2,$0
mov $0,$2
div $0,552
mod $0,10
|
university/language-concepts-labs/4/ada/accom.adb | honno/code-solutions | 0 | 12699 | with Ada.Text_IO;
use Ada.Text_IO;
with Ada.Integer_Text_IO;
use Ada.Integer_Text_IO;
with Ada.Strings.Unbounded;
use Ada.Strings.Unbounded;
procedure Accom is
type AccomVariant is (ACCKIND_FLAT, ACCKIND_HOUSE);
type Accommodation(accom_variant : AccomVariant) is
record
street : Unbounded_String;
house_number : Integer;
case accom_variant is
when ACCKIND_FLAT =>
floor : Integer;
when ACCKIND_HOUSE =>
floor_count : Integer;
end case;
end record;
procedure Put_FloorTh(floor : Integer) is
begin
if floor = 0 then
Put("ground");
else
Put(floor,0);
case floor mod 10 is
when 1 => Put("st");
when 2 => Put("nd");
when 3 => Put("rd");
when others => Put("th");
end case;
end if;
end Put_FloorTh;
procedure Put_Accommodation(accom : Accommodation) is
begin
case accom.accom_variant is
when ACCKIND_FLAT =>
Put_FloorTh(accom.floor);
Put(" floor flat at ");
Put(accom.house_number, 0);
Put(" ");
Put(To_String(accom.street));
when ACCKIND_HOUSE =>
Put(accom.floor_count, 0); -- 0 means: put no spaces before the number
Put(" storey house at ");
Put(accom.house_number, 0);
Put(" ");
Put(To_String(accom.street));
end case;
end Put_Accommodation;
myHouse : Accommodation
:= (accom_variant => ACCKIND_HOUSE,
house_number => 111,
street => To_Unbounded_String("Golden Avenue"),
floor_count => 4);
myFlat1 : Accommodation
:= (accom_variant => ACCKIND_FLAT, -- the discriminant
house_number => 81,
street => To_Unbounded_String("Silver Street"),
floor => 0);
myFlat2 : Accommodation
:= (accom_variant => ACCKIND_FLAT, -- the discriminant
house_number => 81,
street => To_Unbounded_String("Silver Street"),
floor => 7);
begin
Put_Accommodation(myHouse);
Put_Line("");
Put_Accommodation(myFlat1);
Put_Line("");
Put_Accommodation(myFlat2);
Put_Line("");
end Accom;
|
gcc-gcc-7_3_0-release/gcc/ada/a-zzboio.ads | best08618/asylo | 7 | 24747 | <reponame>best08618/asylo
------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- --
-- ADA.WIDE_WIDE_TEXT_IO.WIDE_WIDE_BOUNDED_IO --
-- --
-- S p e c --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. In accordance with the copyright of that document, you can freely --
-- copy and modify this specification, provided that if you redistribute a --
-- modified version, any changes that you have made are clearly indicated. --
-- --
------------------------------------------------------------------------------
with Ada.Strings.Wide_Wide_Bounded;
generic
with package Wide_Wide_Bounded is
new Ada.Strings.Wide_Wide_Bounded.Generic_Bounded_Length (<>);
package Ada.Wide_Wide_Text_IO.Wide_Wide_Bounded_IO is
function Get_Line return Wide_Wide_Bounded.Bounded_Wide_Wide_String;
function Get_Line
(File : File_Type) return Wide_Wide_Bounded.Bounded_Wide_Wide_String;
procedure Get_Line
(Item : out Wide_Wide_Bounded.Bounded_Wide_Wide_String);
procedure Get_Line
(File : File_Type;
Item : out Wide_Wide_Bounded.Bounded_Wide_Wide_String);
procedure Put
(Item : Wide_Wide_Bounded.Bounded_Wide_Wide_String);
procedure Put
(File : File_Type;
Item : Wide_Wide_Bounded.Bounded_Wide_Wide_String);
procedure Put_Line
(Item : Wide_Wide_Bounded.Bounded_Wide_Wide_String);
procedure Put_Line
(File : File_Type;
Item : Wide_Wide_Bounded.Bounded_Wide_Wide_String);
end Ada.Wide_Wide_Text_IO.Wide_Wide_Bounded_IO;
|
test/Succeed/Issue274.agda | cruhland/agda | 1,989 | 15709 | -- The bug documented below was exposed by the fix to issue 274.
module Issue274 where
open import Common.Level
record Q a : Set (a ⊔ a) where
record R a : Set a where
field q : Q a
A : Set₁
A = Set
postulate
ℓ : Level
r : R (ℓ ⊔ ℓ)
foo : R ℓ
foo = r
-- Issue274.agda:32,7-8
-- ℓ ⊔ ℓ !=< ℓ of type Level
-- when checking that the expression r has type R ℓ
|
Palmtree.Math.Core.Implements/vs_build/x64_Debug/TEST_op_ExclusiveOr.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 91725 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
include listing.inc
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A869E_ctype@h DB 01H
__457DD326_basetsd@h DB 01H
__4384A2D9_corecrt_memcpy_s@h DB 01H
__4E51A221_corecrt_wstring@h DB 01H
__2140C079_string@h DB 01H
__1887E595_winnt@h DB 01H
__9FC7C64B_processthreadsapi@h DB 01H
__FA470AEC_memoryapi@h DB 01H
__F37DAFF1_winerror@h DB 01H
__7A450CCC_winbase@h DB 01H
__B4B40122_winioctl@h DB 01H
__86261D59_stralign@h DB 01H
__1C66ECB2_pmc_debug@h DB 01H
__ED76998A_test_op_exclusiveor@c DB 01H
msvcjmc ENDS
PUBLIC TEST_PMC_ExclusiveOr_I_X
PUBLIC TEST_PMC_ExclusiveOr_L_X
PUBLIC TEST_PMC_ExclusiveOr_X_I
PUBLIC TEST_PMC_ExclusiveOr_X_L
PUBLIC TEST_PMC_ExclusiveOr_X_X
PUBLIC __JustMyCode_Default
PUBLIC ??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@ ; `string'
PUBLIC ??_C@_1DI@MKMPBLDP@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1EO@FFEFOOEC@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@ ; `string'
PUBLIC ??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@ ; `string'
PUBLIC ??_C@_1DI@CCOMOAEH@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1EO@ONLBNNM@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1DI@LBCAJBEG@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1EO@JNODIGF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1DI@JKKKEBFJ@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1EO@EBJCKFPA@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
PUBLIC ??_C@_1EO@LLNBNFOF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ ; `string'
EXTRN TEST_Assert:PROC
EXTRN FormatTestLabel:PROC
EXTRN FormatTestMesssage:PROC
EXTRN _RTC_CheckStackVars:PROC
EXTRN _RTC_InitBase:PROC
EXTRN _RTC_Shutdown:PROC
EXTRN __CheckForDebuggerJustMyCode:PROC
EXTRN __GSHandlerCheck:PROC
EXTRN __security_check_cookie:PROC
EXTRN __security_cookie:QWORD
; COMDAT pdata
pdata SEGMENT
$pdata$TEST_PMC_ExclusiveOr_I_X DD imagerel $LN13
DD imagerel $LN13+722
DD imagerel $unwind$TEST_PMC_ExclusiveOr_I_X
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$TEST_PMC_ExclusiveOr_L_X DD imagerel $LN13
DD imagerel $LN13+723
DD imagerel $unwind$TEST_PMC_ExclusiveOr_L_X
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$TEST_PMC_ExclusiveOr_X_I DD imagerel $LN13
DD imagerel $LN13+722
DD imagerel $unwind$TEST_PMC_ExclusiveOr_X_I
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$TEST_PMC_ExclusiveOr_X_L DD imagerel $LN13
DD imagerel $LN13+723
DD imagerel $unwind$TEST_PMC_ExclusiveOr_X_L
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$TEST_PMC_ExclusiveOr_X_X DD imagerel $LN16
DD imagerel $LN16+889
DD imagerel $unwind$TEST_PMC_ExclusiveOr_X_X
pdata ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$_EQUALS_MEMORY DD imagerel _EQUALS_MEMORY
DD imagerel _EQUALS_MEMORY+198
DD imagerel $unwind$_EQUALS_MEMORY
pdata ENDS
; COMDAT rtc$TMZ
rtc$TMZ SEGMENT
_RTC_Shutdown.rtc$TMZ DQ FLAT:_RTC_Shutdown
rtc$TMZ ENDS
; COMDAT rtc$IMZ
rtc$IMZ SEGMENT
_RTC_InitBase.rtc$IMZ DQ FLAT:_RTC_InitBase
rtc$IMZ ENDS
; COMDAT ??_C@_1EO@LLNBNFOF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1EO@LLNBNFOF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'X', 00H, '_', 00H, 'X', 00H, 'n0', 0a9H
DB '_0^', 0b3H, '0', 0fcH, '0', 0c9H, '0L0', 01fH, 'g', 085H, '_', 01aH
DB 090H, 08aH, '0g0o0j0D0(', 00H, '%', 00H, 'd', 00H, ')', 00H, 00H
DB 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'X', 00H, '_', 00H, 'X', 00H, ' ', 00H
DB '(', 00H, '%', 00H, 'd', 00H, '.', 00H, '%', 00H, 'd', 00H, ')'
DB 00H, 00H, 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1EO@EBJCKFPA@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1EO@EBJCKFPA@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'X', 00H, '_', 00H, 'L', 00H, 'n0', 0a9H
DB '_0^', 0b3H, '0', 0fcH, '0', 0c9H, '0L0', 01fH, 'g', 085H, '_', 01aH
DB 090H, 08aH, '0g0o0j0D0(', 00H, '%', 00H, 'd', 00H, ')', 00H, 00H
DB 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1DI@JKKKEBFJ@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1DI@JKKKEBFJ@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'X', 00H, '_', 00H, 'L', 00H, ' ', 00H
DB '(', 00H, '%', 00H, 'd', 00H, '.', 00H, '%', 00H, 'd', 00H, ')'
DB 00H, 00H, 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1EO@JNODIGF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1EO@JNODIGF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'X', 00H, '_', 00H, 'I', 00H, 'n0', 0a9H
DB '_0^', 0b3H, '0', 0fcH, '0', 0c9H, '0L0', 01fH, 'g', 085H, '_', 01aH
DB 090H, 08aH, '0g0o0j0D0(', 00H, '%', 00H, 'd', 00H, ')', 00H, 00H
DB 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1DI@LBCAJBEG@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1DI@LBCAJBEG@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'X', 00H, '_', 00H, 'I', 00H, ' ', 00H
DB '(', 00H, '%', 00H, 'd', 00H, '.', 00H, '%', 00H, 'd', 00H, ')'
DB 00H, 00H, 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1EO@ONLBNNM@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1EO@ONLBNNM@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'L', 00H, '_', 00H, 'X', 00H, 'n0', 0a9H
DB '_0^', 0b3H, '0', 0fcH, '0', 0c9H, '0L0', 01fH, 'g', 085H, '_', 01aH
DB 090H, 08aH, '0g0o0j0D0(', 00H, '%', 00H, 'd', 00H, ')', 00H, 00H
DB 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1DI@CCOMOAEH@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1DI@CCOMOAEH@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'L', 00H, '_', 00H, 'X', 00H, ' ', 00H
DB '(', 00H, '%', 00H, 'd', 00H, '.', 00H, '%', 00H, 'd', 00H, ')'
DB 00H, 00H, 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@
CONST SEGMENT
??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@ DB 0c7H
DB '0', 0fcH, '0', 0bfH, '0n0', 085H, 'Q', 0b9H, '[L0', 00H, 'N', 0f4H
DB 081H, 'W0j0D0', 00H, 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@
CONST SEGMENT
??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'T', 00H, 'o', 00H, 'B', 00H
DB 'y', 00H, 't', 00H, 'e', 00H, 'A', 00H, 'r', 00H, 'r', 00H, 'a'
DB 00H, 'y', 00H, 'n0', 0a9H, '_0^', 0b3H, '0', 0fcH, '0', 0c9H, '0'
DB 'L0', 01fH, 'g', 085H, '_', 01aH, 090H, 08aH, '0g0o0j0D0(', 00H
DB '%', 00H, 'd', 00H, ')', 00H, 00H, 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1EO@FFEFOOEC@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1EO@FFEFOOEC@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'I', 00H, '_', 00H, 'X', 00H, 'n0', 0a9H
DB '_0^', 0b3H, '0', 0fcH, '0', 0c9H, '0L0', 01fH, 'g', 085H, '_', 01aH
DB 090H, 08aH, '0g0o0j0D0(', 00H, '%', 00H, 'd', 00H, ')', 00H, 00H
DB 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1DI@MKMPBLDP@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
CONST SEGMENT
??_C@_1DI@MKMPBLDP@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'E', 00H, 'x', 00H, 'c', 00H
DB 'l', 00H, 'u', 00H, 's', 00H, 'i', 00H, 'v', 00H, 'e', 00H, 'O'
DB 00H, 'r', 00H, '_', 00H, 'I', 00H, '_', 00H, 'X', 00H, ' ', 00H
DB '(', 00H, '%', 00H, 'd', 00H, '.', 00H, '%', 00H, 'd', 00H, ')'
DB 00H, 00H, 00H ; `string'
CONST ENDS
; COMDAT ??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@
CONST SEGMENT
??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@ DB 'P'
DB 00H, 'M', 00H, 'C', 00H, '_', 00H, 'F', 00H, 'r', 00H, 'o', 00H
DB 'm', 00H, 'B', 00H, 'y', 00H, 't', 00H, 'e', 00H, 'A', 00H, 'r'
DB 00H, 'r', 00H, 'a', 00H, 'y', 00H, 'n0', 0a9H, '_0^', 0b3H, '0'
DB 0fcH, '0', 0c9H, '0L0', 01fH, 'g', 085H, '_', 01aH, 090H, 08aH
DB '0g0o0j0D0(', 00H, '%', 00H, 'd', 00H, ')', 00H, 00H, 00H ; `string'
CONST ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$_EQUALS_MEMORY DD 025053901H
DD 011d2322H
DD 07016001dH
DD 05015H
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$TEST_PMC_ExclusiveOr_X_X DD 025054a19H
DD 011d2322H
DD 07016007bH
DD 05015H
DD imagerel __GSHandlerCheck
DD 03c0H
xdata ENDS
; COMDAT CONST
CONST SEGMENT
TEST_PMC_ExclusiveOr_X_X$rtcName$0 DB 075H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_X_X$rtcName$1 DB 076H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_X_X$rtcName$2 DB 077H
DB 00H
ORG $+6
TEST_PMC_ExclusiveOr_X_X$rtcName$3 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 00H
ORG $+3
TEST_PMC_ExclusiveOr_X_X$rtcName$4 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 05fH
DB 073H
DB 069H
DB 07aH
DB 065H
DB 00H
ORG $+14
TEST_PMC_ExclusiveOr_X_X$rtcVarDesc DD 01a8H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_X$rtcName$4
DD 090H
DD 0100H
DQ FLAT:TEST_PMC_ExclusiveOr_X_X$rtcName$3
DD 068H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_X$rtcName$2
DD 048H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_X$rtcName$1
DD 028H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_X$rtcName$0
ORG $+240
TEST_PMC_ExclusiveOr_X_X$rtcFrameData DD 05H
DD 00H
DQ FLAT:TEST_PMC_ExclusiveOr_X_X$rtcVarDesc
CONST ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$TEST_PMC_ExclusiveOr_X_L DD 025054a19H
DD 011d2322H
DD 07016005bH
DD 05015H
DD imagerel __GSHandlerCheck
DD 02c0H
xdata ENDS
; COMDAT CONST
CONST SEGMENT
TEST_PMC_ExclusiveOr_X_L$rtcName$0 DB 075H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_X_L$rtcName$1 DB 077H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_X_L$rtcName$2 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 00H
ORG $+3
TEST_PMC_ExclusiveOr_X_L$rtcName$3 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 05fH
DB 073H
DB 069H
DB 07aH
DB 065H
DB 00H
ORG $+6
TEST_PMC_ExclusiveOr_X_L$rtcVarDesc DD 0188H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_L$rtcName$3
DD 070H
DD 0100H
DQ FLAT:TEST_PMC_ExclusiveOr_X_L$rtcName$2
DD 048H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_L$rtcName$1
DD 028H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_L$rtcName$0
ORG $+192
TEST_PMC_ExclusiveOr_X_L$rtcFrameData DD 04H
DD 00H
DQ FLAT:TEST_PMC_ExclusiveOr_X_L$rtcVarDesc
CONST ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$TEST_PMC_ExclusiveOr_X_I DD 025054a19H
DD 011d2322H
DD 07016005bH
DD 05015H
DD imagerel __GSHandlerCheck
DD 02c0H
xdata ENDS
; COMDAT CONST
CONST SEGMENT
TEST_PMC_ExclusiveOr_X_I$rtcName$0 DB 075H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_X_I$rtcName$1 DB 077H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_X_I$rtcName$2 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 00H
ORG $+3
TEST_PMC_ExclusiveOr_X_I$rtcName$3 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 05fH
DB 073H
DB 069H
DB 07aH
DB 065H
DB 00H
ORG $+6
TEST_PMC_ExclusiveOr_X_I$rtcVarDesc DD 0188H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_I$rtcName$3
DD 070H
DD 0100H
DQ FLAT:TEST_PMC_ExclusiveOr_X_I$rtcName$2
DD 048H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_I$rtcName$1
DD 028H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_X_I$rtcName$0
ORG $+192
TEST_PMC_ExclusiveOr_X_I$rtcFrameData DD 04H
DD 00H
DQ FLAT:TEST_PMC_ExclusiveOr_X_I$rtcVarDesc
CONST ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$TEST_PMC_ExclusiveOr_L_X DD 025054a19H
DD 011d2322H
DD 07016005bH
DD 05015H
DD imagerel __GSHandlerCheck
DD 02c0H
xdata ENDS
; COMDAT CONST
CONST SEGMENT
TEST_PMC_ExclusiveOr_L_X$rtcName$0 DB 076H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_L_X$rtcName$1 DB 077H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_L_X$rtcName$2 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 00H
ORG $+3
TEST_PMC_ExclusiveOr_L_X$rtcName$3 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 05fH
DB 073H
DB 069H
DB 07aH
DB 065H
DB 00H
ORG $+6
TEST_PMC_ExclusiveOr_L_X$rtcVarDesc DD 0188H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_L_X$rtcName$3
DD 070H
DD 0100H
DQ FLAT:TEST_PMC_ExclusiveOr_L_X$rtcName$2
DD 048H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_L_X$rtcName$1
DD 028H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_L_X$rtcName$0
ORG $+192
TEST_PMC_ExclusiveOr_L_X$rtcFrameData DD 04H
DD 00H
DQ FLAT:TEST_PMC_ExclusiveOr_L_X$rtcVarDesc
CONST ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$TEST_PMC_ExclusiveOr_I_X DD 025054a19H
DD 011d2322H
DD 07016005bH
DD 05015H
DD imagerel __GSHandlerCheck
DD 02c0H
xdata ENDS
; COMDAT CONST
CONST SEGMENT
TEST_PMC_ExclusiveOr_I_X$rtcName$0 DB 076H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_I_X$rtcName$1 DB 077H
DB 00H
ORG $+2
TEST_PMC_ExclusiveOr_I_X$rtcName$2 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 00H
ORG $+3
TEST_PMC_ExclusiveOr_I_X$rtcName$3 DB 061H
DB 063H
DB 074H
DB 075H
DB 061H
DB 06cH
DB 05fH
DB 077H
DB 05fH
DB 062H
DB 075H
DB 066H
DB 05fH
DB 073H
DB 069H
DB 07aH
DB 065H
DB 00H
ORG $+6
TEST_PMC_ExclusiveOr_I_X$rtcVarDesc DD 0188H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_I_X$rtcName$3
DD 070H
DD 0100H
DQ FLAT:TEST_PMC_ExclusiveOr_I_X$rtcName$2
DD 048H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_I_X$rtcName$1
DD 028H
DD 08H
DQ FLAT:TEST_PMC_ExclusiveOr_I_X$rtcName$0
ORG $+192
TEST_PMC_ExclusiveOr_I_X$rtcFrameData DD 04H
DD 00H
DQ FLAT:TEST_PMC_ExclusiveOr_I_X$rtcVarDesc
CONST ENDS
; Function compile flags: /Odt
; COMDAT __JustMyCode_Default
_TEXT SEGMENT
__JustMyCode_Default PROC ; COMDAT
ret 0
__JustMyCode_Default ENDP
_TEXT ENDS
; Function compile flags: /Odtp /RTCsu /ZI
; File z:\sources\lunor\repos\rougemeilland\palmtree.math.core.implements\palmtree.math.core.implements\pmc_debug.h
; COMDAT _EQUALS_MEMORY
_TEXT SEGMENT
buffer1$ = 224
count1$ = 232
buffer2$ = 240
count2$ = 248
_EQUALS_MEMORY PROC ; COMDAT
; 155 : {
mov QWORD PTR [rsp+32], r9
mov QWORD PTR [rsp+24], r8
mov QWORD PTR [rsp+16], rdx
mov QWORD PTR [rsp+8], rcx
push rbp
push rdi
sub rsp, 232 ; 000000e8H
lea rbp, QWORD PTR [rsp+32]
mov rdi, rsp
mov ecx, 58 ; 0000003aH
mov eax, -858993460 ; ccccccccH
rep stosd
mov rcx, QWORD PTR [rsp+264]
lea rcx, OFFSET FLAT:__1C66ECB2_pmc_debug@h
call __CheckForDebuggerJustMyCode
; 156 : if (count1 != count2)
mov rax, QWORD PTR count2$[rbp]
cmp QWORD PTR count1$[rbp], rax
je SHORT $LN4@EQUALS_MEM
; 157 : return (-1);
mov eax, -1
jmp SHORT $LN1@EQUALS_MEM
$LN4@EQUALS_MEM:
$LN2@EQUALS_MEM:
; 158 : while (count1 > 0)
cmp QWORD PTR count1$[rbp], 0
jbe SHORT $LN3@EQUALS_MEM
; 159 : {
; 160 : if (*buffer1 != *buffer2)
mov rax, QWORD PTR buffer1$[rbp]
movzx eax, BYTE PTR [rax]
mov rcx, QWORD PTR buffer2$[rbp]
movzx ecx, BYTE PTR [rcx]
cmp eax, ecx
je SHORT $LN5@EQUALS_MEM
; 161 : return (-1);
mov eax, -1
jmp SHORT $LN1@EQUALS_MEM
$LN5@EQUALS_MEM:
; 162 : ++buffer1;
mov rax, QWORD PTR buffer1$[rbp]
inc rax
mov QWORD PTR buffer1$[rbp], rax
; 163 : ++buffer2;
mov rax, QWORD PTR buffer2$[rbp]
inc rax
mov QWORD PTR buffer2$[rbp], rax
; 164 : --count1;
mov rax, QWORD PTR count1$[rbp]
dec rax
mov QWORD PTR count1$[rbp], rax
; 165 : }
jmp SHORT $LN2@EQUALS_MEM
$LN3@EQUALS_MEM:
; 166 : return (0);
xor eax, eax
$LN1@EQUALS_MEM:
; 167 : }
lea rsp, QWORD PTR [rbp+200]
pop rdi
pop rbp
ret 0
_EQUALS_MEMORY ENDP
_TEXT ENDS
; Function compile flags: /Odtp /RTCsu /ZI
; File z:\sources\lunor\repos\rougemeilland\palmtree.math.core.implements\palmtree.math.core.implements\test_op_exclusiveor.c
; COMDAT TEST_PMC_ExclusiveOr_X_X
_TEXT SEGMENT
u$ = 8
v$ = 40
w$ = 72
actual_w_buf$ = 112
actual_w_buf_size$ = 392
result$ = 420
u_result$ = 452
v_result$ = 484
w_result$ = 516
tv176 = 916
tv161 = 916
tv142 = 916
tv92 = 916
tv74 = 916
tv150 = 920
tv132 = 920
tv82 = 920
tv64 = 920
__$ArrayPad$ = 928
env$ = 976
ep$ = 984
no$ = 992
u_buf$ = 1000
u_buf_size$ = 1008
v_buf$ = 1016
v_buf_size$ = 1024
desired_w_buf$ = 1032
desired_w_buf_size$ = 1040
TEST_PMC_ExclusiveOr_X_X PROC ; COMDAT
; 116 : {
$LN16:
mov QWORD PTR [rsp+32], r9
mov DWORD PTR [rsp+24], r8d
mov QWORD PTR [rsp+16], rdx
mov QWORD PTR [rsp+8], rcx
push rbp
push rdi
sub rsp, 984 ; 000003d8H
lea rbp, QWORD PTR [rsp+32]
mov rdi, rsp
mov ecx, 246 ; 000000f6H
mov eax, -858993460 ; ccccccccH
rep stosd
mov rcx, QWORD PTR [rsp+1016]
mov rax, QWORD PTR __security_cookie
xor rax, rbp
mov QWORD PTR __$ArrayPad$[rbp], rax
lea rcx, OFFSET FLAT:__ED76998A_test_op_exclusiveor@c
call __CheckForDebuggerJustMyCode
; 117 : HANDLE u;
; 118 : HANDLE v;
; 119 : HANDLE w;
; 120 : unsigned char actual_w_buf[256];
; 121 : size_t actual_w_buf_size;
; 122 : PMC_STATUS_CODE result;
; 123 : PMC_STATUS_CODE u_result;
; 124 : PMC_STATUS_CODE v_result;
; 125 : PMC_STATUS_CODE w_result;
; 126 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_X (%d.%d)", no, 1), (u_result = ep->PMC_FromByteArray(u_buf, u_buf_size, &u)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_FromByteArrayの復帰コードが期待通りではない(%d)", u_result));
lea r8, QWORD PTR u$[rbp]
mov rdx, QWORD PTR u_buf_size$[rbp]
mov rcx, QWORD PTR u_buf$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+48]
mov DWORD PTR u_result$[rbp], eax
cmp DWORD PTR u_result$[rbp], 0
jne SHORT $LN6@TEST_PMC_E
mov DWORD PTR tv74[rbp], 1
jmp SHORT $LN7@TEST_PMC_E
$LN6@TEST_PMC_E:
mov DWORD PTR tv74[rbp], 0
$LN7@TEST_PMC_E:
mov edx, DWORD PTR u_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@
call FormatTestMesssage
mov QWORD PTR tv64[rbp], rax
mov r8d, 1
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv64[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv74[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 127 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_X (%d.%d)", no, 2), (v_result = ep->PMC_FromByteArray(v_buf, v_buf_size, &v)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_FromByteArrayの復帰コードが期待通りではない(%d)", v_result));
lea r8, QWORD PTR v$[rbp]
mov rdx, QWORD PTR v_buf_size$[rbp]
mov rcx, QWORD PTR v_buf$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+48]
mov DWORD PTR v_result$[rbp], eax
cmp DWORD PTR v_result$[rbp], 0
jne SHORT $LN8@TEST_PMC_E
mov DWORD PTR tv92[rbp], 1
jmp SHORT $LN9@TEST_PMC_E
$LN8@TEST_PMC_E:
mov DWORD PTR tv92[rbp], 0
$LN9@TEST_PMC_E:
mov edx, DWORD PTR v_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@
call FormatTestMesssage
mov QWORD PTR tv82[rbp], rax
mov r8d, 2
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv82[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv92[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 128 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_X (%d.%d)", no, 3), (w_result = ep->PMC_ExclusiveOr_X_X(u, v, &w)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ExclusiveOr_X_Xの復帰コードが期待通りではない(%d)", w_result));
lea r8, QWORD PTR w$[rbp]
mov rdx, QWORD PTR v$[rbp]
mov rcx, QWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+408]
mov DWORD PTR w_result$[rbp], eax
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN10@TEST_PMC_E
mov DWORD PTR tv142[rbp], 1
jmp SHORT $LN11@TEST_PMC_E
$LN10@TEST_PMC_E:
mov DWORD PTR tv142[rbp], 0
$LN11@TEST_PMC_E:
mov edx, DWORD PTR w_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EO@LLNBNFOF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestMesssage
mov QWORD PTR tv132[rbp], rax
mov r8d, 3
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv132[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv142[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 129 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_X (%d.%d)", no, 4), (result = ep->PMC_ToByteArray(w, actual_w_buf, sizeof(actual_w_buf), &actual_w_buf_size)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ToByteArrayの復帰コードが期待通りではない(%d)", result));
lea r9, QWORD PTR actual_w_buf_size$[rbp]
mov r8d, 256 ; 00000100H
lea rdx, QWORD PTR actual_w_buf$[rbp]
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+56]
mov DWORD PTR result$[rbp], eax
cmp DWORD PTR result$[rbp], 0
jne SHORT $LN12@TEST_PMC_E
mov DWORD PTR tv161[rbp], 1
jmp SHORT $LN13@TEST_PMC_E
$LN12@TEST_PMC_E:
mov DWORD PTR tv161[rbp], 0
$LN13@TEST_PMC_E:
mov edx, DWORD PTR result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@
call FormatTestMesssage
mov QWORD PTR tv150[rbp], rax
mov r8d, 4
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv150[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv161[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 130 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_X (%d.%d)", no, 5), _EQUALS_MEMORY(actual_w_buf, actual_w_buf_size, desired_w_buf, desired_w_buf_size) == 0, L"データの内容が一致しない");
mov r9, QWORD PTR desired_w_buf_size$[rbp]
mov r8, QWORD PTR desired_w_buf$[rbp]
mov rdx, QWORD PTR actual_w_buf_size$[rbp]
lea rcx, QWORD PTR actual_w_buf$[rbp]
call _EQUALS_MEMORY
test eax, eax
jne SHORT $LN14@TEST_PMC_E
mov DWORD PTR tv176[rbp], 1
jmp SHORT $LN15@TEST_PMC_E
$LN14@TEST_PMC_E:
mov DWORD PTR tv176[rbp], 0
$LN15@TEST_PMC_E:
mov r8d, 5
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@DEIBABCF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
lea r9, OFFSET FLAT:??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@
mov r8d, DWORD PTR tv176[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 131 : if (w_result == PMC_STATUS_OK)
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN2@TEST_PMC_E
; 132 : ep->PMC_Dispose(w);
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN2@TEST_PMC_E:
; 133 : if (v_result == PMC_STATUS_OK)
cmp DWORD PTR v_result$[rbp], 0
jne SHORT $LN3@TEST_PMC_E
; 134 : ep->PMC_Dispose(v);
mov rcx, QWORD PTR v$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN3@TEST_PMC_E:
; 135 : if (u_result == PMC_STATUS_OK)
cmp DWORD PTR u_result$[rbp], 0
jne SHORT $LN4@TEST_PMC_E
; 136 : ep->PMC_Dispose(u);
mov rcx, QWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN4@TEST_PMC_E:
; 137 : }
lea rcx, QWORD PTR [rbp-32]
lea rdx, OFFSET FLAT:TEST_PMC_ExclusiveOr_X_X$rtcFrameData
call _RTC_CheckStackVars
mov rcx, QWORD PTR __$ArrayPad$[rbp]
xor rcx, rbp
call __security_check_cookie
lea rsp, QWORD PTR [rbp+952]
pop rdi
pop rbp
ret 0
TEST_PMC_ExclusiveOr_X_X ENDP
_TEXT ENDS
; Function compile flags: /Odtp /RTCsu /ZI
; File z:\sources\lunor\repos\rougemeilland\palmtree.math.core.implements\palmtree.math.core.implements\test_op_exclusiveor.c
; COMDAT TEST_PMC_ExclusiveOr_X_L
_TEXT SEGMENT
u$ = 8
w$ = 40
actual_w_buf$ = 80
actual_w_buf_size$ = 360
result$ = 388
u_result$ = 420
w_result$ = 452
tv158 = 660
tv143 = 660
tv92 = 660
tv74 = 660
tv132 = 664
tv82 = 664
tv64 = 664
__$ArrayPad$ = 672
env$ = 720
ep$ = 728
no$ = 736
u_buf$ = 744
u_buf_size$ = 752
v$ = 760
desired_w_buf$ = 768
desired_w_buf_size$ = 776
TEST_PMC_ExclusiveOr_X_L PROC ; COMDAT
; 97 : {
$LN13:
mov QWORD PTR [rsp+32], r9
mov DWORD PTR [rsp+24], r8d
mov QWORD PTR [rsp+16], rdx
mov QWORD PTR [rsp+8], rcx
push rbp
push rdi
sub rsp, 728 ; 000002d8H
lea rbp, QWORD PTR [rsp+32]
mov rdi, rsp
mov ecx, 182 ; 000000b6H
mov eax, -858993460 ; ccccccccH
rep stosd
mov rcx, QWORD PTR [rsp+760]
mov rax, QWORD PTR __security_cookie
xor rax, rbp
mov QWORD PTR __$ArrayPad$[rbp], rax
lea rcx, OFFSET FLAT:__ED76998A_test_op_exclusiveor@c
call __CheckForDebuggerJustMyCode
; 98 : HANDLE u;
; 99 : HANDLE w;
; 100 : unsigned char actual_w_buf[256];
; 101 : size_t actual_w_buf_size;
; 102 : PMC_STATUS_CODE result;
; 103 : PMC_STATUS_CODE u_result;
; 104 : PMC_STATUS_CODE w_result;
; 105 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_L (%d.%d)", no, 1), (u_result = ep->PMC_FromByteArray(u_buf, u_buf_size, &u)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_FromByteArrayの復帰コードが期待通りではない(%d)", u_result));
lea r8, QWORD PTR u$[rbp]
mov rdx, QWORD PTR u_buf_size$[rbp]
mov rcx, QWORD PTR u_buf$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+48]
mov DWORD PTR u_result$[rbp], eax
cmp DWORD PTR u_result$[rbp], 0
jne SHORT $LN5@TEST_PMC_E
mov DWORD PTR tv74[rbp], 1
jmp SHORT $LN6@TEST_PMC_E
$LN5@TEST_PMC_E:
mov DWORD PTR tv74[rbp], 0
$LN6@TEST_PMC_E:
mov edx, DWORD PTR u_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@
call FormatTestMesssage
mov QWORD PTR tv64[rbp], rax
mov r8d, 1
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@JKKKEBFJ@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv64[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv74[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 106 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_L (%d.%d)", no, 2), (w_result = ep->PMC_ExclusiveOr_X_L(u, v, &w)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ExclusiveOr_X_Lの復帰コードが期待通りではない(%d)", w_result));
lea r8, QWORD PTR w$[rbp]
mov rdx, QWORD PTR v$[rbp]
mov rcx, QWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+400]
mov DWORD PTR w_result$[rbp], eax
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN7@TEST_PMC_E
mov DWORD PTR tv92[rbp], 1
jmp SHORT $LN8@TEST_PMC_E
$LN7@TEST_PMC_E:
mov DWORD PTR tv92[rbp], 0
$LN8@TEST_PMC_E:
mov edx, DWORD PTR w_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EO@EBJCKFPA@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestMesssage
mov QWORD PTR tv82[rbp], rax
mov r8d, 2
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@JKKKEBFJ@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv82[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv92[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 107 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_L (%d.%d)", no, 3), (result = ep->PMC_ToByteArray(w, actual_w_buf, sizeof(actual_w_buf), &actual_w_buf_size)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ToByteArrayの復帰コードが期待通りではない(%d)", result));
lea r9, QWORD PTR actual_w_buf_size$[rbp]
mov r8d, 256 ; 00000100H
lea rdx, QWORD PTR actual_w_buf$[rbp]
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+56]
mov DWORD PTR result$[rbp], eax
cmp DWORD PTR result$[rbp], 0
jne SHORT $LN9@TEST_PMC_E
mov DWORD PTR tv143[rbp], 1
jmp SHORT $LN10@TEST_PMC_E
$LN9@TEST_PMC_E:
mov DWORD PTR tv143[rbp], 0
$LN10@TEST_PMC_E:
mov edx, DWORD PTR result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@
call FormatTestMesssage
mov QWORD PTR tv132[rbp], rax
mov r8d, 3
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@JKKKEBFJ@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv132[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv143[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 108 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_L (%d.%d)", no, 4), _EQUALS_MEMORY(actual_w_buf, actual_w_buf_size, desired_w_buf, desired_w_buf_size) == 0, L"データの内容が一致しない");
mov r9, QWORD PTR desired_w_buf_size$[rbp]
mov r8, QWORD PTR desired_w_buf$[rbp]
mov rdx, QWORD PTR actual_w_buf_size$[rbp]
lea rcx, QWORD PTR actual_w_buf$[rbp]
call _EQUALS_MEMORY
test eax, eax
jne SHORT $LN11@TEST_PMC_E
mov DWORD PTR tv158[rbp], 1
jmp SHORT $LN12@TEST_PMC_E
$LN11@TEST_PMC_E:
mov DWORD PTR tv158[rbp], 0
$LN12@TEST_PMC_E:
mov r8d, 4
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@JKKKEBFJ@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
lea r9, OFFSET FLAT:??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@
mov r8d, DWORD PTR tv158[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 109 : if (w_result == PMC_STATUS_OK)
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN2@TEST_PMC_E
; 110 : ep->PMC_Dispose(w);
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN2@TEST_PMC_E:
; 111 : if (u_result == PMC_STATUS_OK)
cmp DWORD PTR u_result$[rbp], 0
jne SHORT $LN3@TEST_PMC_E
; 112 : ep->PMC_Dispose(u);
mov rcx, QWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN3@TEST_PMC_E:
; 113 : }
lea rcx, QWORD PTR [rbp-32]
lea rdx, OFFSET FLAT:TEST_PMC_ExclusiveOr_X_L$rtcFrameData
call _RTC_CheckStackVars
mov rcx, QWORD PTR __$ArrayPad$[rbp]
xor rcx, rbp
call __security_check_cookie
lea rsp, QWORD PTR [rbp+696]
pop rdi
pop rbp
ret 0
TEST_PMC_ExclusiveOr_X_L ENDP
_TEXT ENDS
; Function compile flags: /Odtp /RTCsu /ZI
; File z:\sources\lunor\repos\rougemeilland\palmtree.math.core.implements\palmtree.math.core.implements\test_op_exclusiveor.c
; COMDAT TEST_PMC_ExclusiveOr_X_I
_TEXT SEGMENT
u$ = 8
w$ = 40
actual_w_buf$ = 80
actual_w_buf_size$ = 360
result$ = 388
u_result$ = 420
w_result$ = 452
tv158 = 660
tv143 = 660
tv92 = 660
tv74 = 660
tv132 = 664
tv82 = 664
tv64 = 664
__$ArrayPad$ = 672
env$ = 720
ep$ = 728
no$ = 736
u_buf$ = 744
u_buf_size$ = 752
v$ = 760
desired_w_buf$ = 768
desired_w_buf_size$ = 776
TEST_PMC_ExclusiveOr_X_I PROC ; COMDAT
; 78 : {
$LN13:
mov QWORD PTR [rsp+32], r9
mov DWORD PTR [rsp+24], r8d
mov QWORD PTR [rsp+16], rdx
mov QWORD PTR [rsp+8], rcx
push rbp
push rdi
sub rsp, 728 ; 000002d8H
lea rbp, QWORD PTR [rsp+32]
mov rdi, rsp
mov ecx, 182 ; 000000b6H
mov eax, -858993460 ; ccccccccH
rep stosd
mov rcx, QWORD PTR [rsp+760]
mov rax, QWORD PTR __security_cookie
xor rax, rbp
mov QWORD PTR __$ArrayPad$[rbp], rax
lea rcx, OFFSET FLAT:__ED76998A_test_op_exclusiveor@c
call __CheckForDebuggerJustMyCode
; 79 : HANDLE u;
; 80 : HANDLE w;
; 81 : unsigned char actual_w_buf[256];
; 82 : size_t actual_w_buf_size;
; 83 : PMC_STATUS_CODE result;
; 84 : PMC_STATUS_CODE u_result;
; 85 : PMC_STATUS_CODE w_result;
; 86 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_I (%d.%d)", no, 1), (u_result = ep->PMC_FromByteArray(u_buf, u_buf_size, &u)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_FromByteArrayの復帰コードが期待通りではない(%d)", u_result));
lea r8, QWORD PTR u$[rbp]
mov rdx, QWORD PTR u_buf_size$[rbp]
mov rcx, QWORD PTR u_buf$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+48]
mov DWORD PTR u_result$[rbp], eax
cmp DWORD PTR u_result$[rbp], 0
jne SHORT $LN5@TEST_PMC_E
mov DWORD PTR tv74[rbp], 1
jmp SHORT $LN6@TEST_PMC_E
$LN5@TEST_PMC_E:
mov DWORD PTR tv74[rbp], 0
$LN6@TEST_PMC_E:
mov edx, DWORD PTR u_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@
call FormatTestMesssage
mov QWORD PTR tv64[rbp], rax
mov r8d, 1
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@LBCAJBEG@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv64[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv74[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 87 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_I (%d.%d)", no, 2), (w_result = ep->PMC_ExclusiveOr_X_I(u, v, &w)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ExclusiveOr_X_Iの復帰コードが期待通りではない(%d)", w_result));
lea r8, QWORD PTR w$[rbp]
mov edx, DWORD PTR v$[rbp]
mov rcx, QWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+392]
mov DWORD PTR w_result$[rbp], eax
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN7@TEST_PMC_E
mov DWORD PTR tv92[rbp], 1
jmp SHORT $LN8@TEST_PMC_E
$LN7@TEST_PMC_E:
mov DWORD PTR tv92[rbp], 0
$LN8@TEST_PMC_E:
mov edx, DWORD PTR w_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EO@JNODIGF@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestMesssage
mov QWORD PTR tv82[rbp], rax
mov r8d, 2
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@LBCAJBEG@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv82[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv92[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 88 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_I (%d.%d)", no, 3), (result = ep->PMC_ToByteArray(w, actual_w_buf, sizeof(actual_w_buf), &actual_w_buf_size)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ToByteArrayの復帰コードが期待通りではない(%d)", result));
lea r9, QWORD PTR actual_w_buf_size$[rbp]
mov r8d, 256 ; 00000100H
lea rdx, QWORD PTR actual_w_buf$[rbp]
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+56]
mov DWORD PTR result$[rbp], eax
cmp DWORD PTR result$[rbp], 0
jne SHORT $LN9@TEST_PMC_E
mov DWORD PTR tv143[rbp], 1
jmp SHORT $LN10@TEST_PMC_E
$LN9@TEST_PMC_E:
mov DWORD PTR tv143[rbp], 0
$LN10@TEST_PMC_E:
mov edx, DWORD PTR result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@
call FormatTestMesssage
mov QWORD PTR tv132[rbp], rax
mov r8d, 3
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@LBCAJBEG@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv132[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv143[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 89 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_X_I (%d.%d)", no, 4), _EQUALS_MEMORY(actual_w_buf, actual_w_buf_size, desired_w_buf, desired_w_buf_size) == 0, L"データの内容が一致しない");
mov r9, QWORD PTR desired_w_buf_size$[rbp]
mov r8, QWORD PTR desired_w_buf$[rbp]
mov rdx, QWORD PTR actual_w_buf_size$[rbp]
lea rcx, QWORD PTR actual_w_buf$[rbp]
call _EQUALS_MEMORY
test eax, eax
jne SHORT $LN11@TEST_PMC_E
mov DWORD PTR tv158[rbp], 1
jmp SHORT $LN12@TEST_PMC_E
$LN11@TEST_PMC_E:
mov DWORD PTR tv158[rbp], 0
$LN12@TEST_PMC_E:
mov r8d, 4
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@LBCAJBEG@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
lea r9, OFFSET FLAT:??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@
mov r8d, DWORD PTR tv158[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 90 : if (w_result == PMC_STATUS_OK)
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN2@TEST_PMC_E
; 91 : ep->PMC_Dispose(w);
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN2@TEST_PMC_E:
; 92 : if (u_result == PMC_STATUS_OK)
cmp DWORD PTR u_result$[rbp], 0
jne SHORT $LN3@TEST_PMC_E
; 93 : ep->PMC_Dispose(u);
mov rcx, QWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN3@TEST_PMC_E:
; 94 : }
lea rcx, QWORD PTR [rbp-32]
lea rdx, OFFSET FLAT:TEST_PMC_ExclusiveOr_X_I$rtcFrameData
call _RTC_CheckStackVars
mov rcx, QWORD PTR __$ArrayPad$[rbp]
xor rcx, rbp
call __security_check_cookie
lea rsp, QWORD PTR [rbp+696]
pop rdi
pop rbp
ret 0
TEST_PMC_ExclusiveOr_X_I ENDP
_TEXT ENDS
; Function compile flags: /Odtp /RTCsu /ZI
; File z:\sources\lunor\repos\rougemeilland\palmtree.math.core.implements\palmtree.math.core.implements\test_op_exclusiveor.c
; COMDAT TEST_PMC_ExclusiveOr_L_X
_TEXT SEGMENT
v$ = 8
w$ = 40
actual_w_buf$ = 80
actual_w_buf_size$ = 360
result$ = 388
v_result$ = 420
w_result$ = 452
tv158 = 660
tv143 = 660
tv92 = 660
tv74 = 660
tv132 = 664
tv82 = 664
tv64 = 664
__$ArrayPad$ = 672
env$ = 720
ep$ = 728
no$ = 736
u$ = 744
v_buf$ = 752
v_buf_size$ = 760
desired_w_buf$ = 768
desired_w_buf_size$ = 776
TEST_PMC_ExclusiveOr_L_X PROC ; COMDAT
; 59 : {
$LN13:
mov QWORD PTR [rsp+32], r9
mov DWORD PTR [rsp+24], r8d
mov QWORD PTR [rsp+16], rdx
mov QWORD PTR [rsp+8], rcx
push rbp
push rdi
sub rsp, 728 ; 000002d8H
lea rbp, QWORD PTR [rsp+32]
mov rdi, rsp
mov ecx, 182 ; 000000b6H
mov eax, -858993460 ; ccccccccH
rep stosd
mov rcx, QWORD PTR [rsp+760]
mov rax, QWORD PTR __security_cookie
xor rax, rbp
mov QWORD PTR __$ArrayPad$[rbp], rax
lea rcx, OFFSET FLAT:__ED76998A_test_op_exclusiveor@c
call __CheckForDebuggerJustMyCode
; 60 : HANDLE v;
; 61 : HANDLE w;
; 62 : unsigned char actual_w_buf[256];
; 63 : size_t actual_w_buf_size;
; 64 : PMC_STATUS_CODE result;
; 65 : PMC_STATUS_CODE v_result;
; 66 : PMC_STATUS_CODE w_result;
; 67 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_L_X (%d.%d)", no, 1), (v_result = ep->PMC_FromByteArray(v_buf, v_buf_size, &v)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_FromByteArrayの復帰コードが期待通りではない(%d)", v_result));
lea r8, QWORD PTR v$[rbp]
mov rdx, QWORD PTR v_buf_size$[rbp]
mov rcx, QWORD PTR v_buf$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+48]
mov DWORD PTR v_result$[rbp], eax
cmp DWORD PTR v_result$[rbp], 0
jne SHORT $LN5@TEST_PMC_E
mov DWORD PTR tv74[rbp], 1
jmp SHORT $LN6@TEST_PMC_E
$LN5@TEST_PMC_E:
mov DWORD PTR tv74[rbp], 0
$LN6@TEST_PMC_E:
mov edx, DWORD PTR v_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@
call FormatTestMesssage
mov QWORD PTR tv64[rbp], rax
mov r8d, 1
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@CCOMOAEH@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv64[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv74[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 68 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_L_X (%d.%d)", no, 2), (w_result = ep->PMC_ExclusiveOr_L_X(u, v, &w)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ExclusiveOr_L_Xの復帰コードが期待通りではない(%d)", w_result));
lea r8, QWORD PTR w$[rbp]
mov rdx, QWORD PTR v$[rbp]
mov rcx, QWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+384]
mov DWORD PTR w_result$[rbp], eax
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN7@TEST_PMC_E
mov DWORD PTR tv92[rbp], 1
jmp SHORT $LN8@TEST_PMC_E
$LN7@TEST_PMC_E:
mov DWORD PTR tv92[rbp], 0
$LN8@TEST_PMC_E:
mov edx, DWORD PTR w_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EO@ONLBNNM@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestMesssage
mov QWORD PTR tv82[rbp], rax
mov r8d, 2
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@CCOMOAEH@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv82[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv92[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 69 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_L_X (%d.%d)", no, 3), (result = ep->PMC_ToByteArray(w, actual_w_buf, sizeof(actual_w_buf), &actual_w_buf_size)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ToByteArrayの復帰コードが期待通りではない(%d)", result));
lea r9, QWORD PTR actual_w_buf_size$[rbp]
mov r8d, 256 ; 00000100H
lea rdx, QWORD PTR actual_w_buf$[rbp]
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+56]
mov DWORD PTR result$[rbp], eax
cmp DWORD PTR result$[rbp], 0
jne SHORT $LN9@TEST_PMC_E
mov DWORD PTR tv143[rbp], 1
jmp SHORT $LN10@TEST_PMC_E
$LN9@TEST_PMC_E:
mov DWORD PTR tv143[rbp], 0
$LN10@TEST_PMC_E:
mov edx, DWORD PTR result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@
call FormatTestMesssage
mov QWORD PTR tv132[rbp], rax
mov r8d, 3
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@CCOMOAEH@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv132[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv143[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 70 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_L_X (%d.%d)", no, 4), _EQUALS_MEMORY(actual_w_buf, actual_w_buf_size, desired_w_buf, desired_w_buf_size) == 0, L"データの内容が一致しない");
mov r9, QWORD PTR desired_w_buf_size$[rbp]
mov r8, QWORD PTR desired_w_buf$[rbp]
mov rdx, QWORD PTR actual_w_buf_size$[rbp]
lea rcx, QWORD PTR actual_w_buf$[rbp]
call _EQUALS_MEMORY
test eax, eax
jne SHORT $LN11@TEST_PMC_E
mov DWORD PTR tv158[rbp], 1
jmp SHORT $LN12@TEST_PMC_E
$LN11@TEST_PMC_E:
mov DWORD PTR tv158[rbp], 0
$LN12@TEST_PMC_E:
mov r8d, 4
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@CCOMOAEH@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
lea r9, OFFSET FLAT:??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@
mov r8d, DWORD PTR tv158[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 71 : if (w_result == PMC_STATUS_OK)
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN2@TEST_PMC_E
; 72 : ep->PMC_Dispose(w);
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN2@TEST_PMC_E:
; 73 : if (v_result == PMC_STATUS_OK)
cmp DWORD PTR v_result$[rbp], 0
jne SHORT $LN3@TEST_PMC_E
; 74 : ep->PMC_Dispose(v);
mov rcx, QWORD PTR v$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN3@TEST_PMC_E:
; 75 : }
lea rcx, QWORD PTR [rbp-32]
lea rdx, OFFSET FLAT:TEST_PMC_ExclusiveOr_L_X$rtcFrameData
call _RTC_CheckStackVars
mov rcx, QWORD PTR __$ArrayPad$[rbp]
xor rcx, rbp
call __security_check_cookie
lea rsp, QWORD PTR [rbp+696]
pop rdi
pop rbp
ret 0
TEST_PMC_ExclusiveOr_L_X ENDP
_TEXT ENDS
; Function compile flags: /Odtp /RTCsu /ZI
; File z:\sources\lunor\repos\rougemeilland\palmtree.math.core.implements\palmtree.math.core.implements\test_op_exclusiveor.c
; COMDAT TEST_PMC_ExclusiveOr_I_X
_TEXT SEGMENT
v$ = 8
w$ = 40
actual_w_buf$ = 80
actual_w_buf_size$ = 360
result$ = 388
v_result$ = 420
w_result$ = 452
tv158 = 660
tv143 = 660
tv92 = 660
tv74 = 660
tv132 = 664
tv82 = 664
tv64 = 664
__$ArrayPad$ = 672
env$ = 720
ep$ = 728
no$ = 736
u$ = 744
v_buf$ = 752
v_buf_size$ = 760
desired_w_buf$ = 768
desired_w_buf_size$ = 776
TEST_PMC_ExclusiveOr_I_X PROC ; COMDAT
; 40 : {
$LN13:
mov DWORD PTR [rsp+32], r9d
mov DWORD PTR [rsp+24], r8d
mov QWORD PTR [rsp+16], rdx
mov QWORD PTR [rsp+8], rcx
push rbp
push rdi
sub rsp, 728 ; 000002d8H
lea rbp, QWORD PTR [rsp+32]
mov rdi, rsp
mov ecx, 182 ; 000000b6H
mov eax, -858993460 ; ccccccccH
rep stosd
mov rcx, QWORD PTR [rsp+760]
mov rax, QWORD PTR __security_cookie
xor rax, rbp
mov QWORD PTR __$ArrayPad$[rbp], rax
lea rcx, OFFSET FLAT:__ED76998A_test_op_exclusiveor@c
call __CheckForDebuggerJustMyCode
; 41 : HANDLE v;
; 42 : HANDLE w;
; 43 : unsigned char actual_w_buf[256];
; 44 : size_t actual_w_buf_size;
; 45 : PMC_STATUS_CODE result;
; 46 : PMC_STATUS_CODE v_result;
; 47 : PMC_STATUS_CODE w_result;
; 48 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_I_X (%d.%d)", no, 1), (v_result = ep->PMC_FromByteArray(v_buf, v_buf_size, &v)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_FromByteArrayの復帰コードが期待通りではない(%d)", v_result));
lea r8, QWORD PTR v$[rbp]
mov rdx, QWORD PTR v_buf_size$[rbp]
mov rcx, QWORD PTR v_buf$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+48]
mov DWORD PTR v_result$[rbp], eax
cmp DWORD PTR v_result$[rbp], 0
jne SHORT $LN5@TEST_PMC_E
mov DWORD PTR tv74[rbp], 1
jmp SHORT $LN6@TEST_PMC_E
$LN5@TEST_PMC_E:
mov DWORD PTR tv74[rbp], 0
$LN6@TEST_PMC_E:
mov edx, DWORD PTR v_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EK@HDEICNAJ@?$AAP?$AAM?$AAC?$AA_?$AAF?$AAr?$AAo?$AAm?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr@
call FormatTestMesssage
mov QWORD PTR tv64[rbp], rax
mov r8d, 1
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@MKMPBLDP@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv64[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv74[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 49 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_I_X (%d.%d)", no, 2), (w_result = ep->PMC_ExclusiveOr_I_X(u, v, &w)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ExclusiveOr_I_Xの復帰コードが期待通りではない(%d)", w_result));
lea r8, QWORD PTR w$[rbp]
mov rdx, QWORD PTR v$[rbp]
mov ecx, DWORD PTR u$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+376]
mov DWORD PTR w_result$[rbp], eax
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN7@TEST_PMC_E
mov DWORD PTR tv92[rbp], 1
jmp SHORT $LN8@TEST_PMC_E
$LN7@TEST_PMC_E:
mov DWORD PTR tv92[rbp], 0
$LN8@TEST_PMC_E:
mov edx, DWORD PTR w_result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EO@FFEFOOEC@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestMesssage
mov QWORD PTR tv82[rbp], rax
mov r8d, 2
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@MKMPBLDP@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv82[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv92[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 50 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_I_X (%d.%d)", no, 3), (result = ep->PMC_ToByteArray(w, actual_w_buf, sizeof(actual_w_buf), &actual_w_buf_size)) == PMC_STATUS_OK, FormatTestMesssage(L"PMC_ToByteArrayの復帰コードが期待通りではない(%d)", result));
lea r9, QWORD PTR actual_w_buf_size$[rbp]
mov r8d, 256 ; 00000100H
lea rdx, QWORD PTR actual_w_buf$[rbp]
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+56]
mov DWORD PTR result$[rbp], eax
cmp DWORD PTR result$[rbp], 0
jne SHORT $LN9@TEST_PMC_E
mov DWORD PTR tv143[rbp], 1
jmp SHORT $LN10@TEST_PMC_E
$LN9@TEST_PMC_E:
mov DWORD PTR tv143[rbp], 0
$LN10@TEST_PMC_E:
mov edx, DWORD PTR result$[rbp]
lea rcx, OFFSET FLAT:??_C@_1EG@MCOLJMDD@?$AAP?$AAM?$AAC?$AA_?$AAT?$AAo?$AAB?$AAy?$AAt?$AAe?$AAA?$AAr?$AAr?$AAa?$AAy@
call FormatTestMesssage
mov QWORD PTR tv132[rbp], rax
mov r8d, 3
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@MKMPBLDP@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
mov rcx, QWORD PTR tv132[rbp]
mov r9, rcx
mov r8d, DWORD PTR tv143[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 51 : TEST_Assert(env, FormatTestLabel(L"PMC_ExclusiveOr_I_X (%d.%d)", no, 4), _EQUALS_MEMORY(actual_w_buf, actual_w_buf_size, desired_w_buf, desired_w_buf_size) == 0, L"データの内容が一致しない");
mov r9, QWORD PTR desired_w_buf_size$[rbp]
mov r8, QWORD PTR desired_w_buf$[rbp]
mov rdx, QWORD PTR actual_w_buf_size$[rbp]
lea rcx, QWORD PTR actual_w_buf$[rbp]
call _EQUALS_MEMORY
test eax, eax
jne SHORT $LN11@TEST_PMC_E
mov DWORD PTR tv158[rbp], 1
jmp SHORT $LN12@TEST_PMC_E
$LN11@TEST_PMC_E:
mov DWORD PTR tv158[rbp], 0
$LN12@TEST_PMC_E:
mov r8d, 4
mov edx, DWORD PTR no$[rbp]
lea rcx, OFFSET FLAT:??_C@_1DI@MKMPBLDP@?$AAP?$AAM?$AAC?$AA_?$AAE?$AAx?$AAc?$AAl?$AAu?$AAs?$AAi?$AAv?$AAe?$AAO?$AAr@
call FormatTestLabel
lea r9, OFFSET FLAT:??_C@_1BK@CBDJCOBM@?$PP?G?$PP?$PM?$PP?$LP?$AAn?$PP?$IF?$PP?$LJ?$AAL?$AA?$AA?$PP?t?$AAW?$AAj?$AAD@
mov r8d, DWORD PTR tv158[rbp]
mov rdx, rax
mov rcx, QWORD PTR env$[rbp]
call TEST_Assert
; 52 : if (w_result == PMC_STATUS_OK)
cmp DWORD PTR w_result$[rbp], 0
jne SHORT $LN2@TEST_PMC_E
; 53 : ep->PMC_Dispose(w);
mov rcx, QWORD PTR w$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN2@TEST_PMC_E:
; 54 : if (v_result == PMC_STATUS_OK)
cmp DWORD PTR v_result$[rbp], 0
jne SHORT $LN3@TEST_PMC_E
; 55 : ep->PMC_Dispose(v);
mov rcx, QWORD PTR v$[rbp]
mov rax, QWORD PTR ep$[rbp]
call QWORD PTR [rax+32]
$LN3@TEST_PMC_E:
; 56 : }
lea rcx, QWORD PTR [rbp-32]
lea rdx, OFFSET FLAT:TEST_PMC_ExclusiveOr_I_X$rtcFrameData
call _RTC_CheckStackVars
mov rcx, QWORD PTR __$ArrayPad$[rbp]
xor rcx, rbp
call __security_check_cookie
lea rsp, QWORD PTR [rbp+696]
pop rdi
pop rbp
ret 0
TEST_PMC_ExclusiveOr_I_X ENDP
_TEXT ENDS
END
|
libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/dup_fastcall.asm | meesokim/z88dk | 0 | 90947 | <gh_stars>0
; int dup_fastcall(int fd)
SECTION code_fcntl
PUBLIC _dup_fastcall
EXTERN asm_dup
defc _dup_fastcall = asm_dup
|
ada/original_2008/ada-gui/agar-gui-widget-label.adb | auzkok/libagar | 286 | 16287 | <gh_stars>100-1000
package body agar.gui.widget.label is
package cbinds is
function allocate_polled
(parent : widget_access_t;
flags : flags_t;
fmt : cs.chars_ptr;
text : cs.chars_ptr) return label_access_t;
pragma import (c, allocate_polled, "AG_LabelNewPolled");
function allocate_polled_mutex
(parent : widget_access_t;
flags : flags_t;
mutex : agar.core.threads.mutex_t;
fmt : cs.chars_ptr;
text : cs.chars_ptr) return label_access_t;
pragma import (c, allocate_polled_mutex, "AG_LabelNewPolledMT");
procedure set_padding
(label : label_access_t;
left : c.int;
right : c.int;
top : c.int;
bottom : c.int);
pragma import (c, set_padding, "AG_LabelSetPadding");
procedure size_hint
(label : label_access_t;
num_lines : c.unsigned;
text : cs.chars_ptr);
pragma import (c, size_hint, "AG_LabelSizeHint");
procedure text
(label : label_access_t;
text : cs.chars_ptr);
pragma import (c, text, "AG_LabelTextS");
procedure flag
(label : label_access_t;
index : c.unsigned;
desc : cs.chars_ptr;
mask : mask_t);
pragma import (c, flag, "agar_gui_widget_label_flag");
procedure flag8
(label : label_access_t;
index : c.unsigned;
desc : cs.chars_ptr;
mask : agar.core.types.uint8_t);
pragma import (c, flag8, "agar_gui_widget_label_flag8");
procedure flag16
(label : label_access_t;
index : c.unsigned;
desc : cs.chars_ptr;
mask : agar.core.types.uint16_t);
pragma import (c, flag16, "agar_gui_widget_label_flag16");
procedure flag32
(label : label_access_t;
index : c.unsigned;
desc : cs.chars_ptr;
mask : agar.core.types.uint32_t);
pragma import (c, flag32, "agar_gui_widget_label_flag32");
end cbinds;
function allocate_polled
(parent : widget_access_t;
flags : flags_t;
text : string) return label_access_t
is
ca_text : aliased c.char_array := c.to_c (text);
ca_fmt : aliased c.char_array := c.to_c ("%s");
begin
return cbinds.allocate_polled
(parent => parent,
flags => flags,
fmt => cs.to_chars_ptr (ca_fmt'unchecked_access),
text => cs.to_chars_ptr (ca_text'unchecked_access));
end allocate_polled;
function allocate_polled_mutex
(parent : widget_access_t;
flags : flags_t;
mutex : agar.core.threads.mutex_t;
text : string) return label_access_t
is
ca_text : aliased c.char_array := c.to_c (text);
ca_fmt : aliased c.char_array := c.to_c ("%s");
begin
return cbinds.allocate_polled_mutex
(parent => parent,
flags => flags,
mutex => mutex,
fmt => cs.to_chars_ptr (ca_fmt'unchecked_access),
text => cs.to_chars_ptr (ca_text'unchecked_access));
end allocate_polled_mutex;
procedure set_padding
(label : label_access_t;
left : natural;
right : natural;
top : natural;
bottom : natural) is
begin
cbinds.set_padding
(label => label,
left => c.int (left),
right => c.int (right),
top => c.int (top),
bottom => c.int (bottom));
end set_padding;
procedure size_hint
(label : label_access_t;
num_lines : natural;
text : string)
is
ca_text : aliased c.char_array := c.to_c (text);
begin
cbinds.size_hint
(label => label,
num_lines => c.unsigned (num_lines),
text => cs.to_chars_ptr (ca_text'unchecked_access));
end size_hint;
-- static labels
procedure text
(label : label_access_t;
text : string)
is
ca_text : aliased c.char_array := c.to_c (text);
begin
cbinds.text (label, cs.to_chars_ptr (ca_text'unchecked_access));
end text;
-- flag descriptions
procedure flag
(label : label_access_t;
index : natural;
desc : string;
mask : mask_t)
is
ca_desc : aliased c.char_array := c.to_c (desc);
begin
cbinds.flag
(label => label,
index => c.unsigned (index),
desc => cs.to_chars_ptr (ca_desc'unchecked_access),
mask => mask);
end flag;
procedure flag8
(label : label_access_t;
index : natural;
desc : string;
mask : agar.core.types.uint8_t)
is
ca_desc : aliased c.char_array := c.to_c (desc);
begin
cbinds.flag8
(label => label,
index => c.unsigned (index),
desc => cs.to_chars_ptr (ca_desc'unchecked_access),
mask => mask);
end flag8;
procedure flag16
(label : label_access_t;
index : natural;
desc : string;
mask : agar.core.types.uint16_t)
is
ca_desc : aliased c.char_array := c.to_c (desc);
begin
cbinds.flag16
(label => label,
index => c.unsigned (index),
desc => cs.to_chars_ptr (ca_desc'unchecked_access),
mask => mask);
end flag16;
procedure flag32
(label : label_access_t;
index : natural;
desc : string;
mask : agar.core.types.uint32_t)
is
ca_desc : aliased c.char_array := c.to_c (desc);
begin
cbinds.flag32
(label => label,
index => c.unsigned (index),
desc => cs.to_chars_ptr (ca_desc'unchecked_access),
mask => mask);
end flag32;
function widget (label : label_access_t) return widget_access_t is
begin
return label.widget'access;
end widget;
end agar.gui.widget.label;
|
models/hol/sygus/synth2.als | johnwickerson/alloystar | 2 | 5050 | module synth2<spec>
open synth_ast
--------------------------------------------------------------------------------
-- Synthesis predicate
--------------------------------------------------------------------------------
pred synth[root: Node] {
all envI: IntVar -> one IntVarVal {
all envB: BoolVar -> one Bit {
some eval: IntNode->Int + BoolNode->Bit when {
envI in eval
envB in eval
semantics[eval]
}{
spec[root, eval]
}
}
}
}
pred synthI[root: Node] {
all envI: IntVar -> one IntVarVal {
some eval: IntNode->Int + BoolNode->Bit when {
envI in eval
semantics[eval]
}{
spec[root, eval]
}
}
}
pred synthB[root: Node] {
all envB: BoolVar -> one Bit {
some eval: IntNode->Int + BoolNode->Bit when {
envB in eval
semantics[eval]
}{
spec[root, eval]
}
}
}
pred synthIntNode[root: IntNode] { synth[root] }
pred synthIntNodeI[root: IntNode] { synthI[root] }
pred synthIntNodeB[root: IntNode] { synthB[root] }
pred synthBoolNode[root: BoolNode] { synth[root] }
pred synthBoolNodeI[root: BoolNode] { synthI[root] }
pred synthBoolNodeB[root: BoolNode] { synthB[root] }
|
transformy/tables/gen/0050.asm | mborik/regression | 3 | 160629 | xor a
ld hl, basescradr + #0acd
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #1210
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #1231
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #06ad
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld d,a
ld e,a
ld (basescradr + #0b6c), de
ld (basescradr + #0f6c), de
ld (basescradr + #0f8b), de
ld (basescradr + #1052), de
ld hl, basescradr + #114f
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld (basescradr + #1610), de
ld (basescradr + #1732), de
ld (basescradr + #03d0), a
ld (basescradr + #03ef), a
ld (basescradr + #07b0), a
ld (basescradr + #07ef), a
ld (basescradr + #08cc), a
ld (basescradr + #08ee), a
ld (basescradr + #0aee), a
ld (basescradr + #0b0f), a
ld (basescradr + #0b2e), a
ld (basescradr + #0b4d), a
ld (basescradr + #0b8c), a
ld (basescradr + #0bac), a
ld (basescradr + #0bef), a
ld (basescradr + #0eac), a
ld (basescradr + #0ecd), a
ld (basescradr + #0eef), a
ld (basescradr + #0f0e), a
ld (basescradr + #0f2e), a
ld (basescradr + #0f4d), a
ld (basescradr + #0fac), a
ld (basescradr + #0fce), a
ld (basescradr + #0fef), a
ld (basescradr + #100f), a
ld (basescradr + #1031), a
ld (basescradr + #1332), a
ld (basescradr + #1432), a
ld (basescradr + #1632), a
ld (basescradr + #1711), a
ld a, 238
ld hl, basescradr + #00cc
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #00ec
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #04cc
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #080b
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #084a
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #0c0b
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #0c69
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #00cd
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #00ed
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #02cd
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #02ed
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #04cd
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #04ec
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #06cd
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #06eb
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #080c
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #082b
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #084b
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #086a
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0889
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #08a9
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0a0c
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0a2b
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0a4b
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0a6a
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0a89
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0aa9
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0ace
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0af0
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0c0c
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0c2b
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0c4a
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0c6a
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0c89
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0ca8
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0da9
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0e0c
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0e2a
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0e4a
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0e6a
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0e89
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0eae
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0ecf
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0ef1
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #1212
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld d,a
ld e,a
ld (basescradr + #1612), de
ld (basescradr + #01f2), a
ld (basescradr + #05f3), a
ld (basescradr + #0935), a
ld (basescradr + #0957), a
ld (basescradr + #09d5), a
ld (basescradr + #0d2a), a
ld (basescradr + #0d36), a
ld (basescradr + #0d57), a
ld (basescradr + #0d96), a
ld (basescradr + #0dd5), a
ld (basescradr + #0df4), a
ld (basescradr + #1114), a
ld (basescradr + #1133), a
ld (basescradr + #1233), a
inc a
ld (basescradr + #00d0), a
ld (basescradr + #04d0), a
ld (basescradr + #080f), a
ld (basescradr + #084e), a
ld (basescradr + #088d), a
ld (basescradr + #0c0f), a
ld (basescradr + #0c4e), a
ld (basescradr + #0c6d), a
ld (basescradr + #0cac), a
ld a, 192
ld (basescradr + #00d1), a
ld (basescradr + #02f3), a
ld (basescradr + #05d2), a
ld (basescradr + #0897), a
ld (basescradr + #0936), a
ld (basescradr + #0c15), a
ld (basescradr + #0df5), a
ld (basescradr + #0e37), a
ld (basescradr + #0eb6), a
ld (basescradr + #0ef5), a
ld (basescradr + #1534), a
ld a, 224
ld (basescradr + #01d1), a
ld (basescradr + #06d2), a
ld (basescradr + #0a36), a
ld (basescradr + #0a77), a
ld (basescradr + #0af5), a
ld (basescradr + #0c77), a
ld (basescradr + #0cf5), a
ld (basescradr + #0d15), a
ld (basescradr + #0db6), a
ld (basescradr + #1134), a
ld (basescradr + #1234), a
ld (basescradr + #1434), a
ld a, 2
ld (basescradr + #02cb), a
ld (basescradr + #0888), a
ld (basescradr + #0949), a
ld (basescradr + #0a0a), a
ld (basescradr + #0a49), a
ld (basescradr + #0a88), a
ld a, 232
ld (basescradr + #02d1), a
ld (basescradr + #0977), a
ld (basescradr + #09b6), a
ld (basescradr + #09f5), a
ld (basescradr + #0ab6), a
ld (basescradr + #0e15), a
ld a, 136
ld d,a
ld e,a
ld (basescradr + #03f1), de
ld (basescradr + #07d1), de
ld hl, basescradr + #07f0
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0b10
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0b30
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0b4f
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0b6e
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0b8e
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0bad
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0bcf
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0bf0
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0f10
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0f2f
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0f4f
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0f6e
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0f8e
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0fae
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0fcf
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #0ff1
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #1312
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld (basescradr + #1713), de
ld (basescradr + #03d1), a
ld (basescradr + #1333), a
ld a, 6
ld (basescradr + #04cb), a
ld (basescradr + #05cb), a
ld (basescradr + #0c0a), a
ld (basescradr + #0c88), a
ld (basescradr + #0d0a), a
ld (basescradr + #0ece), a
ld (basescradr + #1232), a
ld a, 255
ld (basescradr + #04d1), a
ld (basescradr + #0835), a
ld (basescradr + #0856), a
ld (basescradr + #08d5), a
ld (basescradr + #0c14), a
ld (basescradr + #0c57), a
ld (basescradr + #0c96), a
ld (basescradr + #0cf4), a
ld (basescradr + #1014), a
ld (basescradr + #1033), a
ld (basescradr + #1433), a
ld a, 14
ld hl, basescradr + #0c49
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld (basescradr + #00eb), a
ld (basescradr + #01eb), a
ld (basescradr + #06cb), a
ld (basescradr + #082a), a
ld (basescradr + #08a8), a
ld (basescradr + #0aef), a
ld (basescradr + #0e0a), a
ld (basescradr + #0e88), a
ld (basescradr + #1633), a
ld a, 8
ld (basescradr + #03f0), a
ld (basescradr + #07d0), a
ld (basescradr + #0b2f), a
ld (basescradr + #0b4e), a
ld (basescradr + #0b8d), a
ld (basescradr + #0bce), a
ld (basescradr + #0f0f), a
ld (basescradr + #0f4e), a
ld (basescradr + #0f8d), a
ld (basescradr + #0fad), a
ld (basescradr + #0ff0), a
ld (basescradr + #1311), a
ld (basescradr + #1712), a
ld a, 254
ld (basescradr + #00f2), a
ld (basescradr + #0c36), a
ld (basescradr + #0cd5), a
ld (basescradr + #1414), a
ld a, 128
ld (basescradr + #01f3), a
ld (basescradr + #03f3), a
ld (basescradr + #06f4), a
ld (basescradr + #07f4), a
ld (basescradr + #0836), a
ld (basescradr + #08d6), a
ld (basescradr + #09d6), a
ld (basescradr + #0a97), a
ld (basescradr + #0b15), a
ld (basescradr + #0b77), a
ld (basescradr + #0bf5), a
ld (basescradr + #0d37), a
ld (basescradr + #0f37), a
ld (basescradr + #0fb6), a
ld (basescradr + #0ff5), a
ld (basescradr + #1015), a
ld (basescradr + #1334), a
ld (basescradr + #1634), a
ld a, 46
ld (basescradr + #02eb), a
ld (basescradr + #0869), a
ld (basescradr + #092a), a
ld (basescradr + #0969), a
ld (basescradr + #09a8), a
ld (basescradr + #0a2a), a
ld (basescradr + #0aa8), a
ld (basescradr + #0ef0), a
ld a, 110
ld (basescradr + #04eb), a
ld (basescradr + #05eb), a
ld (basescradr + #09ef), a
ld (basescradr + #0a69), a
ld (basescradr + #0c2a), a
ld (basescradr + #0da8), a
ld (basescradr + #0df0), a
ld (basescradr + #0ead), a
ld (basescradr + #1211), a
ld (basescradr + #1533), a
ld a, 252
ld (basescradr + #04f3), a
ld (basescradr + #0857), a
ld (basescradr + #08b6), a
ld a, 240
ld (basescradr + #0814), a
ld (basescradr + #0cb6), a
ld a, 236
ld (basescradr + #0914), a
ld (basescradr + #0dac), a
ld (basescradr + #0ed5), a
ld (basescradr + #1514), a
ld (basescradr + #1614), a
ld a, 15
ld (basescradr + #08cd), a
ld (basescradr + #1411), a
ld a, 68
ld (basescradr + #09c9), a
ld (basescradr + #09ee), a
ld (basescradr + #0dca), a
ld (basescradr + #0dcd), a
ld (basescradr + #0deb), a
ld (basescradr + #0def), a
ld (basescradr + #110c), a
ld (basescradr + #1110), a
ld (basescradr + #1131), a
ld (basescradr + #1510), a
ld (basescradr + #1532), a
ld a, 70
ld (basescradr + #09cd), a
ld (basescradr + #1511), a
ld a, 63
ld (basescradr + #0cce), a
ld (basescradr + #1032), a
ld a, 4
ld (basescradr + #09ea), a
ld (basescradr + #0dc9), a
ld (basescradr + #112d), a
ld a, 78
ld (basescradr + #0dce), a
ld (basescradr + #1132), a
ld a, 127
ld (basescradr + #08ef), a
ld a, 248
ld (basescradr + #08f5), a
ld (basescradr + #1034), a
ld a, 1
ld (basescradr + #0cef), a
ld a, 3
ld (basescradr + #1010), a
ret
|
Maths/Utilities/APequPmulQUnsg-MULTU.asm | ped7g/EliteNext | 9 | 160251 | APequPmulQUnsg: ; \ AP=P*Qunsg
MULTU:
ld a,(varQ)
cp 0
jr z,.MU1 ; up, P = Acc = Xreg = 0
.MUL1: ; P*X will be done
ld d,a
ld a,(varP)
ld e,a
mul ; de = d * e
ld a,d
ld (varP),a
ld a,e
ret
.MU1:
ld (varP),a
or a ; clear carry flag
ret |
libsrc/_DEVELOPMENT/compress/zx1/c/sdcc/dzx1_agile_rcs.asm | ahjelm/z88dk | 640 | 243222 | <reponame>ahjelm/z88dk<filename>libsrc/_DEVELOPMENT/compress/zx1/c/sdcc/dzx1_agile_rcs.asm
; void dzx1_agile_rcs(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx1
PUBLIC _dzx1_agile_rcs
EXTERN asm_dzx1_agile_rcs
_dzx1_agile_rcs:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_dzx1_agile_rcs
|
Datastructures/Matrix.asm | anonymousthing/Sulphur | 0 | 80583 | ;048C
;159D
;26AE
;37BF
;xmm0 01 23
;xmm1 45 67
;xmm2 89 AB
;xmm3 CD EF
;Shuffle
;dest[0] = src1[x]
;dest[1] = src1[y]
;dest[2] = src2[z]
;dest[3] = src2[w]
segment .text
; public: static void __cdecl Matrix<float,4,4>::Mul<4,4,4>(
; struct _Matrix<float,4,4> &,
; struct _Matrix<float,4,4> const &,
; struct _Matrix<float,4,4> const &)
global ??$Mul@$03$03$03@?$Matrix@M$03$03@@SAXAEAU0@AEBU0@1@Z
??$Mul@$03$03$03@?$Matrix@M$03$03@@SAXAEAU0@AEBU0@1@Z:
;dest = RCX
;a = RDX
;b = R8
; xmm0 - xmm3 original A
; xmm4 - xmm11 temp storage for A (During transpose)
; xmm0 - xmm3 B
; xmm4 - xmm7 A transpose
; xmm8 - xmm11 Dest
; xmm6-15 must be preserved
; Required data -- this will likely stall us if the caller hasn't touched them (unavoidable)
movups xmm0, [rdx]
movups xmm2, [rdx+32]
sub rsp, 40 ; Space for xmm6/7
movdqu [rsp+16], xmm6 ; Save xmm6 (non-volatile)
; xmm8 = a[0123], xmm10 = a[89AB]
; Prefetch 'b' Matrix.
prefetchnta [r8]
; Preserve these registers
movdqu [rsp], xmm7 ; Save xmm7 (non-volatile)
; By the time those previous loads are done, the following data
; is already in L1. Start the moves early anyway though.
sub rsp, 32 ; space for xmm8/9
movups xmm1, [rdx+16]
; We're in the process of getting the following
; xmm0 0123
; xmm1 4567
; xmm2 89AB
; xmm3 CDEF
;vshufps = lat 1 tp 1
vshufps xmm4, xmm0, xmm2, 0x00 ; 00000000 xmm4 = vshufps(xmm0, xmm2) [0, 0, 0, 0] [0080]
movdqu [rsp+16], xmm8 ; Save xmm8 (non-volatile)
vshufps xmm5, xmm0, xmm2, 0x11 ; 00010001 xmm5 = vshufps(xmm0, xmm2) [1, 0, 1, 0] [1090]
movups xmm3, [rdx+48]
vshufps xmm6, xmm0, xmm2, 0x22 ; 00100010 xmm6 = vshufps(xmm0, xmm2) [2, 0, 2, 0] [20A0]
movdqu [rsp], xmm9 ; Save xmm9 (non-volatile)
vshufps xmm7, xmm0, xmm2, 0x33 ; 00110011 xmm7 = vshufps(xmm0, xmm2) [3, 0, 3, 0] [30B0]
; xmm0 & xmm2 are not longer required.
; Begin loading B
movups xmm0, [r8]
; xmm1= a[4567], xmm3 = a[CDEF]
sub rsp, 32
vshufps xmm8, xmm1, xmm3, 0x00 ; 00000000 xmm8 = vshuffle(xmm1, xmm3) [0, 0, 0, 0] [040C]
movdqu [rsp-16], xmm10 ; Save xmm10 (non-volatile)
vshufps xmm9, xmm1, xmm3, 0x44 ; 01000100 xmm9 = vshuffle(xmm1, xmm3) [0, 1, 0, 1] [050D]
movups xmm2, [r8+32]
vshufps xmm10, xmm1, xmm3, 0x88 ; 10001000 xmm10 = vshuffle(xmm1, xmm3) [0, 2, 0, 2] [060E]
movdqu [rsp], xmm11 ; Save xmm11 (non-volatile)
vshufps xmm11, xmm1, xmm3, 0xCC ; 11001100 xmm11 = vshuffle(xmm1, xmm3) [0, 3, 0, 3] [070F]
movups xmm1, [r8+16]
; Load the rest of B
; We now have the following
; xmm4 0?8?
; xmm5 1?9?
; xmm6 2?A?
; xmm7 3?B?
; xmm8 ?4?C
; xmm9 ?5?D
; xmm10 ?6?E
; xmm11 ?7?F
; We need to blend them together to get the final result
; vblendps lat 1, tp 0.33-0.5
vblendps xmm4, xmm4, xmm8, 0x0A ; 0000 1010
vblendps xmm5, xmm5, xmm9, 0x0A ; 0000 1010
movups xmm3, [r8+48]
vblendps xmm6, xmm6, xmm10, 0x0A ; 0000 1010
vblendps xmm7, xmm7, xmm11, 0x0A ; 0000 1010
; xmm4-xmm7, A
; xmm0-xmm3 B
; xmm8-xmm11 Dest
;#REQUIRE xmm0 = b[0123], xmm1 = b[4567],
; xmm2 = b[89AB], xmm3 = b[CDEF]
;//xmm4-7 contain A [048C] [159D] [26AE] [37BF]
;//xmm0-3 contain B [0123] [4567] [89AB] [CDEF]
;//We can issue a DPPS ever 2nd cycle.
;//Use registers 8-11 as final result.
;//xmm8-11 as result[0123] [4567] [89AB] [CDEF]
;//xmm8 = [DOT(xmm0, xmm4), DOT(xmm1 xmm4), DOT(xmm2, xmm4), DOT(xmm3, xmm4)]
;//xmm9 = [DOT(xmm0, xmm5), DOT(xmm1 xmm5), DOT(xmm2, xmm5), DOT(xmm3, xmm5)]
;//xmm10 = [DOT(xmm0, xmm6), DOT(xmm1 xmm6), DOT(xmm2, xmm6), DOT(xmm3, xmm6)]
;//xmm11 = [DOT(xmm0, xmm7), DOT(xmm1 xmm7), DOT(xmm2, xmm7), DOT(xmm3, xmm7)]
;//Use registers 12-15 as temporary storage.
;vdpps will broadcast it's result -- all elements in dest are set.
vdpps xmm8, xmm4, xmm0, 0xFF ; xmm8 = Result[0000]
vdpps xmm9, xmm5, xmm0, 0xFF ; xmm9 = Result[4444]
vdpps xmm10, xmm6, xmm0, 0xFF ; xmm10 = Result[8888]
vdpps xmm11, xmm7, xmm0, 0xFF ; xmm11 = Result[CCCC]
vblendps xmm8, xmm8, xmm9, 0x02; xxxxxx10 xmm8 = Result[04xx]
vblendps xmm8, xmm8, xmm10, 0x04; xxxxx100 xmm8 = Result[048x]
vblendps xmm8, xmm8, xmm11, 0x08; xxxx1000 xmm8 = Result[048C]
;dest = RCX
movups [rcx], xmm8
;#FREE xmm0
; xmm8
vdpps xmm9, xmm4, xmm1, 0xFF ; xmm9 = Result[1111]
vdpps xmm0, xmm5, xmm1, 0xFF ; xmm0 = Result[5555]
vdpps xmm10, xmm6, xmm1, 0xFF ; xmm10 = Result[9999]
vdpps xmm11, xmm7, xmm1, 0xFF ; xmm11 = Result[DDDD]
vblendps xmm9, xmm9, xmm0, 0x02 ; xxxxxx10 xmm9 = Result[15xx]
vblendps xmm9, xmm9, xmm10, 0x04; xxxxx100 xmm9 = Result[159x]
vblendps xmm9, xmm9, xmm11, 0x08; xxxx1000 xmm9 = Result[159D]
; asasd
movdqu xmm11, [rsp] ; Restore xmm11
add rsp, 32
movups [rcx+16], xmm9
;#FREE xmm1
vdpps xmm0, xmm4, xmm2, 0xFF ; xmm0 = Result[2222]
vdpps xmm1, xmm5, xmm2, 0xFF ; xmm1 = Result[6666]
movdqu xmm10, [rsp-16] ; Restore xmm10
vdpps xmm8, xmm6, xmm2, 0xFF ; xmm8 = Result[AAAA]
vdpps xmm9, xmm7, xmm2, 0xFF ; xmm9 = Result[EEEE]
vblendps xmm0, xmm0, xmm1, 0x02 ; xxxxxx10 xmm0 = Result[26xx]
vblendps xmm0, xmm0, xmm8, 0x04; xxxxx100 xmm0 = Result[26Ax]
vblendps xmm0, xmm0, xmm9, 0x08; xxxx1000 xmm0 = Result[26AE]
movups [rcx+32], xmm0
movdqu xmm9, [rsp] ; Restore xmm9
;#FREE xmm2
vdpps xmm1, xmm4, xmm3, 0xFF ; xmm1 = Result[3333]
vdpps xmm2, xmm5, xmm3, 0xFF ; xmm2 = Result[7777]
vdpps xmm8, xmm6, xmm3, 0xFF ; xmm8 = Result[BBBB]
vdpps xmm0, xmm7, xmm3, 0xFF ; xmm0 = Result[FFFF]
vblendps xmm1, xmm1, xmm2, 0x02 ; xxxxxx10 xmm1 = Result[37xx]
vblendps xmm1, xmm1, xmm8, 0x04 ; xxxxx100 xmm1 = Result[37Bx]
vblendps xmm1, xmm1, xmm0, 0x08 ; xxxx1000 xmm1 = Result[37BF]
movdqu xmm8, [rsp-16] ; Restore xmm8
add rsp, 32
movups [rcx+48], xmm1
movdqu xmm7, [rsp] ; Restore xmm7
movdqu xmm6, [rsp-16] ; Restore xmm6
add rsp, 40
ret
|
oeis/215/A215484.asm | neoneye/loda-programs | 11 | 160826 | ; A215484: a(n) = 21*a(n-2) + 7*a(n-3), with a(0)=a(1)=0, a(2)=9.
; Submitted by <NAME>
; 0,0,9,0,189,63,3969,2646,83790,83349,1778112,2336859,37923795,61520823,812757708,1557403848,17498557629,38394784764,378371537145,928780383447,8214565773393,22152988812402,179007343925382,522714725474193,3914225144119836,12230060642435727,85857731104835907,284230849499989119,1888622777698604136,6569851957233622848,41650694278170610689,151187250545796308760,920653543542218184405,3466487121408916758783,20392035168207156033825,79240804354382779225278,452498148382212694021806
lpb $0
sub $0,1
mul $2,7
add $4,1
add $4,$2
mov $5,$4
mov $4,$2
mov $2,$3
mul $2,2
div $4,2
add $5,$4
mov $3,$5
sub $4,1
lpe
mov $0,$2
div $0,2
mul $0,9
|
oeis/099/A099244.asm | neoneye/loda-programs | 11 | 170991 | ; A099244: Greatest common divisor of length of n in binary representation and its number of ones.
; Submitted by <NAME>(s1)
; 1,1,2,1,1,1,3,1,2,2,1,2,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,2,2,3,2,3,3,2,2,3,3,2,3,2,2,1,2,3,3,2,3,2,2,1,3,2,2,1,2,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
add $0,1
mov $2,$0
lpb $2
div $2,2
sub $0,$2
add $3,1
lpe
gcd $0,$3
|
old/Spaces/FlatteningLoopSpaceWedgeCircles.agda | timjb/HoTT-Agda | 294 | 6812 | <reponame>timjb/HoTT-Agda
{-# OPTIONS --without-K #-}
open import Base
open import Integers
module Spaces.FlatteningLoopSpaceWedgeCircles {i} (A : Set i) (set : is-set A)
where
import Spaces.WedgeCircles
import Algebra.FreeGroup
import Algebra.FreeGroupProps
import Algebra.FreeGroupAsReducedWords
open Spaces.WedgeCircles A renaming (wedge-circles to WA; base to baseWA)
open Algebra.FreeGroup A renaming (freegroup to FA)
open Algebra.FreeGroupProps A
-- Path fibration
path-fib : WA → Set (suc i)
path-fib t = (t ≡ baseWA)
tot-path-fib : Set (suc i)
tot-path-fib = Σ (WA) path-fib
abstract
tot-path-fib-is-contr : is-contr tot-path-fib
tot-path-fib-is-contr = pathto-is-contr baseWA
-- Universal cover
x·-path : A → FA ≡ FA
x·-path x = eq-to-path (_ , x·-is-equiv x)
universal-cover : WA → Set i
universal-cover = wedge-circles-rec-nondep (Set _) FA x·-path
tot-cover : Set _
tot-cover = Σ WA universal-cover
trans-universal-cover : {u v : WA} (p : u ≡ v) (q : universal-cover u)
→ transport universal-cover p q
≡ transport (λ A → A) (ap universal-cover p) q
trans-universal-cover refl _ = refl
abstract
loops-to-x· : (t : A) (u : FA) → transport universal-cover (loops t) u ≡ t · u
loops-to-x· t u =
trans-universal-cover (loops t) u
∘ (ap (λ t' → transport (λ B → B) t' u) (β-nondep (Set _) FA x·-path t)
∘ trans-id-eq-to-path (_ , x·-is-equiv t) u)
{-
Here is an HIT declaration for the Cayley graph of the free group over A:
data cayley : Set where
z : FA → cayley
e : (t : A) (u : FA) → z u ≡ z (t · u)
We will see that [cayley] is contractible.
We want to show that [tot-cover] has the same introduction and elimination
rules, so that we can prove that [tot-cover] is contractible too.
We do not need to actually have the type [cayley], it is enough to show
that [tot-cover] has the same rules and then we can copy the proof of the
contractibility using the new rules.
-}
-- Introduction rules
CA-z : FA → tot-cover
CA-z u = (baseWA , u)
CA-e : (t : A) (u : FA) → CA-z u ≡ CA-z (t · u)
CA-e t u = Σ-eq (loops t) (loops-to-x· t u)
-- Elimination rule
module equivCA
{i}
(P : tot-cover → Set i)
(z : (u : FA) → P (CA-z u))
(e : (t : A) (u : FA) → transport P (CA-e t u) (z u) ≡ z (t · u)) where
CA-e' : (t : A) (u : FA)
→ CA-z u ≡ CA-z (transport universal-cover (loops t) u)
CA-e' t u = Σ-eq (loops t) refl
abstract
e' : (t : A) (u : FA)
→ transport P (CA-e' t u) (z u)
≡ z (transport universal-cover (loops t) u)
e' t u = (trans-totalpath universal-cover P {x = (baseWA , u)}
{y = (baseWA , transport universal-cover (loops t) u)} (loops t)
refl z
∘ move!-transp-left (λ z → P (baseWA , z)) _ (loops-to-x· t u)
(z (t · u))
(! (trans-totalpath universal-cover P
{x = (baseWA , u)} {y = (baseWA , (t · u))}
(loops t) (loops-to-x· t u) z)
∘ e t u))
∘ apd z (! (loops-to-x· t u))
P-base : (u : universal-cover (baseWA)) → P (baseWA , u)
P-base u = z u
abstract
P-loops : (t : A) (u : universal-cover (baseWA))
→ transport (λ x → (t : universal-cover x) → P (x , t)) (loops t) P-base u
≡ P-base u
P-loops t u =
transport (λ u → transport (λ x → (t : universal-cover x) → P (x , t))
(loops t) P-base u ≡ P-base u)
(trans-trans-opposite universal-cover (loops t) u)
(! (trans-totalpath universal-cover P
{x = (baseWA , transport universal-cover (! (loops t)) u)}
{y = (baseWA , transport universal-cover (loops t)
(transport universal-cover (! (loops t)) u))}
(loops t) refl z)
∘ e' t (transport universal-cover (! (loops t)) u))
P-CA-rec : (x : WA) → (t : universal-cover x) → P (x , t)
P-CA-rec = wedge-circles-rec (λ x → (t : universal-cover x) → P (x , t))
P-base (λ t → funext (P-loops t))
-- Here is the conclusion of the elimination rule
abstract
CA-rec : (t : tot-cover) → P t
CA-rec (x , y) = P-CA-rec x y
|
videocodec/libvpx_internal/libvpx/vp8/common/ppc/platform_altivec.asm | Omegaphora/hardware_intel_common_omx-components | 49 | 173761 | <filename>videocodec/libvpx_internal/libvpx/vp8/common/ppc/platform_altivec.asm
;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing project authors may
; be found in the AUTHORS file in the root of the source tree.
;
.globl save_platform_context
.globl restore_platform_context
.macro W V P
stvx \V, 0, \P
addi \P, \P, 16
.endm
.macro R V P
lvx \V, 0, \P
addi \P, \P, 16
.endm
;# r3 context_ptr
.align 2
save_platform_contex:
W v20, r3
W v21, r3
W v22, r3
W v23, r3
W v24, r3
W v25, r3
W v26, r3
W v27, r3
W v28, r3
W v29, r3
W v30, r3
W v31, r3
blr
;# r3 context_ptr
.align 2
restore_platform_context:
R v20, r3
R v21, r3
R v22, r3
R v23, r3
R v24, r3
R v25, r3
R v26, r3
R v27, r3
R v28, r3
R v29, r3
R v30, r3
R v31, r3
blr
|
src/osascripts/close-safari.applescript | jokajak/ki | 83 | 4323 | <gh_stars>10-100
-- AppleScript template for closing a specific Safari tab or window
-- `target` - a string that describes the browser document, window, or tab target
tell application "Safari" to close {{target}}
|
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/inline7_pkg1.adb | best08618/asylo | 7 | 2910 | <filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/inline7_pkg1.adb
with Inline7_Pkg2;
package body Inline7_Pkg1 is
procedure Test (I : Integer) is
function F is new Inline7_Pkg2.Calc (I);
begin
if I /= F (I) then
raise Program_Error;
end if;
end;
end Inline7_Pkg1;
|
rom/src/search.asm | Gegel85/GBCGoogleMaps | 0 | 5260 | <gh_stars>0
search::
call loadTextAsset
; Change SSID
ld hl, searchText
call displayText
xor a
call typeText
; Prepare the command
ld hl, myCmdBuffer
ld a, SERVER_REQU
ld [hli], a
push hl
ld hl, typedTextBuffer
call getStrLen
pop hl
inc a
ld [hli], a
xor a
ld [hli], a
ld a, 2
ld [hli], a
ld bc, $100
ld d, h
ld e, l
ld hl, typedTextBuffer
call copyStr
xor a
ld [cartIntTrigger], a
call waitVBLANK
reset lcdCtrl
xor a
ld de, VRAMBgStart
ld bc, $300
call fillMemory
call loadTiles
reg lcdCtrl, LCD_BASE_CONTROL_BYTE
jp map |
programs/oeis/207/A207332.asm | neoneye/loda | 22 | 91700 | <filename>programs/oeis/207/A207332.asm
; A207332: Double factorials (prime(n)-2)!!.
; 1,1,3,15,945,10395,2027025,34459425,13749310575,213458046676875,6190283353629375,221643095476699771875,319830986772877770815625,13113070457687988603440625,25373791335626257947657609375,2980227913743310874726229193921875
seq $0,6005 ; The odd prime numbers together with 1.
mov $1,1
mov $2,54
lpb $2
sub $0,2
mul $1,$2
mov $2,0
max $2,$0
lpe
div $1,54
mov $0,$1
|
oeis/017/A017807.asm | neoneye/loda-programs | 11 | 84649 | ; A017807: Binomial coefficients C(91,n).
; 1,91,4095,121485,2672670,46504458,666563898,8093990190,84986896995,783768050065,6426898010533,47325339895743,315502265971620,1917283000904460,10682005290753420,54834293825867556,260462895672870891,1149101010321489225,4724081931321677925,18150420051920130975,65341512186912471510,220916541203370737010,702916267465270526850,2108748802395811580550,5974788273454799478225,16012432572858862601643,40646944223410958911863,97853754611915271454485,223665724827234906181680,485894505659165485842960
mov $1,91
bin $1,$0
mov $0,$1
|
ee/hxt/exec.asm | olifink/smsqe | 0 | 17249 | <gh_stars>0
; Procedure to set up execute hotkeys V2.00 1990 <NAME> QJUMP
section hotkey
xdef hxt_res
xdef hxt_resw
xdef hxt_trn
xdef hxt_trnw
xdef hxt_exec
xdef hxt_wake
xdef hxt_ldex
xdef hxt_ldwk
xref hxt_repl
xref hxt_mkxi
xref hk_dflts
xref hk_newst
xref hxt_prmk
xref gu_hkuse
xref gu_hkfre
xref gu_thjmp
xref gu_achpp
xref gu_rchp
xref gu_fopen
xref gu_fclos
xref gu_iowp
include 'dev8_keys_qdos_sms'
include 'dev8_keys_qdos_ioa'
include 'dev8_keys_qdos_io'
include 'dev8_keys_err'
include 'dev8_keys_hdr'
include 'dev8_keys_thg'
include 'dev8_ee_hk_xhdr'
include 'dev8_ee_hk_data'
include 'dev8_ee_hxt_data'
include 'dev8_mac_thg'
max.name equ $24 ; max length of program name
alc.name equ max.name+4 ; space allocated for max name
;+++
; HOT_RES filename \P parameters \J Job name \W Wake name
;---
hxt_res thg_extn {RES },hxt_resw,hxt_prmk
hex.reg reg d1/d2/d3/d6/a0/a1/a2/a3/a4
stk_parm equ $14
movem.l hex.reg,-(sp)
moveq #hki.xthg,d6 ; execute thing
bra.s hex_file
;+++
; HOT_RESW filename \P parameters \J Job name \W Wake name
;---
hxt_resw thg_extn {RESW},hxt_trn,hxt_prmk
movem.l hex.reg,-(sp)
moveq #hki.wake,d6 ; wake thing
bra.s hex_file
;+++
; HOT_TRN filename \P parameters \J Job name \W Wake name
;---
hxt_trn thg_extn {TRN },hxt_trnw,hxt_prmk
movem.l hex.reg,-(sp)
moveq #hki.xttr,d6 ; execute thing (transient)
bra.s hex_file
;+++
; HOT_TRN filename \P parameters \J Job name \W Wake name
;---
hxt_trnw thg_extn {TRNW},hxt_exec,hxt_prmk
movem.l hex.reg,-(sp)
moveq #hki.wktr,d6 ; wake thing (transient)
hex_file
jsr hxt_repl ; replace Hotkey
bne.l hex_exit
move.l hxt_itnm(a1),a0 ; file name
moveq #ioa.kshr,d3 ; shared
lea gu_fopen,a4 ; open
pea -$70(sp) ; workspace
jsr hk_dflts ; with defaults
move.l (sp)+,a1
bne.l hex_exit
moveq #iof.rhdr,d0 ; read header
moveq #hdr.set,d2 ; minimum
jsr gu_iowp
bne.l hex_fclos ; ... oops, close file
cmp.b #1,hdr_type(a1) ; executable?
bne.l hex_ijob ; ... no
move.l hdr_flen(a1),d2 ; file length
move.l hdr_data(a1),d3 ; data space
move.l a0,a4
moveq #(th.len+thh_strt+4+hkh.hlen)/2+alc.name,d0
add.w d0,d0 ; length of thing
move.l d0,a1 ; start of program
add.l d2,d0 ; plus length of program
jsr gu_achpp
bne.l hex_fclos ; oops
add.l a0,a1 ; abs start of program
move.l a0,a2 ; base of thing
moveq #iof.load,d0 ; load file
move.l a4,a0
jsr gu_iowp
jsr gu_fclos ; finished with the file now
bne.l hex_rthg ; oops, return heap
move.l stk_parm(sp),a0 ; use job name
move.l hxt_jbnm(a0),d0
beq.s hex_pnam ; ... none
move.l d0,a4
move.w (a4),d0 ; length of job name
beq.s hex_pnam ; ... none
cmp.w #max.name,d0 ; too long?
bls.s hex_setth ; ... no
hex_pnam
lea 6(a1),a4 ; program header
cmp.w #hkh.flag,(a4)+ ; flagged?
bne.s hex_fnam ; ... no, use filename
move.w (a4),d0 ; length of program name
beq.s hex_fnam ; ... none
cmp.w #max.name,d0 ; too long?
bls.s hex_setth ; ... no
hex_fnam
move.l hxt_itnm(a0),a4 ; use item name
hex_setth
lea th_name(a2),a0 ; fill in name
move.l a4,a3 ; keep pointer to name
move.w (a3)+,d0
move.w d0,(a0)+
hex_setn
move.w (a3)+,(a0)+ ; create thing name
subq.w #2,d0
bgt.s hex_setn
lea th_name+alc.name(a2),a0
move.l a0,th_thing(a2) ; set pointer to thing
move.l #thh.flag,(a0)+ ; flag
moveq #tht.exec,d0 ; type
move.l d0,(a0)+
moveq #thh_strt+4,d0 ; start of header
move.l d0,(a0)+
moveq #hkh.hlen+max.name+2,d0 ; length of header
move.l d0,(a0)+
move.l d3,(a0)+ ; data space
moveq #thh_strt+4,d0
move.l d0,(a0)+ ; start of code
move.w #hkh.jmpl,(a0)+
move.l a1,(a0)+
move.w #hkh.flag,(a0)+
move.l a4,a3
move.w (a3)+,d0
move.w d0,(a0)+
hex_setp
move.w (a3)+,(a0)+ ; create program name
subq.w #2,d0
bgt.s hex_setp
move.l a2,a1 ; set thing base
moveq #sms.lthg,d0 ; link in thing
jsr gu_thjmp
move.l stk_parm(sp),a1 ; restore parameter pointer
beq.l hex_addi ; thing added, carry on
hex_rthg
move.l a2,a0
jsr gu_rchp ; can't do it, remove our bit of thing
bra.l hex_exit
hex_ijob
moveq #err.ijob,d0 ; invalid job
hex_fclos
jsr gu_fclos
bra.l hex_exit
;+++
; HOT_EXEC filename \P parameters \J Job name \W Wake name
;---
hxt_exec thg_extn {EXEC},hxt_wake,hxt_prmk
movem.l hex.reg,-(sp)
moveq #hki.xthg,d6 ; execute thing
bra.s hex_do
;+++
; HOT_WAKE filename \P parameters \J Job name \W Wake name
;---
hxt_wake thg_extn {WAKE},hxt_ldex,hxt_prmk
movem.l hex.reg,-(sp)
moveq #hki.wake,d6 ; wake thing
bra.s hex_do
;+++
; HOT_EXEC filename \P parameters \J Job name \W Wake name
;---
hxt_ldex thg_extn {LDEX},hxt_ldwk,hxt_prmk
movem.l hex.reg,-(sp)
moveq #hki.xfil,d6 ; execute thing
bra.s hex_do
;+++
; HOT_WAKE filename \P parameters \J Job name \W Wake name
;---
hxt_ldwk thg_extn {LDWK},,hxt_prmk
movem.l hex.reg,-(sp)
moveq #hki.wkxf,d6 ; wake thing
hex_do
move.l hxt_itnm(a1),a4 ; item name
sub.l a2,a2 ; no new thing
jsr hxt_repl ; replace
bne.s hex_exit
hex_addi
jsr hxt_mkxi ; make executable item
bne.s hex_exit
jsr gu_hkuse ; use hotkey
bne.s hex_rchp
move.l a0,a1
jsr hk_newst ; set new one
bne.s hex_rchp
jsr gu_hkfre
hex_exit
tst.l d0
movem.l (sp)+,hex.reg
rts
hex_rchp
jsr gu_rchp ; remove failed remains
move.l a2,d1 ; any thing added?
beq.s hex_exit ; ... no
move.l a2,a0
move.l d0,d3
moveq #sms.rthg,d0 ; remove thing
jsr gu_thjmp
move.l d3,d0
bra.s hex_exit
end
|
Task/Zig-zag-matrix/AppleScript/zig-zag-matrix-3.applescript | LaudateCorpus1/RosettaCodeData | 1 | 3811 | <filename>Task/Zig-zag-matrix/AppleScript/zig-zag-matrix-3.applescript
-- zigzagMatrix
on zigzagMatrix(n)
-- diagonals :: n -> [[n]]
script diagonals
on |λ|(n)
script mf
on diags(xs, iCol, iRow)
if (iCol < length of xs) then
if iRow < n then
set iNext to iCol + 1
else
set iNext to iCol - 1
end if
set {headList, tail} to splitAt(iCol, xs)
{headList} & diags(tail, iNext, iRow + 1)
else
{xs}
end if
end diags
end script
diags(enumFromTo(0, n * n - 1), 1, 1) of mf
end |λ|
end script
-- oddReversed :: [a] -> Int -> [a]
script oddReversed
on |λ|(lst, i)
if i mod 2 = 0 then
lst
else
reverse of lst
end if
end |λ|
end script
rowsFromDiagonals(n, map(oddReversed, |λ|(n) of diagonals))
end zigzagMatrix
-- Rows of given length from list of diagonals
-- rowsFromDiagonals :: Int -> [[a]] -> [[a]]
on rowsFromDiagonals(n, lst)
if length of lst > 0 then
-- lengthOverOne :: [a] -> Bool
script lengthOverOne
on |λ|(lst)
length of lst > 1
end |λ|
end script
set {edge, residue} to splitAt(n, lst)
{map(my head, edge)} & ¬
rowsFromDiagonals(n, ¬
map(my tail, ¬
filter(lengthOverOne, edge)) & residue)
else
{}
end if
end rowsFromDiagonals
-- TEST -----------------------------------------------------------------------
on run
zigzagMatrix(5)
end run
-- GENERIC FUNCTIONS ----------------------------------------------------------
-- enumFromTo :: Int -> Int -> [Int]
on enumFromTo(m, n)
if n < m then
set d to -1
else
set d to 1
end if
set lst to {}
repeat with i from m to n by d
set end of lst to i
end repeat
return lst
end enumFromTo
-- filter :: (a -> Bool) -> [a] -> [a]
on filter(f, xs)
tell mReturn(f)
set lst to {}
set lng to length of xs
repeat with i from 1 to lng
set v to item i of xs
if |λ|(v, i, xs) then set end of lst to v
end repeat
return lst
end tell
end filter
-- head :: [a] -> a
on head(xs)
if length of xs > 0 then
item 1 of xs
else
missing value
end if
end head
-- map :: (a -> b) -> [a] -> [b]
on map(f, xs)
tell mReturn(f)
set lng to length of xs
set lst to {}
repeat with i from 1 to lng
set end of lst to |λ|(item i of xs, i, xs)
end repeat
return lst
end tell
end map
-- Lift 2nd class handler function into 1st class script wrapper
-- mReturn :: Handler -> Script
on mReturn(f)
if class of f is script then
f
else
script
property |λ| : f
end script
end if
end mReturn
-- splitAt:: n -> list -> {n items from start of list, rest of list}
-- splitAt :: Int -> [a] -> ([a], [a])
on splitAt(n, xs)
if n > 0 and n < length of xs then
{items 1 thru n of xs, items (n + 1) thru -1 of xs}
else
if n < 1 then
{{}, xs}
else
{xs, {}}
end if
end if
end splitAt
-- tail :: [a] -> [a]
on tail(xs)
if length of xs > 1 then
items 2 thru -1 of xs
else
{}
end if
end tail
|
programs/oeis/048/A048260.asm | neoneye/loda | 22 | 29031 | <reponame>neoneye/loda<filename>programs/oeis/048/A048260.asm
; A048260: The sum of 2 (not necessarily distinct) abundant numbers.
; 24,30,32,36,38,40,42,44,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150
mov $1,$0
mul $1,4
mov $2,$1
sub $2,1
mov $1,$2
lpb $1
add $0,1
trn $1,$0
lpe
mul $0,2
add $0,24
|
deBruijn/Substitution/Isomorphic.agda | nad/dependently-typed-syntax | 5 | 9022 | <filename>deBruijn/Substitution/Isomorphic.agda
------------------------------------------------------------------------
-- The two definitions of substitutions are isomorphic (assuming
-- extensionality)
------------------------------------------------------------------------
open import Data.Universe.Indexed
module deBruijn.Substitution.Isomorphic
{i u e} {Uni : IndexedUniverse i u e} where
import Axiom.Extensionality.Propositional as E
import deBruijn.Context; open deBruijn.Context Uni
open import deBruijn.Substitution.Data.Basics as D using (ε; _▻_; [_])
open import deBruijn.Substitution.Function.Basics as F
using (ε⇨; _▻⇨_) renaming (_▻⇨[_]_ to _▻⇨[_]F_)
open import Function using (_$_)
open import Function.Inverse using (Inverse)
open import Level using (_⊔_)
import Relation.Binary.PropositionalEquality as P
open P.≡-Reasoning
isomorphic :
∀ {t} {T : Term-like t} →
E.Extensionality (i ⊔ u ⊔ e) (i ⊔ u ⊔ e ⊔ t) →
∀ {Γ Δ} {ρ̂ : Γ ⇨̂ Δ} →
Inverse ([ Var ⟶ T ]-setoid ρ̂) (P.setoid $ D.Sub T ρ̂)
isomorphic {T = T} ext = record
{ to = record { _⟨$⟩_ = to _
; cong = λ ρ₁≅ρ₂ → D.≅-⇨-⇒-≡ $ to-cong ρ₁≅ρ₂
}
; from = P.→-to-⟶ from
; inverse-of = record
{ left-inverse-of = from∘to _
; right-inverse-of = λ ρ → D.≅-⇨-⇒-≡ $ to∘from ρ
}
}
where
to : ∀ Γ {Δ} {ρ̂ : Γ ⇨̂ Δ} → F.Sub T ρ̂ → D.Sub T ρ̂
to ε ρ = ε
to (Γ ▻ σ) {ρ̂ = ρ̂} ρ =
P.subst (λ v → D.Sub T (t̂ail ρ̂ ▻̂ v))
(≅-Value-⇒-≡ $ P.sym $ F.head-lemma ρ)
(to Γ (F.tail ρ) ▻ F.head ρ)
from : ∀ {Γ Δ} {ρ̂ : Γ ⇨̂ Δ} → D.Sub T ρ̂ → F.Sub T ρ̂
from ε = ε⇨
from (ρ ▻ t) = from ρ ▻⇨ t
to-▻ : ∀ {Γ Δ σ} {ρ̂ : Γ ▻ σ ⇨̂ Δ} (ρ : F.Sub T ρ̂) →
D._≅-⇨_ (to (Γ ▻ σ) ρ) (to Γ (F.tail ρ) ▻ F.head ρ)
to-▻ {ρ̂ = ρ̂} ρ =
D.drop-subst-Sub (λ v → t̂ail ρ̂ ▻̂ v)
(≅-Value-⇒-≡ $ P.sym $ F.head-lemma ρ)
abstract
to-cong : ∀ {Γ₁ Δ₁} {ρ̂₁ : Γ₁ ⇨̂ Δ₁} {ρ₁ : F.Sub T ρ̂₁}
{Γ₂ Δ₂} {ρ̂₂ : Γ₂ ⇨̂ Δ₂} {ρ₂ : F.Sub T ρ̂₂} →
F._≅-⇨_ ρ₁ ρ₂ → D._≅-⇨_ (to Γ₁ ρ₁) (to Γ₂ ρ₂)
to-cong {Γ₁ = ε} {ρ₁ = _ , _} {ρ₂ = ._ , _} [ P.refl ] = P.refl
to-cong {Γ₁ = Γ ▻ σ} {ρ₁ = ρ₁} {ρ₂ = ._ , corr₂} [ P.refl ] =
let ρ₂ = [_⟶_].function ρ₁ , corr₂ in begin
[ to (Γ ▻ σ) ρ₁ ] ≡⟨ to-▻ ρ₁ ⟩
[ to Γ (F.tail ρ₁) ▻ F.head ρ₁ ] ≡⟨ D.▻⇨-cong P.refl (to-cong [ P.refl ]) P.refl ⟩
[ to Γ (F.tail ρ₂) ▻ F.head ρ₂ ] ≡⟨ P.sym $ to-▻ ρ₂ ⟩
[ to (Γ ▻ σ) ρ₂ ] ∎
from-cong : ∀ {Γ₁ Δ₁} {ρ̂₁ : Γ₁ ⇨̂ Δ₁} {ρ₁ : D.Sub T ρ̂₁}
{Γ₂ Δ₂} {ρ̂₂ : Γ₂ ⇨̂ Δ₂} {ρ₂ : D.Sub T ρ̂₂} →
D._≅-⇨_ ρ₁ ρ₂ → F._≅-⇨_ (from ρ₁) (from ρ₂)
from-cong P.refl = [ P.refl ]
abstract
from∘to : ∀ Γ {Δ} {ρ̂ : Γ ⇨̂ Δ} (ρ : F.Sub T ρ̂) →
F._≅-⇨_ (from (to Γ ρ)) ρ
from∘to ε ρ =
ε⇨ ≅-⟶⟨ sym-⟶ $ F.ηε ext ρ ⟩
ρ ∎-⟶
from∘to (Γ ▻ σ) {ρ̂ = ρ̂} ρ =
from (to (Γ ▻ σ) ρ) ≅-⟶⟨ from-cong $ to-▻ ρ ⟩
from (to Γ (F.tail ρ) ▻ F.head ρ) ≅-⟶⟨ _ ∎-⟶ ⟩
from (to Γ (F.tail ρ)) ▻⇨ F.head ρ ≅-⟶⟨ F.▻⇨-cong P.refl (from∘to Γ (F.tail ρ)) P.refl ⟩
F.tail ρ ▻⇨ F.head ρ ≅-⟶⟨ sym-⟶ $ F.η▻ ext ρ ⟩
ρ ∎-⟶
to∘from : ∀ {Γ Δ} {ρ̂ : Γ ⇨̂ Δ} (ρ : D.Sub T ρ̂) →
D._≅-⇨_ (to Γ (from ρ)) ρ
to∘from ε = P.refl
to∘from (_▻_ {σ = σ} ρ t) = begin
[ to (_ ▻ _) (from ρ ▻⇨ t) ] ≡⟨ to-▻ (from ρ ▻⇨ t) ⟩
[ to _ (F.tail (from ρ ▻⇨[ σ ]F t)) ▻
F.head (from ρ ▻⇨[ σ ]F t) ] ≡⟨ D.▻⇨-cong P.refl (to-cong [ P.refl ]) P.refl ⟩
[ to _ (from ρ) ▻ t ] ≡⟨ D.▻⇨-cong P.refl (to∘from ρ) P.refl ⟩
[ ρ ▻ t ] ∎
|
programs/oeis/240/A240001.asm | karttu/loda | 0 | 16605 | ; A240001: Number of 2 X n 0..3 arrays with no element equal to one plus the sum of elements to its left or two plus the sum of the elements above it or one plus the sum of the elements diagonally to its northwest, modulo 4.
; 5,13,25,42,65,95,133,180,237,305,385,478,585,707,845,1000,1173,1365,1577,1810,2065,2343,2645,2972,3325,3705,4113,4550,5017,5515,6045,6608,7205,7837,8505,9210,9953,10735,11557,12420,13325,14273,15265,16302,17385,18515,19693,20920,22197,23525,24905,26338,27825,29367,30965,32620,34333,36105,37937,39830,41785,43803,45885,48032,50245,52525,54873,57290,59777,62335,64965,67668,70445,73297,76225,79230,82313,85475,88717,92040,95445,98933,102505,106162,109905,113735,117653,121660,125757,129945,134225,138598,143065,147627,152285,157040,161893,166845,171897,177050,182305,187663,193125,198692,204365,210145,216033,222030,228137,234355,240685,247128,253685,260357,267145,274050,281073,288215,295477,302860,310365,317993,325745,333622,341625,349755,358013,366400,374917,383565,392345,401258,410305,419487,428805,438260,447853,457585,467457,477470,487625,497923,508365,518952,529685,540565,551593,562770,574097,585575,597205,608988,620925,633017,645265,657670,670233,682955,695837,708880,722085,735453,748985,762682,776545,790575,804773,819140,833677,848385,863265,878318,893545,908947,924525,940280,956213,972325,988617,1005090,1021745,1038583,1055605,1072812,1090205,1107785,1125553,1143510,1161657,1179995,1198525,1217248,1236165,1255277,1274585,1294090,1313793,1333695,1353797,1374100,1394605,1415313,1436225,1457342,1478665,1500195,1521933,1543880,1566037,1588405
add $0,4
mov $1,$0
bin $1,3
add $1,$0
add $1,$0
sub $1,7
|
llvm-gcc-4.2-2.9/gcc/ada/styleg.adb | vidkidz/crossbridge | 1 | 20357 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- S T Y L E G --
-- --
-- B o d y --
-- --
-- Copyright (C) 1992-2006, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 2, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --
-- for more details. You should have received a copy of the GNU General --
-- Public License distributed with GNAT; see file COPYING. If not, write --
-- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, --
-- Boston, MA 02110-1301, USA. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
-- This version of the Style package implements the standard GNAT style
-- checking rules. For documentation of these rules, see comments on the
-- individual procedures.
with Casing; use Casing;
with Csets; use Csets;
with Err_Vars; use Err_Vars;
with Opt; use Opt;
with Scans; use Scans;
with Sinput; use Sinput;
with Stylesw; use Stylesw;
package body Styleg is
use ASCII;
Blank_Lines : Nat := 0;
-- Counts number of empty lines seen. Reset to zero if a non-empty line
-- is encountered. Used to check for trailing blank lines in Check_EOF,
-- and for multiple blank lines.
Blank_Line_Location : Source_Ptr;
-- Remembers location of first blank line in a series. Used to issue an
-- appropriate diagnostic if subsequent blank lines or the end of file
-- is encountered.
-----------------------
-- Local Subprograms --
-----------------------
procedure Check_No_Space_After;
-- Checks that there is a non-white space character after the current
-- token, or white space followed by a comment, or the end of line.
-- Issue error message if not.
procedure Check_No_Space_Before;
-- Check that token is first token on line, or else is not preceded
-- by white space. Signal error of space not allowed if not.
function Determine_Token_Casing return Casing_Type;
procedure Error_Space_Not_Allowed (S : Source_Ptr);
-- Posts an error message indicating that a space is not allowed
-- at the given source location.
procedure Error_Space_Required (S : Source_Ptr);
-- Posts an error message indicating that a space is required at
-- the given source location.
function Is_White_Space (C : Character) return Boolean;
pragma Inline (Is_White_Space);
-- Returns True for space, HT, VT or FF, False otherwise
procedure Require_Following_Space;
pragma Inline (Require_Following_Space);
-- Require token to be followed by white space. Used only if in GNAT
-- style checking mode.
procedure Require_Preceding_Space;
pragma Inline (Require_Preceding_Space);
-- Require token to be preceded by white space. Used only if in GNAT
-- style checking mode.
----------------------
-- Check_Abs_Or_Not --
----------------------
-- In check tokens mode (-gnatyt), ABS/NOT must be followed by a space
procedure Check_Abs_Not is
begin
if Style_Check_Tokens then
if Source (Scan_Ptr) > ' ' then
Error_Space_Required (Scan_Ptr);
end if;
end if;
end Check_Abs_Not;
----------------------
-- Check_Apostrophe --
----------------------
-- Do not allow space before or after apostrophe
procedure Check_Apostrophe is
begin
if Style_Check_Tokens then
Check_No_Space_After;
end if;
end Check_Apostrophe;
-----------------
-- Check_Arrow --
-----------------
-- In check tokens mode (-gnatys), arrow must be surrounded by spaces
procedure Check_Arrow is
begin
if Style_Check_Tokens then
Require_Preceding_Space;
Require_Following_Space;
end if;
end Check_Arrow;
--------------------------
-- Check_Attribute_Name --
--------------------------
-- In check attribute casing mode (-gnatya), attribute names must be
-- mixed case, i.e. start with an upper case letter, and otherwise
-- lower case, except after an underline character.
procedure Check_Attribute_Name (Reserved : Boolean) is
pragma Warnings (Off, Reserved);
begin
if Style_Check_Attribute_Casing then
if Determine_Token_Casing /= Mixed_Case then
Error_Msg_SC ("(style) bad capitalization, mixed case required");
end if;
end if;
end Check_Attribute_Name;
---------------------------
-- Check_Binary_Operator --
---------------------------
-- In check token mode (-gnatyt), binary operators other than the special
-- case of exponentiation require surrounding space characters.
procedure Check_Binary_Operator is
begin
if Style_Check_Tokens then
Require_Preceding_Space;
Require_Following_Space;
end if;
end Check_Binary_Operator;
---------------
-- Check_Box --
---------------
-- In check token mode (-gnatyt), box must be preceded by a space or by
-- a left parenthesis. Spacing checking on the surrounding tokens takes
-- care of the remaining checks.
procedure Check_Box is
begin
if Style_Check_Tokens then
if Prev_Token /= Tok_Left_Paren then
Require_Preceding_Space;
end if;
end if;
end Check_Box;
-----------------
-- Check_Colon --
-----------------
-- In check token mode (-gnatyt), colon must be surrounded by spaces
procedure Check_Colon is
begin
if Style_Check_Tokens then
Require_Preceding_Space;
Require_Following_Space;
end if;
end Check_Colon;
-----------------------
-- Check_Colon_Equal --
-----------------------
-- In check token mode (-gnatyt), := must be surrounded by spaces
procedure Check_Colon_Equal is
begin
if Style_Check_Tokens then
Require_Preceding_Space;
Require_Following_Space;
end if;
end Check_Colon_Equal;
-----------------
-- Check_Comma --
-----------------
-- In check token mode (-gnatyt), comma must be either the first
-- token on a line, or be preceded by a non-blank character.
-- It must also always be followed by a blank.
procedure Check_Comma is
begin
if Style_Check_Tokens then
Check_No_Space_Before;
if Source (Scan_Ptr) > ' ' then
Error_Space_Required (Scan_Ptr);
end if;
end if;
end Check_Comma;
-------------------
-- Check_Comment --
-------------------
-- In check comment mode (-gnatyc) there are several requirements on the
-- format of comments. The following are permissible comment formats:
-- 1. Any comment that is not at the start of a line, i.e. where the
-- initial minuses are not the first non-blank characters on the
-- line must have at least one blank after the second minus.
-- 2. A row of all minuses of any length is permitted (see procedure
-- box above in the source of this routine).
-- 3. A comment line starting with two minuses and a space, and ending
-- with a space and two minuses. Again see the procedure title box
-- immediately above in the source.
-- 4. A full line comment where two spaces follow the two minus signs.
-- This is the normal comment format in GNAT style, as typified by
-- the comments you are reading now.
-- 5. A full line comment where the first character after the second
-- minus is a special character, i.e. a character in the ASCII
-- range 16#21#..16#2F# or 16#3A#..16#3F#. This allows special
-- comments, such as those generated by gnatprep, or those that
-- appear in the SPARK annotation language to be accepted.
--
-- Note: for GNAT internal files (-gnatg switch set on for the
-- compilation), the only special sequence recognized and allowed
-- is --! as generated by gnatprep.
procedure Check_Comment is
S : Source_Ptr;
C : Character;
function Is_Box_Comment return Boolean;
-- Returns True if the last two characters on the line are -- which
-- characterizes a box comment (as for example follows this spec).
--------------------
-- Is_Box_Comment --
--------------------
function Is_Box_Comment return Boolean is
S : Source_Ptr;
begin
-- Do we need to worry about UTF_32 line terminators here ???
S := Scan_Ptr + 3;
while Source (S) not in Line_Terminator loop
S := S + 1;
end loop;
return Source (S - 1) = '-' and then Source (S - 2) = '-';
end Is_Box_Comment;
-- Start of processing for Check_Comment
begin
-- Can never have a non-blank character preceding the first minus
if Style_Check_Comments then
if Scan_Ptr > Source_First (Current_Source_File)
and then Source (Scan_Ptr - 1) > ' '
then
Error_Msg_S ("(style) space required");
end if;
end if;
-- For a comment that is not at the start of the line, the only
-- requirement is that we cannot have a non-blank character after
-- the second minus sign.
if Scan_Ptr /= First_Non_Blank_Location then
if Style_Check_Comments then
if Source (Scan_Ptr + 2) > ' ' then
Error_Msg ("(style) space required", Scan_Ptr + 2);
end if;
end if;
return;
-- Case of a comment that is at the start of a line
else
-- First check, must be in appropriately indented column
if Style_Check_Indentation /= 0 then
if Start_Column rem Style_Check_Indentation /= 0 then
Error_Msg_S ("(style) bad column");
return;
end if;
end if;
-- If we are not checking comments, nothing to do
if not Style_Check_Comments then
return;
end if;
-- Case of not followed by a blank. Usually wrong, but there are
-- some exceptions that we permit.
if Source (Scan_Ptr + 2) /= ' ' then
C := Source (Scan_Ptr + 2);
-- Case of -- all on its own on a line is OK
if C < ' ' then
return;
end if;
-- Case of --x, x special character is OK (gnatprep/SPARK/etc.)
-- This is not permitted in internal GNAT implementation units
-- except for the case of --! as used by gnatprep output.
if GNAT_Mode then
if C = '!' then
return;
end if;
else
if Character'Pos (C) in 16#21# .. 16#2F#
or else
Character'Pos (C) in 16#3A# .. 16#3F#
then
return;
end if;
end if;
-- The only other case in which we allow a character after
-- the -- other than a space is when we have a row of minus
-- signs (case of header lines for a box comment for example).
S := Scan_Ptr + 2;
while Source (S) >= ' ' loop
if Source (S) /= '-' then
if Is_Box_Comment then
Error_Space_Required (Scan_Ptr + 2);
else
Error_Msg ("(style) two spaces required", Scan_Ptr + 2);
end if;
return;
end if;
S := S + 1;
end loop;
-- If we are followed by a blank, then the comment is OK if the
-- character following this blank is another blank or a format
-- effector.
elsif Source (Scan_Ptr + 3) <= ' ' then
return;
-- Here is the case where we only have one blank after the two
-- minus signs, which is an error unless the line ends with two
-- minus signs, the case of a box comment.
elsif not Is_Box_Comment then
Error_Space_Required (Scan_Ptr + 3);
end if;
end if;
end Check_Comment;
-------------------
-- Check_Dot_Dot --
-------------------
-- In check token mode (-gnatyt), colon must be surrounded by spaces
procedure Check_Dot_Dot is
begin
if Style_Check_Tokens then
Require_Preceding_Space;
Require_Following_Space;
end if;
end Check_Dot_Dot;
---------------
-- Check_EOF --
---------------
-- In check blanks at end mode, check no blank lines precede the EOF
procedure Check_EOF is
begin
if Style_Check_Blank_Lines then
-- We expect one blank line, from the EOF, but no more than one
if Blank_Lines = 2 then
Error_Msg
("(style) blank line not allowed at end of file",
Blank_Line_Location);
elsif Blank_Lines >= 3 then
Error_Msg
("(style) blank lines not allowed at end of file",
Blank_Line_Location);
end if;
end if;
end Check_EOF;
-----------------------------------
-- Check_Exponentiation_Operator --
-----------------------------------
-- No spaces are required for the ** operator in GNAT style check mode
procedure Check_Exponentiation_Operator is
begin
null;
end Check_Exponentiation_Operator;
--------------
-- Check_HT --
--------------
-- In check horizontal tab mode (-gnatyh), tab characters are not allowed
procedure Check_HT is
begin
if Style_Check_Horizontal_Tabs then
Error_Msg_S ("(style) horizontal tab not allowed");
end if;
end Check_HT;
-----------------------
-- Check_Indentation --
-----------------------
-- In check indentation mode (-gnatyn for n a digit), a new statement or
-- declaration is required to start in a column that is a multiple of the
-- indentiation amount.
procedure Check_Indentation is
begin
if Style_Check_Indentation /= 0 then
if Token_Ptr = First_Non_Blank_Location
and then Start_Column rem Style_Check_Indentation /= 0
then
Error_Msg_SC ("(style) bad indentation");
end if;
end if;
end Check_Indentation;
----------------------
-- Check_Left_Paren --
----------------------
-- In tone check mode (-gnatyt), left paren must not be preceded by an
-- identifier character or digit (a separating space is required) and
-- may never be followed by a space.
procedure Check_Left_Paren is
begin
if Style_Check_Tokens then
if Token_Ptr > Source_First (Current_Source_File)
and then Identifier_Char (Source (Token_Ptr - 1))
then
Error_Space_Required (Token_Ptr);
end if;
Check_No_Space_After;
end if;
end Check_Left_Paren;
---------------------------
-- Check_Line_Max_Length --
---------------------------
-- In check max line length mode (-gnatym), the line length must
-- not exceed the permitted maximum value.
procedure Check_Line_Max_Length (Len : Int) is
begin
if Style_Check_Max_Line_Length then
if Len > Style_Max_Line_Length then
Error_Msg
("(style) this line is too long",
Current_Line_Start + Source_Ptr (Style_Max_Line_Length));
end if;
end if;
end Check_Line_Max_Length;
---------------------------
-- Check_Line_Terminator --
---------------------------
-- In check blanks at end mode (-gnatyb), lines may not end with a
-- trailing space.
-- In check form feeds mode (-gnatyf), the line terminator may not
-- be either of the characters FF or VT.
-- In check DOS line terminators node (-gnatyd), the line terminator
-- must be a single LF, without a following CR.
procedure Check_Line_Terminator (Len : Int) is
S : Source_Ptr;
L : Int := Len;
-- Length of line (adjusted down for blanks at end of line)
begin
-- Reset count of blank lines if first line
if Get_Logical_Line_Number (Scan_Ptr) = 1 then
Blank_Lines := 0;
end if;
-- Check FF/VT terminators
if Style_Check_Form_Feeds then
if Source (Scan_Ptr) = ASCII.FF then
Error_Msg_S ("(style) form feed not allowed");
elsif Source (Scan_Ptr) = ASCII.VT then
Error_Msg_S ("(style) vertical tab not allowed");
end if;
end if;
-- Check DOS line terminator (ignore EOF, since we only get called
-- with an EOF if it is the last character in the buffer, and was
-- therefore not present in the sources
if Style_Check_DOS_Line_Terminator then
if Source (Scan_Ptr) = EOF then
null;
elsif Source (Scan_Ptr) /= LF
or else Source (Scan_Ptr + 1) = CR
then
Error_Msg_S ("(style) incorrect line terminator");
end if;
end if;
-- Remove trailing spaces
S := Scan_Ptr;
while L > 0 and then Is_White_Space (Source (S - 1)) loop
S := S - 1;
L := L - 1;
end loop;
-- Issue message for blanks at end of line if option enabled
if Style_Check_Blanks_At_End and then L < Len then
Error_Msg
("(style) trailing spaces not permitted", S);
end if;
-- Deal with empty (blank) line
if L = 0 then
-- Increment blank line count
Blank_Lines := Blank_Lines + 1;
-- If first blank line, record location for later error message
if Blank_Lines = 1 then
Blank_Line_Location := Scan_Ptr;
end if;
-- Non-blank line, check for previous multiple blank lines
else
if Style_Check_Blank_Lines and then Blank_Lines > 1 then
Error_Msg
("(style) multiple blank lines", Blank_Line_Location);
end if;
-- And reset blank line count
Blank_Lines := 0;
end if;
end Check_Line_Terminator;
--------------------------
-- Check_No_Space_After --
--------------------------
procedure Check_No_Space_After is
S : Source_Ptr;
begin
if Is_White_Space (Source (Scan_Ptr)) then
-- Allow one or more spaces if followed by comment
S := Scan_Ptr + 1;
loop
if Source (S) = '-' and then Source (S + 1) = '-' then
return;
elsif Is_White_Space (Source (S)) then
S := S + 1;
else
exit;
end if;
end loop;
Error_Space_Not_Allowed (Scan_Ptr);
end if;
end Check_No_Space_After;
---------------------------
-- Check_No_Space_Before --
---------------------------
procedure Check_No_Space_Before is
begin
if Token_Ptr > First_Non_Blank_Location
and then Source (Token_Ptr - 1) <= ' '
then
Error_Space_Not_Allowed (Token_Ptr - 1);
end if;
end Check_No_Space_Before;
-----------------------
-- Check_Pragma_Name --
-----------------------
-- In check pragma casing mode (-gnatyp), pragma names must be mixed
-- case, i.e. start with an upper case letter, and otherwise lower case,
-- except after an underline character.
procedure Check_Pragma_Name is
begin
if Style_Check_Pragma_Casing then
if Determine_Token_Casing /= Mixed_Case then
Error_Msg_SC ("(style) bad capitalization, mixed case required");
end if;
end if;
end Check_Pragma_Name;
-----------------------
-- Check_Right_Paren --
-----------------------
-- In check tokens mode (-gnatyt), right paren must never be preceded by
-- a space unless it is the initial non-blank character on the line.
procedure Check_Right_Paren is
begin
if Style_Check_Tokens then
Check_No_Space_Before;
end if;
end Check_Right_Paren;
---------------------
-- Check_Semicolon --
---------------------
-- In check tokens mode (-gnatyt), semicolon does not permit a preceding
-- space and a following space is required.
procedure Check_Semicolon is
begin
if Style_Check_Tokens then
Check_No_Space_Before;
if Source (Scan_Ptr) > ' ' then
Error_Space_Required (Scan_Ptr);
end if;
end if;
end Check_Semicolon;
----------------
-- Check_Then --
----------------
-- In check if then layout mode (-gnatyi), we expect a THEN keyword
-- to appear either on the same line as the IF, or on a separate line
-- after multiple conditions. In any case, it may not appear on the
-- line immediately following the line with the IF.
procedure Check_Then (If_Loc : Source_Ptr) is
begin
if Style_Check_If_Then_Layout then
if Get_Physical_Line_Number (Token_Ptr) =
Get_Physical_Line_Number (If_Loc) + 1
then
Error_Msg_SC ("(style) misplaced THEN");
end if;
end if;
end Check_Then;
-------------------------------
-- Check_Unary_Plus_Or_Minus --
-------------------------------
-- In check tokem mode (-gnatyt), unary plus or minus must not be
-- followed by a space.
procedure Check_Unary_Plus_Or_Minus is
begin
if Style_Check_Tokens then
Check_No_Space_After;
end if;
end Check_Unary_Plus_Or_Minus;
------------------------
-- Check_Vertical_Bar --
------------------------
-- In check token mode (-gnatyt), vertical bar must be surrounded by spaces
procedure Check_Vertical_Bar is
begin
if Style_Check_Tokens then
Require_Preceding_Space;
Require_Following_Space;
end if;
end Check_Vertical_Bar;
-----------------------
-- Check_Xtra_Parens --
-----------------------
procedure Check_Xtra_Parens (Loc : Source_Ptr) is
begin
if Style_Check_Xtra_Parens then
Error_Msg ("redundant parentheses?", Loc);
end if;
end Check_Xtra_Parens;
----------------------------
-- Determine_Token_Casing --
----------------------------
function Determine_Token_Casing return Casing_Type is
begin
return Determine_Casing (Source (Token_Ptr .. Scan_Ptr - 1));
end Determine_Token_Casing;
-----------------------------
-- Error_Space_Not_Allowed --
-----------------------------
procedure Error_Space_Not_Allowed (S : Source_Ptr) is
begin
Error_Msg ("(style) space not allowed", S);
end Error_Space_Not_Allowed;
--------------------------
-- Error_Space_Required --
--------------------------
procedure Error_Space_Required (S : Source_Ptr) is
begin
Error_Msg ("(style) space required", S);
end Error_Space_Required;
--------------------
-- Is_White_Space --
--------------------
function Is_White_Space (C : Character) return Boolean is
begin
return C = ' ' or else C = HT;
end Is_White_Space;
-------------------
-- Mode_In_Check --
-------------------
function Mode_In_Check return Boolean is
begin
return Style_Check and Style_Check_Mode_In;
end Mode_In_Check;
-----------------
-- No_End_Name --
-----------------
-- In check end/exit labels mode (-gnatye), always require the name of
-- a subprogram or package to be present on the END, so this is an error.
procedure No_End_Name (Name : Node_Id) is
begin
if Style_Check_End_Labels then
Error_Msg_Node_1 := Name;
Error_Msg_SP ("(style) `END &` required");
end if;
end No_End_Name;
------------------
-- No_Exit_Name --
------------------
-- In check end/exit labels mode (-gnatye), always require the name of
-- the loop to be present on the EXIT when exiting a named loop.
procedure No_Exit_Name (Name : Node_Id) is
begin
if Style_Check_End_Labels then
Error_Msg_Node_1 := Name;
Error_Msg_SP ("(style) `EXIT &` required");
end if;
end No_Exit_Name;
----------------------------
-- Non_Lower_Case_Keyword --
----------------------------
-- In check casing mode (-gnatyk), reserved keywords must be be spelled
-- in all lower case (excluding keywords range, access, delta and digits
-- used as attribute designators).
procedure Non_Lower_Case_Keyword is
begin
if Style_Check_Keyword_Casing then
Error_Msg_SC ("(style) reserved words must be all lower case");
end if;
end Non_Lower_Case_Keyword;
-----------------------------
-- Require_Following_Space --
-----------------------------
procedure Require_Following_Space is
begin
if Source (Scan_Ptr) > ' ' then
Error_Space_Required (Scan_Ptr);
end if;
end Require_Following_Space;
-----------------------------
-- Require_Preceding_Space --
-----------------------------
procedure Require_Preceding_Space is
begin
if Token_Ptr > Source_First (Current_Source_File)
and then Source (Token_Ptr - 1) > ' '
then
Error_Space_Required (Token_Ptr);
end if;
end Require_Preceding_Space;
---------------------
-- RM_Column_Check --
---------------------
function RM_Column_Check return Boolean is
begin
return Style_Check and Style_Check_Layout;
end RM_Column_Check;
end Styleg;
|
src/asf-servlets-files.adb | Letractively/ada-asf | 0 | 6774 | -----------------------------------------------------------------------
-- asf.servlets.files -- Static file servlet
-- Copyright (C) 2010, 2011, 2013 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
-----------------------------------------------------------------------
with Util.Files;
with Util.Strings;
with Util.Streams;
with Util.Streams.Files;
with Ada.Streams;
with Ada.Streams.Stream_IO;
with Ada.Directories;
with ASF.Streams;
with ASF.Applications;
package body ASF.Servlets.Files is
use Ada.Streams;
use Ada.Streams.Stream_IO;
use Ada.Directories;
-- ------------------------------
-- Called by the servlet container to indicate to a servlet that the servlet
-- is being placed into service.
-- ------------------------------
procedure Initialize (Server : in out File_Servlet;
Context : in Servlet_Registry'Class) is
Dir : constant String := Context.Get_Init_Parameter (ASF.Applications.VIEW_DIR);
Def_Type : constant String := Context.Get_Init_Parameter ("content-type.default");
begin
Server.Dir := new String '(Dir);
Server.Default_Content_Type := new String '(Def_Type);
end Initialize;
-- ------------------------------
-- Returns the time the Request object was last modified, in milliseconds since
-- midnight January 1, 1970 GMT. If the time is unknown, this method returns
-- a negative number (the default).
--
-- Servlets that support HTTP GET requests and can quickly determine their
-- last modification time should override this method. This makes browser and
-- proxy caches work more effectively, reducing the load on server and network
-- resources.
-- ------------------------------
function Get_Last_Modified (Server : in File_Servlet;
Request : in Requests.Request'Class)
return Ada.Calendar.Time is
pragma Unreferenced (Server, Request);
begin
return Ada.Calendar.Clock;
end Get_Last_Modified;
-- ------------------------------
-- Set the content type associated with the given file
-- ------------------------------
procedure Set_Content_Type (Server : in File_Servlet;
Path : in String;
Response : in out Responses.Response'Class) is
Pos : constant Natural := Util.Strings.Rindex (Path, '.');
begin
if Pos = 0 then
Response.Set_Content_Type (Server.Default_Content_Type.all);
return;
end if;
if Path (Pos .. Path'Last) = ".css" then
Response.Set_Content_Type ("text/css");
return;
end if;
if Path (Pos .. Path'Last) = ".js" then
Response.Set_Content_Type ("text/javascript");
return;
end if;
if Path (Pos .. Path'Last) = ".html" then
Response.Set_Content_Type ("text/html");
return;
end if;
if Path (Pos .. Path'Last) = ".txt" then
Response.Set_Content_Type ("text/plain");
return;
end if;
if Path (Pos .. Path'Last) = ".png" then
Response.Set_Content_Type ("image/png");
return;
end if;
if Path (Pos .. Path'Last) = ".jpg" then
Response.Set_Content_Type ("image/jpg");
return;
end if;
end Set_Content_Type;
-- ------------------------------
-- Called by the server (via the service method) to allow a servlet to handle
-- a GET request.
--
-- Overriding this method to support a GET request also automatically supports
-- an HTTP HEAD request. A HEAD request is a GET request that returns no body
-- in the response, only the request header fields.
--
-- When overriding this method, read the request data, write the response headers,
-- get the response's writer or output stream object, and finally, write the
-- response data. It's best to include content type and encoding.
-- When using a PrintWriter object to return the response, set the content type
-- before accessing the PrintWriter object.
--
-- The servlet container must write the headers before committing the response,
-- because in HTTP the headers must be sent before the response body.
--
-- Where possible, set the Content-Length header (with the
-- Response.Set_Content_Length method), to allow the servlet container
-- to use a persistent connection to return its response to the client,
-- improving performance. The content length is automatically set if the entire
-- response fits inside the response buffer.
--
-- When using HTTP 1.1 chunked encoding (which means that the response has a
-- Transfer-Encoding header), do not set the Content-Length header.
--
-- The GET method should be safe, that is, without any side effects for which
-- users are held responsible. For example, most form queries have no side effects.
-- If a client request is intended to change stored data, the request should use
-- some other HTTP method.
--
-- The GET method should also be idempotent, meaning that it can be safely repeated.
-- Sometimes making a method safe also makes it idempotent. For example, repeating
-- queries is both safe and idempotent, but buying a product online or modifying
-- data is neither safe nor idempotent.
--
-- If the request is incorrectly formatted, Do_Get returns an HTTP "Bad Request"
-- ------------------------------
procedure Do_Get (Server : in File_Servlet;
Request : in out Requests.Request'Class;
Response : in out Responses.Response'Class) is
use Util.Files;
URI : constant String := Request.Get_Path_Info;
Path : constant String := Find_File_Path (Name => URI, Paths => Server.Dir.all);
begin
if not Ada.Directories.Exists (Path)
or else Ada.Directories.Kind (Path) /= Ada.Directories.Ordinary_File then
Response.Send_Error (Responses.SC_NOT_FOUND);
return;
end if;
File_Servlet'Class (Server).Set_Content_Type (Path, Response);
declare
Output : ASF.Streams.Print_Stream := Response.Get_Output_Stream;
Input : Util.Streams.Files.File_Stream;
begin
Input.Open (Name => Path, Mode => In_File);
Util.Streams.Copy (From => Input, Into => Output);
end;
end Do_Get;
end ASF.Servlets.Files;
|
Cubical/Homotopy/MayerVietorisCofiber.agda | dan-iel-lee/cubical | 0 | 1516 | {-
Mayer-Vietoris cofiber sequence:
Let X be a pointed type, and let a span B ←[f]- X -[g]→ C be given.
Then the mapping cone of the canonical map (B ⋁ C) → B ⊔_X C is equivalent to Susp X.
The sequence Susp X → (B ⋁ C) → B ⊔_X C therefore induces a long exact sequence in cohomology.
Proof is adapted from Evan Cavallo's master's thesis.
-}
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Homotopy.MayerVietorisCofiber where
open import Cubical.Core.Everything
open import Cubical.Foundations.Everything
open import Cubical.Foundations.Pointed
open import Cubical.Data.Unit
open import Cubical.HITs.MappingCones
open import Cubical.HITs.Pushout
open import Cubical.HITs.Susp
open import Cubical.HITs.Wedge
module _ {ℓX ℓB ℓC} {X : Pointed ℓX} {B : Type ℓB} {C : Type ℓC} (f : X .fst → B) (g : X .fst → C)
where
private
Y : Pointed _
Y = (B , f (X .snd))
Z : Pointed _
Z = (C , g (X .snd))
wedgeToPushout : Y ⋁ Z → Pushout f g
wedgeToPushout (inl y) = inl y
wedgeToPushout (inr z) = inr z
wedgeToPushout (push _ i) = push (pt X) i
pushoutToSusp : Pushout f g → Susp (X .fst)
pushoutToSusp (inl y) = north
pushoutToSusp (inr z) = south
pushoutToSusp (push x i) = merid x i
{-
Coherence lemma:
To construct a function f : (c : Cone wedgeToPushout) → D c, we can always
adjust the definition of (f (spoke (inr z) i)) so that there is a canonical
choice for (f (spoke (push tt j) i))
-}
module Helper {ℓD} {D : Cone wedgeToPushout → Type ℓD}
(inj* : ∀ w → D (inj w))
(hub* : D hub)
(inl* : ∀ y → PathP (λ i → D (spoke (inl y) i)) hub* (inj* (inl y)))
(inr* : ∀ z → PathP (λ i → D (spoke (inr z) i)) hub* (inj* (inr z)))
where
cap : (i j : I) → D (spoke (push tt j) i)
cap i j =
fill
(λ i → D (spoke (push tt j) (~ i)))
(λ i → λ
{ (j = i0) → inl* (Y .snd) (~ i)
; (j = i1) → inr* (Z .snd) (~ i)
})
(inS (inj* (push (X .snd) j)))
(~ i)
cap0 : (j : I) → D hub
cap0 = cap i0
face-i≡0 : (k j : I) → D hub
face-i≡0 k j =
hfill
(λ j → λ
{ (k = i0) → cap0 j
; (k = i1) → hub*
})
(inS hub*)
j
inrFiller : ∀ z → (k i : I) → D (spoke (inr z) i)
inrFiller z k i =
hfill
(λ k → λ
{ (i = i0) → face-i≡0 k i1
; (i = i1) → inj* (inr z)
})
(inS (inr* z i))
k
fun : ∀ c → D c
fun (inj w) = inj* w
fun hub = hub*
fun (spoke (inl y) i) = inl* y i
fun (spoke (inr z) i) = inrFiller z i1 i
fun (spoke (push tt j) i) =
hcomp
(λ k → λ
{ (i = i0) → face-i≡0 k j
; (i = i1) → inj* (push (X .snd) j)
; (j = i0) → inl* (Y .snd) i
})
(cap i j)
equiv : Cone wedgeToPushout ≃ Susp (X .fst)
equiv = isoToEquiv (iso fwd bwd fwdBwd bwdFwd)
where
fwd : Cone wedgeToPushout → Susp (X .fst)
fwd (inj w) = pushoutToSusp w
fwd hub = north
fwd (spoke (inl y) i) = north
fwd (spoke (inr z) i) = merid (X .snd) i
fwd (spoke (push tt j) i) = merid (X .snd) (i ∧ j)
bwd : Susp (X .fst) → Cone wedgeToPushout
bwd north = hub
bwd south = hub
bwd (merid x i) =
hcomp
(λ k → λ
{ (i = i0) → spoke (inl (f x)) (~ k)
; (i = i1) → spoke (inr (g x)) (~ k)
})
(inj (push x i))
bwdPushout : (w : Pushout f g) → bwd (pushoutToSusp w) ≡ inj w
bwdPushout (inl y) = spoke (inl y)
bwdPushout (inr z) = spoke (inr z)
bwdPushout (push x i) k =
hfill
(λ k → λ
{ (i = i0) → spoke (inl (f x)) (~ k)
; (i = i1) → spoke (inr (g x)) (~ k)
})
(inS (inj (push x i)))
(~ k)
bwdMeridPt : refl ≡ cong bwd (merid (X .snd))
bwdMeridPt j i =
hcomp
(λ k → λ
{ (i = i0) → spoke (inl (Y .snd)) (~ k)
; (i = i1) → spoke (inr (Z .snd)) (~ k)
; (j = i0) → spoke (push _ i) (~ k)
})
(inj (push (X .snd) i))
bwdFwd : (c : Cone wedgeToPushout) → bwd (fwd c) ≡ c
bwdFwd =
Helper.fun
bwdPushout
refl
(λ y i k → spoke (inl y) (i ∧ k))
(λ z i k →
hcomp
(λ l → λ
{ (i = i0) → hub
; (i = i1) → spoke (inr z) k
; (k = i0) → bwdMeridPt l i
; (k = i1) → spoke (inr z) i
})
(spoke (inr z) (i ∧ k)))
fwdBwd : (s : Susp (X .fst)) → fwd (bwd s) ≡ s
fwdBwd north = refl
fwdBwd south = merid (X .snd)
fwdBwd (merid a i) j =
fill
(λ _ → Susp (X .fst))
(λ j → λ
{ (i = i0) → north
; (i = i1) → merid (X .snd) (~ j)
})
(inS (merid a i))
(~ j)
|
Modules/DirectSum.agda | Smaug123/agdaproofs | 4 | 136 | <filename>Modules/DirectSum.agda
{-# OPTIONS --safe --warning=error --without-K #-}
open import LogicalFormulae
open import Groups.Definition
open import Groups.Abelian.Definition
open import Setoids.Setoids
open import Rings.Definition
open import Modules.Definition
module Modules.DirectSum {a b : _} {A : Set a} {S : Setoid {a} {b} A} {_+R_ : A → A → A} {_*R_ : A → A → A} (R : Ring S _+R_ _*R_) {m n o p : _} {M : Set m} {T : Setoid {m} {n} M} {_+_ : M → M → M} {G' : Group T _+_} {G : AbelianGroup G'} {_·1_ : A → M → M} {N : Set o} {U : Setoid {o} {p} N} {_+'_ : N → N → N} {H' : Group U _+'_} {H : AbelianGroup H'} {_·2_ : A → N → N} (M1 : Module R G _·1_) (M2 : Module R H _·2_) where
open import Groups.Abelian.DirectSum G H
open import Setoids.Product T U
directSumModule : Module R directSumAbGroup λ r mn → ((r ·1 (_&&_.fst mn)) ,, (r ·2 (_&&_.snd mn)))
Module.dotWellDefined directSumModule r=s t=u = productLift (Module.dotWellDefined M1 r=s (_&&_.fst t=u)) (Module.dotWellDefined M2 r=s (_&&_.snd t=u))
Module.dotDistributesLeft directSumModule = productLift (Module.dotDistributesLeft M1) (Module.dotDistributesLeft M2)
Module.dotDistributesRight directSumModule = productLift (Module.dotDistributesRight M1) (Module.dotDistributesRight M2)
Module.dotAssociative directSumModule = productLift (Module.dotAssociative M1) (Module.dotAssociative M2)
Module.dotIdentity directSumModule = productLift (Module.dotIdentity M1) (Module.dotIdentity M2)
|
source/declarations/adam-declaration-of_package.ads | charlie5/aIDE | 3 | 18077 | <reponame>charlie5/aIDE<gh_stars>1-10
with
AdaM.program_Unit,
AdaM.Declaration,
AdaM.a_Type,
AdaM.Context,
AdaM.Declaration.of_exception,
Ada.Streams;
package AdaM.Declaration.of_package
is
type Item is new Declaration.item
and program_Unit.item with private;
-- View
--
type View is access all Item'Class;
procedure View_write (Stream : not null access Ada.Streams.Root_Stream_Type'Class;
Self : in View);
procedure View_read (Stream : not null access Ada.Streams.Root_Stream_Type'Class;
Self : out View);
for View'write use View_write;
for View'read use View_read;
-- Vector
--
package Vectors is new ada.Containers.Vectors (Positive, View);
subtype Vector is Vectors.Vector;
-- Forge
--
function new_Package (Name : in Identifier := "") return Declaration.of_package.view;
procedure free (Self : in out Declaration.of_package.view);
overriding
procedure destruct (Self : in out Item);
-- Attributes
--
overriding
function Id (Self : access Item) return AdaM.Id;
function full_Name (Self : in Item) return Identifier;
overriding
function to_Source (Self : in Item) return text_Vectors.Vector;
function to_spec_Source (Self : in Item) return text_Vectors.Vector;
function to_body_Source (Self : in Item) return text_Vectors.Vector;
function Context (Self : in Item) return Context.view;
function all_Types (Self : access Item) return AdaM.a_Type.Vector;
function all_Exceptions (Self : access Item) return AdaM.Declaration.of_exception.Vector;
function requires_Body (Self : in Item) return Boolean;
procedure Parent_is (Self : in out Item; Now : in Declaration.of_package.View);
function Parent (Self : in Item) return Declaration.of_package.view;
function child_Packages (Self : in Item'Class) return Declaration.of_package.Vector;
function child_Package (Self : in Item'Class; Named : in String) return Declaration.of_package.view;
procedure add_Child (Self : in out Item; Child : in Declaration.of_package.view);
function find (Self : in Item; Named : in Identifier) return AdaM.a_Type.view;
function find (Self : in Item; Named : in Identifier) return AdaM.Declaration.of_exception.view;
private
type Item is new Declaration.item
and program_Unit.item with
record
Parent : Declaration.of_package.view;
Progenitors : Declaration.of_package.Vector;
child_Packages : Declaration.of_package.Vector;
Context : AdaM.Context.view;
-- public_Entities : aliased Source.Entities;
-- private_Entities : Source.Entities;
-- body_Entities : Source.Entities;
end record;
-- Streams
--
procedure Item_write (Stream : not null access Ada.Streams.Root_Stream_Type'Class;
Self : in Item);
procedure Item_read (Stream : not null access Ada.Streams.Root_Stream_Type'Class;
Self : out Item);
for Item'write use Item_write;
for Item'read use Item_read;
end AdaM.Declaration.of_package;
|
sw/552tests/rand_complex/t_7_all.asm | JPShen-UWM/ThreadKraken | 1 | 6932 | // seed 7
lbi r0, 68 // icount 0
slbi r0, 174 // icount 1
lbi r1, 67 // icount 2
slbi r1, 33 // icount 3
lbi r2, 126 // icount 4
slbi r2, 76 // icount 5
lbi r3, 40 // icount 6
slbi r3, 184 // icount 7
lbi r4, 2 // icount 8
slbi r4, 23 // icount 9
lbi r5, 200 // icount 10
slbi r5, 228 // icount 11
lbi r6, 136 // icount 12
slbi r6, 227 // icount 13
lbi r7, 74 // icount 14
slbi r7, 106 // icount 15
add r4, r2, r3 // icount 16
j 24 // icount 17
nop // icount 18
nop // icount 19
nop // icount 20
nop // icount 21
nop // icount 22
nop // icount 23
nop // icount 24
nop // icount 25
nop // icount 26
nop // icount 27
nop // icount 28
nop // icount 29
lbi r5, 0 // icount 30
lbi r0, 0 // icount 31
nop // to align branch icount 32
beqz r1, 4 // icount 33
roli r0, r7, 5 // icount 34
ror r6, r5, r2 // icount 35
andni r1, r1, 1 // icount 36
stu r4, r1, 6 // icount 37
andni r0, r6, 0 // icount 38
lbi r4, 0 // icount 39
lbi r1, 0 // icount 40
beqz r2, 20 // icount 41
andni r2, r2, 1 // icount 42
ld r0, r2, 0 // icount 43
seq r4, r1, r6 // icount 44
addi r1, r1, 4 // icount 45
lbi r3, 6 // icount 46
lbi r1, 4 // icount 47
sco r5, r6, r1 // icount 48
sub r0, r7, r0 // icount 49
andni r0, r0, 1 // icount 50
stu r6, r0, 2 // icount 51
add r0, r5, r4 // icount 52
sub r6, r7, r0 // icount 53
subi r4, r6, 11 // icount 54
andni r2, r2, 2 // icount 55
andni r3, r3, 1 // icount 56
st r7, r3, 0 // icount 57
rol r7, r5, r7 // icount 58
xori r0, r3, 4 // icount 59
andn r3, r0, r2 // icount 60
addi r2, r2, 9 // icount 61
andni r1, r1, 1 // icount 62
stu r4, r1, 6 // icount 63
srli r7, r5, 2 // icount 64
add r3, r5, r2 // icount 65
lbi r4, 0 // icount 66
lbi r3, 0 // icount 67
nop // to align branch icount 68
bgez r1, 16 // icount 69
andni r3, r3, 1 // icount 70
st r6, r3, 10 // icount 71
srl r6, r7, r5 // icount 72
nop // to align meminst icount 73
andni r3, r3, 1 // icount 74
stu r5, r3, 4 // icount 75
seq r4, r7, r4 // icount 76
slbi r5, 8 // icount 77
xori r3, r3, 4 // icount 78
rol r3, r3, r6 // icount 79
subi r3, r4, 3 // icount 80
sco r2, r1, r1 // icount 81
sle r6, r0, r2 // icount 82
slt r3, r1, r7 // icount 83
subi r2, r4, 12 // icount 84
subi r5, r2, 4 // icount 85
add r5, r2, r7 // icount 86
xori r6, r6, 7 // icount 87
slt r0, r0, r3 // icount 88
j 8 // icount 89
nop // icount 90
nop // icount 91
nop // icount 92
nop // icount 93
lbi r4, 0 // icount 94
lbi r0, 0 // icount 95
nop // to align branch icount 96
bnez r3, 12 // icount 97
srl r2, r1, r6 // icount 98
nop // to align meminst icount 99
andni r2, r2, 1 // icount 100
ld r7, r2, 10 // icount 101
xor r0, r7, r6 // icount 102
add r2, r5, r2 // icount 103
srli r3, r1, 12 // icount 104
nop // to align meminst icount 105
andni r0, r0, 1 // icount 106
stu r2, r0, 10 // icount 107
roli r2, r1, 15 // icount 108
roli r3, r1, 13 // icount 109
add r4, r3, r3 // icount 110
sco r3, r0, r1 // icount 111
xor r2, r2, r2 // icount 112
andn r2, r2, r5 // icount 113
lbi r4, 0 // icount 114
lbi r5, 0 // icount 115
nop // to align branch icount 116
bnez r2, 28 // icount 117
andn r0, r6, r7 // icount 118
xor r1, r0, r6 // icount 119
srl r7, r4, r0 // icount 120
rori r2, r0, 11 // icount 121
subi r1, r2, 6 // icount 122
xor r4, r3, r1 // icount 123
add r5, r1, r1 // icount 124
slt r7, r7, r2 // icount 125
andni r7, r7, 1 // icount 126
ld r2, r7, 10 // icount 127
roli r5, r1, 13 // icount 128
srli r5, r6, 9 // icount 129
sub r5, r2, r6 // icount 130
subi r4, r5, 3 // icount 131
andni r3, r3, 1 // icount 132
stu r0, r3, 8 // icount 133
andn r7, r4, r0 // icount 134
sle r1, r7, r7 // icount 135
sub r2, r5, r4 // icount 136
andn r1, r7, r0 // icount 137
add r5, r0, r5 // icount 138
xor r7, r6, r2 // icount 139
addi r0, r4, 6 // icount 140
andn r5, r6, r5 // icount 141
andni r5, r5, 1 // icount 142
st r2, r5, 0 // icount 143
subi r6, r3, 3 // icount 144
seq r1, r5, r7 // icount 145
slli r4, r2, 7 // icount 146
add r7, r0, r4 // icount 147
sle r6, r6, r2 // icount 148
lbi r0, 0 // icount 149
lbi r3, 0 // icount 150
bltz r0, 12 // icount 151
sco r0, r6, r3 // icount 152
ror r4, r2, r5 // icount 153
andni r3, r3, 1 // icount 154
stu r2, r3, 0 // icount 155
andni r4, r4, 1 // icount 156
ld r0, r4, 10 // icount 157
sub r0, r2, r3 // icount 158
srl r0, r3, r3 // icount 159
xori r5, r7, 1 // icount 160
ror r7, r1, r7 // icount 161
andni r5, r1, 3 // icount 162
sll r4, r7, r7 // icount 163
ror r3, r2, r5 // icount 164
rol r5, r5, r4 // icount 165
lbi r6, 0 // icount 166
lbi r2, 0 // icount 167
nop // to align branch icount 168
bnez r4, 20 // icount 169
sub r5, r5, r3 // icount 170
add r5, r3, r5 // icount 171
ror r7, r1, r2 // icount 172
slt r5, r6, r6 // icount 173
andni r1, r1, 1 // icount 174
st r6, r1, 0 // icount 175
slbi r0, 7 // icount 176
xori r2, r0, 1 // icount 177
seq r1, r7, r3 // icount 178
seq r2, r5, r3 // icount 179
sle r4, r7, r2 // icount 180
srli r5, r0, 13 // icount 181
andni r5, r5, 9 // icount 182
slli r1, r2, 0 // icount 183
slt r7, r0, r3 // icount 184
andn r0, r5, r0 // icount 185
slt r2, r5, r5 // icount 186
ror r2, r2, r6 // icount 187
slli r3, r1, 10 // icount 188
nop // to align meminst icount 189
andni r5, r5, 1 // icount 190
st r0, r5, 0 // icount 191
addi r7, r5, 14 // icount 192
j 30 // icount 193
nop // icount 194
nop // icount 195
nop // icount 196
nop // icount 197
nop // icount 198
nop // icount 199
nop // icount 200
nop // icount 201
nop // icount 202
nop // icount 203
nop // icount 204
nop // icount 205
nop // icount 206
nop // icount 207
nop // icount 208
xor r3, r5, r0 // icount 209
j 30 // icount 210
nop // icount 211
nop // icount 212
nop // icount 213
nop // icount 214
nop // icount 215
nop // icount 216
nop // icount 217
nop // icount 218
nop // icount 219
nop // icount 220
nop // icount 221
nop // icount 222
nop // icount 223
nop // icount 224
nop // icount 225
slli r1, r5, 7 // icount 226
lbi r6, 0 // icount 227
lbi r5, 0 // icount 228
beqz r7, 12 // icount 229
sub r0, r5, r4 // icount 230
slli r5, r0, 8 // icount 231
subi r7, r5, 0 // icount 232
sco r2, r1, r7 // icount 233
sub r3, r7, r6 // icount 234
subi r5, r1, 11 // icount 235
andni r3, r3, 1 // icount 236
stu r6, r3, 2 // icount 237
xor r5, r1, r0 // icount 238
roli r1, r6, 0 // icount 239
xori r1, r6, 6 // icount 240
seq r0, r6, r2 // icount 241
sle r3, r4, r7 // icount 242
j 12 // icount 243
nop // icount 244
nop // icount 245
nop // icount 246
nop // icount 247
nop // icount 248
nop // icount 249
j 32 // icount 250
nop // icount 251
nop // icount 252
nop // icount 253
nop // icount 254
nop // icount 255
nop // icount 256
nop // icount 257
nop // icount 258
nop // icount 259
nop // icount 260
nop // icount 261
nop // icount 262
nop // icount 263
nop // icount 264
nop // icount 265
nop // icount 266
andn r6, r1, r7 // icount 267
seq r0, r0, r3 // icount 268
j 8 // icount 269
nop // icount 270
nop // icount 271
nop // icount 272
nop // icount 273
lbi r6, 0 // icount 274
lbi r7, 0 // icount 275
nop // to align branch icount 276
bnez r7, 8 // icount 277
andni r5, r4, 8 // icount 278
addi r3, r7, 4 // icount 279
subi r5, r4, 11 // icount 280
nop // to align meminst icount 281
andni r1, r1, 1 // icount 282
ld r6, r1, 8 // icount 283
andni r1, r1, 1 // icount 284
st r5, r1, 12 // icount 285
srli r1, r2, 8 // icount 286
add r5, r3, r6 // icount 287
srli r5, r5, 7 // icount 288
srl r2, r1, r4 // icount 289
j 22 // icount 290
nop // icount 291
nop // icount 292
nop // icount 293
nop // icount 294
nop // icount 295
nop // icount 296
nop // icount 297
nop // icount 298
nop // icount 299
nop // icount 300
nop // icount 301
lbi r3, 0 // icount 302
lbi r0, 0 // icount 303
nop // to align branch icount 304
bltz r3, 4 // icount 305
andni r2, r2, 1 // icount 306
ld r0, r2, 0 // icount 307
sco r3, r3, r7 // icount 308
xor r5, r7, r6 // icount 309
roli r6, r2, 8 // icount 310
j 2 // icount 311
nop // icount 312
addi r4, r7, 2 // icount 313
slli r0, r1, 4 // icount 314
lbi r1, 0 // icount 315
lbi r2, 0 // icount 316
bltz r1, 0 // icount 317
lbi r5, 0 // icount 318
lbi r1, 0 // icount 319
nop // to align branch icount 320
bgez r0, 4 // icount 321
seq r5, r2, r0 // icount 322
add r7, r7, r7 // icount 323
slt r5, r7, r4 // icount 324
rol r6, r0, r3 // icount 325
lbi r5, 0 // icount 326
lbi r5, 0 // icount 327
nop // to align branch icount 328
beqz r0, 12 // icount 329
roli r5, r6, 2 // icount 330
roli r4, r7, 7 // icount 331
addi r0, r4, 15 // icount 332
subi r2, r4, 12 // icount 333
subi r3, r1, 11 // icount 334
nop // to align meminst icount 335
andni r4, r4, 1 // icount 336
ld r5, r4, 0 // icount 337
andni r6, r6, 1 // icount 338
stu r0, r6, 2 // icount 339
add r3, r7, r6 // icount 340
sle r6, r2, r0 // icount 341
addi r3, r5, 11 // icount 342
xori r4, r7, 4 // icount 343
srl r0, r6, r0 // icount 344
andn r6, r1, r1 // icount 345
lbi r2, 0 // icount 346
lbi r1, 0 // icount 347
nop // to align branch icount 348
bnez r6, 4 // icount 349
sub r4, r3, r7 // icount 350
rori r4, r1, 14 // icount 351
add r1, r3, r3 // icount 352
rori r1, r3, 2 // icount 353
roli r4, r4, 15 // icount 354
xor r1, r7, r3 // icount 355
lbi r7, 0 // icount 356
lbi r3, 0 // icount 357
nop // to align branch icount 358
beqz r2, 8 // icount 359
sub r1, r6, r0 // icount 360
andni r0, r6, 9 // icount 361
andni r3, r3, 1 // icount 362
st r5, r3, 6 // icount 363
sll r4, r2, r0 // icount 364
andn r0, r6, r7 // icount 365
lbi r5, 12 // icount 366
seq r7, r5, r0 // icount 367
addi r6, r3, 0 // icount 368
rori r3, r0, 7 // icount 369
j 0 // icount 370
j 26 // icount 371
nop // icount 372
nop // icount 373
nop // icount 374
nop // icount 375
nop // icount 376
nop // icount 377
nop // icount 378
nop // icount 379
nop // icount 380
nop // icount 381
nop // icount 382
nop // icount 383
nop // icount 384
j 16 // icount 385
nop // icount 386
nop // icount 387
nop // icount 388
nop // icount 389
nop // icount 390
nop // icount 391
nop // icount 392
nop // icount 393
ror r3, r5, r0 // icount 394
lbi r4, 0 // icount 395
lbi r2, 0 // icount 396
beqz r0, 20 // icount 397
sub r6, r6, r6 // icount 398
seq r0, r6, r3 // icount 399
srl r3, r7, r5 // icount 400
srli r6, r1, 2 // icount 401
slbi r1, 2 // icount 402
rol r4, r4, r6 // icount 403
add r4, r1, r6 // icount 404
slli r3, r3, 5 // icount 405
andni r3, r3, 1 // icount 406
ld r6, r3, 4 // icount 407
seq r6, r4, r1 // icount 408
addi r0, r6, 6 // icount 409
slbi r6, 3 // icount 410
sub r6, r6, r2 // icount 411
sco r1, r1, r1 // icount 412
rori r4, r7, 3 // icount 413
sll r1, r1, r4 // icount 414
andni r4, r0, 14 // icount 415
andni r2, r2, 1 // icount 416
ld r5, r2, 12 // icount 417
andni r2, r2, 1 // icount 418
st r1, r2, 2 // icount 419
roli r3, r4, 1 // icount 420
slbi r1, 10 // icount 421
xor r5, r3, r3 // icount 422
j 0 // icount 423
lbi r7, 0 // icount 424
lbi r5, 0 // icount 425
nop // to align branch icount 426
beqz r4, 16 // icount 427
add r6, r3, r5 // icount 428
lbi r6, 12 // icount 429
roli r5, r5, 8 // icount 430
sll r3, r6, r1 // icount 431
andn r0, r5, r6 // icount 432
roli r6, r0, 3 // icount 433
roli r7, r3, 7 // icount 434
srli r3, r7, 12 // icount 435
andn r3, r0, r0 // icount 436
andn r7, r2, r1 // icount 437
roli r1, r2, 0 // icount 438
slt r6, r0, r1 // icount 439
srl r2, r2, r5 // icount 440
xor r6, r4, r1 // icount 441
andni r2, r2, 1 // icount 442
stu r0, r2, 0 // icount 443
andni r0, r0, 1 // icount 444
ld r2, r0, 2 // icount 445
rori r2, r0, 8 // icount 446
j 18 // icount 447
nop // icount 448
nop // icount 449
nop // icount 450
nop // icount 451
nop // icount 452
nop // icount 453
nop // icount 454
nop // icount 455
nop // icount 456
slli r1, r6, 14 // icount 457
andni r0, r0, 1 // icount 458
stu r2, r0, 8 // icount 459
lbi r0, 0 // icount 460
lbi r6, 0 // icount 461
nop // to align branch icount 462
bnez r1, 4 // icount 463
andni r7, r0, 1 // icount 464
lbi r6, 2 // icount 465
xori r1, r3, 6 // icount 466
sle r2, r7, r3 // icount 467
lbi r0, 0 // icount 468
lbi r4, 0 // icount 469
nop // to align branch icount 470
beqz r0, 8 // icount 471
add r5, r7, r0 // icount 472
rol r1, r3, r3 // icount 473
andni r1, r1, 1 // icount 474
stu r5, r1, 14 // icount 475
slli r4, r1, 7 // icount 476
slbi r7, 9 // icount 477
slbi r3, 6 // icount 478
xori r5, r1, 7 // icount 479
srli r3, r7, 11 // icount 480
subi r4, r7, 13 // icount 481
lbi r5, 0 // icount 482
lbi r2, 0 // icount 483
nop // to align branch icount 484
bnez r7, 20 // icount 485
andni r5, r5, 14 // icount 486
slbi r7, 0 // icount 487
ror r5, r5, r5 // icount 488
sll r5, r1, r7 // icount 489
seq r4, r4, r0 // icount 490
srli r1, r6, 6 // icount 491
addi r1, r6, 0 // icount 492
subi r6, r5, 15 // icount 493
sll r2, r5, r4 // icount 494
subi r2, r5, 1 // icount 495
ror r7, r7, r2 // icount 496
xor r0, r4, r4 // icount 497
subi r5, r1, 2 // icount 498
slbi r3, 0 // icount 499
ror r0, r2, r2 // icount 500
slt r5, r5, r3 // icount 501
andni r6, r6, 1 // icount 502
stu r7, r6, 4 // icount 503
addi r4, r0, 0 // icount 504
nop // to align meminst icount 505
andni r7, r7, 1 // icount 506
st r2, r7, 6 // icount 507
sub r6, r3, r3 // icount 508
j 18 // icount 509
nop // icount 510
nop // icount 511
nop // icount 512
nop // icount 513
nop // icount 514
nop // icount 515
nop // icount 516
nop // icount 517
nop // icount 518
sco r0, r6, r0 // icount 519
srl r2, r6, r5 // icount 520
lbi r1, 0 // icount 521
lbi r1, 0 // icount 522
bltz r7, 16 // icount 523
sub r3, r4, r4 // icount 524
xori r5, r1, 3 // icount 525
rol r6, r6, r3 // icount 526
nop // to align meminst icount 527
andni r7, r7, 1 // icount 528
st r1, r7, 6 // icount 529
subi r6, r3, 12 // icount 530
ror r5, r5, r5 // icount 531
rol r6, r1, r2 // icount 532
sle r1, r7, r0 // icount 533
ror r0, r1, r7 // icount 534
andn r7, r2, r3 // icount 535
andni r2, r5, 15 // icount 536
addi r0, r3, 2 // icount 537
andn r3, r7, r7 // icount 538
sll r6, r6, r5 // icount 539
andni r6, r6, 1 // icount 540
st r2, r6, 6 // icount 541
sco r3, r3, r4 // icount 542
lbi r0, 0 // icount 543
lbi r0, 0 // icount 544
bgez r7, 0 // icount 545
lbi r1, 0 // icount 546
lbi r1, 0 // icount 547
nop // to align branch icount 548
beqz r5, 28 // icount 549
rori r0, r1, 3 // icount 550
add r6, r2, r4 // icount 551
srli r2, r4, 1 // icount 552
nop // to align meminst icount 553
andni r0, r0, 1 // icount 554
st r1, r0, 2 // icount 555
roli r0, r3, 15 // icount 556
subi r4, r0, 12 // icount 557
subi r2, r2, 15 // icount 558
seq r2, r7, r1 // icount 559
rol r2, r3, r2 // icount 560
slt r6, r7, r0 // icount 561
seq r0, r7, r6 // icount 562
slt r2, r1, r2 // icount 563
srl r2, r1, r1 // icount 564
ror r6, r3, r2 // icount 565
slbi r1, 15 // icount 566
srli r1, r7, 12 // icount 567
sll r2, r7, r3 // icount 568
xori r1, r2, 4 // icount 569
andni r5, r5, 1 // icount 570
stu r6, r5, 0 // icount 571
sle r2, r7, r3 // icount 572
nop // to align meminst icount 573
andni r0, r0, 1 // icount 574
ld r6, r0, 2 // icount 575
add r6, r2, r1 // icount 576
andn r3, r3, r3 // icount 577
andni r1, r6, 11 // icount 578
roli r1, r0, 3 // icount 579
slbi r4, 8 // icount 580
sco r1, r0, r3 // icount 581
slli r5, r7, 7 // icount 582
subi r1, r4, 15 // icount 583
j 22 // icount 584
nop // icount 585
nop // icount 586
nop // icount 587
nop // icount 588
nop // icount 589
nop // icount 590
nop // icount 591
nop // icount 592
nop // icount 593
nop // icount 594
nop // icount 595
lbi r6, 12 // icount 596
lbi r5, 0 // icount 597
lbi r3, 0 // icount 598
beqz r5, 12 // icount 599
sle r3, r1, r2 // icount 600
addi r0, r7, 1 // icount 601
slt r4, r2, r7 // icount 602
slli r1, r1, 4 // icount 603
rol r3, r6, r7 // icount 604
andni r0, r4, 15 // icount 605
srl r5, r3, r1 // icount 606
ror r2, r6, r7 // icount 607
subi r1, r5, 0 // icount 608
andni r4, r1, 7 // icount 609
slt r5, r2, r2 // icount 610
subi r5, r3, 7 // icount 611
andni r6, r6, 1 // icount 612
st r0, r6, 12 // icount 613
andni r2, r0, 3 // icount 614
j 4 // icount 615
nop // icount 616
nop // icount 617
j 6 // icount 618
nop // icount 619
nop // icount 620
nop // icount 621
andni r7, r7, 1 // icount 622
st r6, r7, 6 // icount 623
srl r7, r2, r2 // icount 624
nop // to align meminst icount 625
andni r3, r3, 1 // icount 626
stu r6, r3, 6 // icount 627
xor r4, r7, r7 // icount 628
j 28 // icount 629
nop // icount 630
nop // icount 631
nop // icount 632
nop // icount 633
nop // icount 634
nop // icount 635
nop // icount 636
nop // icount 637
nop // icount 638
nop // icount 639
nop // icount 640
nop // icount 641
nop // icount 642
nop // icount 643
srl r1, r0, r5 // icount 644
andn r6, r2, r7 // icount 645
slbi r0, 15 // icount 646
lbi r4, 0 // icount 647
lbi r2, 0 // icount 648
bltz r5, 12 // icount 649
andn r1, r0, r5 // icount 650
addi r5, r1, 14 // icount 651
andni r2, r7, 13 // icount 652
nop // to align meminst icount 653
andni r5, r5, 1 // icount 654
stu r0, r5, 0 // icount 655
lbi r5, 9 // icount 656
slt r6, r7, r3 // icount 657
seq r3, r0, r0 // icount 658
sll r4, r4, r3 // icount 659
andni r7, r7, 1 // icount 660
ld r0, r7, 12 // icount 661
add r4, r3, r2 // icount 662
add r1, r4, r7 // icount 663
lbi r7, 10 // icount 664
j 6 // icount 665
nop // icount 666
nop // icount 667
nop // icount 668
lbi r6, 0 // icount 669
lbi r6, 0 // icount 670
bltz r2, 24 // icount 671
xori r6, r1, 15 // icount 672
srl r2, r1, r0 // icount 673
andni r5, r5, 1 // icount 674
ld r4, r5, 2 // icount 675
sco r1, r1, r0 // icount 676
rol r1, r2, r1 // icount 677
ror r0, r2, r6 // icount 678
add r4, r0, r2 // icount 679
slbi r6, 11 // icount 680
srl r6, r0, r5 // icount 681
andni r2, r2, 1 // icount 682
st r2, r2, 4 // icount 683
andn r2, r1, r2 // icount 684
slli r7, r0, 13 // icount 685
andni r3, r3, 1 // icount 686
stu r1, r3, 14 // icount 687
slbi r0, 6 // icount 688
slbi r2, 12 // icount 689
andni r4, r7, 15 // icount 690
roli r3, r4, 0 // icount 691
seq r7, r6, r1 // icount 692
sle r6, r5, r4 // icount 693
andni r4, r4, 1 // icount 694
stu r0, r4, 2 // icount 695
slli r4, r6, 6 // icount 696
sle r6, r2, r2 // icount 697
xor r5, r1, r2 // icount 698
nop // to align meminst icount 699
andni r2, r2, 1 // icount 700
ld r1, r2, 14 // icount 701
lbi r1, 0 // icount 702
lbi r6, 0 // icount 703
nop // to align branch icount 704
bnez r0, 4 // icount 705
slbi r7, 7 // icount 706
subi r0, r5, 13 // icount 707
sle r4, r3, r6 // icount 708
xori r2, r2, 12 // icount 709
sle r7, r6, r3 // icount 710
slbi r0, 5 // icount 711
andni r7, r7, 1 // icount 712
st r3, r7, 14 // icount 713
xor r0, r1, r0 // icount 714
lbi r0, 0 // icount 715
lbi r3, 0 // icount 716
beqz r7, 28 // icount 717
slbi r1, 4 // icount 718
srli r1, r4, 3 // icount 719
srli r4, r3, 9 // icount 720
slt r7, r3, r1 // icount 721
slbi r3, 1 // icount 722
add r0, r3, r1 // icount 723
andni r0, r0, 1 // icount 724
st r5, r0, 8 // icount 725
xori r0, r7, 7 // icount 726
nop // to align meminst icount 727
andni r6, r6, 1 // icount 728
ld r3, r6, 0 // icount 729
addi r2, r0, 4 // icount 730
xori r0, r6, 3 // icount 731
rol r7, r3, r3 // icount 732
slbi r5, 15 // icount 733
slli r2, r4, 8 // icount 734
sub r4, r7, r7 // icount 735
roli r0, r4, 14 // icount 736
nop // to align meminst icount 737
andni r7, r7, 1 // icount 738
stu r4, r7, 12 // icount 739
andni r2, r2, 1 // icount 740
st r5, r2, 4 // icount 741
andni r5, r5, 1 // icount 742
st r7, r5, 0 // icount 743
seq r1, r1, r4 // icount 744
xori r3, r1, 8 // icount 745
sll r1, r6, r3 // icount 746
nop // to align meminst icount 747
andni r7, r7, 1 // icount 748
ld r4, r7, 4 // icount 749
lbi r6, 15 // icount 750
seq r0, r5, r5 // icount 751
andni r1, r1, 1 // icount 752
stu r3, r1, 12 // icount 753
srl r1, r2, r0 // icount 754
addi r6, r0, 14 // icount 755
j 2 // icount 756
nop // icount 757
andni r1, r6, 11 // icount 758
andn r5, r3, r7 // icount 759
sub r6, r2, r1 // icount 760
xor r6, r1, r7 // icount 761
j 32 // icount 762
nop // icount 763
nop // icount 764
nop // icount 765
nop // icount 766
nop // icount 767
nop // icount 768
nop // icount 769
nop // icount 770
nop // icount 771
nop // icount 772
nop // icount 773
nop // icount 774
nop // icount 775
nop // icount 776
nop // icount 777
nop // icount 778
slli r5, r2, 3 // icount 779
andni r2, r2, 1 // icount 780
st r6, r2, 2 // icount 781
j 4 // icount 782
nop // icount 783
nop // icount 784
sle r2, r4, r5 // icount 785
j 10 // icount 786
nop // icount 787
nop // icount 788
nop // icount 789
nop // icount 790
nop // icount 791
sll r6, r4, r4 // icount 792
lbi r7, 12 // icount 793
j 18 // icount 794
nop // icount 795
nop // icount 796
nop // icount 797
nop // icount 798
nop // icount 799
nop // icount 800
nop // icount 801
nop // icount 802
nop // icount 803
j 8 // icount 804
nop // icount 805
nop // icount 806
nop // icount 807
nop // icount 808
j 14 // icount 809
nop // icount 810
nop // icount 811
nop // icount 812
nop // icount 813
nop // icount 814
nop // icount 815
nop // icount 816
halt // icount 817
|
asm/Fibbonacci/FIBON16.asm | Yogurt3418/TI-83-Projects | 0 | 171695 | <reponame>Yogurt3418/TI-83-Projects
.NOLIST
#INCLUDE "ti83plus.inc"
#DEFINE ProgStart $9D95
.LIST
.ORG ProgStart - 2
.DB t2ByteTok, tAsmCmp
;#define BC_SAVE LD (bc_store), BC
;#define BC_LOAD LD BC, (bc_store)
LD BC, 0;
;BC_SAVE
LD DE, 0;
LD HL, (a) ;Load the counter into HL
LOOP:
LD (a), HL ;HL is now acting as the accumulator, the value of a is stored
LD HL, 0
LD BC, (current) ;BC = last number
ADD HL, BC
ADD HL, DE ;HL <- BC+DE
LD D, B ;DE <- BC
LD E, C
LD B, H ;BC <- HL
LD C, L
LD (current), HL ;Store current number to be printed
PUSH HL
PUSH BC
PUSH DE
bcall(_DispHL) ;Print out number
bcall(_NewLine)
POP DE
POP BC
POP HL
LD HL, (a) ;The value of 'a', the counter, is now back in HL
DEC HL ;Decrement HL
LD A, H ;A = H+L
ADD A, L
jp z, EXIT ;If A = 0, then exit
jp LOOP ;Otherwise go back to start
EXIT:
ret
a: .word 23 ;Number of times to run the sequence
;bc_store .word 0
;hl_store .word 0
current: .word 1 |
Cubical/Algebra/CommRing/Instances/Int.agda | FernandoLarrain/cubical | 1 | 8629 | <gh_stars>1-10
{-# OPTIONS --safe #-}
module Cubical.Algebra.CommRing.Instances.Int where
open import Cubical.Foundations.Prelude
open import Cubical.Algebra.CommRing
open import Cubical.Data.Int as Int
renaming ( ℤ to ℤType ; _+_ to _+ℤ_; _·_ to _·ℤ_; -_ to -ℤ_)
open CommRingStr
ℤ : CommRing ℓ-zero
fst ℤ = ℤType
0r (snd ℤ) = 0
1r (snd ℤ) = 1
_+_ (snd ℤ) = _+ℤ_
_·_ (snd ℤ) = _·ℤ_
- snd ℤ = -ℤ_
isCommRing (snd ℤ) = isCommRingℤ
where
abstract
isCommRingℤ : IsCommRing 0 1 _+ℤ_ _·ℤ_ -ℤ_
isCommRingℤ = makeIsCommRing isSetℤ Int.+Assoc (λ _ → refl)
-Cancel Int.+Comm Int.·Assoc
Int.·Rid ·DistR+ Int.·Comm
|
programs/oeis/183/A183983.asm | karttu/loda | 1 | 28751 | ; A183983: 1/4 the number of (n+1) X 7 binary arrays with all 2 X 2 subblock sums the same.
; 45,47,50,56,66,86,122,194,330,602,1130,2186,4266,8426,16682,33194,66090,131882,263210,525866,1050666,2100266,4198442,8394794,16785450,33566762,67125290,134242346,268468266,536920106,1073807402,2147581994,4295098410,8590131242,17180131370,34360131626,68720001066,137439739946,274878955562,549757386794,1099513724970,2199026401322,4398050705450,8796099313706,17592194433066,35184384671786,70368760954922,140737513521194,281475010265130,562950003753002,1125899973951530,2251799914348586,4503599761588266,9007199456067626
cal $0,183979 ; 1/4 the number of (n+1) X 3 binary arrays with all 2 X 2 subblock sums the same.
mov $1,$0
add $1,39
|
travis/test/movd64.asm | johannkoenig/nasm | 1,052 | 163874 | bits 64
movd r8d, mm1
movd r8, mm1
movq r8, mm1
movd [rax], mm1
movq [rax], mm1
movd dword [rax], mm1
%ifdef ERROR
movq dword [rax], mm1
%endif
movd qword [rax], mm1
movq qword [rax], mm1
%ifdef ERROR
movd mm2, mm1
%endif
movq mm2, mm1
|
source/directories/machine-w64-mingw32/a-dirinf.adb | ytomino/drake | 33 | 17385 | <reponame>ytomino/drake<gh_stars>10-100
with Ada.Calendar.Naked;
with Ada.Exception_Identification.From_Here;
with System.Zero_Terminated_WStrings;
with C.winbase;
with C.winnt;
package body Ada.Directories.Information is
use Exception_Identification.From_Here;
use type Exception_Identification.Exception_Id;
use type C.size_t;
use type C.windef.DWORD;
use type C.windef.WINBOOL;
use type C.winnt.HANDLE; -- C.void_ptr
subtype Directory_Entry_Information_Type is
System.Native_Directories.Directory_Entry_Information_Type;
function IO_Exception_Id (errno : C.windef.DWORD)
return Exception_Identification.Exception_Id
renames System.Native_Directories.IO_Exception_Id;
function Named_IO_Exception_Id (errno : C.windef.DWORD)
return Exception_Identification.Exception_Id
renames System.Native_Directories.Named_IO_Exception_Id;
function Is_Executable (Name : String) return Boolean;
function Is_Executable (Name : String) return Boolean is
-- Currently, check only that an extension is ".COM" or ".EXE".
-- It should check PATHEXT, or look PE header?
Ext_First : Positive;
Ext_Last : Natural;
Result : Boolean;
begin
Hierarchical_File_Names.Extension (Name,
First => Ext_First, Last => Ext_Last);
if Ext_Last - Ext_First + 1 = 3 then
declare
Ext : String (1 .. 3) := Name (Ext_First .. Ext_Last);
begin
for I in Ext'Range loop
if Ext (I) in 'a' .. 'z' then
Ext (I) := Character'Val (Character'Pos (Ext (I)) - 16#20#);
end if;
end loop;
Result := Ext = "COM" or else Ext = "EXE";
end;
else
Result := False;
end if;
return Result;
end Is_Executable;
-- implementation
function Creation_Time (Name : String) return Calendar.Time is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return Calendar.Naked.To_Time (Information.ftCreationTime);
end Creation_Time;
function Last_Access_Time (Name : String) return Calendar.Time is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return Calendar.Naked.To_Time (Information.ftLastAccessTime);
end Last_Access_Time;
function Is_Read_Only (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_SPARSE_FILE) /= 0;
end Is_Read_Only;
function Needs_Archiving (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_ARCHIVE) /= 0;
end Needs_Archiving;
function Is_Compressed (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_COMPRESSED) /= 0;
end Is_Compressed;
function Is_Encrypted (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_ENCRYPTED) /= 0;
end Is_Encrypted;
function Is_Hidden (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_HIDDEN) /= 0;
end Is_Hidden;
function Is_System (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_SYSTEM) /= 0;
end Is_System;
function Is_Offline (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_OFFLINE) /= 0;
end Is_Offline;
function Is_Temporary (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_TEMPORARY) /= 0;
end Is_Temporary;
function Is_Sparse (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_SPARSE_FILE) /= 0;
end Is_Sparse;
function Is_Not_Indexed (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_NOT_CONTENT_INDEXED) /= 0;
end Is_Not_Indexed;
function Creation_Time (
Directory_Entry : Directory_Entry_Type)
return Calendar.Time
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return Calendar.Naked.To_Time (
NC_Directory_Entry.Directory_Entry.ftLastWriteTime);
end Creation_Time;
function Last_Access_Time (
Directory_Entry : Directory_Entry_Type)
return Calendar.Time
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return Calendar.Naked.To_Time (
NC_Directory_Entry.Directory_Entry.ftLastAccessTime);
end Last_Access_Time;
function Is_Read_Only (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_READONLY) /= 0;
end Is_Read_Only;
function Needs_Archiving (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_ARCHIVE) /= 0;
end Needs_Archiving;
function Is_Compressed (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_COMPRESSED) /= 0;
end Is_Compressed;
function Is_Encrypted (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_ENCRYPTED) /= 0;
end Is_Encrypted;
function Is_Hidden (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_HIDDEN) /= 0;
end Is_Hidden;
function Is_System (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_SYSTEM) /= 0;
end Is_System;
function Is_Offline (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_OFFLINE) /= 0;
end Is_Offline;
function Is_Temporary (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_TEMPORARY) /= 0;
end Is_Temporary;
function Is_Sparse (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_SPARSE_FILE) /= 0;
end Is_Sparse;
function Is_Not_Indexed (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_NOT_CONTENT_INDEXED) /= 0;
end Is_Not_Indexed;
function Is_Symbolic_Link (Name : String) return Boolean is
Information : aliased Directory_Entry_Information_Type;
begin
System.Native_Directories.Get_Information (Name, Information);
return (Information.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_REPARSE_POINT) /= 0;
end Is_Symbolic_Link;
function Is_Symbolic_Link (
Directory_Entry : Directory_Entry_Type)
return Boolean
is
pragma Check (Dynamic_Predicate,
Check => Is_Assigned (Directory_Entry) or else raise Status_Error);
NC_Directory_Entry : Non_Controlled_Directory_Entry_Type
renames Controlled_Entries.Reference (Directory_Entry).all;
begin
return (NC_Directory_Entry.Directory_Entry.dwFileAttributes
and C.winnt.FILE_ATTRIBUTE_REPARSE_POINT) /= 0;
end Is_Symbolic_Link;
function User_Permission_Set (Name : String)
return User_Permission_Set_Type
is
Executable : constant Boolean := Is_Executable (Name);
Writable : constant Boolean := not Is_Read_Only (Name);
Readable : constant Boolean := True;
begin
return (
User_Execute => Executable,
User_Write => Writable,
User_Read => Readable);
end User_Permission_Set;
function User_Permission_Set (
Directory_Entry : Directory_Entry_Type) -- Assigned_Directory_Entry_Type
return User_Permission_Set_Type
is
Executable : constant Boolean :=
Is_Executable (
Simple_Name (Directory_Entry)); -- checking the predicate
Writable : constant Boolean := not Is_Read_Only (Directory_Entry);
Readable : constant Boolean := True;
begin
return (
User_Execute => Executable,
User_Write => Writable,
User_Read => Readable);
end User_Permission_Set;
function Identity (Name : String) return File_Id is
Exception_Id : Exception_Identification.Exception_Id :=
Exception_Identification.Null_Id;
W_Name : aliased C.winnt.WCHAR_array (
0 ..
Name'Length * System.Zero_Terminated_WStrings.Expanding);
Handle : C.winnt.HANDLE;
Info : aliased C.winbase.BY_HANDLE_FILE_INFORMATION;
begin
System.Zero_Terminated_WStrings.To_C (Name, W_Name (0)'Access);
Handle := C.winbase.CreateFile (
W_Name (0)'Access,
dwDesiredAccess => 0,
dwShareMode =>
C.winnt.FILE_SHARE_READ or C.winnt.FILE_SHARE_WRITE
or C.winnt.FILE_SHARE_DELETE, -- only for query
lpSecurityAttributes => null,
dwCreationDisposition => C.winbase.OPEN_EXISTING,
dwFlagsAndAttributes =>
C.winbase.FILE_FLAG_BACKUP_SEMANTICS
or C.winbase.FILE_FLAG_OPEN_REPARSE_POINT,
hTemplateFile => C.windef.LPVOID (System.Null_Address));
if Handle = C.winbase.INVALID_HANDLE_VALUE then
Exception_Id := Named_IO_Exception_Id (C.winbase.GetLastError);
else
if C.winbase.GetFileInformationByHandle (Handle, Info'Access) =
C.windef.FALSE
then
Exception_Id := IO_Exception_Id (C.winbase.GetLastError);
end if;
if C.winbase.CloseHandle (Handle) = C.windef.FALSE
and then Exception_Id = Exception_Identification.Null_Id
then
Exception_Id := IO_Exception_Id (C.winbase.GetLastError);
end if;
end if;
if Exception_Id /= Exception_Identification.Null_Id then
Raise_Exception (Exception_Id);
end if;
return (
FileIndexLow => Info.nFileIndexLow,
FileIndexHigh => Info.nFileIndexHigh,
VolumeSerialNumber => Info.dwVolumeSerialNumber);
end Identity;
function Identity (
Directory_Entry : Directory_Entry_Type)
return File_Id is
begin
-- WIN32_FILE_ATTRIBUTE_DATA does not contain the file index
return Identity (Full_Name (Directory_Entry)); -- checking the predicate
end Identity;
end Ada.Directories.Information;
|
test/Succeed/Issue2208.agda | hborum/agda | 3 | 1617 | <gh_stars>1-10
open import Agda.Builtin.Bool
open import Agda.Builtin.Equality
open import Agda.Builtin.Float
NaN : Float
NaN = primFloatDiv 0.0 0.0
-NaN : Float
-NaN = primFloatNegate NaN
NaN≮NaN : primFloatNumericalLess NaN NaN ≡ false
NaN≮NaN = refl
-NaN≮-NaN : primFloatNumericalLess -NaN -NaN ≡ false
-NaN≮-NaN = refl
NaN≮-NaN : primFloatNumericalLess NaN -NaN ≡ false
NaN≮-NaN = refl
-NaN<NaN : primFloatNumericalLess -NaN NaN ≡ false
-NaN<NaN = refl
|
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/pack9.ads | best08618/asylo | 7 | 4305 | <gh_stars>1-10
package Pack9 is
type R1 is record
I : Integer;
C : Character;
end record;
type R2 is record
I1, I2 : Integer;
A : R1;
end record;
pragma Pack(R2);
type R2_Ptr is access all R2;
procedure Copy (X, Y : R2_Ptr);
end Pack9;
|
maps/Route41.asm | Dev727/ancientplatinum | 28 | 19477 | <gh_stars>10-100
object_const_def ; object_event constants
const ROUTE41_OLIVINE_RIVAL1
const ROUTE41_OLIVINE_RIVAL2
const ROUTE41_OLIVINE_RIVAL3
const ROUTE41_OLIVINE_RIVAL4
const ROUTE41_OLIVINE_RIVAL5
const ROUTE41_SWIMMER_GIRL1
const ROUTE41_SWIMMER_GIRL2
const ROUTE41_SWIMMER_GIRL3
const ROUTE41_SWIMMER_GIRL4
const ROUTE41_SWIMMER_GIRL5
Route41_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TrainerSwimmerfKaylee:
trainer SWIMMERF, KAYLEE, EVENT_BEAT_SWIMMERF_KAYLEE, SwimmerfKayleeSeenText, SwimmerfKayleeBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmerfKayleeAfterBattleText
waitbutton
closetext
end
TrainerSwimmerfSusie:
trainer SWIMMERF, SUSIE, EVENT_BEAT_SWIMMERF_SUSIE, SwimmerfSusieSeenText, SwimmerfSusieBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmerfSusieAfterBattleText
waitbutton
closetext
end
TrainerSwimmerfDenise:
trainer SWIMMERF, DENISE, EVENT_BEAT_SWIMMERF_DENISE, SwimmerfDeniseSeenText, SwimmerfDeniseBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmerfDeniseAfterBattleText
waitbutton
closetext
end
TrainerSwimmerfKara:
trainer SWIMMERF, KARA, EVENT_BEAT_SWIMMERF_KARA, SwimmerfKaraSeenText, SwimmerfKaraBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmerfKaraAfterBattleText
waitbutton
closetext
end
TrainerSwimmerfWendy:
trainer SWIMMERF, WENDY, EVENT_BEAT_SWIMMERF_WENDY, SwimmerfWendySeenText, SwimmerfWendyBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmerfWendyAfterBattleText
waitbutton
closetext
end
TrainerSwimmermCharlie:
trainer SWIMMERM, CHARLIE, EVENT_BEAT_SWIMMERM_CHARLIE, SwimmermCharlieSeenText, SwimmermCharlieBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmermCharlieAfterBattleText
waitbutton
closetext
end
TrainerSwimmermGeorge:
trainer SWIMMERM, GEORGE, EVENT_BEAT_SWIMMERM_GEORGE, SwimmermGeorgeSeenText, SwimmermGeorgeBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmermGeorgeAfterBattleText
waitbutton
closetext
end
TrainerSwimmermBerke:
trainer SWIMMERM, BERKE, EVENT_BEAT_SWIMMERM_BERKE, SwimmermBerkeSeenText, SwimmermBerkeBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmermBerkeAfterBattleText
waitbutton
closetext
end
TrainerSwimmermKirk:
trainer SWIMMERM, KIRK, EVENT_BEAT_SWIMMERM_KIRK, SwimmermKirkSeenText, SwimmermKirkBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmermKirkAfterBattleText
waitbutton
closetext
end
TrainerSwimmermMathew:
trainer SWIMMERM, MATHEW, EVENT_BEAT_SWIMMERM_MATHEW, SwimmermMathewSeenText, SwimmermMathewBeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext SwimmermMathewAfterBattleText
waitbutton
closetext
end
Route41Rock:
; unused
jumpstd smashrock
Route41HiddenMaxEther:
hiddenitem MAX_ETHER, EVENT_ROUTE_41_HIDDEN_MAX_ETHER
SwimmermCharlieSeenText:
text "The water's warm"
line "here. I'm loose"
cont "and limber."
para "Sure, I'll take"
line "you on!"
done
SwimmermCharlieBeatenText:
text "Yikes! I've got"
line "prune skin!"
done
SwimmermCharlieAfterBattleText:
text "Isn't it relaxing"
line "just floating like"
cont "this?"
done
SwimmermGeorgeSeenText:
text "I'm a bit tired."
line "If I win, lend me"
cont "your #MON."
done
SwimmermGeorgeBeatenText:
text "Pant, pant…"
done
SwimmermGeorgeAfterBattleText:
text "It's so far to"
line "CIANWOOD."
para "But it's no easy"
line "return trip to"
cont "OLIVINE either."
para "What should I do?"
done
SwimmermBerkeSeenText:
text "See those islands"
line "that are blocked"
cont "by whirlpools?"
para "There just has to"
line "be a secret!"
done
SwimmermBerkeBeatenText:
text "What's the secret"
line "to your strength?"
done
SwimmermBerkeAfterBattleText:
text "It was a dark and"
line "stormy night…"
para "I saw this giant"
line "#MON flying"
cont "from the islands."
para "It was scattering"
line "feathers from its"
cont "silver wings."
done
SwimmermKirkSeenText:
text "The waves are wild"
line "here."
para "They tire you out"
line "while you swim."
done
SwimmermKirkBeatenText:
text "I'm beat!"
done
SwimmermKirkAfterBattleText:
text "The currents keep"
line "me from reaching"
cont "that island."
done
SwimmermMathewSeenText:
text "Are you seeking"
line "the secrets of"
cont "WHIRL ISLANDS?"
done
SwimmermMathewBeatenText:
text "Ooh, you've got"
line "great endurance!"
done
SwimmermMathewAfterBattleText:
text "A secret about"
line "WHIRL ISLANDS…"
para "It's pitch-black"
line "inside!"
done
SwimmerfKayleeSeenText:
text "I'm on my way to"
line "WHIRL ISLANDS."
para "I'm going explor-"
line "ing with friends."
done
SwimmerfKayleeBeatenText:
text "Is that how you do"
line "it?"
done
SwimmerfKayleeAfterBattleText:
text "There's supposed"
line "to be a big #-"
cont "MON deep beneath"
cont "WHIRL ISLANDS."
para "I wonder what it"
line "could be?"
done
SwimmerfSusieSeenText:
text "You look so ele-"
line "gant, riding your"
cont "#MON."
done
SwimmerfSusieBeatenText:
text "I'm crushed…"
done
SwimmerfSusieAfterBattleText:
text "Wasn't there a hit"
line "song about a boy"
cont "riding a LAPRAS?"
done
SwimmerfDeniseSeenText:
text "The weather is so"
line "beautiful, I'm in"
cont "a daze!"
done
SwimmerfDeniseBeatenText:
text "Ohhh!"
done
SwimmerfDeniseAfterBattleText:
text "A sunburn is the"
line "worst for skin."
para "But I don't use a"
line "sunblock."
para "I won't pollute"
line "the water."
done
SwimmerfKaraSeenText:
text "If you need to"
line "rest, just tread"
cont "water."
para "You'll get your"
line "wind back, so you"
para "can keep on going"
line "strong."
done
SwimmerfKaraBeatenText:
text "Oh! You have more"
line "energy than I do."
done
SwimmerfKaraAfterBattleText:
text "I heard roars from"
line "deep inside the"
cont "ISLANDS."
done
SwimmerfWendySeenText:
text "At night, STARYU"
line "gather near the"
cont "water's surface."
done
SwimmerfWendyBeatenText:
text "Oh, dear…"
done
SwimmerfWendyAfterBattleText:
text "The clusters of"
line "STARYU light up"
cont "at the same time."
para "It's so beautiful,"
line "it's scary."
done
Route41_MapEvents:
db 0, 0 ; filler
db 4 ; warp events
warp_event 12, 17, WHIRL_ISLAND_NW, 1
warp_event 36, 19, WHIRL_ISLAND_NE, 1
warp_event 12, 37, WHIRL_ISLAND_SW, 1
warp_event 36, 45, WHIRL_ISLAND_SE, 1
db 0 ; coord events
db 1 ; bg events
bg_event 9, 35, BGEVENT_ITEM, Route41HiddenMaxEther
db 10 ; object events
object_event 32, 6, SPRITE_OLIVINE_RIVAL, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerSwimmermCharlie, -1
object_event 46, 8, SPRITE_OLIVINE_RIVAL, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerSwimmermGeorge, -1
object_event 20, 26, SPRITE_OLIVINE_RIVAL, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerSwimmermBerke, -1
object_event 32, 30, SPRITE_OLIVINE_RIVAL, SPRITEMOVEDATA_SPINCLOCKWISE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerSwimmermKirk, -1
object_event 19, 46, SPRITE_OLIVINE_RIVAL, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerSwimmermMathew, -1
object_event 17, 4, SPRITE_SWIMMER_GIRL, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 3, TrainerSwimmerfKaylee, -1
object_event 23, 19, SPRITE_SWIMMER_GIRL, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 3, TrainerSwimmerfSusie, -1
object_event 27, 34, SPRITE_SWIMMER_GIRL, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 3, TrainerSwimmerfDenise, -1
object_event 44, 28, SPRITE_SWIMMER_GIRL, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 4, TrainerSwimmerfKara, -1
object_event 9, 50, SPRITE_SWIMMER_GIRL, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 2, TrainerSwimmerfWendy, -1
|
programs/oeis/128/A128464.asm | neoneye/loda | 22 | 103795 | ; A128464: Numbers that are congruent to {11, 17, 29} mod 30.
; 11,17,29,41,47,59,71,77,89,101,107,119,131,137,149,161,167,179,191,197,209,221,227,239,251,257,269,281,287,299,311,317,329,341,347,359,371,377,389,401,407,419,431,437,449,461,467,479,491,497,509,521,527,539,551,557,569,581,587,599,611,617,629,641,647,659,671,677,689,701,707,719,731,737,749,761,767,779,791,797,809,821,827,839,851,857,869,881,887,899,911,917,929,941,947,959,971,977,989,1001
mul $0,10
div $0,6
mul $0,6
add $0,11
|
oeis/272/A272007.asm | neoneye/loda-programs | 11 | 7908 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A272007: Number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 413", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>(s3)
; 1,8,5,48,5,120,5,224,5,360,5,528,5,728,5,960,5,1224,5,1520,5,1848,5,2208,5,2600,5,3024,5,3480,5,3968,5,4488,5,5040,5,5624,5,6240,5,6888,5,7568,5,8280,5,9024,5,9800,5,10608,5,11448,5,12320,5,13224,5,14160,5,15128,5,16128,5,17160,5,18224,5,19320,5,20448,5,21608,5,22800,5,24024,5,25280,5,26568,5,27888,5,29240,5,30624,5,32040,5,33488,5,34968,5,36480,5,38024,5,39600
mov $1,$0
mul $0,2
sub $1,1
mod $1,2
mov $3,2
mov $4,2
mul $4,$0
lpb $1
mov $0,4
sub $1,1
mov $2,1
mov $3,1
mov $4,0
lpe
pow $0,$3
add $0,$2
mov $1,$4
add $1,1
add $0,$1
trn $0,2
add $0,1
|
programs/oeis/098/A098111.asm | neoneye/loda | 22 | 27113 | ; A098111: Inverse binomial transform of A098149.
; 1,0,-5,-25,-100,-375,-1375,-5000,-18125,-65625,-237500,-859375,-3109375,-11250000,-40703125,-147265625,-532812500,-1927734375,-6974609375,-25234375000,-91298828125,-330322265625,-1195117187500,-4323974609375,-15644287109375,-56601562500000
mov $1,1
lpb $0
sub $0,1
add $2,$1
sub $1,$2
mul $2,5
lpe
mov $0,$1
|
test/asset/agda-stdlib-1.0/Strict.agda | omega12345/agda-mode | 5 | 8751 | <reponame>omega12345/agda-mode<gh_stars>1-10
------------------------------------------------------------------------
-- The Agda standard library
--
-- Strictness combinators
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Strict where
open import Level
open import Agda.Builtin.Equality
open import Agda.Builtin.Strict
renaming ( primForce to force
; primForceLemma to force-≡) public
-- Derived combinators
module _ {ℓ ℓ′ : Level} {A : Set ℓ} {B : Set ℓ′} where
force′ : A → (A → B) → B
force′ = force
force′-≡ : (a : A) (f : A → B) → force′ a f ≡ f a
force′-≡ = force-≡
seq : A → B → B
seq a b = force a (λ _ → b)
seq-≡ : (a : A) (b : B) → seq a b ≡ b
seq-≡ a b = force-≡ a (λ _ → b)
|
programs/oeis/101/A101107.asm | jmorken/loda | 1 | 83127 | ; A101107: Sorted and uniqued list of class numbers (number of conjugacy classes) of all non-Abelian simple groups.
; 5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,26,27,28,29,30,31,32,33,34,35,36,38
mov $2,$0
sub $0,4
trn $0,6
mov $4,$2
add $4,3
mov $1,$4
add $1,2
mov $3,1
mov $4,0
lpb $0
sub $0,1
add $3,6
trn $0,$3
add $0,3
add $4,1
lpe
add $1,$4
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1403.asm | ljhsiun2/medusa | 9 | 85599 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x16efd, %rsi
lea addresses_WT_ht+0x1487d, %rdi
nop
nop
add $14684, %rdx
mov $17, %rcx
rep movsl
nop
nop
dec %rbx
lea addresses_normal_ht+0x3a05, %rsi
lea addresses_D_ht+0xd87d, %rdi
clflush (%rsi)
nop
nop
nop
cmp %rax, %rax
mov $77, %rcx
rep movsq
nop
nop
nop
nop
nop
add %rdi, %rdi
lea addresses_normal_ht+0x1cbd, %rdx
nop
nop
cmp $32940, %r9
mov (%rdx), %rax
xor %rax, %rax
lea addresses_WC_ht+0x78ed, %rcx
clflush (%rcx)
nop
nop
nop
nop
cmp $11721, %rdx
mov (%rcx), %ebx
nop
nop
nop
nop
sub %rbx, %rbx
lea addresses_UC_ht+0x667d, %rdi
nop
sub $56366, %rbx
mov $0x6162636465666768, %rsi
movq %rsi, (%rdi)
nop
nop
nop
add %rsi, %rsi
lea addresses_A_ht+0x1c0dd, %rbx
nop
nop
nop
nop
nop
dec %rsi
movups (%rbx), %xmm1
vpextrq $1, %xmm1, %r9
nop
nop
sub $26934, %rax
lea addresses_normal_ht+0x40f5, %rsi
lea addresses_A_ht+0x9d7d, %rdi
nop
nop
nop
nop
add $50869, %rdx
mov $47, %rcx
rep movsq
nop
cmp $5777, %rdi
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbx
pop %rax
pop %r9
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r14
push %r15
push %rsi
// Faulty Load
lea addresses_normal+0x1c87d, %r12
nop
nop
nop
cmp $64857, %r14
vmovups (%r12), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $0, %xmm4, %rsi
lea oracles, %r13
and $0xff, %rsi
shlq $12, %rsi
mov (%r13,%rsi,1), %rsi
pop %rsi
pop %r15
pop %r14
pop %r13
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_normal', 'same': False, 'size': 32, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'type': 'addresses_normal', 'same': True, 'size': 32, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_UC_ht', 'congruent': 6, 'same': True}, 'dst': {'type': 'addresses_WT_ht', 'congruent': 11, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 3, 'same': False}, 'dst': {'type': 'addresses_D_ht', 'congruent': 10, 'same': True}, 'OP': 'REPM'}
{'src': {'type': 'addresses_normal_ht', 'same': False, 'size': 8, 'congruent': 6, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_WC_ht', 'same': False, 'size': 4, 'congruent': 4, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'dst': {'type': 'addresses_UC_ht', 'same': False, 'size': 8, 'congruent': 9, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'src': {'type': 'addresses_A_ht', 'same': True, 'size': 16, 'congruent': 3, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 1, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 5, 'same': False}, 'OP': 'REPM'}
{'34': 21829}
34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34
*/
|
asm/tests/manual/mul_pt2.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 67 | 13937 | ;
; jemul8 - JavaScript x86 Emulator
; Copyright (c) 2012 http://ovms.co. All Rights Reserved.
;
; MODULE: Flags test suite (boot sector)
;
org 0
jmp 0x07C0:start
start:
cli
; Update DS & ES to be 7C0 instead of 0
push CS
pop DS
push CS
pop ES
; Create stack
mov ax, 0x0000
mov ss, ax
mov sp, 0xFFFD
mov si, mulBanner
call printMsg
;*********** multiply +1 and -1 result should be -1
;****** byte operation
;mov si, mulTestByte2
;call printMsg
MOV AL,1 ;put +1 into al
MOV AH,-1 ;put -1 into ah
MUL AH ;ordinary mul - result of 0FFh (255) in ax
cmp ax, 0xFF
jne fail7
call pass
jmp end7
fail7:
call fail
end7:
MOV AL,1 ;put +1 into al
MOV AH,-1 ;put -1 into ah
IMUL AH ;signed mul - result of 0FFFFh in ax - correct
cmp ax, 0xFFFF
jne fail8
call pass
jmp end8
fail8:
call fail
end8:
;****** word operation
;mov si, mulTestWord2
;call printMsg
MOV AX,1 ;put 1 into ax
MOV BX,-1 ;put -1 into bx
MUL BX ;ordinary mul - result of 0000:FFFF in dx:ax
cmp dx, 0
jne fail9
cmp ax, 0xFFFF
jne fail9
call pass
jmp end9
fail9:
call fail
end9:
MOV AX,1 ;put 1 into ax
MOV BX,-1 ;put -1 into bx
IMUL BX ;signed mul - result of FFFF:FFFF in dx:ax - correct
cmp dx, 0xFFFF
jne fail10
cmp ax, 0xFFFF
jne fail10
call pass
jmp end10
fail10:
call fail
end10:
;****** dword operation
;mov si, mulTestDword2
;call printMsg
MOV EAX,1 ;put 1 into eax
MOV EBX,-1 ;put -1 into ebx
MUL EBX ;ordinary mul - result of 00000000:FFFFFFFF in edx:eax
cmp edx, 0
jne fail11
cmp eax, 0xFFFFFFFF
jne fail11
call pass
jmp end11
fail11:
call fail
end11:
MOV EAX,1 ;put 1 into eax
MOV EBX,-1 ;put -1 into ebx
IMUL EBX ;signed mul - result of FFFFFFFF:FFFFFFFF in edx:eax - correct
cmp edx, 0xFFFFFFFF
jne fail12
cmp eax, 0xFFFFFFFF
jne fail12
call pass
jmp end12
fail12:
call fail
end12:
; All stop when done
mov si, doneMsg
call printMsg
finished:
jmp finished;
printMsg:
mov ah, 0Eh
cld
lodsb
cmp al, 0
jz done
int 10h
jmp printMsg
done:
ret
pass:
mov si, passMsg
call printMsg
ret
fail:
mov si, failMsg
call printMsg
ret
mulBanner db 'jemul8 MUL/IMUL Test (Part 2)',13,10,0
passMsg db '.',0
failMsg db 'E',0
doneMsg db 13,10,'Done.',0
; ==== End of code ====
; Make the file 512 bytes long
TIMES 510-($-$$) DB 0
; Add the boot signature
dw 0AA55h
|
alloy4fun_models/trashltl/models/4/rHbApGbDcQ3x5e59F.als | Kaixi26/org.alloytools.alloy | 0 | 4194 | open main
pred idrHbApGbDcQ3x5e59F_prop5 {
eventually no Trash
}
pred __repair { idrHbApGbDcQ3x5e59F_prop5 }
check __repair { idrHbApGbDcQ3x5e59F_prop5 <=> prop5o } |
src/Utilities/xml_utilities.ads | fintatarta/eugen | 0 | 20436 | <reponame>fintatarta/eugen
with DOM.Core;
package XML_Utilities is
function Parse_String (Item : String) return DOM.Core.Document;
--
-- If node N has the given attribute, return its value otherwise raise
-- No_such_Attribute
--
function Expect_Attribute (N : DOM.Core.Node; Name : String) return String;
--
-- Return True if the node has the given attribute
--
function Has_Attribute (N : DOM.Core.Node; Name : String) return Boolean;
--
-- If node N has the given attribute, return its value otherwise return
-- the default value
--
function Get_Attribute (N : DOM.Core.Node;
Name : String;
Default : String := "")
return String;
No_Such_Attribute : exception;
end XML_Utilities;
|
kv-avm-code_buffers.ads | davidkristola/vole | 4 | 4825 | with Ada.Strings.Unbounded;
package kv.avm.Code_Buffers is
type Buffer_Type is tagged private;
procedure Put_Meta
(Self : in out Buffer_Type;
Data : in String);
procedure Put_Instruction
(Self : in out Buffer_Type;
Data : in String);
procedure Put_Comment
(Self : in out Buffer_Type;
Data : in String);
procedure Append
(Self : in out Buffer_Type;
Data : in Buffer_Type);
function Code_Count(Self : Buffer_Type) return Natural;
procedure Print
(Self : in Buffer_Type);
procedure Process_Lines
(Self : in Buffer_Type;
Processor : access procedure(Line : String));
private
subtype String_Type is Ada.Strings.Unbounded.Unbounded_String;
type String_Array is array (1..1024) of String_Type;
type Buffer_Type is tagged
record
Buffer : String_Array;
Count : Natural := 0;
Code : Natural := 0;
end record;
end kv.avm.Code_Buffers;
|
demo/adainclude/s-bbthqu.adb | e3l6/SSMDev | 0 | 989 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS --
-- --
-- S Y S T E M . B B . T H R E A D S . Q U E U E S --
-- --
-- B o d y --
-- --
-- Copyright (C) 1999-2002 Universidad Politecnica de Madrid --
-- Copyright (C) 2003-2005 The European Space Agency --
-- Copyright (C) 2003-2013, AdaCore --
-- --
-- GNARL is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNARL is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. --
-- --
-- --
-- --
-- --
-- --
-- You should have received a copy of the GNU General Public License and --
-- a copy of the GCC Runtime Library Exception along with this program; --
-- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
-- <http://www.gnu.org/licenses/>. --
-- --
-- GNARL was developed by the GNARL team at Florida State University. --
-- Extensive contributions were provided by Ada Core Technologies, Inc. --
-- --
-- The port of GNARL to bare board targets was initially developed by the --
-- Real-Time Systems Group at the Technical University of Madrid. --
-- --
------------------------------------------------------------------------------
pragma Restrictions (No_Elaboration_Code);
package body System.BB.Threads.Queues is
use System.Multiprocessors;
use System.BB.CPU_Primitives.Multiprocessors;
----------------
-- Local data --
----------------
Alarms_Table : array (CPU) of Thread_Id := (others => Null_Thread_Id);
pragma Volatile_Components (Alarms_Table);
-- Identifier of the thread that is in the first place of the alarm queue
---------------------
-- Change_Priority --
---------------------
procedure Change_Priority
(Thread : Thread_Id;
Priority : System.Any_Priority)
is
Aux_Pointer : Thread_Id;
CPU_Id : constant CPU := Get_CPU (Thread);
begin
-- A CPU can only change the priority of its own tasks
pragma Assert (CPU_Id = Current_CPU);
-- Change the active priority. The base priority does not change
Thread.Active_Priority := Priority;
-- When raising the priority, it is not possible that there is another
-- task with a higher priority (otherwise the other task would be
-- running). Hence, there is no displacement required within the
-- queue, because the thread is already in the first position.
if Thread.Next /= Null_Thread_Id
and then Priority < Thread.Next.Active_Priority
then
-- If we are here it is because the currently executing thread
-- is lowering its priority, and there is a thread with a higher
-- priority ready to execute.
-- The running thread is no longer the highest priority thread
First_Thread_Table (CPU_Id) := Thread.Next;
Aux_Pointer := First_Thread_Table (CPU_Id);
-- FIFO_Within_Priorities dispatching policy. In ALRM D.2.2 it is
-- said that when the active priority is lowered due to the loss of
-- inherited priority (the only possible case within the Ravenscar
-- profile) the task is added at the head of the ready queue for
-- its new active priority. Next loop will look for the value of
-- Aux_Pointer that contains the last thread with a higher priority
-- (so that we insert the thread just after it).
while Aux_Pointer.Next /= Null_Thread_Id
and then Priority < Aux_Pointer.Next.Active_Priority
loop
Aux_Pointer := Aux_Pointer.Next;
end loop;
-- Insert the thread just after the Aux_Pointer
Thread.Next := Aux_Pointer.Next;
Aux_Pointer.Next := Thread;
end if;
end Change_Priority;
---------------------------
-- Context_Switch_Needed --
---------------------------
function Context_Switch_Needed return Boolean is
begin
-- A context switch is needed when there is a higher priority task ready
-- to execute. It means that First_Thread is not null and it is not
-- equal to the task currently executing (Running_Thread).
return First_Thread /= Running_Thread;
end Context_Switch_Needed;
----------------------
-- Current_Priority --
----------------------
function Current_Priority
(CPU_Id : System.Multiprocessors.CPU) return System.Any_Priority
is
Thread : constant Thread_Id := Running_Thread_Table (CPU_Id);
begin
if Thread = null or else Thread.State /= Threads.Runnable then
return System.Any_Priority'First;
else
return Thread.Active_Priority;
end if;
end Current_Priority;
-------------
-- Extract --
-------------
procedure Extract (Thread : Thread_Id) is
CPU_Id : constant CPU := Get_CPU (Thread);
begin
-- A CPU can only modify its own tasks queues
pragma Assert (CPU_Id = Current_CPU);
First_Thread_Table (CPU_Id) := Thread.Next;
Thread.Next := Null_Thread_Id;
end Extract;
-------------------------
-- Extract_First_Alarm --
-------------------------
function Extract_First_Alarm return Thread_Id is
CPU_Id : constant CPU := Current_CPU;
Result : constant Thread_Id := Alarms_Table (CPU_Id);
begin
-- A CPU can only modify its own tasks queues
pragma Assert (CPU_Id = Current_CPU);
Alarms_Table (CPU_Id) := Result.Next_Alarm;
Result.Alarm_Time := System.BB.Time.Time'Last;
Result.Next_Alarm := Null_Thread_Id;
return Result;
end Extract_First_Alarm;
------------------
-- First_Thread --
------------------
function First_Thread return Thread_Id is
begin
return First_Thread_Table (Current_CPU);
end First_Thread;
-------------------------
-- Get_Next_Alarm_Time --
-------------------------
function Get_Next_Alarm_Time (CPU_Id : CPU) return System.BB.Time.Time is
Thread : Thread_Id;
begin
Thread := Alarms_Table (CPU_Id);
if Thread = Null_Thread_Id then
-- If alarm queue is empty then next alarm to raise will be Time'Last
return System.BB.Time.Time'Last;
else
return Thread.Alarm_Time;
end if;
end Get_Next_Alarm_Time;
------------
-- Insert --
------------
procedure Insert (Thread : Thread_Id) is
Aux_Pointer : Thread_Id;
CPU_Id : constant CPU := Get_CPU (Thread);
begin
-- ??? This pragma is disabled because the Tasks_Activated only
-- represents the end of activation for one package not all the
-- packages. We have to find a better milestone for the end of
-- tasks activation.
-- -- A CPU can only insert alarm in its own queue, except during
-- -- initialization.
-- pragma Assert (CPU_Id = Current_CPU or else not Tasks_Activated);
-- It may be the case that we try to insert a task that is already in
-- the queue. This can only happen if the task was not runnable and its
-- context was being used for handling an interrupt. Hence, if the task
-- is already in the queue and we try to insert it, we need to check
-- whether it is in the correct place.
-- No insertion if the task is already at the head of the queue
if First_Thread_Table (CPU_Id) = Thread then
null;
-- Insert at the head of queue if there is no other thread with a higher
-- priority.
elsif First_Thread_Table (CPU_Id) = Null_Thread_Id
or else
Thread.Active_Priority > First_Thread_Table (CPU_Id).Active_Priority
then
Thread.Next := First_Thread_Table (CPU_Id);
First_Thread_Table (CPU_Id) := Thread;
-- Middle or tail insertion
else
-- Look for the Aux_Pointer to insert the thread just after it
Aux_Pointer := First_Thread_Table (CPU_Id);
while Aux_Pointer.Next /= Null_Thread_Id
and then Aux_Pointer.Next /= Thread
and then Aux_Pointer.Next.Active_Priority >= Thread.Active_Priority
loop
Aux_Pointer := Aux_Pointer.Next;
end loop;
-- If we found the thread already in the queue, then we need to move
-- it to its right place.
if Aux_Pointer.Next = Thread then
-- Extract it from its current location
Aux_Pointer.Next := Thread.Next;
-- Look for the Aux_Pointer to insert the thread just after it
while Aux_Pointer.Next /= Null_Thread_Id
and then
Aux_Pointer.Next.Active_Priority >= Thread.Active_Priority
loop
Aux_Pointer := Aux_Pointer.Next;
end loop;
end if;
-- Insert the thread after the Aux_Pointer
Thread.Next := Aux_Pointer.Next;
Aux_Pointer.Next := Thread;
end if;
end Insert;
------------------
-- Insert_Alarm --
------------------
procedure Insert_Alarm
(T : System.BB.Time.Time;
Thread : Thread_Id;
Is_First : out Boolean)
is
CPU_Id : constant CPU := Get_CPU (Thread);
Alarm_Id_Aux : Thread_Id;
begin
-- A CPU can only insert alarm in its own queue
pragma Assert (CPU_Id = Current_CPU);
-- Set the Alarm_Time within the thread descriptor
Thread.Alarm_Time := T;
-- Case of empty queue, or new alarm expires earlier, insert the thread
-- as the first thread.
if Alarms_Table (CPU_Id) = Null_Thread_Id
or else T < Alarms_Table (CPU_Id).Alarm_Time
then
Thread.Next_Alarm := Alarms_Table (CPU_Id);
Alarms_Table (CPU_Id) := Thread;
Is_First := True;
-- Otherwise, place in the middle
else
-- Find the minimum greater than T alarm within the alarm queue
Alarm_Id_Aux := Alarms_Table (CPU_Id);
while Alarm_Id_Aux.Next_Alarm /= Null_Thread_Id and then
Alarm_Id_Aux.Next_Alarm.Alarm_Time < T
loop
Alarm_Id_Aux := Alarm_Id_Aux.Next_Alarm;
end loop;
Thread.Next_Alarm := Alarm_Id_Aux.Next_Alarm;
Alarm_Id_Aux.Next_Alarm := Thread;
Is_First := False;
end if;
end Insert_Alarm;
--------------------
-- Running_Thread --
--------------------
function Running_Thread return Thread_Id is
begin
return Running_Thread_Table (Current_CPU);
end Running_Thread;
---------------------------
-- Wakeup_Expired_Alarms --
---------------------------
procedure Wakeup_Expired_Alarms (Now : Time.Time) is
use Time;
Wakeup_Thread : Thread_Id;
Next_Alarm : Time.Time;
CPU_Id : constant CPU := Current_CPU;
begin
-- Extract all the threads whose delay has expired
while Get_Next_Alarm_Time (CPU_Id) <= Now loop
-- Extract the task(s) that was waiting in the alarm queue and insert
-- it in the ready queue.
Wakeup_Thread := Extract_First_Alarm;
-- We can only awake tasks that are delay statement
pragma Assert (Wakeup_Thread.State = Delayed);
Wakeup_Thread.State := Runnable;
Insert (Wakeup_Thread);
end loop;
-- Set the timer for the next alarm on this CPU
Next_Alarm := Get_Next_Timeout (CPU_Id);
Update_Alarm (Next_Alarm);
end Wakeup_Expired_Alarms;
-----------
-- Yield --
-----------
procedure Yield (Thread : Thread_Id) is
Prio : constant Integer := Thread.Active_Priority;
Aux_Pointer : Thread_Id;
CPU_Id : constant CPU := Get_CPU (Thread);
begin
-- A CPU can only modify its own tasks queues
pragma Assert (CPU_Id = Current_CPU);
if Thread.Next /= Null_Thread_Id
and then Thread.Next.Active_Priority = Prio
then
First_Thread_Table (CPU_Id) := Thread.Next;
-- Look for the Aux_Pointer to insert the thread just after it
Aux_Pointer := First_Thread_Table (CPU_Id);
while Aux_Pointer.Next /= Null_Thread_Id
and then Prio = Aux_Pointer.Next.Active_Priority
loop
Aux_Pointer := Aux_Pointer.Next;
end loop;
-- Insert the thread after the Aux_Pointer
Thread.Next := Aux_Pointer.Next;
Aux_Pointer.Next := Thread;
end if;
end Yield;
end System.BB.Threads.Queues;
|
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_20783_714.asm | ljhsiun2/medusa | 9 | 178867 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xfe7, %rsi
nop
nop
nop
nop
nop
xor %r9, %r9
mov $0x6162636465666768, %rcx
movq %rcx, (%rsi)
nop
cmp %r15, %r15
lea addresses_UC_ht+0x1cf3d, %rsi
lea addresses_UC_ht+0x1162b, %rdi
add %r13, %r13
mov $69, %rcx
rep movsb
nop
nop
nop
cmp $55046, %rdi
lea addresses_A_ht+0x11295, %r9
clflush (%r9)
nop
nop
nop
nop
add $14974, %r15
mov $0x6162636465666768, %r13
movq %r13, (%r9)
nop
nop
nop
nop
add $22277, %rsi
lea addresses_UC_ht+0x1dbe7, %rsi
lea addresses_A_ht+0x8b87, %rdi
nop
sub %r12, %r12
mov $91, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp $18759, %rcx
lea addresses_normal_ht+0x15177, %r12
clflush (%r12)
nop
nop
nop
sub %rsi, %rsi
mov (%r12), %cx
nop
nop
nop
nop
nop
add %r12, %r12
lea addresses_D_ht+0x23e7, %r15
nop
nop
nop
add $63850, %r12
vmovups (%r15), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $1, %xmm2, %r9
nop
nop
nop
nop
nop
xor %r13, %r13
lea addresses_A_ht+0xfde7, %rsi
lea addresses_UC_ht+0x197e7, %rdi
nop
nop
nop
sub %r10, %r10
mov $44, %rcx
rep movsl
nop
nop
add %r10, %r10
lea addresses_UC_ht+0x16acf, %r12
nop
nop
nop
nop
nop
add $48042, %r15
mov $0x6162636465666768, %rsi
movq %rsi, %xmm4
and $0xffffffffffffffc0, %r12
movntdq %xmm4, (%r12)
add $27006, %r9
lea addresses_A_ht+0x11f27, %rsi
lea addresses_UC_ht+0x5fe7, %rdi
nop
nop
add $25202, %r10
mov $98, %rcx
rep movsw
nop
nop
cmp %r12, %r12
lea addresses_UC_ht+0xb6e7, %rsi
clflush (%rsi)
nop
nop
nop
nop
xor $64980, %r10
mov $0x6162636465666768, %r12
movq %r12, (%rsi)
nop
nop
cmp %rdi, %rdi
lea addresses_A_ht+0xcfab, %r10
clflush (%r10)
nop
nop
nop
nop
cmp %rcx, %rcx
mov $0x6162636465666768, %r9
movq %r9, %xmm6
movups %xmm6, (%r10)
nop
nop
and $40963, %r15
lea addresses_D_ht+0x53e7, %rsi
lea addresses_UC_ht+0x10de7, %rdi
nop
sub $34736, %r10
mov $30, %rcx
rep movsl
nop
nop
nop
nop
mfence
lea addresses_WT_ht+0x163e7, %rsi
nop
nop
nop
nop
nop
add $44750, %r9
movw $0x6162, (%rsi)
nop
nop
nop
nop
nop
cmp $45903, %rsi
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r15
pop %r13
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
// Store
mov $0xbd7, %r9
clflush (%r9)
nop
nop
nop
add %r14, %r14
movl $0x51525354, (%r9)
inc %r9
// Store
lea addresses_A+0x11727, %rdi
clflush (%rdi)
nop
add $51081, %r8
movb $0x51, (%rdi)
nop
nop
add %r14, %r14
// Load
lea addresses_D+0x17967, %rcx
nop
nop
nop
nop
nop
sub $54363, %r12
mov (%rcx), %rdi
nop
nop
sub $30238, %rcx
// Faulty Load
lea addresses_WC+0x67e7, %rcx
nop
nop
sub $39578, %r8
movb (%rcx), %r12b
lea oracles, %r14
and $0xff, %r12
shlq $12, %r12
mov (%r14,%r12,1), %r12
pop %rdi
pop %rcx
pop %r9
pop %r8
pop %r15
pop %r14
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_P', 'size': 4, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 6, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_D', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 6, 'same': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'size': 1, 'AVXalign': True, 'NT': False, 'congruent': 0, 'same': True}}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_UC_ht', 'congruent': 1, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 2, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'size': 8, 'AVXalign': True, 'NT': True, 'congruent': 0, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_UC_ht', 'congruent': 10, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 5, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_normal_ht', 'size': 2, 'AVXalign': False, 'NT': True, 'congruent': 3, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_D_ht', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_A_ht', 'congruent': 9, 'same': True}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 9, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC_ht', 'size': 16, 'AVXalign': False, 'NT': True, 'congruent': 2, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_A_ht', 'congruent': 6, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 11, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 8, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 2, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_D_ht', 'congruent': 8, 'same': True}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 9, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'size': 2, 'AVXalign': True, 'NT': False, 'congruent': 10, 'same': False}}
{'00': 20783}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_812.asm | ljhsiun2/medusa | 9 | 94490 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_812.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x10116, %r14
nop
nop
nop
sub $1079, %rbp
mov $0x6162636465666768, %r11
movq %r11, (%r14)
nop
nop
add $62555, %rcx
lea addresses_WT_ht+0x6296, %rsi
lea addresses_WT_ht+0xcc6, %rdi
clflush (%rdi)
nop
nop
xor $34174, %rbx
mov $100, %rcx
rep movsq
nop
nop
nop
and $11421, %rbx
lea addresses_A_ht+0x3516, %rcx
clflush (%rcx)
nop
nop
nop
nop
cmp %rsi, %rsi
mov $0x6162636465666768, %r11
movq %r11, %xmm6
vmovups %ymm6, (%rcx)
nop
nop
nop
nop
and %r11, %r11
lea addresses_normal_ht+0x1ad16, %rsi
lea addresses_WC_ht+0x16026, %rdi
nop
nop
and %r12, %r12
mov $28, %rcx
rep movsb
nop
and $28109, %rcx
lea addresses_WT_ht+0x18b16, %rcx
nop
cmp %rsi, %rsi
mov $0x6162636465666768, %rdi
movq %rdi, %xmm4
and $0xffffffffffffffc0, %rcx
movntdq %xmm4, (%rcx)
xor $37640, %rcx
lea addresses_WC_ht+0x226e, %rsi
lea addresses_UC_ht+0xd55e, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
add %r11, %r11
mov $87, %rcx
rep movsb
nop
inc %rbp
lea addresses_UC_ht+0x13b16, %rbp
nop
nop
nop
nop
and %rdi, %rdi
movb $0x61, (%rbp)
sub $11833, %rbx
lea addresses_A_ht+0x2916, %rsi
lea addresses_A_ht+0x1aa16, %rdi
nop
nop
nop
nop
and %r11, %r11
mov $23, %rcx
rep movsw
nop
nop
nop
nop
nop
xor $28179, %r14
lea addresses_WT_ht+0xc74a, %rsi
lea addresses_WT_ht+0x9516, %rdi
dec %r12
mov $93, %rcx
rep movsq
nop
nop
sub $24722, %rsi
lea addresses_UC_ht+0x147b6, %r12
nop
nop
nop
nop
and $40725, %rdi
mov $0x6162636465666768, %r11
movq %r11, %xmm4
vmovups %ymm4, (%r12)
nop
nop
nop
nop
nop
dec %r12
lea addresses_A_ht+0x1a1d6, %rsi
lea addresses_UC_ht+0xb616, %rdi
clflush (%rdi)
nop
nop
dec %rbp
mov $66, %rcx
rep movsw
nop
nop
xor %rbx, %rbx
lea addresses_A_ht+0x16916, %rsi
nop
nop
add $53921, %rdi
movups (%rsi), %xmm2
vpextrq $0, %xmm2, %rbx
and $53536, %r14
lea addresses_A_ht+0xb16, %rsi
lea addresses_UC_ht+0x1ae99, %rdi
nop
nop
nop
and $4154, %rbx
mov $93, %rcx
rep movsb
nop
nop
xor %r14, %r14
lea addresses_A_ht+0xb056, %r12
nop
nop
nop
nop
dec %r14
mov (%r12), %ebp
nop
xor $3785, %rbp
lea addresses_A_ht+0x16856, %rsi
nop
nop
nop
nop
nop
and $39528, %r11
mov (%rsi), %ebx
nop
nop
cmp $12325, %rcx
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %rbp
pop %r14
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
// Faulty Load
lea addresses_normal+0xd16, %rax
xor %rcx, %rcx
movb (%rax), %r8b
lea oracles, %rdi
and $0xff, %r8
shlq $12, %r8
mov (%rdi,%r8,1), %r8
pop %rdi
pop %rcx
pop %rax
pop %r8
pop %r14
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 0, 'same': True, 'type': 'addresses_normal'}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'NT': False, 'AVXalign': False, 'size': 1, 'congruent': 0, 'same': True, 'type': 'addresses_normal'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'dst': {'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 9, 'same': False, 'type': 'addresses_UC_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 7, 'same': False, 'type': 'addresses_WT_ht'}, 'dst': {'congruent': 3, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'REPM'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 9, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 11, 'same': False, 'type': 'addresses_normal_ht'}, 'dst': {'congruent': 4, 'same': False, 'type': 'addresses_WC_ht'}, 'OP': 'REPM'}
{'dst': {'NT': True, 'AVXalign': False, 'size': 16, 'congruent': 9, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 3, 'same': False, 'type': 'addresses_WC_ht'}, 'dst': {'congruent': 1, 'same': False, 'type': 'addresses_UC_ht'}, 'OP': 'REPM'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 1, 'congruent': 4, 'same': False, 'type': 'addresses_UC_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 9, 'same': False, 'type': 'addresses_A_ht'}, 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'REPM'}
{'src': {'congruent': 1, 'same': False, 'type': 'addresses_WT_ht'}, 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'REPM'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 0, 'same': True, 'type': 'addresses_UC_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 6, 'same': False, 'type': 'addresses_A_ht'}, 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_UC_ht'}, 'OP': 'REPM'}
{'src': {'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 9, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 9, 'same': False, 'type': 'addresses_A_ht'}, 'dst': {'congruent': 0, 'same': False, 'type': 'addresses_UC_ht'}, 'OP': 'REPM'}
{'src': {'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 5, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'src': {'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 6, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'34': 21829}
34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34
*/
|
programs/oeis/084/A084182.asm | jmorken/loda | 1 | 9494 | ; A084182: 3^n+(-1)^n-[1/(n+1)], where [] represents the floor function.
; 1,2,10,26,82,242,730,2186,6562,19682,59050,177146,531442,1594322,4782970,14348906,43046722,129140162,387420490,1162261466,3486784402,10460353202,31381059610,94143178826,282429536482,847288609442
mov $1,2
mov $7,2
lpb $0
add $0,1
mov $2,$7
gcd $2,$0
mul $2,2
mov $5,$7
mov $6,$1
mov $8,$6
mov $6,6
div $6,2
add $6,$5
add $8,1
pow $8,$0
cmp $0,1024
lpe
sub $2,$5
mov $3,$6
clr $3,$2
sub $8,5
add $3,$8
add $3,2
mov $1,$3
trn $1,2
div $1,3
add $1,1
|
src/main/java/antlr/ESDF.g4 | MaowImpl/JavaESDF | 0 | 2682 | grammar ESDF;
@header {package maow.esdf.internal;
}
doc : header? statement+ EOF
;
header : headerStatement* HEADER_BREAK NL
;
headerStatement : headerElement end
| statement
| NL HEADER_BREAK
;
headerElement : HEADER element
;
statement : element end
| attribute end
| annotation end
| nestedElement end
| NL
;
end : NL
| EOF
;
element : ID (ASSIGN STRING?)?
;
attribute : ATTRIBUTE element
;
annotation : ANNOTATION ID
;
nestedElement : NESTED+ element
;
HEADER_BREAK : '-' ;
ASSIGN : ':' ;
ATTRIBUTE : '.' ;
ANNOTATION : '@' ;
NESTED : '>' ;
HEADER : '^' ;
ID : [a-zA-Z0-9_]+ ;
STRING : '"' .*? '"' ;
NL : '\r'? '\n' ;
WS : [ \t]+ -> skip ;
MULTICOMMENT : '/*' .*? '*/' -> skip ; |
cleanXcode.scpt | jonathanburgossaldivia/cleanxcode | 2 | 1343 | display dialog "Borrar caché de Xcode evita errores al construir sus proyectos, ¿Seguro desea limpiar su caché?" buttons {"Si", "No"} default button 1 with title "Borrar caché de Xcode"
if the button returned of the result is "Si" then
tell application "Xcode.app"
quit
end tell
set clear to "rm -Rf ~/Library/Developer/Xcode/DerivedData/ModuleCache ~/Library/Developer/Xcode/DerivedData ~/Library/Preferences/com.apple.Xcode.plist /var/folders/**/com.apple.DeveloperTools* ~/Library/Caches/com.apple.dt.Xcode '$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache'"
do shell script clear with administrator privileges
end if
|
old/Type/Functions/Inverse.agda | Lolirofle/stuff-in-agda | 6 | 7521 | import Lvl
open import Type
module Type.Functions.Inverse {ℓₗ : Lvl.Level}{ℓₒ₁}{ℓₒ₂} {X : Type{ℓₒ₁}} {Y : Type{ℓₒ₂}} where
open import Function.Domains
open import Type.Functions {ℓₗ}{ℓₒ₁}{ℓₒ₂} {X}{Y}
open import Type.Properties.Empty
open import Type.Properties.Singleton {ℓₒ₁}{ℓₒ₂}
inv : (f : X → Y) → ⦃ _ : Bijective(f) ⦄ → (Y → X)
inv f ⦃ Bijective.intro(proof) ⦄ (y) with proof{y}
... | IsUnit.intro (Unapply.intro x) _ = x
invᵣ : (f : X → Y) → ⦃ _ : Surjective(f) ⦄ → (Y → X)
invᵣ f ⦃ Surjective.intro(proof) ⦄ (y) with proof{y}
... | ◊.intro ⦃ Unapply.intro x ⦄ = x
|
programs/oeis/206/A206525.asm | neoneye/loda | 22 | 178245 | ; A206525: a(n) = 113*(n-1) - a(n-1) with n>1, a(1)=51.
; 51,62,164,175,277,288,390,401,503,514,616,627,729,740,842,853,955,966,1068,1079,1181,1192,1294,1305,1407,1418,1520,1531,1633,1644,1746,1757,1859,1870,1972,1983,2085,2096,2198,2209,2311,2322,2424,2435,2537,2548,2650,2661,2763,2774,2876,2887,2989,3000,3102,3113,3215,3226,3328,3339,3441,3452,3554,3565,3667,3678,3780,3791,3893,3904,4006,4017,4119,4130,4232,4243,4345,4356,4458,4469,4571,4582,4684,4695,4797,4808,4910,4921,5023,5034,5136,5147,5249,5260,5362,5373,5475,5486,5588,5599
mov $1,$0
div $0,2
add $0,1
mul $0,91
sub $0,40
mov $2,$1
mul $2,11
add $0,$2
|
Windows/system.asm | Gabriel-Lima232/Assembly | 0 | 104341 | extern system
global _main
section .text
_main:
push 0x00657865
push 0x2e646d63
push esp
pop eax
push eax
mov ebx, SYSTEM
call ebx |
vendor/stdlib/src/Data/Stream.agda | isabella232/Lemmachine | 56 | 14798 | <reponame>isabella232/Lemmachine
------------------------------------------------------------------------
-- Streams
------------------------------------------------------------------------
module Data.Stream where
open import Coinduction
open import Data.Colist using (Colist; []; _∷_)
open import Data.Vec using (Vec; []; _∷_)
open import Data.Nat using (ℕ; zero; suc)
open import Relation.Binary
------------------------------------------------------------------------
-- The type
infixr 5 _∷_
data Stream (A : Set) : Set where
_∷_ : (x : A) (xs : ∞ (Stream A)) → Stream A
------------------------------------------------------------------------
-- Some operations
head : forall {A} -> Stream A -> A
head (x ∷ xs) = x
tail : forall {A} -> Stream A -> Stream A
tail (x ∷ xs) = ♭ xs
map : ∀ {A B} → (A → B) → Stream A → Stream B
map f (x ∷ xs) = f x ∷ ♯ map f (♭ xs)
zipWith : forall {A B C} ->
(A -> B -> C) -> Stream A -> Stream B -> Stream C
zipWith _∙_ (x ∷ xs) (y ∷ ys) = (x ∙ y) ∷ ♯ zipWith _∙_ (♭ xs) (♭ ys)
take : ∀ {A} (n : ℕ) → Stream A → Vec A n
take zero xs = []
take (suc n) (x ∷ xs) = x ∷ take n (♭ xs)
drop : ∀ {A} -> ℕ -> Stream A -> Stream A
drop zero xs = xs
drop (suc n) (x ∷ xs) = drop n (♭ xs)
repeat : forall {A} -> A -> Stream A
repeat x = x ∷ ♯ repeat x
iterate : ∀ {A} → (A → A) → A → Stream A
iterate f x = x ∷ ♯ iterate f (f x)
-- Interleaves the two streams.
infixr 5 _⋎_
_⋎_ : ∀ {A} → Stream A → Stream A → Stream A
(x ∷ xs) ⋎ ys = x ∷ ♯ (ys ⋎ ♭ xs)
toColist : ∀ {A} → Stream A → Colist A
toColist (x ∷ xs) = x ∷ ♯ toColist (♭ xs)
lookup : ∀ {A} → ℕ → Stream A → A
lookup zero (x ∷ xs) = x
lookup (suc n) (x ∷ xs) = lookup n (♭ xs)
infixr 5 _++_
_++_ : ∀ {A} → Colist A → Stream A → Stream A
[] ++ ys = ys
(x ∷ xs) ++ ys = x ∷ ♯ (♭ xs ++ ys)
------------------------------------------------------------------------
-- Equality and other relations
-- xs ≈ ys means that xs and ys are equal.
infix 4 _≈_
data _≈_ {A} : (xs ys : Stream A) → Set where
_∷_ : ∀ x {xs ys} (xs≈ : ∞ (♭ xs ≈ ♭ ys)) → x ∷ xs ≈ x ∷ ys
-- x ∈ xs means that x is a member of xs.
infix 4 _∈_
data _∈_ {A : Set} : A → Stream A → Set where
here : ∀ {x xs} → x ∈ x ∷ xs
there : ∀ {x y xs} (x∈xs : x ∈ ♭ xs) → x ∈ y ∷ xs
-- xs ⊑ ys means that xs is a prefix of ys.
infix 4 _⊑_
data _⊑_ {A : Set} : Colist A → Stream A → Set where
[] : ∀ {ys} → [] ⊑ ys
_∷_ : ∀ x {xs ys} (p : ∞ (♭ xs ⊑ ♭ ys)) → x ∷ xs ⊑ x ∷ ys
------------------------------------------------------------------------
-- Some proofs
setoid : Set → Setoid
setoid A = record
{ carrier = Stream A
; _≈_ = _≈_ {A}
; isEquivalence = record
{ refl = refl
; sym = sym
; trans = trans
}
}
where
refl : Reflexive _≈_
refl {x ∷ xs} = x ∷ ♯ refl
sym : Symmetric _≈_
sym (x ∷ xs≈) = x ∷ ♯ sym (♭ xs≈)
trans : Transitive _≈_
trans (x ∷ xs≈) (.x ∷ ys≈) = x ∷ ♯ trans (♭ xs≈) (♭ ys≈)
map-cong : ∀ {A B} (f : A → B) {xs ys : Stream A} →
xs ≈ ys → map f xs ≈ map f ys
map-cong f (x ∷ xs≈) = f x ∷ ♯ map-cong f (♭ xs≈)
|
unittests/ASM/REP/F3_5B.asm | cobalt2727/FEX | 628 | 244626 | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0x0000000100000001", "0x0000000200000002"],
"XMM1": ["0x0000000400000004", "0x0000000800000008"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x3fc000003f800000 ; [1.5, 1.0]
mov [rdx + 8 * 0], rax
mov rax, 0x4039999a40000000 ; [2.9, 2.0]
mov [rdx + 8 * 1], rax
mov rax, 0x4083333340800000 ; [4.1, 4.0]
mov [rdx + 8 * 2], rax
mov rax, 0x4108000041000000 ; [8.5, 8.0]
mov [rdx + 8 * 3], rax
mov rax, 0x4142434445464748
mov [rdx + 8 * 4], rax
mov rax, 0x5152535455565758
mov [rdx + 8 * 5], rax
movapd xmm0, [rdx + 8 * 4]
movapd xmm1, [rdx + 8 * 4]
movapd xmm2, [rdx + 8 * 0]
cvttps2dq xmm0, xmm2
cvttps2dq xmm1, [rdx + 8 * 2]
hlt
|
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_48_1204.asm | ljhsiun2/medusa | 9 | 83172 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xe71d, %r12
nop
nop
nop
nop
dec %rdx
mov (%r12), %di
cmp $12418, %rcx
lea addresses_UC_ht+0x11b1d, %rsi
lea addresses_WT_ht+0x1321d, %rdi
dec %r10
mov $36, %rcx
rep movsq
nop
nop
nop
nop
add $24811, %rcx
lea addresses_WC_ht+0x176fb, %r10
nop
sub $1864, %rbx
movb (%r10), %dl
nop
nop
xor $59908, %rsi
lea addresses_A_ht+0xa2bd, %rcx
nop
nop
nop
nop
sub %rsi, %rsi
movb $0x61, (%rcx)
add $20005, %rdi
lea addresses_WC_ht+0x1481d, %rsi
lea addresses_WT_ht+0x4df3, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
and %rax, %rax
mov $97, %rcx
rep movsq
nop
nop
nop
nop
nop
sub %rdx, %rdx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbx
pop %rax
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r13
push %rbp
push %rbx
push %rdx
push %rsi
// Load
lea addresses_RW+0x471d, %r13
nop
nop
nop
nop
nop
xor %r12, %r12
movb (%r13), %dl
nop
nop
nop
cmp %rdx, %rdx
// Store
mov $0x11d, %r12
nop
nop
nop
nop
and %rbp, %rbp
movl $0x51525354, (%r12)
nop
nop
nop
and %r12, %r12
// Store
lea addresses_A+0x731d, %rbx
nop
cmp $20611, %rdx
movl $0x51525354, (%rbx)
nop
nop
and $16883, %rbx
// Store
lea addresses_WT+0x6c09, %r13
nop
nop
and %rsi, %rsi
mov $0x5152535455565758, %r11
movq %r11, %xmm7
movups %xmm7, (%r13)
nop
nop
add %rsi, %rsi
// Faulty Load
lea addresses_A+0x331d, %r12
nop
nop
nop
nop
inc %rsi
movb (%r12), %dl
lea oracles, %r12
and $0xff, %rdx
shlq $12, %rdx
mov (%r12,%rdx,1), %rdx
pop %rsi
pop %rdx
pop %rbx
pop %rbp
pop %r13
pop %r12
pop %r11
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_A', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_RW', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_P', 'size': 4, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A', 'size': 4, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 2, 'same': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_A', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': True}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'type': 'addresses_UC_ht', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_UC_ht', 'congruent': 11, 'same': False}, 'dst': {'type': 'addresses_WT_ht', 'congruent': 8, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WC_ht', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': True}}
{'OP': 'REPM', 'src': {'type': 'addresses_WC_ht', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_WT_ht', 'congruent': 0, 'same': False}}
{'54': 48}
54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54 54
*/
|
test/Fail/ShouldBePi.agda | shlevy/agda | 1,989 | 12869 |
module ShouldBePi where
data One : Set where
one : One
err1 : One
err1 = \x -> x
err2 : One
err2 = one one
err3 : One
err3 x = x
|
fluidcore/samples/ice2-v4.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 84119 |
ds 32
ds 32,1
ds 32
ds 32,2
ds 32
ds 32,3
ds 32
ds 32,4 |
msp430x2/mspgd-clock-source.adb | ekoeppen/MSP430_Generic_Ada_Drivers | 0 | 16303 | <reponame>ekoeppen/MSP430_Generic_Ada_Drivers<gh_stars>0
with System.Machine_Code; use System.Machine_Code;
with MSP430_SVD; use MSP430_SVD;
with MSP430_SVD.SYSTEM_CLOCK; use MSP430_SVD.SYSTEM_CLOCK;
with MSP430_SVD.WATCHDOG_TIMER; use MSP430_SVD.WATCHDOG_TIMER;
with MSP430_SVD.SPECIAL_FUNCTION; use MSP430_SVD.SPECIAL_FUNCTION;
package body MSPGD.Clock.Source is
procedure Init_DCO is
CALDCO_1MHz : DCOCTL_Register with Import, Address => System'To_Address (16#10FE#);
CALBC1_1MHz : BCSCTL1_Register with Import, Address => System'To_Address (16#10FF#);
CALDCO_8MHz : DCOCTL_Register with Import, Address => System'To_Address (16#10FC#);
CALBC1_8MHz : BCSCTL1_Register with Import, Address => System'To_Address (16#10FD#);
CALDCO_12MHz : DCOCTL_Register with Import, Address => System'To_Address (16#10FA#);
CALBC1_12MHz : BCSCTL1_Register with Import, Address => System'To_Address (16#10FB#);
CALDCO_16MHz : DCOCTL_Register with Import, Address => System'To_Address (16#10F8#);
CALBC1_16MHz : BCSCTL1_Register with Import, Address => System'To_Address (16#10F9#);
begin
case Frequency is
when 1_000_000 =>
SYSTEM_CLOCK_Periph.BCSCTL1 := CALBC1_1MHz;
SYSTEM_CLOCK_Periph.DCOCTL := CALDCO_1MHz;
when 8_000_000 =>
SYSTEM_CLOCK_Periph.BCSCTL1 := CALBC1_8MHz;
SYSTEM_CLOCK_Periph.DCOCTL := CALDCO_8MHz;
when 12_000_000 =>
SYSTEM_CLOCK_Periph.BCSCTL1 := CALBC1_12MHz;
SYSTEM_CLOCK_Periph.DCOCTL := CALDCO_12MHz;
when 16_000_000 =>
SYSTEM_CLOCK_Periph.BCSCTL1 := CALBC1_16MHz;
SYSTEM_CLOCK_Periph.DCOCTL := CALDCO_16MHz;
when others => null;
end case;
end Init_DCO;
procedure Init_ACLK is
Divider : Unsigned_32 := 0;
begin
case Input is
when LFXT1 =>
SYSTEM_CLOCK_Periph.BCSCTL3.LFXT1S := Lfxt1S_0;
Divider := (32768 / Frequency) - 1;
when VLO =>
SYSTEM_CLOCK_Periph.BCSCTL3.LFXT1S := Lfxt1S_2;
Divider := (12000 / Frequency) - 1;
when others => null;
end case;
SYSTEM_CLOCK_Periph.BCSCTL1.DIVA := (
if Divider > 4 then Diva_3
elsif Divider > 2 then Diva_2
elsif Divider > 1 then Diva_1
else Diva_0);
end Init_ACLK;
procedure Init_SMCLK is
begin
case Input is
when DCO => Init_DCO;
when others => null;
end case;
end Init_SMCLK;
procedure Init_MCLK is
begin
case Input is
when DCO => Init_DCO;
when others => null;
end case;
end Init_MCLK;
procedure Init is
begin
case Source is
when ACLK => Init_ACLK;
when SMCLK => Init_SMCLK;
when MCLK => Init_MCLK;
end case;
end Init;
procedure Delay_Cycles (Ticks : Unsigned_64);
pragma Import (Intrinsic, delay_cycles, "__delay_cycles");
procedure Delay_us (us : Natural) is
begin
for I in Natural range 0 .. us loop
Delay_Cycles (4);
end loop;
end Delay_us;
procedure Delay_ms (ms : Natural) is
Period_1ms : Unsigned_32 := Frequency / 1000;
Divider_1ms : UInt2 := (
if Period_1ms > 8192 then 0
elsif Period_1ms > 512 then 1
elsif Period_1ms > 64 then 2
else 3);
Actual_Period : Unsigned_32 := Period_1ms * Unsigned_32 (Divider_1ms);
begin
WATCHDOG_TIMER_Periph.WDTCTL := (
WDTPW => 16#5A#,
WDTTMSEL => 1,
WDTIS => Divider_1ms,
WDTSSEL => (if Source = ACLK then 1 else 0),
WDTCNTCL => 1,
others => 0);
SPECIAL_FUNCTION_Periph.IE1.WDTIE := 1;
for I in Natural range 1 .. ms loop
if Source = ACLK then
Standby;
else
while SPECIAL_FUNCTION_Periph.IFG1.WDTIFG = 0 loop null; end loop;
end if;
SPECIAL_FUNCTION_Periph.IFG1.WDTIFG := 0;
end loop;
end Delay_ms;
procedure Delay_s (s : Natural) is
Divider_1s : UInt2 := (
if Frequency > 8192 then 0
elsif Frequency > 512 then 1
elsif Frequency > 64 then 2
else 3);
Actual_Period : Unsigned_32 := Frequency * Unsigned_32 (Divider_1s);
begin
WATCHDOG_TIMER_Periph.WDTCTL := (
WDTPW => 16#5A#,
WDTTMSEL => 1,
WDTIS => Divider_1s,
WDTSSEL => (if Source = ACLK then 1 else 0),
WDTCNTCL => 1,
others => 0);
SPECIAL_FUNCTION_Periph.IE1.WDTIE := 1;
for I in Natural range 1 .. s loop
if Source = ACLK then
Standby;
else
while SPECIAL_FUNCTION_Periph.IFG1.WDTIFG = 0 loop null; end loop;
end if;
SPECIAL_FUNCTION_Periph.IFG1.WDTIFG := 0;
end loop;
end Delay_s;
procedure Delay_Slow_Periods (P : Unsigned_16) is
begin
WATCHDOG_TIMER_Periph.WDTCTL := (
WDTPW => 16#5A#,
WDTTMSEL => 1,
WDTIS => 0,
WDTSSEL => (if Source = ACLK then 1 else 0),
WDTCNTCL => 1,
others => 0);
SPECIAL_FUNCTION_Periph.IE1.WDTIE := 1;
for I in Unsigned_16 range 1 ..P loop
if Source = ACLK then
Standby;
else
while SPECIAL_FUNCTION_Periph.IFG1.WDTIFG = 0 loop null; end loop;
end if;
SPECIAL_FUNCTION_Periph.IFG1.WDTIFG := 0;
end loop;
end Delay_Slow_Periods;
function Millisecond_Counter return Unsigned_32 is
begin
return 0;
end Millisecond_Counter;
function Maximum_Delay_ms return Unsigned_16 is
begin
return Unsigned_16 (Frequency / Unsigned_32 (32768));
end Maximum_Delay_ms;
end MSPGD.Clock.Source;
|
grappa/src/CoreErlang.g4 | ponyatov/w | 0 | 4883 | // original:
// https://github.com/yzyzsun/truffle-erlang/blob/master/src/main/antlr/me/yzyzsun/jiro/parser/CoreErlang.g4
grammar CoreErlang;
module
: 'module' ATOM
REST
;
INTEGER : SIGN? DIGIT+ ;
ATOM : '\'' NAME '\'' ;
NAME : NAME_CHAR ( NAME_CHAR | DIGIT )* ;
fragment SIGN : '+' | '-' ;
fragment DIGIT : [0-9] ;
fragment UPPER : [A-Z] ;
fragment LOWER : [a-z] ;
fragment NAME_CHAR : UPPER | LOWER | '_' ;
WHITESPACE : [ \t\r\n] -> skip ;
COMMENT : '%' ~[\r\n]* -> skip ;
REST : .* ;
|
asm_patches/main.asm | TrogWW/WW_Hacking_API | 5 | 12121 |
; Put your custom ASM code for your hack into this file.
; You can also .include other ASM files into this one. For example:
;.include "includes/skip_intro.asm"
;.include "includes/bgm_file.asm"
|
notes/FOT/FOTC/InductiveApproach/ProofTerm.agda | asr/fotc | 11 | 6533 | ------------------------------------------------------------------------------
-- Discussion about the inductive approach
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
{-# OPTIONS --without-K #-}
-- Peter: If you take away the proof objects (as you do when you go to
-- predicate logic) the K axiom doesn't give you any extra power.
module FOT.FOTC.InductiveApproach.ProofTerm where
open import FOTC.Base
------------------------------------------------------------------------------
foo : (∃ λ x → ∃ λ y → x ≡ y) → (∃ λ x → ∃ λ y → y ≡ x)
foo (x , .x , refl) = x , x , refl
|
euler17.adb | kimtg/euler-ada | 7 | 24803 | <gh_stars>1-10
with Ada.Text_IO;
procedure Euler17 is
Word_Lengths : array(Natural range <>) of Natural :=
(
String'("")'Length,
String'("one")'Length,
String'("two")'Length,
String'("three")'Length,
String'("four")'Length,
String'("five")'Length,
String'("six")'Length,
String'("seven")'Length,
String'("eight")'Length,
String'("nine")'Length,
String'("ten")'Length,
String'("eleven")'Length,
String'("twelve")'Length,
String'("thirteen")'Length,
String'("fourteen")'Length,
String'("fifteen")'Length,
String'("sixteen")'Length,
String'("seventeen")'Length,
String'("eighteen")'Length,
String'("nineteen")'Length);
Word_Ty_Lengths : array(Natural range <>) of Natural :=
(String'("")'Length,
String'("")'Length,
String'("twenty")'Length,
String'("thirty")'Length,
String'("forty")'Length,
String'("fifty")'Length,
String'("sixty")'Length,
String'("seventy")'Length,
String'("eighty")'Length,
String'("ninety")'Length);
function Word_Length(N : Natural) return Natural is
Sum : Natural;
begin
if N <= 19 then
return Word_Lengths(N);
elsif N <= 99 then
return Word_Ty_Lengths(N / 10) + Word_Lengths(N mod 10);
elsif N = 1000 then
return String'("onethousand")'Length;
else
Sum := Word_Lengths(N / 100) + String'("hundred")'Length;
if N mod 100 > 0 then
Sum := Sum + String'("and")'Length + Word_Length(N mod 100);
end if;
return Sum;
end if;
end;
Sum : Natural := 0;
begin
for X in 1 .. 1000 loop
Sum := Sum + Word_Length(X);
end loop;
Ada.Text_IO.Put_Line(Integer'Image(Sum));
end;
|
asm/z80/unlzsa2_small.asm | krinor/lzsa | 197 | 89222 | ;
; Size-optimized LZSA2 decompressor by spke & uniabis (139 bytes)
;
; ver.00 by spke for LZSA 1.0.0 (02-09/06/2019, 145 bytes);
; ver.01 by spke for LZSA 1.0.5 (24/07/2019, added support for backward decompression);
; ver.02 by uniabis (30/07/2019, 144(-1) bytes, +3.3% speed and support for Hitachi HD64180);
; ver.03 by spke for LZSA 1.0.7 (01/08/2019, 140(-4) bytes, -1.4% speed and small re-organization of macros);
; ver.04 by spke for LZSA 1.1.0 (26/09/2019, removed usage of IY, added full revision history)
; ver.05 by spke for LZSA 1.1.1 (11/10/2019, 139(-1) bytes, +0.1% speed)
;
; The data must be compressed using the command line compressor by <NAME>
; The compression is done as follows:
;
; lzsa.exe -f2 -r <sourcefile> <outfile>
;
; where option -r asks for the generation of raw (frame-less) data.
;
; The decompression is done in the standard way:
;
; ld hl,FirstByteOfCompressedData
; ld de,FirstByteOfMemoryForDecompressedData
; call DecompressLZSA2
;
; Backward compression is also supported; you can compress files backward using:
;
; lzsa.exe -f2 -r -b <sourcefile> <outfile>
;
; and decompress the resulting files using:
;
; ld hl,LastByteOfCompressedData
; ld de,LastByteOfMemoryForDecompressedData
; call DecompressLZSA2
;
; (do not forget to uncomment the BACKWARD_DECOMPRESS option in the decompressor).
;
; Of course, LZSA2 compression algorithms are (c) 2019 <NAME>,
; see https://github.com/emmanuel-marty/lzsa for more information
;
; Drop me an email if you have any comments/ideas/suggestions: <EMAIL>
;
; This software is provided 'as-is', without any express or implied
; warranty. In no event will the authors be held liable for any damages
; arising from the use of this software.
;
; Permission is granted to anyone to use this software for any purpose,
; including commercial applications, and to alter it and redistribute it
; freely, subject to the following restrictions:
;
; 1. The origin of this software must not be misrepresented; you must not
; claim that you wrote the original software. If you use this software
; in a product, an acknowledgment in the product documentation would be
; appreciated but is not required.
; 2. Altered source versions must be plainly marked as such, and must not be
; misrepresented as being the original software.
; 3. This notice may not be removed or altered from any source distribution.
;
; DEFINE BACKWARD_DECOMPRESS ; uncomment for data compressed with option -b
; DEFINE HD64180 ; uncomment for systems using Hitachi HD64180
IFNDEF BACKWARD_DECOMPRESS
MACRO NEXT_HL
inc hl
ENDM
MACRO ADD_OFFSET
ex de,hl : add hl,de
ENDM
MACRO BLOCKCOPY
ldir
ENDM
ELSE
MACRO NEXT_HL
dec hl
ENDM
MACRO ADD_OFFSET
push hl : or a : sbc hl,de : pop de ; 11+4+15+10 = 40t / 5 bytes
ENDM
MACRO BLOCKCOPY
lddr
ENDM
ENDIF
IFNDEF HD64180
MACRO LD_IX_DE
ld ixl,e : ld ixh,d
ENDM
MACRO LD_DE_IX
ld e,ixl : ld d,ixh
ENDM
ELSE
MACRO LD_IX_DE
push de : pop ix
ENDM
MACRO LD_DE_IX
push ix : pop de
ENDM
ENDIF
@DecompressLZSA2:
xor a : ld b,a : exa : jr ReadToken
CASE00x: call ReadNibble
ld e,a : ld a,c
cp %00100000 : rl e : jr SaveOffset
CASE0xx ld d,#FF : cp %01000000 : jr c,CASE00x
CASE01x: cp %01100000 : rl d
OffsetReadE: ld e,(hl) : NEXT_HL
SaveOffset: LD_IX_DE
MatchLen: and %00000111 : add 2 : cp 9 : call z,ExtendedCode
CopyMatch: ld c,a
ex (sp),hl ; BC = len, DE = -offset, HL = dest, SP -> [src]
ADD_OFFSET ; BC = len, DE = dest, HL = dest+(-offset), SP -> [src]
BLOCKCOPY ; BC = 0, DE = dest
pop hl ; HL = src
ReadToken: ld a,(hl) : NEXT_HL : push af
and %00011000 : jr z,NoLiterals
rrca : rrca : rrca
call pe,ExtendedCode
ld c,a
BLOCKCOPY
NoLiterals: pop af : push de
or a : jp p,CASE0xx
CASE1xx cp %11000000 : jr nc,CASE11x
CASE10x: call ReadNibble
ld d,a : ld a,c
cp %10100000 ;: rl d
dec d : rl d : DB #CA ; jr OffsetReadE ; #CA is JP Z,.. to skip all commands in CASE110 before jr OffsetReadE
CASE110: ld d,(hl) : NEXT_HL : jr OffsetReadE
CASE11x cp %11100000 : jr c,CASE110
CASE111: LD_DE_IX : jr MatchLen
ExtendedCode: call ReadNibble : inc a : jr z,ExtraByte
sub #F0+1 : add c : ret
ExtraByte ld a,15 : add c : add (hl) : NEXT_HL : ret nc
ld a,(hl) : NEXT_HL
ld b,(hl) : NEXT_HL : ret nz
pop de : pop de ; RET is not needed, because RET from ReadNibble is sufficient
ReadNibble: ld c,a : xor a : exa : ret m
UpdateNibble ld a,(hl) : or #F0 : exa
ld a,(hl) : NEXT_HL : or #0F
rrca : rrca : rrca : rrca : ret
|
programs/oeis/261/A261397.asm | neoneye/loda | 22 | 170229 | ; A261397: a(n) = 3^n*Fibonacci(n).
; 0,3,9,54,243,1215,5832,28431,137781,669222,3247695,15766083,76527504,371477259,1803179313,8752833270,42487113627,206236840311,1001094543576,4859415193527,23588096472765,114499026160038,555789946734999,2697861075645339,13095692747551008,63567827923461075,308564718498342297,1497804606806176566,7270496286903610371,35291730321966420207,171309657548031753960,831554545541793043743,4036450554557664916869,19593342573549132144294,95108082711666380684703,461664331296941331352755,2240965738295821420220592,10877876196559936242836571,52802320234342201510495041,256307846472066030717014262,1244144421525277905745498155,6039203882824427993689622823,29314911442200785132778351864,142297569272022207341541660999,690726910795873688219630149773,3352858855835820930732765398310,16275118764670325986174967542887,79001085996533366335119791213451,383479326871633032880934081526336,1861447754583699395658880365500067,9035657205595795482905047830237225,43860001408040681009645066780212278,212900919074484202375080630812771859
add $0,1
mov $4,2
lpb $0
sub $0,1
mov $3,$1
mov $1,$2
mul $1,3
add $4,$3
mul $4,3
mov $2,$4
lpe
div $1,18
mul $1,3
mov $0,$1
|
source/asis/spec/ada-direct_io.ads | faelys/gela-asis | 4 | 11690 | ------------------------------------------------------------------------------
-- A d a r u n - t i m e s p e c i f i c a t i o n --
-- ASIS implementation for Gela project, a portable Ada compiler --
-- http://gela.ada-ru.org --
-- - - - - - - - - - - - - - - - --
-- Read copyright and license at the end of ada.ads file --
------------------------------------------------------------------------------
-- $Revision: 209 $ $Date: 2013-11-30 21:03:24 +0200 (Сб., 30 нояб. 2013) $
with Ada.IO_Exceptions;
generic
type Element_Type is private;
package Ada.Direct_IO is
type File_Type is limited private;
type File_Mode is (In_File, Inout_File, Out_File);
type Count is range 0 .. implementation-defined;
subtype Positive_Count is Count range 1 .. Count'Last;
-- File management
procedure Create (File : in out File_Type;
Mode : in File_Mode := Inout_File;
Name : in String := "";
Form : in String := "");
procedure Open (File : in out File_Type;
Mode : in File_Mode;
Name : in String;
Form : in String := "");
procedure Close (File : in out File_Type);
procedure Delete (File : in out File_Type);
procedure Reset (File : in out File_Type; Mode : in File_Mode);
procedure Reset (File : in out File_Type);
function Mode (File : in File_Type) return File_Mode;
function Name (File : in File_Type) return String;
function Form (File : in File_Type) return String;
function Is_Open (File : in File_Type) return Boolean;
-- Input and output operations
procedure Read (File : in File_Type; Item : out Element_Type;
From : in Positive_Count);
procedure Read (File : in File_Type; Item : out Element_Type);
procedure Write (File : in File_Type; Item : in Element_Type;
To : in Positive_Count);
procedure Write (File : in File_Type; Item : in Element_Type);
procedure Set_Index (File : in File_Type; To : in Positive_Count);
function Index (File : in File_Type) return Positive_Count;
function Size (File : in File_Type) return Count;
function End_Of_File (File : in File_Type) return Boolean;
-- Exceptions
Status_Error : exception renames IO_Exceptions.Status_Error;
Mode_Error : exception renames IO_Exceptions.Mode_Error;
Name_Error : exception renames IO_Exceptions.Name_Error;
Use_Error : exception renames IO_Exceptions.Use_Error;
Device_Error : exception renames IO_Exceptions.Device_Error;
End_Error : exception renames IO_Exceptions.End_Error;
Data_Error : exception renames IO_Exceptions.Data_Error;
private
type File_Type is limited null record;
end Ada.Direct_IO;
|
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_173.asm | ljhsiun2/medusa | 9 | 97101 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x4e1c, %r14
nop
nop
nop
nop
cmp $47635, %rdx
mov (%r14), %r15w
nop
nop
xor $16486, %rcx
lea addresses_WC_ht+0x14078, %rsi
lea addresses_A_ht+0x16bd8, %rdi
nop
nop
and $6726, %r12
mov $71, %rcx
rep movsb
nop
nop
nop
and %rdi, %rdi
lea addresses_WT_ht+0xeffb, %r15
nop
nop
add %rdi, %rdi
movb $0x61, (%r15)
nop
nop
nop
nop
and $34812, %r15
lea addresses_UC_ht+0xec50, %rsi
cmp $40960, %rcx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm0
vmovups %ymm0, (%rsi)
nop
nop
nop
cmp %rdi, %rdi
lea addresses_normal_ht+0x1b4ac, %rsi
lea addresses_WC_ht+0x1262e, %rdi
nop
nop
nop
nop
nop
xor %r14, %r14
mov $109, %rcx
rep movsq
nop
nop
nop
nop
nop
add %r14, %r14
lea addresses_WC_ht+0x1466c, %rsi
lea addresses_UC_ht+0x1166c, %rdi
sub $659, %r9
mov $1, %rcx
rep movsq
nop
nop
nop
nop
dec %rdx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r9
pop %r15
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r13
push %rax
push %rcx
push %rdi
// Store
lea addresses_US+0x50ec, %rax
nop
nop
nop
nop
add $40177, %rcx
mov $0x5152535455565758, %r13
movq %r13, %xmm5
movups %xmm5, (%rax)
nop
nop
sub $46953, %r13
// Store
lea addresses_WC+0x12bec, %rdi
sub %rcx, %rcx
mov $0x5152535455565758, %r11
movq %r11, %xmm3
vmovaps %ymm3, (%rdi)
nop
nop
nop
xor %rax, %rax
// Store
lea addresses_US+0x1f35c, %r11
nop
nop
nop
nop
nop
and %r12, %r12
mov $0x5152535455565758, %r10
movq %r10, (%r11)
nop
nop
add %r10, %r10
// Store
lea addresses_RW+0x4a8, %rcx
nop
nop
nop
nop
cmp %r12, %r12
mov $0x5152535455565758, %r10
movq %r10, %xmm2
movaps %xmm2, (%rcx)
nop
nop
nop
nop
cmp %rcx, %rcx
// Store
lea addresses_A+0x1ab22, %rax
nop
nop
nop
add $58159, %rcx
mov $0x5152535455565758, %r10
movq %r10, (%rax)
nop
xor %rdi, %rdi
// Faulty Load
lea addresses_UC+0x1e6c, %r11
nop
inc %r10
mov (%r11), %r12w
lea oracles, %r10
and $0xff, %r12
shlq $12, %r12
mov (%r10,%r12,1), %r12
pop %rdi
pop %rcx
pop %rax
pop %r13
pop %r12
pop %r11
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'size': 4, 'NT': False, 'type': 'addresses_UC', 'same': False, 'AVXalign': True, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'size': 16, 'NT': False, 'type': 'addresses_US', 'same': False, 'AVXalign': False, 'congruent': 7}}
{'OP': 'STOR', 'dst': {'size': 32, 'NT': False, 'type': 'addresses_WC', 'same': False, 'AVXalign': True, 'congruent': 7}}
{'OP': 'STOR', 'dst': {'size': 8, 'NT': False, 'type': 'addresses_US', 'same': False, 'AVXalign': False, 'congruent': 4}}
{'OP': 'STOR', 'dst': {'size': 16, 'NT': False, 'type': 'addresses_RW', 'same': False, 'AVXalign': True, 'congruent': 2}}
{'OP': 'STOR', 'dst': {'size': 8, 'NT': False, 'type': 'addresses_A', 'same': False, 'AVXalign': False, 'congruent': 0}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'size': 2, 'NT': False, 'type': 'addresses_UC', 'same': True, 'AVXalign': False, 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'size': 2, 'NT': False, 'type': 'addresses_WT_ht', 'same': False, 'AVXalign': False, 'congruent': 2}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_WC_ht', 'congruent': 2}, 'dst': {'same': True, 'type': 'addresses_A_ht', 'congruent': 1}}
{'OP': 'STOR', 'dst': {'size': 1, 'NT': False, 'type': 'addresses_WT_ht', 'same': False, 'AVXalign': False, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'size': 32, 'NT': False, 'type': 'addresses_UC_ht', 'same': False, 'AVXalign': False, 'congruent': 2}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_normal_ht', 'congruent': 6}, 'dst': {'same': False, 'type': 'addresses_WC_ht', 'congruent': 1}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_WC_ht', 'congruent': 8}, 'dst': {'same': False, 'type': 'addresses_UC_ht', 'congruent': 11}}
{'00': 21829}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
|
Temperature Conversion/FahrenheitToCelsius.applescript | rogues-gallery/applescript | 360 | 2007 | <reponame>rogues-gallery/applescript
--- a simple tool to convert Fahrenheit to Celsius.
--- because I was bored.
set ftemp to text returned of (display dialog "Convert Fahrenheit to Celsius" default answer "" buttons {"Cancel", "Convert"} default button "Convert")
set conversion1 to (ftemp - 32) * 5 / 9
display dialog "The temperature is " & conversion1 & " Celsius" buttons {"Ok"} default button "Ok"
--- http://www.github.com/unforswearing
|
orka/src/orka/interface/orka-cameras-look_from_cameras.ads | onox/orka | 52 | 27000 | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2017 onox <<EMAIL>>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
package Orka.Cameras.Look_From_Cameras is
pragma Preelaborate;
type Look_From_Camera is new First_Person_Camera with private;
procedure Set_Orientation
(Object : in out Look_From_Camera;
Roll, Pitch, Yaw : Angle);
procedure Change_Orientation
(Object : in out Look_From_Camera;
Value : Vector4);
overriding
function View_Matrix (Object : Look_From_Camera) return Transforms.Matrix4;
overriding
function View_Matrix_Inverse (Object : Look_From_Camera) return Transforms.Matrix4;
overriding
procedure Update (Object : in out Look_From_Camera; Delta_Time : Duration);
overriding
function Create_Camera (Lens : Camera_Lens) return Look_From_Camera;
private
type Look_From_Camera is new First_Person_Camera with record
Roll, Pitch, Yaw : Angle := 0.0;
Updater : Change_Updater_Ptr := new Change_Updater;
end record;
end Orka.Cameras.Look_From_Cameras;
|
programs/oeis/140/A140675.asm | karttu/loda | 1 | 99321 | <reponame>karttu/loda
; A140675: a(n) = n*(3*n + 19)/2.
; 0,11,25,42,62,85,111,140,172,207,245,286,330,377,427,480,536,595,657,722,790,861,935,1012,1092,1175,1261,1350,1442,1537,1635,1736,1840,1947,2057,2170,2286,2405,2527,2652,2780,2911,3045,3182,3322,3465,3611,3760,3912,4067,4225,4386,4550,4717,4887,5060,5236,5415,5597,5782,5970,6161,6355,6552,6752,6955,7161,7370,7582,7797,8015,8236,8460,8687,8917,9150,9386,9625,9867,10112,10360,10611,10865,11122,11382,11645,11911,12180,12452,12727,13005,13286,13570,13857,14147,14440,14736,15035,15337,15642,15950,16261,16575,16892,17212,17535,17861,18190,18522,18857,19195,19536,19880,20227,20577,20930,21286,21645,22007,22372,22740,23111,23485,23862,24242,24625,25011,25400,25792,26187,26585,26986,27390,27797,28207,28620,29036,29455,29877,30302,30730,31161,31595,32032,32472,32915,33361,33810,34262,34717,35175,35636,36100,36567,37037,37510,37986,38465,38947,39432,39920,40411,40905,41402,41902,42405,42911,43420,43932,44447,44965,45486,46010,46537,47067,47600,48136,48675,49217,49762,50310,50861,51415,51972,52532,53095,53661,54230,54802,55377,55955,56536,57120,57707,58297,58890,59486,60085,60687,61292,61900,62511,63125,63742,64362,64985,65611,66240,66872,67507,68145,68786,69430,70077,70727,71380,72036,72695,73357,74022,74690,75361,76035,76712,77392,78075,78761,79450,80142,80837,81535,82236,82940,83647,84357,85070,85786,86505,87227,87952,88680,89411,90145,90882,91622,92365,93111,93860,94612,95367
mov $1,3
mul $1,$0
add $1,19
mul $1,$0
div $1,2
|
oeis/028/A028026.asm | neoneye/loda-programs | 11 | 19098 | ; A028026: Expansion of 1/((1-3x)(1-4x)(1-5x)(1-7x)).
; Submitted by <NAME>
; 1,19,230,2270,19971,163569,1278040,9670540,71557541,521211119,3754036650,26822296410,190541788711,1347984742669,9507913700060,66919750327880,470277075161481,3301201972518219,23154999755212270,162319024049252950,1137407684744763851
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
sub $0,$2
seq $0,16801 ; Expansion of 1/((1-3x)(1-4x)(1-7x)).
sub $0,$1
mul $1,6
add $1,$0
lpe
mov $0,$1
|
libsrc/_DEVELOPMENT/sound/sn76489/z80/asm_PSGlib_RestoreVolumes.asm | ahjelm/z88dk | 640 | 105265 | ; **************************************************
; PSGlib - C programming library for the SEGA PSG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "PSGlib_private.inc"
SECTION code_clib
SECTION code_PSGlib
PUBLIC asm_PSGlib_RestoreVolumes
EXTERN __PSGlib_MusicStatus, __PSGlib_Channel2SFX, __PSGlib_Channel3SFX
EXTERN __PSGlib_MusicVolumeAttenuation
EXTERN __PSGlib_Chan0Volume, __PSGlib_Chan1Volume, __PSGlib_Chan2Volume, __PSGlib_Chan3Volume
EXTERN __PSGlib_SFXChan2Volume, __PSGlib_SFXChan3Volume
asm_PSGlib_RestoreVolumes:
; void PSGRestoreVolumes (void)
; restore the PSG channels volumes (if a tune or an SFX uses them!)
;
; uses : af, hl
ld a,(__PSGlib_MusicStatus)
ld hl,(__PSGlib_MusicVolumeAttenuation)
ld h,a
; h = __PSGlib_MusicStatus
; l = __PSGlib_MusicVolumeAttenuation
or a
jr z, skipchan01
ld a,(__PSGlib_Chan0Volume)
add a,l
cp 16
jr c, outchan0
ld a,15
outchan0:
or PSGLatch|PSGChannel0|PSGVolumeData
IF HAVE16bitbus
push bc
ld bc,PSGDataPort
out (c),a
pop bc
ELSE
out (PSGPort),a
IF PSGLatchPort
in a,(PSGLatchPort)
ENDIF
ENDIF
ld a,(__PSGlib_Chan1Volume)
add a,l
cp 16
jr c, outchan1
ld a,15
outchan1:
or PSGLatch|PSGChannel1|PSGVolumeData
IF HAVE16bitbus
push bc
ld bc,PSGDataPort
out (c),a
pop bc
ELSE
out (PSGPort),a
IF PSGLatchPort
in a,(PSGLatchPort)
ENDIF
ENDIF
skipchan01:
ld a,(__PSGlib_Channel2SFX)
or a
ld a,(__PSGlib_SFXChan2Volume)
jr nz, outchan2
inc h
dec h
jr z, skipchan2
ld a,(__PSGlib_Chan2Volume)
add a,l
cp 16
jr c, outchan2
ld a,15
outchan2:
or PSGLatch|PSGChannel2|PSGVolumeData
IF HAVE16bitbus
push bc
ld bc,PSGDataPort
out (c),a
pop bc
ELSE
out (PSGPort),a
IF PSGLatchPort
in a,(PSGLatchPort)
ENDIF
ENDIF
skipchan2:
ld a,(__PSGlib_Channel3SFX)
or a
ld a,(__PSGlib_SFXChan3Volume)
jr nz, outchan3
inc h
dec h
ret z
ld a,(__PSGlib_Chan3Volume)
add a,l
cp 16
jr c, outchan3
ld a,15
outchan3:
or PSGLatch|PSGChannel3|PSGVolumeData
IF HAVE16bitbus
push bc
ld bc,PSGDataPort
out (c),a
pop bc
ELSE
out (PSGPort),a
IF PSGLatchPort
in a,(PSGLatchPort)
ENDIF
ENDIF
ret
|
Mockingbird/Forest/Combination/Base.agda | splintah/combinatory-logic | 1 | 851 | open import Mockingbird.Forest using (Forest)
module Mockingbird.Forest.Combination.Base {b ℓ} (forest : Forest {b} {ℓ}) where
open import Level using (Level; _⊔_)
open import Relation.Unary using (Pred; _∈_)
open Forest forest
private
variable
p : Level
x y z : Bird
P : Pred Bird p
-- If P is a set of birds, we can think of ⟨ P ⟩ as the set of birds ‘generated
-- by’ P.
data ⟨_⟩ (P : Pred Bird p) : Pred Bird (p ⊔ b ⊔ ℓ) where
[_] : (x∈P : x ∈ P) → x ∈ ⟨ P ⟩
_⟨∙⟩_∣_ :
(x∈⟨P⟩ : x ∈ ⟨ P ⟩)
→ (y∈⟨P⟩ : y ∈ ⟨ P ⟩)
→ (xy≈z : x ∙ y ≈ z)
→ z ∈ ⟨ P ⟩
infixl 6 _⟨∙⟩_
_⟨∙⟩_ : x ∈ ⟨ P ⟩ → y ∈ ⟨ P ⟩ → x ∙ y ∈ ⟨ P ⟩
_⟨∙⟩_ = _⟨∙⟩_∣ refl
|
test/z80/test_add.asm | gb-archive/asmotor | 0 | 29946 | <reponame>gb-archive/asmotor
SECTION "Test",CODE[0]
add a,(hl)
add a,(ix+42)
add a,(iy-42)
add a,b
add a,c
add a,d
add a,e
add a,h
add a,l
add a,a
add a,2
add hl,bc
add hl,de
add hl,hl
add hl,sp
add ix,bc
add ix,de
add ix,ix
add ix,sp
add iy,bc
add iy,de
add iy,iy
add iy,sp
|
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_467.asm | ljhsiun2/medusa | 9 | 244429 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x157cb, %r9
add $33486, %r12
vmovups (%r9), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $0, %xmm7, %r11
nop
nop
nop
nop
sub $46967, %r12
lea addresses_A_ht+0x18778, %rcx
nop
nop
nop
add %rsi, %rsi
movb (%rcx), %r8b
nop
nop
nop
xor $57653, %rcx
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r8
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r13
push %r8
push %r9
push %rsi
// Load
lea addresses_US+0xef4c, %r11
nop
nop
and %r9, %r9
vmovups (%r11), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $1, %xmm3, %rsi
nop
nop
nop
nop
nop
add $62363, %r8
// Faulty Load
mov $0x4fc06f0000000ba4, %rsi
cmp %r12, %r12
mov (%rsi), %r8
lea oracles, %rsi
and $0xff, %r8
shlq $12, %r8
mov (%rsi,%r8,1), %r8
pop %rsi
pop %r9
pop %r8
pop %r13
pop %r12
pop %r11
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_NC', 'AVXalign': True, 'size': 16, 'NT': True, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_US', 'AVXalign': False, 'size': 32, 'NT': False, 'same': False, 'congruent': 2}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'type': 'addresses_NC', 'AVXalign': False, 'size': 8, 'NT': False, 'same': True, 'congruent': 0}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_WT_ht', 'AVXalign': False, 'size': 32, 'NT': False, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_A_ht', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 2}, 'OP': 'LOAD'}
{'00': 21829}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
|
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_2463.asm | ljhsiun2/medusa | 9 | 241831 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_2463.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1004a, %r14
nop
nop
nop
nop
and %r10, %r10
movups (%r14), %xmm7
vpextrq $1, %xmm7, %r8
nop
nop
nop
nop
dec %rbx
lea addresses_D_ht+0xd6fa, %r9
xor $38042, %r14
mov $0x6162636465666768, %r13
movq %r13, (%r9)
nop
lfence
lea addresses_WC_ht+0x507a, %r8
nop
and %rax, %rax
movups (%r8), %xmm7
vpextrq $1, %xmm7, %r9
nop
nop
nop
cmp $49703, %r8
lea addresses_A_ht+0x100fa, %rbx
nop
xor $28934, %r13
movb (%rbx), %r8b
nop
add $43982, %r8
lea addresses_normal_ht+0x697a, %rbx
nop
nop
nop
nop
nop
cmp $17253, %r9
mov $0x6162636465666768, %r8
movq %r8, %xmm4
movups %xmm4, (%rbx)
nop
sub $25688, %r9
lea addresses_WC_ht+0x4884, %rsi
lea addresses_WT_ht+0x1efa, %rdi
nop
sub %r13, %r13
mov $9, %rcx
rep movsw
nop
nop
nop
nop
add %rbx, %rbx
lea addresses_A_ht+0x1df7a, %rbx
nop
nop
nop
nop
dec %r8
mov (%rbx), %di
nop
nop
nop
and %rdi, %rdi
lea addresses_D_ht+0xd8fa, %rsi
lea addresses_UC_ht+0x2a10, %rdi
nop
nop
nop
sub %r10, %r10
mov $107, %rcx
rep movsw
nop
nop
xor $1976, %r8
lea addresses_A_ht+0xa40a, %rsi
lea addresses_UC_ht+0x492a, %rdi
nop
nop
nop
dec %r9
mov $1, %rcx
rep movsq
nop
nop
nop
add $9653, %rax
lea addresses_WC_ht+0x168fa, %rdi
clflush (%rdi)
sub %r10, %r10
movb $0x61, (%rdi)
xor %rax, %rax
lea addresses_D_ht+0x24fa, %rsi
lea addresses_A_ht+0x149fa, %rdi
nop
nop
nop
and $51638, %r8
mov $96, %rcx
rep movsl
nop
nop
nop
add $52295, %rcx
lea addresses_normal_ht+0xbd6f, %rsi
nop
nop
nop
sub %r8, %r8
movb $0x61, (%rsi)
nop
and %r13, %r13
lea addresses_normal_ht+0x19bfa, %rsi
lea addresses_UC_ht+0x1cb7a, %rdi
nop
nop
nop
nop
cmp %r14, %r14
mov $122, %rcx
rep movsl
nop
nop
nop
nop
cmp $39564, %r14
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %rax
pop %r9
pop %r8
pop %r14
pop %r13
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r9
push %rax
push %rbx
push %rcx
push %rdx
push %rsi
// Load
lea addresses_WC+0x130fa, %r9
nop
sub $64786, %rcx
mov (%r9), %r10
nop
cmp %rax, %rax
// Store
lea addresses_US+0x196a, %rdx
nop
cmp %rbx, %rbx
mov $0x5152535455565758, %rax
movq %rax, (%rdx)
nop
nop
and %rdx, %rdx
// Store
lea addresses_UC+0xd85a, %rbx
nop
nop
nop
xor $43537, %r9
movw $0x5152, (%rbx)
nop
nop
sub $10789, %rdx
// Store
lea addresses_WC+0x130fa, %r10
nop
nop
nop
add $39539, %rdx
mov $0x5152535455565758, %rcx
movq %rcx, (%r10)
nop
nop
nop
sub %r9, %r9
// Store
lea addresses_D+0x195f2, %rcx
nop
sub $17267, %r9
mov $0x5152535455565758, %r10
movq %r10, %xmm1
movups %xmm1, (%rcx)
nop
nop
nop
add %r10, %r10
// Faulty Load
lea addresses_WC+0x130fa, %rbx
nop
nop
cmp %r9, %r9
mov (%rbx), %ax
lea oracles, %rcx
and $0xff, %rax
shlq $12, %rax
mov (%rcx,%rax,1), %rax
pop %rsi
pop %rdx
pop %rcx
pop %rbx
pop %rax
pop %r9
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'AVXalign': False, 'congruent': 0, 'size': 32, 'same': False, 'NT': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'AVXalign': False, 'congruent': 0, 'size': 8, 'same': True, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_US', 'AVXalign': True, 'congruent': 4, 'size': 8, 'same': False, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC', 'AVXalign': False, 'congruent': 3, 'size': 2, 'same': False, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC', 'AVXalign': False, 'congruent': 0, 'size': 8, 'same': True, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D', 'AVXalign': False, 'congruent': 1, 'size': 16, 'same': False, 'NT': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'AVXalign': False, 'congruent': 0, 'size': 2, 'same': True, 'NT': True}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'type': 'addresses_WC_ht', 'AVXalign': False, 'congruent': 4, 'size': 16, 'same': False, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'AVXalign': False, 'congruent': 9, 'size': 8, 'same': False, 'NT': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WC_ht', 'AVXalign': False, 'congruent': 7, 'size': 16, 'same': False, 'NT': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_A_ht', 'AVXalign': False, 'congruent': 11, 'size': 1, 'same': False, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'AVXalign': False, 'congruent': 6, 'size': 16, 'same': False, 'NT': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_WC_ht', 'congruent': 1, 'same': False}, 'dst': {'type': 'addresses_WT_ht', 'congruent': 8, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_A_ht', 'AVXalign': False, 'congruent': 7, 'size': 2, 'same': False, 'NT': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_D_ht', 'congruent': 10, 'same': True}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 1, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_A_ht', 'congruent': 4, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 4, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'AVXalign': False, 'congruent': 11, 'size': 1, 'same': False, 'NT': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_D_ht', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 7, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'AVXalign': False, 'congruent': 0, 'size': 1, 'same': False, 'NT': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_normal_ht', 'congruent': 7, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 7, 'same': False}}
{'58': 21829}
58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58
*/
|
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1741.asm | ljhsiun2/medusa | 9 | 166175 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1741.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x90e4, %rdi
nop
nop
nop
nop
nop
sub $49194, %rax
movups (%rdi), %xmm0
vpextrq $0, %xmm0, %r12
nop
sub $32996, %r15
lea addresses_UC_ht+0xc864, %rsi
lea addresses_WT_ht+0x1e7dc, %rdi
nop
nop
nop
nop
nop
inc %r15
mov $84, %rcx
rep movsb
dec %rdi
lea addresses_WC_ht+0x1d104, %rax
nop
xor $8460, %rcx
movb $0x61, (%rax)
nop
nop
nop
add $22629, %r12
lea addresses_UC_ht+0x18704, %rsi
lea addresses_WC_ht+0xa104, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
add %rax, %rax
mov $112, %rcx
rep movsw
and $48367, %r15
lea addresses_A_ht+0x12136, %r15
clflush (%r15)
nop
nop
nop
cmp %rdi, %rdi
movups (%r15), %xmm5
vpextrq $1, %xmm5, %rax
nop
nop
nop
nop
nop
sub $53282, %rsi
lea addresses_D_ht+0x19b64, %rsi
lea addresses_UC_ht+0x5612, %rdi
nop
cmp $7553, %r8
mov $2, %rcx
rep movsw
nop
add %rax, %rax
lea addresses_UC_ht+0x17824, %rsi
lea addresses_normal_ht+0x19e90, %rdi
nop
sub $53806, %r14
mov $74, %rcx
rep movsl
nop
nop
nop
dec %r15
lea addresses_WC_ht+0x30a4, %rsi
lea addresses_UC_ht+0x95e4, %rdi
nop
sub %r12, %r12
mov $66, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp $8937, %r14
lea addresses_normal_ht+0xc5e4, %rsi
nop
nop
nop
nop
xor %r12, %r12
mov $0x6162636465666768, %rax
movq %rax, (%rsi)
nop
nop
nop
sub $49783, %rsi
lea addresses_A_ht+0x3a64, %rsi
lea addresses_WT_ht+0x12ba4, %rdi
nop
sub $49355, %r14
mov $73, %rcx
rep movsl
inc %rdi
lea addresses_normal_ht+0x1544, %r14
nop
sub $53526, %rcx
movb (%r14), %r8b
nop
nop
nop
nop
and %rax, %rax
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r8
pop %r15
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r9
push %rbp
push %rbx
push %rdi
push %rsi
// Store
lea addresses_PSE+0x14fa4, %r9
nop
xor %r10, %r10
movb $0x51, (%r9)
nop
add %r10, %r10
// Faulty Load
lea addresses_RW+0x1ba64, %rdi
nop
nop
nop
nop
nop
xor $31825, %rbp
mov (%rdi), %esi
lea oracles, %r9
and $0xff, %rsi
shlq $12, %rsi
mov (%r9,%rsi,1), %rsi
pop %rsi
pop %rdi
pop %rbx
pop %rbp
pop %r9
pop %r12
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'size': 32, 'NT': False, 'type': 'addresses_RW', 'same': False, 'AVXalign': False, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'size': 1, 'NT': False, 'type': 'addresses_PSE', 'same': False, 'AVXalign': False, 'congruent': 6}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'size': 4, 'NT': False, 'type': 'addresses_RW', 'same': True, 'AVXalign': True, 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'size': 16, 'NT': False, 'type': 'addresses_normal_ht', 'same': False, 'AVXalign': False, 'congruent': 7}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_UC_ht', 'congruent': 9}, 'dst': {'same': False, 'type': 'addresses_WT_ht', 'congruent': 3}}
{'OP': 'STOR', 'dst': {'size': 1, 'NT': False, 'type': 'addresses_WC_ht', 'same': False, 'AVXalign': False, 'congruent': 5}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_UC_ht', 'congruent': 5}, 'dst': {'same': False, 'type': 'addresses_WC_ht', 'congruent': 4}}
{'OP': 'LOAD', 'src': {'size': 16, 'NT': False, 'type': 'addresses_A_ht', 'same': False, 'AVXalign': False, 'congruent': 1}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_D_ht', 'congruent': 6}, 'dst': {'same': False, 'type': 'addresses_UC_ht', 'congruent': 1}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_UC_ht', 'congruent': 5}, 'dst': {'same': False, 'type': 'addresses_normal_ht', 'congruent': 1}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_WC_ht', 'congruent': 6}, 'dst': {'same': False, 'type': 'addresses_UC_ht', 'congruent': 6}}
{'OP': 'STOR', 'dst': {'size': 8, 'NT': True, 'type': 'addresses_normal_ht', 'same': False, 'AVXalign': False, 'congruent': 4}}
{'OP': 'REPM', 'src': {'same': True, 'type': 'addresses_A_ht', 'congruent': 9}, 'dst': {'same': False, 'type': 'addresses_WT_ht', 'congruent': 6}}
{'OP': 'LOAD', 'src': {'size': 1, 'NT': False, 'type': 'addresses_normal_ht', 'same': False, 'AVXalign': False, 'congruent': 2}}
{'32': 21829}
32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
*/
|
oeis/016/A016961.asm | neoneye/loda-programs | 11 | 2209 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A016961: a(n) = (6*n + 4)^5.
; 1024,100000,1048576,5153632,17210368,45435424,102400000,205962976,380204032,656356768,1073741824,1680700000,2535525376,3707398432,5277319168,7339040224,10000000000,13382255776,17623416832,22877577568,29316250624,37129300000,46525874176,57735339232,71008211968,86617093024,104857600000,126049300576,150536645632,178689902368,210906087424,247609900000,289254654976,336323216032,389328928768,448816553824,515363200000,589579257376,672109330432,763633171168,864866612224,976562500000,1099511627776
mul $0,6
add $0,4
pow $0,5
|
Library/Mailbox/Outbox/outboxFeedbackNote.asm | steakknife/pcgeos | 504 | 179456 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1995 -- All Rights Reserved
PROJECT:
MODULE:
FILE: outboxFeedback.asm
AUTHOR: <NAME>, May 24, 1995
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- -----------
Adam 5/24/95 Initial revision
DESCRIPTION:
Implementation of the OutboxFeedbackNote class
$Id: outboxFeedbackNote.asm,v 1.1 97/04/05 01:21:19 newdeal Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
if _OUTBOX_FEEDBACK
MailboxClassStructures segment resource
OutboxFeedbackNoteClass
MailboxClassStructures ends
OutboxUICode segment resource
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
OFNSetDialog
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Remember the dialog we need to dismiss when we go away.
CALLED BY: MSG_OFN_SET_DIALOG
PASS: *ds:si = OutboxFeedbackNote object
ds:di = OutboxFeedbackNoteInstance
^lcx:dx = dialog
RETURN: nothing
DESTROYED: ax, cx, dx
SIDE EFFECTS: OFNI_dialog set
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
ardeb 10/26/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
OFNSetDialog method dynamic OutboxFeedbackNoteClass, MSG_OFN_SET_DIALOG
.enter
movdw ds:[di].OFNI_dialog, cxdx
Destroy ax, cx, dx
.leave
ret
OFNSetDialog endm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
OFNSetMessage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Set up to watch for status changes in the passed message.
And see if we should already be off-screen.
CALLED BY: MSG_OFN_SET_MESSAGE
PASS: *ds:si = OutboxFeedbackNote object
ds:di = OutboxFeedbackNoteInstance
es = segment of OutboxFeedbackNoteClass
cxdx = MailboxMessage to watch for. cx = 0 if message
couldn't be registered. cx = -1 if message couldn't
be registered but the user shouldn't be notified.
RETURN: nothing
DESTROYED: ax, cx, dx
SIDE EFFECTS: box may be dismissed
box may be added to the outbox change list on the mailbox
app object
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
ardeb 5/24/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
OFNSetMessage method dynamic OutboxFeedbackNoteClass, MSG_OFN_SET_MESSAGE
uses bp
.enter
jcxz notifyCanceled
inc cx
jz done ; => don't notify of failure
dec cx ; cxdx = MailboxMessage
;
; Add ourselves to the GCN list before checking to see if the user has
; already been notified to handle the case where the message transitions
; from QUEUED to PREPARING before we get a chance to add ourselves to
; the list... IC_DISMISS handling will remove us from the list, so
; we're safe.
;
movdw ds:[di].OFNI_message, cxdx
mov ax, MGCNLT_OUTBOX_CHANGE
call UtilAddToMailboxGCNListSync
call OFNCheckAlreadyNotified
jc dismiss
done:
.leave
ret
notifyCanceled:
mov bp, offset OFCanceled
changeContents:
push si
push bp
mov si, offset OFProgress
mov ax, MSG_GEN_SET_NOT_USABLE
mov dl, VUM_DELAYED_VIA_APP_QUEUE
call ObjCallInstanceNoLock
pop si
mov ax, MSG_GEN_SET_USABLE
mov dl, VUM_NOW
call ObjCallInstanceNoLock
pop si
;
; If user forced us down before, bring ourselves back up.
;
mov ax, MSG_GEN_INTERACTION_INITIATE
call ObjCallInstanceNoLock
jmp done
dismiss:
push si
;
; If the marker in the text chunk is gone, it means we have been here
; before and OFInOutbox should already be on-screen. This can happen
; if within OUTBOX_CONFIRMATION_DURATION ticks after the message is
; placed in outbox, it switches to MAS_PREPARING state because the
; transmission thread has just finished sending other messages. In
; such cases we just do nothing and get outta here. --- AY 3/10/96.
;
mov si, offset OFInOutbox
mov ax, '\1'
call UtilCheckIfMarkerExists ; ZF set if exists
jz getReason
pop si
jmp done
getReason:
;
; Get the optr of the reason string for placing in the text object
;
pushdw cxdx
call OFNGetReasonOptr
jc dismissBox ; => no address marked right, so
; we have no idea what reason
; to use
;
; Replace \1 with the reason.
;
call UtilReplaceFirstMarkerInTextChunk
mov_tr ax, dx
call LMemFree
;
; Extract the subject into our block and replace \2 with it
;
popdw cxdx
mov bx, ds:[LMBH_handle]
call MailboxGetSubjectLMem
mov cx, bx
mov_tr dx, ax
mov ax, '\2'
call UtilReplaceMarkerInTextChunk
mov_tr ax, dx
call LMemFree
pop si
mov bp, offset OFInOutbox
jmp changeContents
dismissBox:
popdw cxdx
pop si
mov ax, MSG_GEN_GUP_INTERACTION_COMMAND
mov cx, IC_DISMISS
call ObjCallInstanceNoLock
;
; Since we're not relying on flashing note mechanism to dismiss us,
; destroy ourselves ourselves...
;
mov ax, MSG_GEN_DESTROY_AND_FREE_BLOCK
call ObjCallInstanceNoLock
jmp done
OFNSetMessage endm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
OFNSetSummary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Remember the message summary
CALLED BY: MSG_OFN_SET_SUMMARY
PASS: *ds:si = OutboxFeedbackNote object
ds:di = OutboxFeedbackNoteInstance
^lcx:dx = summary text
RETURN:
DESTROYED:
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
ardeb 11/22/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
OFNSetSummary method dynamic OutboxFeedbackNoteClass, MSG_OFN_SET_SUMMARY
.enter
mov si, offset OutboxFeedbackNoteText
call UtilReplaceFirstMarkerInTextChunk
.leave
ret
OFNSetSummary endm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
OFNGetReasonOptr
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Find an address marked with the given talID and fetch its
failure reason.
CALLED BY: (INTERNAL) OFNSetMessage
PASS: ds = lmem block
cxdx = MailboxMessage to examine
RETURN: carry set if no address marked
cx, dx = destroyed
carry clear if have reason:
^lcx:dx = reason string
ds = fixed up (cx = ds:[LMBH_handle])
DESTROYED: ax, bx, di
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
ardeb 5/22/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
OFNGetReasonOptr proc near
.enter
;
; Look for an address and fetch its reason.
;
MovMsg dxax, cxdx
mov bx, SEGMENT_CS
mov di, offset checkAddress
call MessageAddrEnum
cmc
jc done
;
; Have reason token, so fetch the reason string into our block.
;
mov_tr ax, cx
call OutboxGetReason
mov_tr dx, ax
mov cx, ds:[LMBH_handle]
clc
done:
.leave
ret
;--------------------
; Callback to examine an address.
;
; Pass:
; ds:di = MailboxInternalTransAddr to check
; Return:
; carry set to stop enumerating:
; cx = reason token for found address
; carry clear to keep looking:
; cx = preserved
checkAddress:
test ds:[di].MITA_flags, mask MTF_TRIES
jz checkAddressDone
mov cx, ds:[di].MITA_reason
stc
checkAddressDone:
retf
OFNGetReasonOptr endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
OFNCheckAlreadyNotified
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: See if the user has already been notified about the passed
message so there's no need for us to be on-screen
CALLED BY: OFNSetMessage
PASS: cxdx = MailboxMessage we're supposed to be watching
RETURN: carry set if user already notified
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
Look through all the addresses for the message. If any of
them has a fail count of 1, or a status of SENDING, return
carry set.
9/19/95: need to run through the outbox to find the message
because the thing could already have been sent by the time we
get here. DBQEnum ensures that the thing won't be removed
from the outbox until we're done, so we can safely mess with
the addresses (as the message descriptor won't go away until
it's removed from the outbox), if we find it in our callback.
REVISION HISTORY:
Name Date Description
---- ---- -----------
ardeb 5/24/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
OFNCheckAlreadyNotified proc near
msg local MailboxMessage push cx, dx
uses ax, bx, cx, dx, si, di
.enter
call AdminGetOutbox
mov cx, SEGMENT_CS
mov dx, offset findMessage
call DBQEnum
cmc
jc done ; => message not found, so
; already notified
jcxz done ; => user not notified
stc
done:
.leave
ret
findMessage:
clr cx ; assume not found
cmpdw ss:[msg], sidi
clc
jne findMessageDone
MovMsg dxax, sidi
mov bx, SEGMENT_CS
mov di, offset checkAddress
call MessageAddrEnum
sbb cx, 0 ; set CX non-z if notified
stc ; found msg, so stop enumerating
findMessageDone:
retf
checkAddress:
test ds:[di].MITA_flags, mask MTF_TRIES
stc
jnz checkAddressDone
cmp ds:[di].MITA_flags, MAS_PREPARING shl offset MTF_STATE
cmc ; set carry if AE (is sending)
checkAddressDone:
retf
OFNCheckAlreadyNotified endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
OFNGenGupInteractionCommand
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Remove ourselves from the outbox change list if IC_DISMISS
CALLED BY: MSG_GEN_GUP_INTERACTION_COMMAND
PASS: *ds:si = OutboxFeedbackNote object
ds:di = OutboxFeedbackNoteInstance
cx = InteractionCommand
RETURN: carry set if query handled
DESTROYED:
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
ardeb 5/24/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
OFNGenGupInteractionCommand method dynamic OutboxFeedbackNoteClass,
MSG_GEN_GUP_INTERACTION_COMMAND
cmp cx, IC_DISMISS
jne toSuper
tst ds:[di].OFNI_dialog.handle
jz checkMessage
;
; Send the message to the dialog, too, but be sure to only do it
; once.
;
push si, ax
clr bx
xchg bx, ds:[di].OFNI_dialog.handle
mov si, ds:[di].OFNI_dialog.chunk
mov di, mask MF_FIXUP_DS
call ObjMessage
pop si, ax
DerefDI OutboxFeedbackNote
checkMessage:
tst ds:[di].OFNI_message.high
jz toSuper
mov ax, MGCNLT_OUTBOX_CHANGE
call UtilRemoveFromMailboxGCNListSync
mov ax, MSG_GEN_GUP_INTERACTION_COMMAND
toSuper:
mov di, offset OutboxFeedbackNoteClass
GOTO ObjCallSuperNoLock
OFNGenGupInteractionCommand endm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
OFNMbNotifyBoxChange
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: If the message being notified is the one we were brought
up for, bring ourselves down at the right time.
CALLED BY: MSG_MB_NOTIFY_BOX_CHANGE
PASS: *ds:si = OutboxFeedbackNote object
ds:di = OutboxFeedbackNoteInstance
cxdx = MailboxMessage affected
bp = MABoxChange
RETURN: nothing
DESTROYED: ax, cx, dx, bp
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
If the change is MACT_PREPARING or MACT_EXISTS, take the
box down. The former indicates the thing is
being sent. The latter indicates the user has
been told the message can't be sent.
REVISION HISTORY:
Name Date Description
---- ---- -----------
ardeb 5/26/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
OFNMbNotifyBoxChange method dynamic OutboxFeedbackNoteClass,
MSG_MB_NOTIFY_BOX_CHANGE
.enter
cmpdw ds:[di].OFNI_message, cxdx
jne done
andnf bp, mask MABC_TYPE
cmp bp, MACT_EXISTS shl offset MABC_TYPE
je takeDown ; => failed
cmp bp, MACT_PREPARING shl offset MABC_TYPE
jne done
takeDown:
; XXX: reset our message, which should cause us to see the user's
; "been notified" and adjust our display accordingly to show the reason
mov ax, MSG_OFN_SET_MESSAGE
call ObjCallInstanceNoLock
done:
.leave
ret
OFNMbNotifyBoxChange endm
OutboxUICode ends
endif ; _OUTBOX_FEEDBACK
|
oeis/060/A060073.asm | neoneye/loda-programs | 11 | 13905 | <filename>oeis/060/A060073.asm
; A060073: a(n) = (n^(n-1)-1)/(n-1)^2.
; 1,2,7,39,311,3268,42799,672605,12345679,259374246,6140565047,161792257795,4696537119847,148943500129544,5124095576030431,190082780764323705,7563707819165039903,321380710796022350410,14523213296398891966759,695546073617378871592991,35191494265534895629421431,1875715774330570610344505292,105051652240885643072548950287,6167905692361980780131287044949,378838128012748142202872263901551,24294679390918133352413413906374638,1623825353382979368144852452153860759,112934823766766851449763732175009505915
add $0,1
mov $1,1
add $1,$0
pow $1,$0
sub $1,1
div $1,$0
div $1,$0
mov $0,$1
|
boot/stage1.asm | richard-hgs/InfinityOS | 0 | 96779 | <filename>boot/stage1.asm
; Stage 1 boot loader by <NAME>.
[org 0x7c00]
[bits 16]
[section .text]
global _start
_start:
jmp short main
nop
%include "bs.inc"
main:
jmp 0:init
nop
init:
xor ax, ax
mov ds, ax
mov es, ax
mov ss, ax
mov sp, 0x7c00
cld
mov [iBootDrive], dl
call reset_disk
; mov ax, [iBootDrive]
; call print_hex
; jmp $
; load file table
mov si, op_loading1
call print
; read entire file table into memory
mov ax, 16
mul word [iRootSize]
xor dx, dx
div word [iSectSize]
mov cx, ax
mov ax, word [iResSect]
mov bx, root_segment
mov es, bx
xor bx, bx
call read_disk
; jmp $
; load second stage
mov si, op_loading2
call print
call load_file
mov bx, load_segment
mov es, bx
xor bx, bx
call read_disk
mov dl, [iBootDrive]
xor ax, ax
mov ds, ax
mov es, ax
jmp run_segment:run_offset
%include "common.inc"
%include "disk.inc"
; data
op_loading1 db "Loading file table",0
op_loading2 db "Loading stage 2, please wait",0
op_done db "success!",13,10,0
op_ferror db 10,13,"File not found!",13,10,0
op_progress db 0x2e,0
op_filename db "stage2 bin",0
; constants
root_segment equ 0x0ee0
load_segment equ 0x07e0
run_segment equ 0x0000
run_offset equ 0x7e00
; padding and magic number
times 510-($-$$) db 0
dw 0xaa55
|
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c6/c64104o.ada | best08618/asylo | 7 | 8944 | <reponame>best08618/asylo<filename>gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c6/c64104o.ada
-- C64104O.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
-- unlimited rights in the software and documentation contained herein.
-- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making
-- this public release, the Government intends to confer upon all
-- recipients unlimited rights equal to those held by the Government.
-- These rights include rights to use, duplicate, release or disclose the
-- released technical data and computer software in whole or in part, in
-- any manner and for any purpose whatsoever, and to have or permit others
-- to do so.
--
-- DISCLAIMER
--
-- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR
-- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED
-- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE
-- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE
-- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A
-- PARTICULAR PURPOSE OF SAID MATERIAL.
--*
-- OBJECTIVE
-- CHECK THAT CONSTRAINT_ERROR IS RAISED AT THE PLACE OF THE CALL
-- FOR THE CASE OF A PRIVATE TYPE IMPLEMENTED AS AN ACCESS TYPE WHERE
-- THE ACTUAL BOUNDS OR DISCRIMINANTS OF THE DESIGNATED OBJECT DIFFER
-- FROM THOSE OF THE FORMAL.
-- HISTORY
-- CPP 7/23/84 CREATED ORIGINAL TEST.
-- DHH 8/31/87 ADDED COMMENT IN PROCEDURE Q SO THAT CODE WILL NOT BE
-- OPTIMIZED OUT OF EXISTENCE.
WITH REPORT; USE REPORT;
PROCEDURE C64104O IS
BEGIN
TEST ("C64104O", "CHECK THAT PRIVATE TYPE (ACCESS) RAISES " &
"CONSTRAINT_ERROR WHEN ACTUAL AND FORMAL PARAMETER BOUNDS " &
"DIFFER");
DECLARE
CALLED : BOOLEAN := FALSE;
PACKAGE P IS
TYPE T IS PRIVATE;
DC : CONSTANT T;
GENERIC PACKAGE PP IS
END PP;
PRIVATE
TYPE T IS ACCESS STRING;
DC : CONSTANT T := NEW STRING'("AAA");
END P;
PROCEDURE Q (X : IN OUT P.T) IS
BEGIN
CALLED := TRUE;
X := P.DC;
IF P. "=" (X, P.DC) THEN
COMMENT("PROCEDURE Q WAS CALLED");
END IF;
EXCEPTION
WHEN OTHERS =>
FAILED ("EXCEPTION RAISED INSIDE SUBPROGRAM");
END Q;
GENERIC
Y : IN OUT P.T;
PACKAGE CALL IS
END CALL;
PACKAGE BODY CALL IS
BEGIN
Q(Y);
END CALL;
PACKAGE BODY P IS
Z : T(1..5) := NEW STRING'("CCCCC");
PACKAGE BODY PP IS
PACKAGE CALL_Q IS NEW CALL(Z);
END PP;
END P;
BEGIN
BEGIN
DECLARE
PACKAGE CALL_Q_NOW IS NEW P.PP;
BEGIN
FAILED ("NO EXCEPTION RAISED");
END;
EXCEPTION
WHEN CONSTRAINT_ERROR =>
IF NOT CALLED THEN
FAILED ("SUBPROGRAM Q WAS NOT CALLED");
END IF;
WHEN OTHERS =>
FAILED ("WRONG EXCEPTION RAISED");
END;
RESULT;
END;
END C64104O;
|
src/sprites2.asm | iceydee/yana | 0 | 162409 | .inesprg 1 ; 1x 16KB PRG code
.ineschr 1 ; 1x 8KB CHR data
.inesmap 0 ; mapper 0 = NROM, no bank swapping
.inesmir 1 ; background mirroring
;;;;;;;;;;;;;;;
.bank 0
.org $C000
RESET:
SEI ; disable IRQs
CLD ; disable decimal mode
LDX #$40
STX $4017 ; disable APU frame IRQ
LDX #$FF
TXS ; Set up stack
INX ; now X = 0
STX $2000 ; disable NMI
STX $2001 ; disable rendering
STX $4010 ; disable DMC IRQs
vblankwait1: ; First wait for vblank to make sure PPU is ready
BIT $2002
BPL vblankwait1
clrmem:
LDA #$00
STA $0000, x
STA $0100, x
STA $0200, x
STA $0400, x
STA $0500, x
STA $0600, x
STA $0700, x
LDA #$FE
STA $0300, x
INX
BNE clrmem
vblankwait2: ; Second wait for vblank, PPU is ready after this
BIT $2002
BPL vblankwait2
LoadPalettes:
LDA $2002 ; read PPU status to reset the high/low latch
LDA #$3F
STA $2006 ; write the high byte of $3F00 address
LDA #$00
STA $2006 ; write the low byte of $3F00 address
LDX #$00 ; start out at 0
LoadPalettesLoop:
LDA palette, x ; load data from address (palette + the value in x)
; 1st time through loop it will load palette+0
; 2nd time through loop it will load palette+1
; 3rd time through loop it will load palette+2
; etc
STA $2007 ; write to PPU
INX ; X = X + 1
CPX #$20 ; Compare X to hex $10, decimal 16 - copying 16 bytes = 4 sprites
BNE LoadPalettesLoop ; Branch to LoadPalettesLoop if compare was Not Equal to zero
; if compare was equal to 32, keep going down
LoadSprites:
LDX #$00 ; start at 0
LoadSpritesLoop:
LDA sprites, x ; load data from address (sprites + x)
STA $0200, x ; store into RAM address ($0200 + x)
INX ; X = X + 1
CPX #$20 ; Compare X to hex $20, decimal 32
BNE LoadSpritesLoop ; Branch to LoadSpritesLoop if compare was Not Equal to zero
; if compare was equal to 32, keep going down
LDA #%10000000 ; enable NMI, sprites from Pattern Table 1
STA $2000
LDA #%00010000 ; enable sprites
STA $2001
Forever:
JMP Forever ;jump back to Forever, infinite loop
NMI:
LDA #$00
STA $2003 ; set the low byte (00) of the RAM address
LDA #$02
STA $4014 ; set the high byte (02) of the RAM address, start the transfer
RTI ; return from interrupt
;;;;;;;;;;;;;;
.bank 1
.org $E000
palette:
.db $0F,$31,$32,$33,$34,$35,$36,$37,$38,$39,$3A,$3B,$3C,$3D,$3E,$0F
.db $0F,$1C,$15,$14,$31,$02,$38,$3C,$0F,$1C,$15,$14,$31,$02,$38,$3C
sprites:
;vert tile attr horiz
.db $80, $32, $00, $80 ;sprite 0
.db $80, $33, $00, $88 ;sprite 1
.db $88, $34, $00, $80 ;sprite 2
.db $88, $35, $00, $88 ;sprite 3
.org $FFFA ;first of the three vectors starts here
.dw NMI ;when an NMI happens (once per frame if enabled) the
;processor will jump to the label NMI:
.dw RESET ;when the processor first turns on or is reset, it will jump
;to the label RESET:
.dw 0 ;external interrupt IRQ is not used in this tutorial
;;;;;;;;;;;;;;
.bank 2
.org $0000
.incbin "mario.chr" ;includes 8KB graphics file from SMB1 |
oeis/192/A192473.asm | neoneye/loda-programs | 11 | 99446 | <filename>oeis/192/A192473.asm<gh_stars>10-100
; A192473: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x)=1+x^n+x^(2n+2).
; Submitted by <NAME>
; 4,9,23,58,149,385,1000,2605,6799,17766,46457,121537,318044,832417,2178919,5703874,14931949,39090753,102338336,267921061,701419679,1836329614,4807555633,12586315393,32951355124,86267692665,225851630135
mov $1,$0
add $1,1
seq $1,192471 ; Constant term of the reduction by x^2->x+1 of the polynomial p(n,x)=1+x^n+x^(2n+1).
mov $0,$1
sub $0,1
|
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1941.asm | ljhsiun2/medusa | 9 | 170553 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x2f5, %rsi
lea addresses_UC_ht+0xe859, %rdi
nop
nop
add %r13, %r13
mov $106, %rcx
rep movsw
xor $30019, %r8
lea addresses_WC_ht+0x1723d, %r11
nop
nop
nop
nop
nop
sub $12252, %rsi
and $0xffffffffffffffc0, %r11
movntdqa (%r11), %xmm4
vpextrq $1, %xmm4, %r8
nop
nop
inc %r13
lea addresses_D_ht+0xb63d, %rsi
nop
nop
nop
nop
inc %r14
movw $0x6162, (%rsi)
cmp $24044, %rcx
lea addresses_A_ht+0xa081, %r13
nop
and %r11, %r11
mov $0x6162636465666768, %rsi
movq %rsi, (%r13)
nop
add $32772, %rsi
lea addresses_D_ht+0xf67d, %rsi
nop
nop
dec %r14
mov $0x6162636465666768, %rcx
movq %rcx, (%rsi)
nop
nop
nop
and %rdi, %rdi
lea addresses_normal_ht+0x1de41, %rsi
lea addresses_UC_ht+0x1b78c, %rdi
and %rax, %rax
mov $93, %rcx
rep movsw
nop
add %rsi, %rsi
lea addresses_D_ht+0x86d9, %rax
nop
nop
nop
nop
nop
sub %r8, %r8
mov $0x6162636465666768, %r14
movq %r14, %xmm4
vmovups %ymm4, (%rax)
nop
nop
nop
nop
nop
dec %r11
lea addresses_A_ht+0x1363d, %rsi
lea addresses_D_ht+0x186fd, %rdi
sub $5659, %r11
mov $59, %rcx
rep movsq
nop
nop
nop
nop
and %r8, %r8
lea addresses_UC_ht+0x9ae3, %r11
nop
dec %r8
vmovups (%r11), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $0, %xmm7, %r14
nop
nop
nop
dec %rax
lea addresses_UC_ht+0x11be5, %r13
cmp %r14, %r14
and $0xffffffffffffffc0, %r13
vmovntdqa (%r13), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %rcx
nop
dec %r14
lea addresses_normal_ht+0x17e36, %rsi
lea addresses_WT_ht+0xbc3d, %rdi
nop
nop
nop
xor $47462, %r14
mov $63, %rcx
rep movsl
nop
nop
nop
mfence
lea addresses_D_ht+0x3e9d, %r14
nop
nop
add %rcx, %rcx
mov $0x6162636465666768, %r13
movq %r13, %xmm3
movups %xmm3, (%r14)
nop
nop
nop
nop
sub %r13, %r13
lea addresses_WC_ht+0x989b, %rsi
lea addresses_A_ht+0x1b93d, %rdi
nop
nop
nop
sub $14521, %r11
mov $99, %rcx
rep movsl
nop
inc %rsi
lea addresses_WC_ht+0xac3d, %rsi
lea addresses_D_ht+0x1723d, %rdi
clflush (%rdi)
nop
and %r13, %r13
mov $117, %rcx
rep movsb
nop
cmp %r13, %r13
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r8
pop %r14
pop %r13
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r15
push %r9
push %rbx
push %rdi
push %rdx
// Store
lea addresses_PSE+0x87c9, %rdx
nop
nop
nop
nop
nop
add $48497, %rbx
movw $0x5152, (%rdx)
nop
nop
sub $14875, %rdx
// Faulty Load
lea addresses_PSE+0xc23d, %rbx
nop
nop
nop
nop
cmp $48196, %r15
mov (%rbx), %rdx
lea oracles, %r9
and $0xff, %rdx
shlq $12, %rdx
mov (%r9,%rdx,1), %rdx
pop %rdx
pop %rdi
pop %rbx
pop %r9
pop %r15
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_PSE', 'same': False, 'size': 2, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'dst': {'type': 'addresses_PSE', 'same': False, 'size': 2, 'congruent': 2, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
[Faulty Load]
{'src': {'type': 'addresses_PSE', 'same': True, 'size': 8, 'congruent': 0, 'NT': True, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_WC_ht', 'congruent': 3, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 2, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WC_ht', 'same': False, 'size': 16, 'congruent': 11, 'NT': True, 'AVXalign': False}, 'OP': 'LOAD'}
{'dst': {'type': 'addresses_D_ht', 'same': True, 'size': 2, 'congruent': 10, 'NT': True, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_A_ht', 'same': False, 'size': 8, 'congruent': 2, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'dst': {'type': 'addresses_D_ht', 'same': False, 'size': 8, 'congruent': 5, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 1, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 0, 'same': True}, 'OP': 'REPM'}
{'dst': {'type': 'addresses_D_ht', 'same': False, 'size': 32, 'congruent': 2, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'src': {'type': 'addresses_A_ht', 'congruent': 9, 'same': False}, 'dst': {'type': 'addresses_D_ht', 'congruent': 5, 'same': False}, 'OP': 'REPM'}
{'src': {'type': 'addresses_UC_ht', 'same': False, 'size': 32, 'congruent': 0, 'NT': False, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC_ht', 'same': False, 'size': 32, 'congruent': 3, 'NT': True, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'congruent': 0, 'same': False}, 'dst': {'type': 'addresses_WT_ht', 'congruent': 9, 'same': False}, 'OP': 'REPM'}
{'dst': {'type': 'addresses_D_ht', 'same': False, 'size': 16, 'congruent': 5, 'NT': False, 'AVXalign': False}, 'OP': 'STOR'}
{'src': {'type': 'addresses_WC_ht', 'congruent': 1, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 8, 'same': True}, 'OP': 'REPM'}
{'src': {'type': 'addresses_WC_ht', 'congruent': 9, 'same': True}, 'dst': {'type': 'addresses_D_ht', 'congruent': 8, 'same': False}, 'OP': 'REPM'}
{'33': 21829}
33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33
*/
|
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_243_1305.asm | ljhsiun2/medusa | 9 | 584 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xe2ef, %rsi
lea addresses_D_ht+0xe407, %rdi
nop
nop
nop
nop
nop
xor %r14, %r14
mov $127, %rcx
rep movsl
nop
nop
nop
nop
nop
cmp $10922, %r11
lea addresses_A_ht+0x4e4a, %rcx
nop
xor $54720, %r14
movl $0x61626364, (%rcx)
nop
nop
nop
nop
and %rcx, %rcx
lea addresses_WC_ht+0x1525f, %rdi
nop
nop
nop
nop
nop
cmp $46184, %r12
movups (%rdi), %xmm7
vpextrq $0, %xmm7, %rcx
nop
nop
inc %rdi
lea addresses_WT_ht+0xfa0f, %r14
nop
nop
nop
nop
nop
sub $1893, %r11
mov (%r14), %rsi
nop
nop
nop
nop
add %r12, %r12
pop %rsi
pop %rdi
pop %rcx
pop %r14
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdx
// Load
lea addresses_D+0x170f, %rcx
nop
nop
nop
sub %rdx, %rdx
mov (%rcx), %r14
nop
nop
nop
nop
sub %rdx, %rdx
// Faulty Load
lea addresses_US+0xea0f, %r12
nop
nop
nop
nop
xor %rbx, %rbx
movups (%r12), %xmm6
vpextrq $1, %xmm6, %r13
lea oracles, %rbx
and $0xff, %r13
shlq $12, %r13
mov (%rbx,%r13,1), %r13
pop %rdx
pop %rcx
pop %rbx
pop %r8
pop %r14
pop %r13
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'src': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_US', 'size': 16, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'same': False, 'congruent': 7, 'NT': False, 'type': 'addresses_D', 'size': 8, 'AVXalign': False}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_US', 'size': 16, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_A_ht', 'congruent': 5, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_D_ht', 'congruent': 2, 'same': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_A_ht', 'size': 4, 'AVXalign': False}}
{'src': {'same': False, 'congruent': 4, 'NT': False, 'type': 'addresses_WC_ht', 'size': 16, 'AVXalign': False}, 'OP': 'LOAD'}
{'src': {'same': False, 'congruent': 10, 'NT': False, 'type': 'addresses_WT_ht', 'size': 8, 'AVXalign': True}, 'OP': 'LOAD'}
{'00': 243}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
|
DSP1C/DSP1C.asm | Phillip-May/snes-homebrew | 11 | 89220 | <reponame>Phillip-May/snes-homebrew
architecture necdsp
output "DSP1C.rom", create
//Pad the file to the standard size
origin 0x17F0-3
cmd_nop
//P select constants
constant PSELNONE = %11
constant RAM = %00
constant IDB = %01
constant REGM = %10
constant REGN = %11
//ALU field constants
constant NOP = %0000
constant OR = %0001
constant AND = %0010
constant XOR = %0011
constant SUB = %0100
constant ADD = %0101
constant SBB = %0110
constant ADC = %0111
constant DEC = %1000
constant INC = %1001
constant CMP = %1010
constant SHR1 = %1011
constant SHL1 = %1100
constant SHL2 = %1101
constant SHL4 = %1110
constant XCHG = %1111
//ASL Field constants
constant ACCA = %0
constant ACCB = %1
//DPL Field constants
constant DPNOP = %00
constant DPINC = %01
constant DPDEC = %10
constant DPCLR = %11
//DPH Field is just a 4 bit mask XOR
//RPDCR Field
constant RPNOP = %0
constant RPDEC = %1
//SRC Field
constant src_NON = %0000
constant src_TRB = %0000
constant src_A = %0001
constant src_B = %0010
constant src_TR = %0011
constant src_DP = %0100
constant src_RP = %0101
constant src_RO = %0110
constant src_SGN = %0111
constant src_DR = %1000
constant src_DRNF = %1001
constant src_SR = %1010
constant src_SIM = %1011
constant src_SIL = %1100
constant src_K = %1101
constant src_L = %1110
constant src_MEM = %1111
//DST Field
constant dst_NON = %0000
constant dst_A = %0001
constant dst_B = %0010
constant dst_TR = %0011
constant dst_DP = %0100
constant dst_RP = %0101
constant dst_DR = %0110
constant dst_SR = %0111
constant dst_SOL = %1000
constant dst_SOM = %1001
constant dst_K = %1010
constant dst_KLR = %1011
constant dst_KLM = %1100
constant dst_L = %1101
constant dst_TRB = %1110
constant dst_MEM = %1111
//Branch Fields
constant JMP = %100000000
constant CALL = %101000000
constant JNCA = %010000000
constant JCA = %010000010
constant JNCB = %010000100
constant JCB = %010000110
constant JNZA = %010001000
constant JZA = %010001010
constant JNZB = %010001100
constant JZB = %010001110
constant JNOVA0 = %010010000
constant JOVA0 = %010010010
constant JNOVB0 = %010010100
constant JOVB0 = %010010110
constant JNOVA1 = %010011000
constant JOVA1 = %010011010
constant JNOVB1 = %010011100
constant JOVB1 = %010011110
constant JNSA0 = %010100000
constant JSA0 = %010100010
constant JNSB0 = %010100100
constant JSB0 = %010100110
constant JNSA1 = %010101000
constant JSA1 = %010101010
constant JNSB1 = %010101100
constant JSB1 = %010101110
constant JDPL0 = %010110000
constant JDPLN0 = %010110001
constant JDPLF = %010110010
constant JDPLNF = %010110011
constant JNSIAK = %010110100
constant JSIAK = %010110110
constant JNSOAK = %010111000
constant JSOAK = %010111010
constant JNRQM = %010111100
constant JRQM = %010111110
//I tried to use the table driven assembler and failed so I used macros
macro writeJP(branchCmd,address) {
variable finalOpcode = 0
variable realAddress
//Bits 23 and 22 for jump
finalOpcode = finalOpcode + (%10 << 22)
//Jump condition bits 21 to 13
finalOpcode = finalOpcode + ({branchCmd} << 13)
//Add address, check for overflow
realAddress = {address} / 3
if realAddress > 0x1FF {
error "Address overflow"
}
finalOpcode = finalOpcode + (realAddress << 2)
op24BitConst #finalOpcode
}
//I tried to use the table driven assembler and failed so I used macros
macro writeOPRT(opcode,pSelect,ALU,ASL,DPL,DPH,RPDCR,DST,SRC) {
variable finalOpcode = 0
//Bits 23 and 22 for OP/RT
finalOpcode = finalOpcode + (%00 << 22)
//p select bits 21-20
finalOpcode = finalOpcode + ({pSelect} << 20)
//ALU operation bits 16-19
finalOpcode = finalOpcode + ({ALU} << 16)
//ASL select bit 15
finalOpcode = finalOpcode + ({ASL} << 15)
//DPL select bits 14-13
finalOpcode = finalOpcode + ({DPL} << 13)
//DPH select bits 12-9
finalOpcode = finalOpcode + ({DPH} << 9)
//DPH select bits 12-9
finalOpcode = finalOpcode + ({DPH} << 9)
//RPDCR select bit 8
finalOpcode = finalOpcode + ({RPDCR} << 8)
//SRC select bits 7-4
finalOpcode = finalOpcode + ({SRC} << 4)
//DST select bits 3-0
finalOpcode = finalOpcode + ({DST} << 0)
op24BitConst #finalOpcode
}
//LD takes a 16 bit value and puts it somewhere (lda+sta)
//DST field is the same as in the OP/RT instructions
macro writeLD(ld_DST,ld_Data) {
variable finalOpcode = 0
//Bits 23 and 22 for ld
finalOpcode = finalOpcode + (%11 << 22)
//16 bit data used in the ldi instruction, bits 21-6
finalOpcode = finalOpcode + ({ld_Data} << 6)
//ld_DST in bits 3-0
finalOpcode = finalOpcode + ({ld_DST} << 0)
op24BitConst #finalOpcode
}
macro writeOP(pSelect,ALU,ASL,DPL,DPH,RPDCR,DST,SRC) {
writeOPRT(%00,{pSelect},{ALU},{ASL},{DPL},{DPH},{RPDCR},{DST},{SRC})
}
macro writeRT(pSelect,ALU,ASL,DPL,DPH,RPDCR,DST,SRC) {
writeOPRT(%01,{pSelect},{ALU},{ASL},{DPL},{DPH},{RPDCR},{DST},{SRC})
}
//Waits for JRQM to go low, jumps in place until it does
macro JRQMStall() {
writeJP(JRQM,pc())
}
constant INT_MAX_DSP = 0x7FFF
constant INT_MIN_DSP = 0x1000
//8 bit DSP command codes
constant DSP_MUL = 0x00
constant DSP_MULREAL = 0x05 //Custom, lower 16 bits of a multiplication
constant DSP_INVERSE = 0x10
constant DSP_Triangle = 0x04
//Vector math
constant DSP_RADIUS = 0x08
constant DSP_RANGE = 0x18
constant DSP_DISTANCE = 0x28
//Coordinate math
constant DSP_ROTATE = 0x0C
constant DSP_POLAR = 0x1C
//Projection math
constant DSP_PROJ_PARAM = 0x02
constant DSP_RASTER_DATA = 0x0A
constant DSP_RASTER_CALC = 0x1A
constant DSP_OBJ_PROJECT = 0x06
constant DSP_COORD_CALC = 0x0E
//Attitude control
constant DSP_SET_ATTITUDE1 = 0x01
constant DSP_SET_ATTITUDE2 = 0x11
constant DSP_SET_ATTITUDE3 = 0x21
constant DSP_CONV_OBJ_TO_GLOBAL1 = 0x0D
constant DSP_CONV_OBJ_TO_GLOBAL2 = 0x1D
constant DSP_CONV_OBJ_TO_GLOBAL3 = 0x2D
constant DSP_CONV_GLOBAL_TO_OBJ1 = 0x03
constant DSP_CONV_GLOBAL_TO_OBJ2 = 0x13
constant DSP_CONV_GLOBAL_TO_OBJ3 = 0x23
constant DSP_SCALAR_CALC1 = 0x0B
constant DSP_SCALAR_CALC2 = 0x1B
constant DSP_SCALAR_CALC3 = 0x2B
//New angle math
constant DSP_3D_ROTATE = 0x14
//Notes
//Page 13 of datasheet has table of usefull status register flags
//RQM = 0 on external write, reset by internal write
//Page 37 for the start of the serial interface explenation
//ALU NOP requires RAM on p select
//Use TR and TRB as temporary registers
//M and N registers are also possible temporary registers
//CMP dosen't exist but you can do any ALU operation and just trash the result
//RQM resets to 0 when data is available and gets set to 1 by reading the data
//Writting data to DR while a transfer is in progress causes the input data to be spit back out.
//Snes dev manual timings imply the dsp is clocked at 7.56MHZ
//If an 8 bit value is received in the DR register, the previous upper 8 bits are preserverd
//From the last transmitted value
//Sometimes the dsp receives a bad command 0x80 which should be ignored
variable rqmPointer
origin 0x0000
init:
//Zero all the registers
writeLD(dst_A,0x0000)
writeLD(dst_B,0x0000)
writeLD(dst_TR,0x0000)
writeLD(dst_TRB,0x0000)
writeLD(dst_K,0x0000)
writeLD(dst_L,0x0000)
receiveCMD:
JRQMStall() //Wait for final data segment to send
receiveCMDSkipStall:
//If the upper 8 bits are not zeroed here it breaks my switching code
//Because they get appended to the 8 bit command code
writeLD(dst_DR,0x0080) //Write initial data to snes serial bus, read as 0x8080 on boot from snes side
writeLD(dst_SR,0x0400) //Set serial input data to 1, 8 bit transfers
JRQMStall() //Wait to receive 8 bit command
writeLD(dst_SR,0x0000) //Set serial input data to 0, 16 bit transfers
//Figure out which command happened
//Since there is no cmp I use sub and and reload A every time
//In the future use a data rom table iterate through that.
//Check if it's a bad a cmd
writeLD(dst_A,0x80) //Set a to cmp value
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_TR,src_DR)
writeJP(JZA,receiveCMDSkipStall) //Jump zero A, to Code for command MUL
writeLD(dst_A,DSP_MUL) //Set a to cmp value
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeJP(JZA,CMD_MUL) //Jump zero A, to Code for command MUL
writeLD(dst_A,DSP_MULREAL) //Set a to cmp value
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeJP(JZA,CMD_MUL_REAL) //Jump zero A, to Code for command MUL
writeLD(dst_A,DSP_INVERSE) //Set a to cmp value
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeJP(JZA,CMD_DSP_INVERSE) //Jump zero A, to Code for command MUL
case1:
//writeLD(dst_DR,0x001F) //
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_DR,src_TR)
writeJP(JMP,case1)
case2:
writeLD(dst_DR,0x00FF) //
writeJP(JMP,case2)
end:
writeJP(JMP,end)
//MUL subroutine, based on the snes dev manual's "half integer" description,
//This function just returns the upper 16 bits from the hardware multiplication
CMD_MUL:
JRQMStall()
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_K,src_DR)
JRQMStall()
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_L,src_DR)
writeLD(dst_A,0x0000)
writeOP(REGM,ADD,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_NON) //Put contents of M in A
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_DR,src_A)
//Receive next cmd
writeJP(JMP,init)
//Inverse subroutine, takes 2 paramterers and outputs 2 results
//Actual math is 1/(a*(2^B)) = A*2^B
//Needs to handle division by zero
//Implementation based on overlords doc
//C in TR
//E in TRB
//K and L store Coeficient and exponent
CMD_DSP_INVERSE:
JRQMStall()
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_TR,src_DR)
JRQMStall()
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_TRB,src_DR)
//if (c == 0)
writeLD(dst_A,0x0000) //Set a to cmp value
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeJP(JNZA,DSP_INVERSE_ELSE) //Jump zero
writeLD(dst_A,INT_MAX_DSP)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_DR,src_A)
JRQMStall()
writeLD(dst_A,0x002F)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_DR,src_A)
writeJP(JMP,receiveCMD) //Return
DSP_INVERSE_ELSE:
//while (c < 0x4000)
writeLD(dst_A,0x4000)
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeJP(JCA,DSP_INVERSE_WHILE_EXIT) //branch if c is equal or greater than 0x4000
//While Loop code
//Coefficient <<= 1;
writeLD(dst_B,0x0000)
writeOP(IDB,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeOP(IDB,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_TR,src_B)
//Exponent--;
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_B,src_TRB)
writeOP(IDB,DEC,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_TRB,src_B)
writeJP(JMP,DSP_INVERSE_ELSE) //}
DSP_INVERSE_WHILE_EXIT:
//if (Coefficient == 0x4000)
writeLD(dst_A,0x4000)
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeJP(JZA,AJKGAKJSH) //
//Exponent--;
writeLD(dst_A,0x0001)
writeOP(IDB,SUB,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_TRB) //*iCoefficient = 1 - exponent
writeOP(RAM,DEC,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_NON)
//*iCoefficient = 0x7fff;
writeLD(dst_B,0x7FFF) //*iCoefficient = 0x7fff;
writeJP(JMP,DSP_INVERSE_EXIT) //
AJKGAKJSH:
//Else
//int16_t i = DSP1ROM[((Coefficient - 0x4000) >> 7) + 0x0065];
writeLD(dst_B, ((-0x4000)&0xFFFF) ) //((-0x4000)&0xFFFF)=0xC000
writeOP(IDB,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_TR)
writeOP(RAM,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON) //7 times
writeOP(RAM,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(RAM,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(RAM,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(RAM,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(RAM,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(RAM,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeLD(dst_A, 0x0065)
writeOP(IDB,ADD,ACCB,DPNOP,0x0,RPNOP,dst_RP,src_A)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_RP,src_B)
//i = (i + (-i * (Coefficient * i >> 15) >> 15)) << 1;
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_K,src_RO)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_L,src_TR)
writeLD(dst_A,0x0000)
writeOP(REGM,ADD,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_NON) //(Coefficient * i >> 15)
//-i * (prev) >> 15
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_L,src_A)
writeLD(dst_B,0x0000)
writeOP(IDB,SUB,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_RO)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_K,src_B)
writeLD(dst_B,0x0000)
writeOP(REGM,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON) //B = -i * (prev) >> 15
writeOP(IDB,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_RO) //i + (prev)
writeOP(RAM,SHL1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON) //B = i = (i + (-i * (Coefficient * i >> 15) >> 15)) << 1;
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_A,src_B)
//Second time
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_K,src_A)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_L,src_TR)
writeLD(dst_B,0x0000)
writeOP(REGM,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON) //(Coefficient * i >> 15)
//-i * (prev) >> 15
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_L,src_B)
writeLD(dst_B,0x0000)
writeOP(IDB,SUB,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_A)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_K,src_B)
writeLD(dst_B,0x0000)
writeOP(REGM,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON) //B = -i * (prev) >> 15
writeOP(IDB,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_A) //i + (prev)
writeOP(RAM,SHL1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON) //B = i = (i + (-i * (Coefficient * i >> 15) >> 15)) << 1;
//*iCoefficient = i * Sign;
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_K,src_B)
//Do the * -1 if needed
writeLD(dst_B,0x0001)
writeOP(IDB,SUB,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_TRB) //*iCoefficient = 1 - exponent
DSP_INVERSE_EXIT:
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_DR,src_B)
JRQMStall()
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_DR,src_A)
writeJP(JMP,receiveCMD)
//SUBROUTINE Real MUL
//Multiplier uses K and L registers as input
//Output to M and N, which are dumped in little edian 16 bit chunks on the data bus.
//Internal multiplier result is 31 bit shifted 1 right so the result is shifted left before returning
CMD_MUL_REAL:
//Stall for data
JRQMStall()
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_K,src_DR)
JRQMStall()
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_L,src_DR)
writeLD(dst_A,0x0000)
writeOP(REGN,ADD,ACCA,DPNOP,0x0,RPNOP,dst_B,src_A) //Zero B with the contents of A
writeOP(PSELNONE,SHR1,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(PSELNONE,NOP,ACCB,DPNOP,0x0,RPNOP,dst_DR,src_A)
JRQMStall()
writeOP(REGM,ADD,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
writeOP(PSELNONE,SHR1,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_NON)
JRQMStall()
writeOP(PSELNONE,NOP,ACCA,DPNOP,0x0,RPNOP,dst_DR,src_B)
//Receive next cmd
writeJP(JMP,receiveCMD)
//Old code
writeOP(RAM,NOP,ACCA,DPNOP,0x0,RPNOP,dst_DR,src_A) //Echo back
mainLoop:
writeOP(IDB,INC,ACCA,DPNOP,0x0,RPNOP,dst_NON,src_A)
writeOP(RAM,NOP,ACCA,DPNOP,0x0,RPNOP,dst_DR,src_A)
//Stall until overflow code, uses the B register
writeLD(dst_B,0x0000) //Set serial input data to 1, 8 bit transfers
skipLoop:
writeOP(IDB,INC,ACCB,DPNOP,0x0,RPNOP,dst_NON,src_B)
writeJP(JNOVB0,skipLoop)
writeJP(JMP,mainLoop)
//Test commands
//writeJP(JRQM,0x1AC) //Wait for previous transfer to end
writeOP(RAM,NOP,ACCA,DPNOP,0x0,RPNOP,dst_K,src_DR)
//writeOP(RAM,INC,ACCA,DPNOP,0x0,RPNOP,dst_DR,src_A)
//As a speed up use the data rom to store a look up table of the values and
//increment through them while comparing against the accumulator
|
source/oasis/program-elements-indexed_components.ads | optikos/oasis | 0 | 29848 | -- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with Program.Elements.Expressions;
with Program.Lexical_Elements;
package Program.Elements.Indexed_Components is
pragma Pure (Program.Elements.Indexed_Components);
type Indexed_Component is
limited interface and Program.Elements.Expressions.Expression;
type Indexed_Component_Access is access all Indexed_Component'Class
with Storage_Size => 0;
not overriding function Prefix
(Self : Indexed_Component)
return not null Program.Elements.Expressions.Expression_Access
is abstract;
not overriding function Expressions
(Self : Indexed_Component)
return Program.Elements.Expressions.Expression_Vector_Access is abstract;
type Indexed_Component_Text is limited interface;
type Indexed_Component_Text_Access is
access all Indexed_Component_Text'Class with Storage_Size => 0;
not overriding function To_Indexed_Component_Text
(Self : aliased in out Indexed_Component)
return Indexed_Component_Text_Access is abstract;
not overriding function Left_Bracket_Token
(Self : Indexed_Component_Text)
return not null Program.Lexical_Elements.Lexical_Element_Access
is abstract;
not overriding function Right_Bracket_Token
(Self : Indexed_Component_Text)
return not null Program.Lexical_Elements.Lexical_Element_Access
is abstract;
end Program.Elements.Indexed_Components;
|
msx/rc2014-extended/fossil-import.asm | zoggins/yellow-msx-series-for-rc2014 | 19 | 93854 | RSF_INIT EQU 0000
RS_OPEN EQU 0000
RS_SNDCHR EQU 0000
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.