Searched defs:I32 (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/none/tests/amd64/
H A Drcl-amd64.c5 #define I32(C) "rcrl %%ebx\n" "rcll $" #C ",%%eax\n" "rcll %%ebx\n" macro
17 asm(I32(C) : "+a"(a), "+b"(b) : /* */); \
/external/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp284 Type *I32 = Type::getInt32Ty((*I)->getContext()); local
289 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1),
290 ConstantInt::get(I32, 3), ConstantInt::get(I32, 1)});
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp448 Type *I32 = Type::getInt32Ty(BB->getContext()); variable
450 Constant *CI = ConstantInt::get(I32, Ran->Rand() % (Width*2));
453 CI = UndefValue::get(I32);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp821 bool I32 = getSimpleType(ICmp->getOperand(0)->getType()) != MVT::i64; local
826 Opc = I32 ? WebAssembly::EQ_I32 : WebAssembly::EQ_I64;
829 Opc = I32 ? WebAssembly::NE_I32 : WebAssembly::NE_I64;
832 Opc = I32 ? WebAssembly::GT_U_I32 : WebAssembly::GT_U_I64;
835 Opc = I32 ? WebAssembly::GE_U_I32 : WebAssembly::GE_U_I64;
838 Opc = I32 ? WebAssembly::LT_U_I32 : WebAssembly::LT_U_I64;
841 Opc = I32 ? WebAssembly::LE_U_I32 : WebAssembly::LE_U_I64;
844 Opc = I32 ? WebAssembly::GT_S_I32 : WebAssembly::GT_S_I64;
848 Opc = I32 ? WebAssembly::GE_S_I32 : WebAssembly::GE_S_I64;
852 Opc = I32
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1511 I32, enumerator in enum:AtomicSz
1623 Opc = AtomicOpcTbl[Op][I32];
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVModule.cpp894 unsigned I32 = V; local
895 assert(I32 == V && "Integer value truncated");
896 return getLiteralAsConstant(I32);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2518 milliseconds