- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SETCC (0.03 sec)
-
src/cmd/asm/internal/asm/testdata/386.s
// instructions for each rule, to guarantee we cover the same space. #include "../../../../../runtime/textflag.h" TEXT foo(SB), DUPOK|NOSPLIT, $0 // LTYPE1 nonrem { outcode(int($1), &$2); } SETCC AX SETCC foo+4(SB) // LTYPE2 rimnon { outcode(int($1), &$2); } DIVB AX DIVB foo+4(SB) PUSHL $foo+4(SB) POPL AX // LTYPE3 rimrem { outcode(int($1), &$2); } SUBB $1, AX SUBB $1, foo+4(SB)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Apr 09 18:57:21 UTC 2019 - 2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
SETHI DL // 0f97c2 SETHI R11 // 410f97c3 SETCC (BX) // 0f9303 SETCC (R11) // 410f9303 SETCC DL // 0f93c2 SETCC R11 // 410f93c3 SETCS (BX) // 0f9203
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1)