mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Cosmetic cleanup. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13ec30b6a1
commit
c9792a3c1f
@ -929,12 +929,12 @@ let Defs =
|
|||||||
isBarrier = 1 in {
|
isBarrier = 1 in {
|
||||||
def tInt_eh_sjlj_setjmp : ThumbXI<(outs),(ins tGPR:$src, tGPR:$val),
|
def tInt_eh_sjlj_setjmp : ThumbXI<(outs),(ins tGPR:$src, tGPR:$val),
|
||||||
AddrModeNone, SizeSpecial, NoItinerary,
|
AddrModeNone, SizeSpecial, NoItinerary,
|
||||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n"
|
"mov\t$val, pc\t${:comment} begin eh.setjmp\n\t"
|
||||||
"\tadds\t$val, #7\n"
|
"adds\t$val, #7\n\t"
|
||||||
"\tstr\t$val, [$src, #4]\n"
|
"str\t$val, [$src, #4]\n\t"
|
||||||
"\tmovs\tr0, #0\n"
|
"movs\tr0, #0\n\t"
|
||||||
"\tb\t1f\n"
|
"b\t1f\n\t"
|
||||||
"\tmovs\tr0, #1\t${:comment} end eh.setjmp\n"
|
"movs\tr0, #1\t${:comment} end eh.setjmp\n\t"
|
||||||
"1:", "",
|
"1:", "",
|
||||||
[(set R0, (ARMeh_sjlj_setjmp tGPR:$src, tGPR:$val))]>;
|
[(set R0, (ARMeh_sjlj_setjmp tGPR:$src, tGPR:$val))]>;
|
||||||
}
|
}
|
||||||
|
@ -2397,12 +2397,12 @@ let Defs =
|
|||||||
D31 ], hasSideEffects = 1, isBarrier = 1 in {
|
D31 ], hasSideEffects = 1, isBarrier = 1 in {
|
||||||
def t2Int_eh_sjlj_setjmp : Thumb2XI<(outs), (ins GPR:$src, tGPR:$val),
|
def t2Int_eh_sjlj_setjmp : Thumb2XI<(outs), (ins GPR:$src, tGPR:$val),
|
||||||
AddrModeNone, SizeSpecial, NoItinerary,
|
AddrModeNone, SizeSpecial, NoItinerary,
|
||||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n"
|
"mov\t$val, pc\t${:comment} begin eh.setjmp\n\t"
|
||||||
"\tadds\t$val, #7\n"
|
"adds\t$val, #7\n\t"
|
||||||
"\tstr\t$val, [$src, #4]\n"
|
"str\t$val, [$src, #4]\n\t"
|
||||||
"\tmovs\tr0, #0\n"
|
"movs\tr0, #0\n\t"
|
||||||
"\tb\t1f\n"
|
"b\t1f\n\t"
|
||||||
"\tmovs\tr0, #1\t${:comment} end eh.setjmp\n"
|
"movs\tr0, #1\t${:comment} end eh.setjmp\n\t"
|
||||||
"1:", "",
|
"1:", "",
|
||||||
[(set R0, (ARMeh_sjlj_setjmp GPR:$src, tGPR:$val))]>,
|
[(set R0, (ARMeh_sjlj_setjmp GPR:$src, tGPR:$val))]>,
|
||||||
Requires<[IsThumb2, HasVFP2]>;
|
Requires<[IsThumb2, HasVFP2]>;
|
||||||
@ -2413,12 +2413,12 @@ let Defs =
|
|||||||
hasSideEffects = 1, isBarrier = 1 in {
|
hasSideEffects = 1, isBarrier = 1 in {
|
||||||
def t2Int_eh_sjlj_setjmp_nofp : Thumb2XI<(outs), (ins GPR:$src, tGPR:$val),
|
def t2Int_eh_sjlj_setjmp_nofp : Thumb2XI<(outs), (ins GPR:$src, tGPR:$val),
|
||||||
AddrModeNone, SizeSpecial, NoItinerary,
|
AddrModeNone, SizeSpecial, NoItinerary,
|
||||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n"
|
"mov\t$val, pc\t${:comment} begin eh.setjmp\n\t"
|
||||||
"\tadds\t$val, #7\n"
|
"adds\t$val, #7\n\t"
|
||||||
"\tstr\t$val, [$src, #4]\n"
|
"str\t$val, [$src, #4]\n\t"
|
||||||
"\tmovs\tr0, #0\n"
|
"movs\tr0, #0\n\t"
|
||||||
"\tb\t1f\n"
|
"b\t1f\n\t"
|
||||||
"\tmovs\tr0, #1\t${:comment} end eh.setjmp\n"
|
"movs\tr0, #1\t${:comment} end eh.setjmp\n\t"
|
||||||
"1:", "",
|
"1:", "",
|
||||||
[(set R0, (ARMeh_sjlj_setjmp GPR:$src, tGPR:$val))]>,
|
[(set R0, (ARMeh_sjlj_setjmp GPR:$src, tGPR:$val))]>,
|
||||||
Requires<[IsThumb2, NoVFP]>;
|
Requires<[IsThumb2, NoVFP]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user