/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
D | GeneralNameTest.java | 155 byte[] bts = GeneralName.ipStrToBytes(ip); in testIpStrToBytes() 156 for (int i = 0; i < bts.length; i++) { in testIpStrToBytes() 157 System.out.print((bts[i] & 0xFF) + " "); in testIpStrToBytes()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensionsInlineAsm.c | 10 lock bts [ecx], eax in InterlockedBitTestAndSet()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
D | xdflong.asm | 93 bts eax, 8 ; Enable Long Mode (LME=1) 96 bts ebx, 31 ; Enable Paging (PG=1)
|
/external/chromium_org/v8/test/cctest/ |
D | test-disasm-x87.cc | 124 __ bts(edx, ecx); in TEST() local 125 __ bts(Operand(ebx, ecx, times_4, 0), ecx); in TEST() local 252 __ bts(Operand(ebx, ecx, times_8, 10000), edx); in TEST() local
|
D | test-disasm-ia32.cc | 124 __ bts(edx, ecx); in TEST() local 125 __ bts(Operand(ebx, ecx, times_4, 0), ecx); in TEST() local 252 __ bts(Operand(ebx, ecx, times_8, 10000), edx); in TEST() local
|
D | test-disasm-x64.cc | 120 __ bts(Operand(rdx, 0), rcx); in TEST() local 121 __ bts(Operand(rbx, rcx, times_4, 0), rcx); in TEST() local 237 __ bts(Operand(rbx, rcx, times_8, 10000), rdx); in TEST() local
|
/external/chromium_org/v8/src/x87/ |
D | assembler-x87.h | 748 void bts(Register dst, Register src) { bts(Operand(dst), src); } in bts() function 749 void bts(const Operand& dst, Register src);
|
D | assembler-x87.cc | 1122 void Assembler::bts(const Operand& dst, Register src) { in bts() function in v8::internal::Assembler
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.h | 765 void bts(Register dst, Register src) { bts(Operand(dst), src); } in bts() function 766 void bts(const Operand& dst, Register src);
|
D | assembler-ia32.cc | 1189 void Assembler::bts(const Operand& dst, Register src) { in bts() function in v8::internal::Assembler
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1575 "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, 1578 "bts{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, 1581 "bts{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, TB; 1586 "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, 1589 "bts{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, 1592 "bts{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, TB; 1597 "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, 1600 "bts{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, 1603 "bts{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, TB; 1608 "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>, [all …]
|
D | README.txt | 153 We should generate bts/btr/etc instructions on targets where they are cheap or
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 394 bts DWORD PTR [EAX], 1
|
D | x86-32-coverage.s | 19685 bts $4, (%eax) label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 406 #define BTS_L(a, b) CHOICE(btsl ARG2(a,b), btsl ARG2(a,b), _LTOG bts ARG2(b,a)) 407 #define BTS_W(a, b) CHOICE(btsw ARG2(a,b), btsw ARG2(a,b), _WTOG bts ARG2(b,a)) 1142 #define BTS_L(a, b) bts L_(b), L_(a) 1143 #define BTS_W(a, b) bts W_(b), W_(a)
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | assyntax.h | 406 #define BTS_L(a, b) CHOICE(btsl ARG2(a,b), btsl ARG2(a,b), _LTOG bts ARG2(b,a)) 407 #define BTS_W(a, b) CHOICE(btsw ARG2(a,b), btsw ARG2(a,b), _WTOG bts ARG2(b,a)) 1142 #define BTS_L(a, b) bts L_(b), L_(a) 1143 #define BTS_W(a, b) bts W_(b), W_(a)
|
/external/valgrind/main/VEX/test/ |
D | test-amd64.c | 162 #define OP bts
|
D | test-i386.c | 150 #define OP bts
|
/external/elfutils/0.153/libcpu/defs/ |
D | i386 | 109 00001111,10101011,{mod}{reg}{r_m}:bts {reg},{mod}{r_m} 110 00001111,10111010,{mod}101{r_m},{imm8}:bts{w} {imm8},{mod}{r_m}
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.h | 854 void bts(const Operand& dst, Register src);
|
D | assembler-x64.cc | 645 void Assembler::bts(const Operand& dst, Register src) { in bts() function in v8::internal::Assembler
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_nasm.gperf | 55 bts, bittest_insn, 6, SUF_Z, 0xAB, 0x05, 0, 0, CPU_386, 0, 0 keyword
|
D | x86insn_gas.gperf | 99 bts, bittest_insn, 6, SUF_Z, 0xAB, 0x05, 0, 0, CPU_386, 0, 0 keyword
|
/external/valgrind/main/perf/ |
D | tinycc.c | 3072 DEF_WL(bts) 4404 DEF_WL(bts)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 4848 http://edreform.com/press/990903bts.htm 12902 http://ntl.bts.gov/DOCS/bob.html 29321 http://www.bts.gov/press_releases/2005/bts014_05/html/bts014_05.html 59594 http://www.newdream.org/make/bts/talkingpoints.php 61079 http://www.nws9.com.au/bts.html 68926 http://www.scifi.com/battlestar/bts/hatch/ 77907 http://www.userfriendly.org/bts/
|