Home
last modified time | relevance | path

Searched refs:REP (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1528 #define TEST_STRING1(OP, size, DF, REP)\ argument
1540 REP #OP size "\n\t"\
1547 REP #OP size, esi, edi, eax, ecx,\
1551 #define TEST_STRING(OP, REP)\ argument
1552 TEST_STRING1(OP, "b", "", REP);\
1553 TEST_STRING1(OP, "w", "", REP);\
1554 TEST_STRING1(OP, "l", "", REP);\
1555 X86_64_ONLY(TEST_STRING1(OP, "q", "", REP));\
1556 TEST_STRING1(OP, "b", "std", REP);\
1557 TEST_STRING1(OP, "w", "std", REP);\
[all …]
H A Dx86.csv48 # Instruction forms with an explicit REP, REPE, or REPNE prefix are also omitted.
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S249 .macro ENCRYPT_SINGLE_BLOCK REP XMM0
253 .rep \REP
403 ENCRYPT_SINGLE_BLOCK \REP, %xmm9 # E(K, Yn)
492 .macro GCM_COMPLETE GHASH_MUL REP AUTH_TAG AUTH_TAG_LEN
520 ENCRYPT_SINGLE_BLOCK \REP, %xmm9 # E(K, Y0)
998 .rep \REP
1102 .rep \REP # do REP rounds
1472 .rep (\REP-9)
1946 .rep \REP
2052 .rep \REP # do REP rounds
[all …]
/openbmc/linux/Documentation/input/devices/
H A Dyealink.rst54 NEW REP SU MO TU WE TH FR SA
63 Icon name : NEW REP SU MO TU WE TH FR SA
148 REP
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv166 7, 0, EBX, 9, rep_movsb, Enhanced REP MOVSB/STOSB
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight.rst72 | ! I REP I<..........
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt308 f3: REP/REPE (Prefix) | XRELEASE (Prefix)
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt308 f3: REP/REPE (Prefix) | XRELEASE (Prefix)
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch32161 + vldh HX(0++,0)+r0,(r6 += r3) REP 16
32166 + #vldh HX(0++,0)+r0,(r6 += r3) REP 16
32167 + #vmov HX(0++,0)+r0,0 REP 16 # DEBUG
32184 + vsth VX(0,32++)+r0, (r1 += r3) REP 16
32204 + vsth HX(0,0)+r0,(r6 += r3) REP 16
32244 + vmul32s HY(48++,0), VX(0,0)+r0, VX(32,0++) REP 16
32273 + vsth HX(0,0),(r0 += r4) REP 64
32387 + vldh HX(0++,0),(r1 += r3) REP 16
32400 + vadd HY(48++,0),HY(0++,0),HY(16++,0) REP 16
32406 + vsth VX(48,32++),(r0+=r6) REP 16
[all …]
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc1735 /* Manual writeback because REP LODS (!) has to write EAX/RAX after every LODS. */