Searched defs:CMOV (Results  1 – 14 of 14) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ | 
| D | ARCISelLowering.h | 43   CMOV,  enumerator
  | 
| /external/tensorflow/tensorflow/core/platform/ | 
| D | cpu_info.h | 81   CMOV = 7,  enumerator
  | 
| /external/crosvm/hypervisor/src/haxm/haxm_sys/ | 
| D | cpuid.rs | 76         const CMOV = feature_bit(15);  /* 0x00008000  Conditional Move Instructions */  constant
  | 
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ | 
| D | isa.hpp | 73     bool CMOV(void) { return CPU_Rep.f_1_EDX_[15]; }  in CMOV()  function in InstructionSet
  | 
| /external/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.h | 61       CMOV,         // ARM conditional move instructions.  enumerator
  | 
| D | ARMISelLowering.cpp | 10813 SDValue ARMTargetLowering::PerformCMOVToBFICombine(SDNode *CMOV, SelectionDAG &DAG) const {  in PerformCMOVToBFICombine()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.h | 92       CMOV,         // ARM conditional move instructions.  enumerator
  | 
| D | ARMISelLowering.cpp | 14142 SDValue ARMTargetLowering::PerformCMOVToBFICombine(SDNode *CMOV, SelectionDAG &DAG) const {  in PerformCMOVToBFICombine()
  | 
| /external/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.h | 113       CMOV,  enumerator
  | 
| D | X86ISelLowering.cpp | 27383       SDValue CMOV = DAG.getNode(X86ISD::CMOV, DL, N->getVTList(), Ops);  in combineCMov()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.h | 108       CMOV,  enumerator
  | 
| D | X86ISelLowering.cpp | 38848       SDValue CMOV = DAG.getNode(X86ISD::CMOV, DL, N->getValueType(0), Ops);  in combineCMov()  local
  | 
| /external/pcre/src/ | 
| D | pcre2_jit_compile.c | 639 #define CMOV(type, dst_reg, src, srcw) \  macro
  | 
| /external/clang/lib/CodeGen/ | 
| D | CGBuiltin.cpp | 6763       CMOV = 0,  in EmitX86BuiltinExpr()  enumerator
  |