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

  /external/flac/libFLAC/include/private/
cpu.h 50 FLAC__bool cmov; member in struct:__anon8121
  /external/v8/test/cctest/
test-disasm-ia32.cc 391 // cmov.
393 if (CpuFeatures::IsSupported(CMOV)) {
394 CpuFeatures::Scope use_cmov(CMOV);
395 __ cmov(overflow, eax, Operand(eax, 0));
396 __ cmov(no_overflow, eax, Operand(eax, 1));
397 __ cmov(below, eax, Operand(eax, 2));
398 __ cmov(above_equal, eax, Operand(eax, 3));
399 __ cmov(equal, eax, Operand(ebx, 0));
400 __ cmov(not_equal, eax, Operand(ebx, 1));
401 __ cmov(below_equal, eax, Operand(ebx, 2))
    [all...]
  /external/flac/libFLAC/
cpu.c 166 info->data.ia32.cmov = false;
180 info->data.ia32.cmov = (flags_edx & FLAC__CPUINFO_IA32_CPUID_CMOV )? true : false;
201 fprintf(stderr, " CMOV ....... %c\n", info->data.ia32.cmov ? 'Y' : 'n');
stream_encoder.c     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 465 if (f == CMOV && !FLAG_enable_cmov) return false;
722 void cmov(Condition cc, Register dst, Register src) {
723 cmov(cc, dst, Operand(src));
725 void cmov(Condition cc, Register dst, const Operand& src);
    [all...]
assembler-ia32.cc 707 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler
708 ASSERT(CpuFeatures::IsEnabled(CMOV));
    [all...]
code-stubs-ia32.cc     [all...]
stub-cache-ia32.cc     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 557 ENCODER_DECLARE_EXPORT char * cmov(char * stream, ConditionCode cc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz = size_platf);
encoder.inl 536 ENCODER_DECLARE_EXPORT char *cmov(char * stream, ConditionCode cc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz) {
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 1265 milliseconds