Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/external/source/unixasm/aix-power-cntsockcode64.c
Views: 11766
/*1* $Id: aix-power-cntsockcode64.c 40 2008-11-17 02:45:30Z ramon $2*3* aix-power-cntsockcode64.c - AIX Power Network connect code4* Copyright 2008 Ramon de Carvalho Valle <[email protected]>5*6* This library is free software; you can redistribute it and/or7* modify it under the terms of the GNU Lesser General Public8* License as published by the Free Software Foundation; either9* version 2.1 of the License, or (at your option) any later version.10*11* This library is distributed in the hope that it will be useful,12* but WITHOUT ANY WARRANTY; without even the implied warranty of13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14* Lesser General Public License for more details.15*16* You should have received a copy of the GNU Lesser General Public17* License along with this library; if not, write to the Free Software18* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA19*20*/2122/*23* Currently supported AIX levels.24* -DV530 AIX 5.3.025*26*/2728#define CNTSOCKADDR 3229#define CNTSOCKPORT 303031char cntsockcode64[]= /* 204 bytes */32"\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */33"\x40\x82\xff\xfd" /* bnel <cntsockcode64> */34"\x7f\xc8\x02\xa6" /* mflr r30 */35"\x3b\xde\x01\xff" /* cal r30,511(r30) */36"\x3b\xde\xfe\x25" /* cal r30,-475(r30) */37"\x7f\xc9\x03\xa6" /* mtctr r30 */38"\x4e\x80\x04\x20" /* bctr */39"\xff\x02\x04\xd2" /* .long 0xff0204d2 */40"\x7f\x00\x00\x01" /* .long 0x7f000001 */41"\x4c\xc6\x33\x42" /* crorc 6,6,6 */42"\x44\xff\xff\x02" /* svca 0 */43"\x3b\xde\xff\xf8" /* cal r30,-8(r30) */44"\x3b\xa0\x01\xff" /* lil r29,511 */45"\x38\x9d\xfe\x02" /* cal r4,-510(r29) */46"\x38\x7d\xfe\x03" /* cal r3,-509(r29) */47#ifdef V53048"\x38\x5d\xfe\x8e" /* cal r2,-370(r29) */49#endif50"\x7f\xc9\x03\xa6" /* mtctr r30 */51"\x4e\x80\x04\x21" /* bctrl */52"\x7c\x7c\x1b\x78" /* mr r28,r3 */53"\x38\xbd\xfe\x11" /* cal r5,-495(r29) */54"\x38\x9e\xff\xf8" /* cal r4,-8(r30) */55#ifdef V53056"\x38\x5d\xfe\x8f" /* cal r2,-369(r29) */57#endif58"\x7f\xc9\x03\xa6" /* mtctr r30 */59"\x4e\x80\x04\x21" /* bctrl */60"\x3b\x7d\xfe\x03" /* cal r27,-509(r29) */61"\x7f\x63\xdb\x78" /* mr r3,r27 */62#ifdef V53063"\x38\x5d\xfe\xa1" /* cal r2,-351(r29) */64#endif65"\x7f\xc9\x03\xa6" /* mtctr r30 */66"\x4e\x80\x04\x21" /* bctrl */67"\x7f\x65\xdb\x78" /* mr r5,r27 */68"\x7c\x84\x22\x78" /* xor r4,r4,r4 */69"\x7f\x83\xe3\x78" /* mr r3,r28 */70#ifdef V53071"\x38\x5d\xff\x43" /* cal r2,-189(r29) */72#endif73"\x7f\xc9\x03\xa6" /* mtctr r30 */74"\x4e\x80\x04\x21" /* bctrl */75"\x37\x7b\xff\xff" /* ai. r27,r27,-1 */76"\x40\x80\xff\xd4" /* bge <cntsockcode64+100> */77"\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */78"\x40\x82\xff\xfd" /* bnel <cntsockcode64+148> */79"\x7f\x08\x02\xa6" /* mflr r24 */80"\x3b\x18\x01\xff" /* cal r24,511(r24) */81"\x38\x78\xfe\x29" /* cal r3,-471(r24) */82"\x98\xb8\xfe\x31" /* stb r5,-463(r24) */83"\xf8\xa1\xff\xf9" /* stdu r5,-8(r1) */84"\xf8\x61\xff\xf9" /* stdu r3,-8(r1) */85"\x7c\x24\x0b\x78" /* mr r4,r1 */86#ifdef V53087"\x38\x5d\xfe\x06" /* cal r2,-506(r29) */88#endif89"\x7f\xc9\x03\xa6" /* mtctr r30 */90"\x4e\x80\x04\x20" /* bctr */91"/bin/csh"92;939495