Searched refs:tprot (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/network/lib6/ |
D | asapi_01.c | 136 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-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrSystem.td | 202 def TPROT : SideEffectBinarySSE<"tprot", 0xE501>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | insn-bad.s | 7268 #CHECK: tprot 160(%r1,%r15),160(%r15) 7270 #CHECK: tprot -1(%r1),160(%r15) 7272 #CHECK: tprot 4096(%r1),160(%r15) 7274 #CHECK: tprot 0(%r1),-1(%r15) 7276 #CHECK: tprot 0(%r1),4096(%r15) 7278 tprot 160(%r1,%r15),160(%r15) 7279 tprot -1(%r1),160(%r15) 7280 tprot 4096(%r1),160(%r15) 7281 tprot 0(%r1),-1(%r15) 7282 tprot 0(%r1),4096(%r15)
|
D | insn-good.s | 15578 #CHECK: tprot 0, 0 # encoding: [0xe5,0x01,0x00,0x00,0x00,0x00] 15579 #CHECK: tprot 0(%r1), 0(%r2) # encoding: [0xe5,0x01,0x10,0x00,0x20,0x00] 15580 #CHECK: tprot 160(%r1), 320(%r15) # encoding: [0xe5,0x01,0x10,0xa0,0xf1,0x40] 15581 #CHECK: tprot 0(%r1), 4095 # encoding: [0xe5,0x01,0x10,0x00,0x0f,0xff] 15582 #CHECK: tprot 0(%r1), 4095(%r2) # encoding: [0xe5,0x01,0x10,0x00,0x2f,0xff] 15583 #CHECK: tprot 0(%r1), 4095(%r15) # encoding: [0xe5,0x01,0x10,0x00,0xff,0xff] 15584 #CHECK: tprot 0(%r1), 0 # encoding: [0xe5,0x01,0x10,0x00,0x00,0x00] 15585 #CHECK: tprot 0(%r15), 0 # encoding: [0xe5,0x01,0xf0,0x00,0x00,0x00] 15586 #CHECK: tprot 4095(%r1), 0 # encoding: [0xe5,0x01,0x1f,0xff,0x00,0x00] 15587 #CHECK: tprot 4095(%r15), 0 # encoding: [0xe5,0x01,0xff,0xff,0x00,0x00] [all …]
|
/external/v8/src/s390/ |
D | constants-s390.h | 1014 V(tprot, TPROT, 0xE501) /* type = SSE TEST PROTECTION */ \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 18054 # 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
|