/external/llvm/test/CodeGen/NVPTX/ |
D | compare-int.ll | 14 ; CHECK: setp.eq.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 23 ; CHECK: setp.ne.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 32 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 41 ; CHECK: setp.ge.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 50 ; CHECK: setp.lt.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 59 ; CHECK: setp.le.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 68 ; CHECK: setp.gt.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 77 ; CHECK: setp.ge.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 86 ; CHECK: setp.lt.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 95 ; CHECK: setp.le.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} [all …]
|
D | pr13291-i1-store.ll | 17 ; PTX32: setp.b16.eq %p{{[0-9]+}}, temp, 1; 20 ; PTX64: setp.b16.eq %p{{[0-9]+}}, temp, 1;
|
/external/zlib/src/contrib/iostream3/ |
D | zfstream.cc | 324 this->setp(buffer, buffer + buffer_size - 1); in enable_buffer() 333 this->setp(0, 0); in enable_buffer() 341 this->setp(buffer, buffer + buffer_size - 1); in enable_buffer() 358 this->setp(0, 0); in disable_buffer() 365 this->setp(buffer, buffer + buffer_size - 1); in disable_buffer() 367 this->setp(0, 0); in disable_buffer()
|
/external/stlport/src/ |
D | strstream.cpp | 43 setp(buf, buf + n); in strstreambuf() 55 setp(buf, buf + n); in strstreambuf() 137 setp(buf, buf + new_size); in overflow() 235 setp(seeklow, epptr()); in seekoff() 239 setp(pbase(), epptr()); in seekoff() 283 setp(put, put + N); in _M_setup()
|
/external/stlport/stlport/stl/ |
D | _sstream.c | 84 this->setp( __data_end, __data_end ); in _M_set_ptrs() 86 this->setp( __data_ptr, __data_end ); in _M_set_ptrs() 154 this->setp(__data_ptr, _S_finish(_M_str)); in overflow() 158 this->setp(_S_start(_M_str), _S_finish(_M_str)); in overflow() 203 this->setp(__data_ptr, _S_finish(_M_str)); in xsputn() 248 this->setp(__data_ptr, _S_finish(_M_str)); in _M_xsputnc() 289 this->setp(__data_ptr, _S_finish(_M_str)); in setbuf() 348 this->setp(this->pbase(), this->pbase() + __n); in seekoff() 382 this->setp(_S_start(_M_str), _S_finish(_M_str)); in seekpos()
|
D | _fstream.c | 104 this->setp(0, 0); in close() 216 this->setp(_M_int_buf, _M_int_buf_EOS - 1); in overflow() 465 this->setp(_M_int_buf, _M_int_buf_EOS - 1); in _M_switch_to_output_mode() 583 this->setp(0, 0); in _M_output_error() 714 this->setp(0, 0); in _M_seek_init()
|
D | _streambuf.h | 116 void setp(char_type* __pbegin, char_type* __pend) { in setp() function
|
D | _fstream.h | 247 this->setp(0, 0); in _M_seek_return()
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.cpp | 146 setp(0,0); in underflow() 193 setp( base(), base() + bl); in overflow() 229 setp(0,0); in flushbuf()
|
/external/openssh/ |
D | packet.c | 1030 fd_set *setp; in packet_read_seqnr() local 1036 setp = (fd_set *)xcalloc(howmany(active_state->connection_in + 1, in packet_read_seqnr() 1054 xfree(setp); in packet_read_seqnr() 1061 memset(setp, 0, howmany(active_state->connection_in + 1, in packet_read_seqnr() 1063 FD_SET(active_state->connection_in, setp); in packet_read_seqnr() 1075 if ((ret = select(active_state->connection_in + 1, setp, in packet_read_seqnr() 1686 fd_set *setp; in packet_write_wait() local 1690 setp = (fd_set *)xcalloc(howmany(active_state->connection_out + 1, in packet_write_wait() 1694 memset(setp, 0, howmany(active_state->connection_out + 1, in packet_write_wait() 1696 FD_SET(active_state->connection_out, setp); in packet_write_wait() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 101 // . set, setp 1311 // setp.gt.s16 p, %a, %b; 1314 // when OpcStr=setp.gt.s sz1=16 sz2=16 d=%dst a=%a b=%b 1338 // setp.gt.s16 p, %temp1, %temp2; 1341 // when OpcStr=setp.gt.s d=%dst a=%a b=%b type=s16 cvt=cvt.s16.s8 1556 : ISET_FORMAT<"setp.gt.s", "set.gt.u32.s", setgt, "s16", "cvt.s16.s8">; 1558 : ISET_FORMAT<"setp.gt.u", "set.gt.u32.u", setugt, "u16", "cvt.u16.u8">; 1560 : ISET_FORMAT<"setp.lt.s", "set.lt.u32.s", setlt, "s16", "cvt.s16.s8">; 1562 : ISET_FORMAT<"setp.lt.u", "set.lt.u32.u", setult, "u16", "cvt.u16.u8">; 1564 : ISET_FORMAT<"setp.ge.s", "set.ge.u32.s", setge, "s16", "cvt.s16.s8">; [all …]
|
D | NVPTXIntrinsics.td | 44 !strconcat("setp.ne.u32 \t%p1, $pred, 0; \n\t", 52 !strconcat("setp.ne.u32 \t%p1, $pred, 0; \n\t", 61 !strconcat("setp.ne.u32 \t%p1, $pred, 0; \n\t",
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 104 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
|
D | X86InstrInfo.td | 1860 def PE : CondCodeAlias<Prefix, Suffix, "pe", "p">; // setpe -> setp
|
/external/oprofile/include/ |
D | sstream | 211 setp(stream, stream + stream_len);
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 334 setp %bl 337 setp 0xdeadbeef(%ebx,%ecx,8) 3553 setp %bl 3557 setp 0xdeadbeef(%ebx,%ecx,8) 3561 setp 0x7eed 3565 setp 0xbabecafe 3569 setp 0x12345678 13455 setp %bl 13458 setp 0xdeadbeef(%ebx,%ecx,8) 13461 setp 0x7eed [all …]
|
/external/libvorbis/lib/ |
D | vorbisenc.c | 1017 int setp=(number&0xf); /* a read request has a low nibble of 0 */ in vorbis_encode_ctl() local 1019 if(setp && hi->set_in_stone)return(OV_EINVAL); in vorbis_encode_ctl()
|
/external/valgrind/main/none/tests/x86/ |
D | insn_basic.def | 866 setp eflags[0x004,0x000] : r8.ub[123] => 0.ub[0] 867 setp eflags[0x004,0x004] : r8.ub[123] => 0.ub[1] 868 setp eflags[0x004,0x000] : m8.ub[123] => 0.ub[0] 869 setp eflags[0x004,0x004] : m8.ub[123] => 0.ub[1]
|
/external/valgrind/main/none/tests/amd64/ |
D | insn_basic.def | 1097 setp eflags[0x004,0x000] : r8.ub[123] => 0.ub[0] 1098 setp eflags[0x004,0x004] : r8.ub[123] => 0.ub[1] 1099 setp eflags[0x004,0x000] : m8.ub[123] => 0.ub[0] 1100 setp eflags[0x004,0x004] : m8.ub[123] => 0.ub[1]
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |