Home
last modified time | relevance | path

Searched refs:tprot (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/network/lib6/
Dasapi_01.c136 struct tprot { struct
144 static unsigned char tpbuf[sizeof(struct tprot) + 2048]; argument
145 static unsigned char rpbuf[sizeof(struct tprot) + 2048];
170 struct tprot *tpt; in recvtprot()
175 tpt = (struct tprot *)packet; in recvtprot()
176 total = cc = recv(sd, packet, sizeof(struct tprot), 0); in recvtprot()
177 expected = sizeof(struct tprot); /* until we get tp_dlen */ in recvtprot()
178 gothead = total >= sizeof(struct tprot); in recvtprot()
187 if (!gothead && total >= sizeof(struct tprot)) { in recvtprot()
227 struct tprot *pttp = (struct tprot *)tpbuf; in client()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrSystem.td201 def TPROT : SideEffectBinarySSE<"tprot", 0xE501>;
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrSystem.td201 def TPROT : SideEffectBinarySSE<"tprot", 0xE501>;
/external/llvm-project/llvm/test/MC/SystemZ/
Dinsn-bad.s7197 #CHECK: tprot 160(%r1,%r15),160(%r15)
7199 #CHECK: tprot -1(%r1),160(%r15)
7201 #CHECK: tprot 4096(%r1),160(%r15)
7203 #CHECK: tprot 0(%r1),-1(%r15)
7205 #CHECK: tprot 0(%r1),4096(%r15)
7207 tprot 160(%r1,%r15),160(%r15)
7208 tprot -1(%r1),160(%r15)
7209 tprot 4096(%r1),160(%r15)
7210 tprot 0(%r1),-1(%r15)
7211 tprot 0(%r1),4096(%r15)
Dinsn-good.s16329 #CHECK: tprot 0, 0 # encoding: [0xe5,0x01,0x00,0x00,0x00,0x00]
16330 #CHECK: tprot 0(%r1), 0(%r2) # encoding: [0xe5,0x01,0x10,0x00,0x20,0x00]
16331 #CHECK: tprot 160(%r1), 320(%r15) # encoding: [0xe5,0x01,0x10,0xa0,0xf1,0x40]
16332 #CHECK: tprot 0(%r1), 4095 # encoding: [0xe5,0x01,0x10,0x00,0x0f,0xff]
16333 #CHECK: tprot 0(%r1), 4095(%r2) # encoding: [0xe5,0x01,0x10,0x00,0x2f,0xff]
16334 #CHECK: tprot 0(%r1), 4095(%r15) # encoding: [0xe5,0x01,0x10,0x00,0xff,0xff]
16335 #CHECK: tprot 0(%r1), 0 # encoding: [0xe5,0x01,0x10,0x00,0x00,0x00]
16336 #CHECK: tprot 0(%r15), 0 # encoding: [0xe5,0x01,0xf0,0x00,0x00,0x00]
16337 #CHECK: tprot 4095(%r1), 0 # encoding: [0xe5,0x01,0x1f,0xff,0x00,0x00]
16338 #CHECK: tprot 4095(%r15), 0 # encoding: [0xe5,0x01,0xff,0xff,0x00,0x00]
[all …]
/external/capstone/arch/SystemZ/
DSystemZGenInsnNameMaps.inc1670 { SYSZ_INS_TPROT, "tprot" },
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt18054 # CHECK: tprot 0, 0
18057 # CHECK: tprot 0(%r1), 0(%r2)
18060 # CHECK: tprot 160(%r1), 320(%r15)
18063 # CHECK: tprot 0(%r1), 4095
18066 # CHECK: tprot 0(%r1), 4095(%r2)
18069 # CHECK: tprot 0(%r1), 4095(%r15)
18072 # CHECK: tprot 0(%r1), 0
18075 # CHECK: tprot 0(%r15), 0
18078 # CHECK: tprot 4095(%r1), 0
18081 # CHECK: tprot 4095(%r15), 0