HomeSort by relevance Sort by last modified time
    Searched refs:cmov (Results 1 - 25 of 33) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
v850e1.s 8 cmov nz, 22, r2, r3
9 cmov nz, r1, r2, r3
v850e1.d 14 0x0+0e f6 17 14 1b [ ]*cmov nz, -10, r2, sp
15 0x0+12 e1 17 34 1b [ ]*cmov nz, r1, r2, sp
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
arch-10.s 3 # cmov feature
x86-64-arch-2.s 3 # cmov feature
arch-10-1.l 39 [ ]*3[ ]+\# cmov feature
arch-10-2.l 38 [ ]*3[ ]+\# cmov feature
arch-10-3.l 31 [ ]*3[ ]+\# cmov feature
arch-10-4.l 29 [ ]*3[ ]+\# cmov feature
x86-64-arch-2-1.l 33 [ ]*3[ ]+\# cmov feature
x86-64-arch-2-2.l 32 [ ]*3[ ]+\# cmov feature
  /external/flac/libFLAC/include/private/
cpu.h 121 FLAC__bool cmov; member in struct:__anon19175
  /external/syslinux/com32/gplinclude/dmi/
dmi_processor.h 54 bool cmov; member in struct:__anon31882
  /external/syslinux/com32/modules/
cpuidtest.c 83 if (cpu.flags.cmov)
84 printf("cmov ");
  /external/flac/libFLAC/
cpu.c 174 info->ia32.cmov = (flags_edx & FLAC__CPUINFO_IA32_CPUID_CMOV )? true : false;
194 fprintf(stderr, " CMOV ....... %c\n", info->ia32.cmov ? 'Y' : 'n');
  /external/syslinux/com32/gplinclude/
cpuid.h 48 m_(bool, cmov, /* CMOV instruction (FCMOVCC and FCOMI too if FPU present) */) \
  /external/elfutils/tests/
run-readelf-mixed-corenote.sh 257 HWCAP: 0xafebfbff <fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss tm pbe>
459 HWCAP: 0x780abfd <fpu de pse tsc msr pae mce cx8 apic sep pge cmov mmx fxsr sse sse2>
530 HWCAP: 0xbfebfbff <fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe>
  /external/syslinux/com32/lua/src/
cpu.c 71 add_flag(L, lua_cpu.flags.cmov, "cmov");
  /external/boringssl/src/crypto/curve25519/
curve25519.c 1192 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) { function
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
assembler_x86_64.h 370 void cmov(Condition c, CpuRegister dst, CpuRegister src); // This is the 64b version.
371 void cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit);
372 void cmov(Condition c, CpuRegister dst, const Address& src, bool is64bit);
  /external/syslinux/com32/hdt/
hdt-cli-cpu.c 175 show_flag(buffer, hardware->cpu.flags.cmov, "cmov ", false);
hdt-menu-processor.c 230 show_flag(menu, buffer1, hardware->cpu.flags.cmov, "cmov ", false);
  /external/syslinux/com32/gpllib/
cpuid.c 507 cpu->flags.cmov = cpu_has(c, X86_FEATURE_CMOV);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ssa.go 807 cmov := mips.ACMOVF
809 cmov = mips.ACMOVT
816 p1 := gc.Prog(cmov)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
ssa.go 807 cmov := mips.ACMOVF
809 cmov = mips.ACMOVT
816 p1 := gc.Prog(cmov)

Completed in 726 milliseconds

1 2