Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
空白の変更を非表示
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
テキストスタイル
外観を変更
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled Diff
作成日
3 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
9 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
52 行
すべてコピー
11 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
54 行
すべてコピー
; Assembly listing for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool
; Assembly listing for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool
; Emitting BLENDED_CODE for X64 CPU with AVX - Windows
; Emitting BLENDED_CODE for X64 CPU with AVX - Windows
; Tier-0 compilation
; Tier-0 compilation
; MinOpts code
; MinOpts code
; rbp based frame
; rbp based frame
; partially interruptible
; partially interruptible
; Final local variable assignments
; Final local variable assignments
;
;
; V00 arg0 [V00 ] ( 1, 1 ) byref -> [rbp+10H] do-not-enreg[]
; V00 arg0 [V00 ] ( 1, 1 ) byref -> [rbp+10H] do-not-enreg[]
; V01 arg1 [V01 ] ( 1, 1 ) struct ( 8) [rbp+18H] do-not-enreg[S]
; V01 arg1 [V01 ] ( 1, 1 ) struct ( 8) [rbp+18H] do-not-enreg[S]
; V02 loc0 [V02 ] ( 1, 1 ) short -> [rbp-08H] do-not-enreg[X] addr-exposed ld-addr-op
; V02 loc0 [V02 ] ( 1, 1 ) short -> [rbp-08H] do-not-enreg[X] addr-exposed ld-addr-op
; V03 OutArgs [V03 ] ( 1, 1 ) lclBlk (32) [rsp+00H] do-not-enreg[] "OutgoingArgSpace"
; V03 OutArgs [V03 ] ( 1, 1 ) lclBlk (32) [rsp+00H] do-not-enreg[] "OutgoingArgSpace"
; V04 tmp1 [V04 ] ( 1, 1 ) struct (16) [rbp-18H] do-not-enreg[XS] must-init addr-exposed "by-value struct argument"
; V04 tmp1 [V04 ] ( 1, 1 ) struct (16) [rbp-18H] do-not-enreg[XS] must-init addr-exposed "by-value struct argument"
;
;
; Lcl frame size = 64
; Lcl frame size = 64
G_M50704_IG01:
G_M50704_IG01:
push rbp
push rbp
sub rsp, 64
sub rsp, 64
vzeroupper
vzeroupper
lea rbp, [rsp+40H]
lea rbp, [rsp+40H]
xor eax, eax
xor eax, eax
mov qword ptr [rbp-18H], rax
mov qword ptr [rbp-18H], rax
mov bword ptr [rbp+10H], rcx
mov bword ptr [rbp+10H], rcx
mov qword ptr [rbp+18H], rdx
mov qword ptr [rbp+18H], rdx
;; size=27 bbWeight=1 PerfScore 6.00
;; size=27 bbWeight=1 PerfScore 6.00
G_M50704_IG02:
G_M50704_IG02:
movsx rcx, word ptr [rbp+18H]
movsx rcx, word ptr [rbp+18H]
call [System.BitConverter:HalfToInt16Bits(System.Half):short]
call [System.BitConverter:HalfToInt16Bits(System.Half):short]
mov ecx, eax
mov ecx, eax
コピー
コピー済み
コピー
コピー済み
call
[System.Buffers.Binary.BinaryPrimitives:ReverseEndianness(short):short]
ror cx, 8
mov dword ptr [rbp-08H], e
a
x
movzx rcx, cx
movsx rcx, cx
mov dword ptr [rbp-08H], e
c
x
mov rcx, bword ptr [rbp+10H]
mov rcx, bword ptr [rbp+10H]
コピー
コピー済み
コピー
コピー済み
;; size=
26
bbWeight=1 PerfScore
11
.25
;; size=
31
bbWeight=1 PerfScore
9
.25
G_M50704_IG03:
G_M50704_IG03:
vmovdqu xmm0, xmmword ptr [rcx]
vmovdqu xmm0, xmmword ptr [rcx]
vmovdqu xmmword ptr [rbp-18H], xmm0
vmovdqu xmmword ptr [rbp-18H], xmm0
;; size=9 bbWeight=1 PerfScore 5.00
;; size=9 bbWeight=1 PerfScore 5.00
G_M50704_IG04:
G_M50704_IG04:
lea rcx, [rbp-18H]
lea rcx, [rbp-18H]
lea rdx, [rbp-08H]
lea rdx, [rbp-08H]
call [System.Runtime.InteropServices.MemoryMarshal:TryWrite[short](System.Span`1[ubyte],byref):bool]
call [System.Runtime.InteropServices.MemoryMarshal:TryWrite[short](System.Span`1[ubyte],byref):bool]
nop
nop
;; size=15 bbWeight=1 PerfScore 4.25
;; size=15 bbWeight=1 PerfScore 4.25
G_M50704_IG05:
G_M50704_IG05:
add rsp, 64
add rsp, 64
pop rbp
pop rbp
ret
ret
;; size=6 bbWeight=1 PerfScore 1.75
;; size=6 bbWeight=1 PerfScore 1.75
コピー
コピー済み
コピー
コピー済み
; Total bytes of code
83
, prolog size 19, PerfScore
36.55
, instruction count
23
, allocated bytes for code
83
(MethodHash=a8ef39ef) for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool
; Total bytes of code
88
, prolog size 19, PerfScore
35.05
, instruction count
25
, allocated bytes for code
88
(MethodHash=a8ef39ef) for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool
; ============================================================
; ============================================================
保存された差分
原文
ファイルを開く
; Assembly listing for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool ; Emitting BLENDED_CODE for X64 CPU with AVX - Windows ; Tier-0 compilation ; MinOpts code ; rbp based frame ; partially interruptible ; Final local variable assignments ; ; V00 arg0 [V00 ] ( 1, 1 ) byref -> [rbp+10H] do-not-enreg[] ; V01 arg1 [V01 ] ( 1, 1 ) struct ( 8) [rbp+18H] do-not-enreg[S] ; V02 loc0 [V02 ] ( 1, 1 ) short -> [rbp-08H] do-not-enreg[X] addr-exposed ld-addr-op ; V03 OutArgs [V03 ] ( 1, 1 ) lclBlk (32) [rsp+00H] do-not-enreg[] "OutgoingArgSpace" ; V04 tmp1 [V04 ] ( 1, 1 ) struct (16) [rbp-18H] do-not-enreg[XS] must-init addr-exposed "by-value struct argument" ; ; Lcl frame size = 64 G_M50704_IG01: push rbp sub rsp, 64 vzeroupper lea rbp, [rsp+40H] xor eax, eax mov qword ptr [rbp-18H], rax mov bword ptr [rbp+10H], rcx mov qword ptr [rbp+18H], rdx ;; size=27 bbWeight=1 PerfScore 6.00 G_M50704_IG02: movsx rcx, word ptr [rbp+18H] call [System.BitConverter:HalfToInt16Bits(System.Half):short] mov ecx, eax call [System.Buffers.Binary.BinaryPrimitives:ReverseEndianness(short):short] mov dword ptr [rbp-08H], eax mov rcx, bword ptr [rbp+10H] ;; size=26 bbWeight=1 PerfScore 11.25 G_M50704_IG03: vmovdqu xmm0, xmmword ptr [rcx] vmovdqu xmmword ptr [rbp-18H], xmm0 ;; size=9 bbWeight=1 PerfScore 5.00 G_M50704_IG04: lea rcx, [rbp-18H] lea rdx, [rbp-08H] call [System.Runtime.InteropServices.MemoryMarshal:TryWrite[short](System.Span`1[ubyte],byref):bool] nop ;; size=15 bbWeight=1 PerfScore 4.25 G_M50704_IG05: add rsp, 64 pop rbp ret ;; size=6 bbWeight=1 PerfScore 1.75 ; Total bytes of code 83, prolog size 19, PerfScore 36.55, instruction count 23, allocated bytes for code 83 (MethodHash=a8ef39ef) for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool ; ============================================================
変更されたテキスト
ファイルを開く
; Assembly listing for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool ; Emitting BLENDED_CODE for X64 CPU with AVX - Windows ; Tier-0 compilation ; MinOpts code ; rbp based frame ; partially interruptible ; Final local variable assignments ; ; V00 arg0 [V00 ] ( 1, 1 ) byref -> [rbp+10H] do-not-enreg[] ; V01 arg1 [V01 ] ( 1, 1 ) struct ( 8) [rbp+18H] do-not-enreg[S] ; V02 loc0 [V02 ] ( 1, 1 ) short -> [rbp-08H] do-not-enreg[X] addr-exposed ld-addr-op ; V03 OutArgs [V03 ] ( 1, 1 ) lclBlk (32) [rsp+00H] do-not-enreg[] "OutgoingArgSpace" ; V04 tmp1 [V04 ] ( 1, 1 ) struct (16) [rbp-18H] do-not-enreg[XS] must-init addr-exposed "by-value struct argument" ; ; Lcl frame size = 64 G_M50704_IG01: push rbp sub rsp, 64 vzeroupper lea rbp, [rsp+40H] xor eax, eax mov qword ptr [rbp-18H], rax mov bword ptr [rbp+10H], rcx mov qword ptr [rbp+18H], rdx ;; size=27 bbWeight=1 PerfScore 6.00 G_M50704_IG02: movsx rcx, word ptr [rbp+18H] call [System.BitConverter:HalfToInt16Bits(System.Half):short] mov ecx, eax ror cx, 8 movzx rcx, cx movsx rcx, cx mov dword ptr [rbp-08H], ecx mov rcx, bword ptr [rbp+10H] ;; size=31 bbWeight=1 PerfScore 9.25 G_M50704_IG03: vmovdqu xmm0, xmmword ptr [rcx] vmovdqu xmmword ptr [rbp-18H], xmm0 ;; size=9 bbWeight=1 PerfScore 5.00 G_M50704_IG04: lea rcx, [rbp-18H] lea rdx, [rbp-08H] call [System.Runtime.InteropServices.MemoryMarshal:TryWrite[short](System.Span`1[ubyte],byref):bool] nop ;; size=15 bbWeight=1 PerfScore 4.25 G_M50704_IG05: add rsp, 64 pop rbp ret ;; size=6 bbWeight=1 PerfScore 1.75 ; Total bytes of code 88, prolog size 19, PerfScore 35.05, instruction count 25, allocated bytes for code 88 (MethodHash=a8ef39ef) for method System.Buffers.Binary.BinaryPrimitives:TryWriteHalfBigEndian(System.Span`1[ubyte],System.Half):bool ; ============================================================
違いを見つける