mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
Improve readability of a load instruction
This commit is contained in:
parent
36237e70e1
commit
13b769e3ad
@ -1488,9 +1488,8 @@ static void build_subroutines(BuildCtx *ctx)
|
|||||||
|.endif
|
|.endif
|
||||||
| lbz TMP0, L:CARG1->status
|
| lbz TMP0, L:CARG1->status
|
||||||
| ld TMP1, L:CARG1->cframe
|
| ld TMP1, L:CARG1->cframe
|
||||||
| la TMP3, L:CARG1->base
|
| ld TMP2, L:CARG1->base
|
||||||
| ld TMP2, 0(TMP3)
|
| ld CARG2, L:CARG1->top
|
||||||
| ld CARG2, 8(TMP3)
|
|
||||||
| cmpldi cr0, TMP0, LUA_YIELD
|
| cmpldi cr0, TMP0, LUA_YIELD
|
||||||
| add TMP3, CARG2, TMP0
|
| add TMP3, CARG2, TMP0
|
||||||
| cmpldi cr1, TMP1, 0
|
| cmpldi cr1, TMP1, 0
|
||||||
|
Loading…
Reference in New Issue
Block a user