Searched refs:bts (Results 1 - 23 of 23) sorted by last modified time

/external/valgrind/main/perf/
H A Dtinycc.c3074 DEF_WL(bts)
4406 DEF_WL(bts)
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c162 #define OP bts
H A Dtest-i386.c150 #define OP bts
/external/valgrind/main/none/tests/amd64/
H A Dxacq_xrel.stdout.exp14 result for 'bts' is 57d555555f555d55
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h406 #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/llvm/test/MC/X86/
H A Dintel-syntax.s394 bts DWORD PTR [EAX], 1
H A Dx86-32-coverage.s19685 bts $4, (%eax) label
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c10 lock bts [ecx], eax local
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-ia32.cc124 __ bts(edx, ecx);
125 __ bts(Operand(ebx, ecx, times_4, 0), ecx);
268 __ bts(Operand(ebx, ecx, times_8, 10000), edx);
H A Dtest-disasm-x64.cc120 __ bts(Operand(rdx, 0), rcx);
121 __ bts(Operand(rbx, rcx, times_4, 0), rcx);
237 __ bts(Operand(rbx, rcx, times_8, 10000), rdx);
H A Dtest-disasm-x87.cc124 __ bts(edx, ecx);
125 __ bts(Operand(ebx, ecx, times_4, 0), ecx);
268 __ bts(Operand(ebx, ecx, times_8, 10000), edx);
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc1224 void Assembler::bts(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dassembler-ia32.h787 void bts(Register dst, Register src) { bts(Operand(dst), src); }
788 void bts(const Operand& dst, Register src);
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc637 void Assembler::bts(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dassembler-x64.h858 void bts(const Operand& dst, Register src);
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc1157 void Assembler::bts(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dassembler-x87.h770 void bts(Register dst, Register src) { bts(Operand(dst), src); }
771 void bts(const Operand& dst, Register src);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm93 bts eax, 8 ; Enable Long Mode (LME=1)
96 bts ebx, 31 ; Enable Paging (PG=1)
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_gas.gperf99 bts, bittest_insn, 6, SUF_Z, 0xAB, 0x05, 0, 0, CPU_386, 0, 0
H A Dx86insn_nasm.gperf55 bts, bittest_insn, 6, SUF_Z, 0xAB, 0x05, 0, 0, CPU_386, 0, 0
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h406 #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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DGeneralNameTest.java155 byte[] bts = GeneralName.ipStrToBytes(ip);
156 for (int i = 0; i < bts.length; i++) {
157 System.out.print((bts[i] & 0xFF) + " ");

Completed in 525 milliseconds