mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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 {
|
||||
def tInt_eh_sjlj_setjmp : ThumbXI<(outs),(ins tGPR:$src, tGPR:$val),
|
||||
AddrModeNone, SizeSpecial, NoItinerary,
|
||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n"
|
||||
"\tadds\t$val, #7\n"
|
||||
"\tstr\t$val, [$src, #4]\n"
|
||||
"\tmovs\tr0, #0\n"
|
||||
"\tb\t1f\n"
|
||||
"\tmovs\tr0, #1\t${:comment} end eh.setjmp\n"
|
||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n\t"
|
||||
"adds\t$val, #7\n\t"
|
||||
"str\t$val, [$src, #4]\n\t"
|
||||
"movs\tr0, #0\n\t"
|
||||
"b\t1f\n\t"
|
||||
"movs\tr0, #1\t${:comment} end eh.setjmp\n\t"
|
||||
"1:", "",
|
||||
[(set R0, (ARMeh_sjlj_setjmp tGPR:$src, tGPR:$val))]>;
|
||||
}
|
||||
|
@ -2397,12 +2397,12 @@ let Defs =
|
||||
D31 ], hasSideEffects = 1, isBarrier = 1 in {
|
||||
def t2Int_eh_sjlj_setjmp : Thumb2XI<(outs), (ins GPR:$src, tGPR:$val),
|
||||
AddrModeNone, SizeSpecial, NoItinerary,
|
||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n"
|
||||
"\tadds\t$val, #7\n"
|
||||
"\tstr\t$val, [$src, #4]\n"
|
||||
"\tmovs\tr0, #0\n"
|
||||
"\tb\t1f\n"
|
||||
"\tmovs\tr0, #1\t${:comment} end eh.setjmp\n"
|
||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n\t"
|
||||
"adds\t$val, #7\n\t"
|
||||
"str\t$val, [$src, #4]\n\t"
|
||||
"movs\tr0, #0\n\t"
|
||||
"b\t1f\n\t"
|
||||
"movs\tr0, #1\t${:comment} end eh.setjmp\n\t"
|
||||
"1:", "",
|
||||
[(set R0, (ARMeh_sjlj_setjmp GPR:$src, tGPR:$val))]>,
|
||||
Requires<[IsThumb2, HasVFP2]>;
|
||||
@ -2413,12 +2413,12 @@ let Defs =
|
||||
hasSideEffects = 1, isBarrier = 1 in {
|
||||
def t2Int_eh_sjlj_setjmp_nofp : Thumb2XI<(outs), (ins GPR:$src, tGPR:$val),
|
||||
AddrModeNone, SizeSpecial, NoItinerary,
|
||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n"
|
||||
"\tadds\t$val, #7\n"
|
||||
"\tstr\t$val, [$src, #4]\n"
|
||||
"\tmovs\tr0, #0\n"
|
||||
"\tb\t1f\n"
|
||||
"\tmovs\tr0, #1\t${:comment} end eh.setjmp\n"
|
||||
"mov\t$val, pc\t${:comment} begin eh.setjmp\n\t"
|
||||
"adds\t$val, #7\n\t"
|
||||
"str\t$val, [$src, #4]\n\t"
|
||||
"movs\tr0, #0\n\t"
|
||||
"b\t1f\n\t"
|
||||
"movs\tr0, #1\t${:comment} end eh.setjmp\n\t"
|
||||
"1:", "",
|
||||
[(set R0, (ARMeh_sjlj_setjmp GPR:$src, tGPR:$val))]>,
|
||||
Requires<[IsThumb2, NoVFP]>;
|
||||
|
Loading…
Reference in New Issue
Block a user