HomeSort by relevance Sort by last modified time
    Searched full:testb (Results 326 - 350 of 386) sorted by null

<<111213141516

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
asm_test.go 1751 pos: []string{"TESTB"},
1759 neg: []string{"TESTB"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 938 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
939 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
asm_test.go 1751 pos: []string{"TESTB"},
1759 neg: []string{"TESTB"},
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 667 void testb(const Address& address, const Immediate& imm);
    [all...]
assembler_x86_64_test.cc     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 936 constexpr int testb = f(e2, 3); // expected-error {{constant expression}} expected-note {{in call}} member in namespace:EmptyClass
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
README-SSE.txt 141 testb $15, %bl #91.13
  /external/llvm/test/CodeGen/X86/
bmi.ll 272 ; CHECK-NEXT: testb %sil, %dil
lsr-reuse.ll 464 ; CHECK-NEXT: testb $15, %r{{.*}}
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneNumberUtilsTest.java 282 public void testB() throws Exception {
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 673 #define TEST_B(a, b) CHOICE(testb ARG2(a,b), testb ARG2(a,b), testb ARG2(b,a))
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 99 // CHECK: testb $127, 3735928559(%ebx,%ecx,8)
100 testb $0x7f,0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 895 [0x00] = { Ib,0, "TESTB %i,%e" },
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 895 [0x00] = { Ib,0, "TESTB %i,%e" },
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 715 // CHECK: testb $127, 3735928559(%ebx,%ecx,8)
717 testb $0x7f,0xdeadbeef(%ebx,%ecx,8)
719 // CHECK: testb $127, 69
721 testb $0x7f,0x45
723 // CHECK: testb $127, 32493
725 testb $0x7f,0x7eed
727 // CHECK: testb $127, 3133065982
729 testb $0x7f,0xbabecafe
731 // CHECK: testb $127, 305419896
733 testb $0x7f,0x1234567
    [all...]
  /art/compiler/optimizing/
code_generator_vector_x86.cc     [all...]
code_generator_vector_x86_64.cc     [all...]
  /external/llvm/test/MC/Disassembler/X86/
simple-tests.txt 431 # CHECK: testb $0, %al
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
lsr-reuse.ll 463 ; CHECK-NEXT: testb $15, %r{{.*}}
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 105 public void testB() {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
opcode-suffix.d 133 *[0-9a-f]+: 84 90 90 90 90 90[ ]+testb[ ]+%dl,-0x6f6f6f70\(%eax\)
169 *[0-9a-f]+: a8 90[ ]+testb[ ]+\$0x90,%al
  /art/compiler/utils/x86/
assembler_x86.cc 2007 void X86Assembler::testb(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler
    [all...]
  /external/clang/test/Analysis/
misc-ps.m 385 void testB(BStruct *b) {
    [all...]

Completed in 1445 milliseconds

<<111213141516