Searched refs:CODE32 (Results 1 – 3 of 3) sorted by relevance
/external/capstone/suite/ |
D | x86odd.py | 8 CODE32 = b"\xc0\xe0\x02" variable 9 CODE32 += b"\xc0\xf6\x02" # sal dh, 0 10 CODE32 += b"\xc1\xf6\x00" # sal esi, 0 11 CODE32 += b"\x82\xc0\x00" 12 CODE32 += b"\x0f\x1a\x00" # nop dword ptr [eax] 13 CODE32 += b"\xf7\xc0\x11\x22\x33\x44" # test eax, 0x44332211 14 CODE32 += b"\xf7\xc8\x11\x22\x33\x44" # test eax, 0x44332211 15 CODE32 += b"\xf7\x88\x00\x00\x00\x00\x00\x00\x00\x00" # test dword ptr [eax], 0 16 CODE32 += b"\xf6\x88\x00\x00\x00\x00\x00" # test byte ptr [eax], 0 18 CODE32 += b"\xd9\xd8" # fstpnce st(0), st(0) [all …]
|
D | ppcbranch.py | 9 CODE32 = b"\x48\x01\x05\x15" # bl .+0x10514 variable 10 CODE32 += b"\x4B\xff\xff\xfd" # bl .-0x4 11 CODE32 += b"\x48\x00\x00\x0c" # b .+0xc 12 CODE32 += b"\x41\x80\xff\xd8" # blt .-0x28 13 CODE32 += b"\x40\x80\xff\xec" # bge .-0x14 14 CODE32 += b"\x41\x84\x01\x6c" # blt cr1, .+0x16c 15 CODE32 += b"\x41\x82\x00\x10" # beq .+0x10 16 CODE32 += b"\x40\x82\x00\x08" # bne .+0x8 17 CODE32 += b"\x40\x95\x00\x94" # ble cr5,.+0x94 18 CODE32 += b"\x40\x9f\x10\x30" # bns cr5,.+0x94 [all …]
|
/external/lzma/Asm/arm/ |
D | 7zCrcOpt.asm | 1 CODE32
|