Searched
full:cmpl (Results
326 -
350 of
505) sorted by null
<<11121314151617181920>>
| /art/compiler/utils/x86/ |
| assembler_x86.h | 340 void cmpl(Register reg, const Immediate& imm); 341 void cmpl(Register reg0, Register reg1); 342 void cmpl(Register reg, const Address& address); 344 void cmpl(const Address& address, Register reg); 345 void cmpl(const Address& address, const Immediate& imm);
|
| /external/valgrind/main/coregrind/m_dispatch/ |
| dispatch-x86-darwin.S | 92 cmpl $0, VG_(machine_x86_have_mxcsr) 130 cmpl $0x027F, (%esp) 134 # cmpl $0, VG_(machine_x86_have_mxcsr) 139 cmpl $0x1F80, (%esp) 209 cmpl %eax, %esi
|
| dispatch-x86-linux.S | 93 cmpl $0, VG_(machine_x86_have_mxcsr) 131 cmpl $0x027F, (%esp) 135 # cmpl $0, VG_(machine_x86_have_mxcsr) 140 cmpl $0x1F80, (%esp) 210 cmpl %eax, %esi
|
| /external/valgrind/main/VEX/orig_x86/ |
| exit42.orig | 53 0x3A965CE1: cmpl $0x21, %edx 71 0x3A965CED: cmpl $0xF, %eax 212 0x3A965E0B: cmpl %ecx,%eax 220 0x3A965E14: cmpl %ecx,%edx 233 0x3A965E2B: cmpl %ecx,%edx 244 0x3A965E2B: cmpl %ecx,%edx 250 0x3A965E2F: cmpl -60(%ebp),%ecx 278 0x3A965E6F: cmpl $0x1, %eax 287 0x3A965E7C: cmpl -60(%ebp),%ecx 422 0x3A972E73: cmpl $0x1E, %ea [all...] |
| /external/bluetooth/bluedroid/stack/gap/ |
| gap_utils.c | 168 GAP_TRACE_EVENT2(" GAP: FindAddrByName Rem Name Cmpl Evt (Status 0x%04x, Name [%s])", 195 GAP_TRACE_EVENT1(" GAP: FindAddrByName Rem Name Cmpl Evt (Status 0x%04x)", p->status); 233 GAP_TRACE_EVENT2(" GAP: FindAddrByName Inq Cmpl Evt (Status 0x%04x, Result(s) %d)",
|
| /external/qemu/distrib/libpng-1.2.19/ |
| pnggccrd.c | [all...] |
| /bionic/libc/arch-x86/bionic/ |
| sigsetjmp.S | 68 cmpl $0,28(%edx)
|
| /bionic/libc/arch-x86/string/ |
| bcopy.S | 62 cmpl %esi,%edi /* potentially overlapping? */
|
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| RegOps.java | 134 * : (x > y) ? 1 : -1} (Java-style "cmpl" where a NaN is 138 public static final int CMPL = 27; 340 case CMPL: return "cmpl";
|
| /dalvik/dx/src/com/android/dx/rop/code/ |
| RegOps.java | 134 * : (x > y) ? 1 : -1} (Java-style "cmpl" where a NaN is 138 public static final int CMPL = 27; 340 case CMPL: return "cmpl";
|
| /dalvik/tests/003-omnibus-opcodes/src/ |
| Compare.java | 102 * Test cmpl-float and cmpg-float.
|
| /dalvik/vm/mterp/x86/ |
| OP_CHECK_CAST.S | 24 cmpl %eax,%ecx # same class (trivial success)?
|
| OP_INSTANCE_OF.S | 30 cmpl %eax,%ecx # same class (trivial success)?
|
| entry.S | 57 cmpl $$0, %eax
|
| /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
| aesni-x86.S | 320 cmpl $96,%eax 364 cmpl $32,%eax 369 cmpl $64,%eax 423 cmpl $96,%eax 467 cmpl $32,%eax 472 cmpl $64,%eax 738 cmpl $1,%eax 775 cmpl $6,%eax 855 cmpl $2,%eax 862 cmpl $4,%ea [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| RegOps.java | 134 * : (x > y) ? 1 : -1} (Java-style "cmpl" where a NaN is 138 public static final int CMPL = 27; 340 case CMPL: return "cmpl";
|
| /external/grub/stage2/ |
| nbloader.S | 85 cmpl %ecx, %edx
|
| /external/llvm/test/CodeGen/X86/ |
| hipe-prologue.ll | 28 ; X32-Linux-NEXT: cmpl 76(%ebp), %ebx
|
| shrink-compare.ll | 89 ; CHECK-NOT: cmpl $1,{{.*}}x+4
|
| zext-sext.ll | 37 ; CHECK-NEXT: cmpl $-8608074, %e[[REGISTER_zext]]
|
| /external/llvm/test/MC/ELF/ |
| relax-arith.s | 109 cmpl $foo, bar
|
| /external/llvm/test/Transforms/GVN/ |
| pre-compare.ll | 27 ; cmpl $2, %ebx
|
| /external/openssl/crypto/aes/asm/ |
| aesni-x86.S | 320 cmpl $96,%eax 364 cmpl $32,%eax 369 cmpl $64,%eax 423 cmpl $96,%eax 467 cmpl $32,%eax 472 cmpl $64,%eax 738 cmpl $1,%eax 775 cmpl $6,%eax 855 cmpl $2,%eax 862 cmpl $4,%ea [all...] |
| /dalvik/libdex/ |
| DexOpcodes.cpp | 78 "cmpl-float", 80 "cmpl-double",
|
| /external/smali/smali/src/test/resources/LexerTest/ |
| InstructionTest.smali | 147 cmpl-float 149 cmpl-double
|
Completed in 1072 milliseconds
<<11121314151617181920>>