HomeSort by relevance Sort by last modified time
    Searched defs:testq (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/MC/X86/
x86-64.s 670 // CHECK: testq %rax, %rbx
672 testq %rax, %rbx label
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 598 // CHECK: testq %rax, %rbx
600 testq %rax, %rbx label
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2162 void X86_64Assembler::testq(CpuRegister reg1, CpuRegister reg2) { function in class:art::x86_64::X86_64Assembler
2170 void X86_64Assembler::testq(CpuRegister reg, const Address& address) { function in class:art::x86_64::X86_64Assembler
    [all...]

Completed in 78 milliseconds