/external/valgrind/main/VEX/priv/ |
ir_defs.c | 55 case Ity_I64: vex_printf( "I64"); break; 67 union { ULong i64; Double f64; } u; member in union:__anon12169 74 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break; 76 vex_printf( "F64{0x%llx}", u.i64); [all...] |
host_amd64_isel.c | 453 type is I64. [all...] |
guest_ppc_toIR.c | 603 /* break V128 to 4xI32's, then sign-extend to I64's */ 630 /* break V128 to 4xI32's, then zero-extend to I64's */ 824 /* IR narrows I32/I64 -> I8/I16/I32 */ 843 /* Signed/Unsigned IR widens I8/I16/I32 -> I32/I64 */ [all...] |
/external/llvm/lib/VMCore/ |
Constants.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
negate-add-zero.ll | 4 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |
LegalizeTypes.h | 297 /// For example, if Op is an i64 which was expanded into two i32's, then this [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/valgrind/main/none/tests/arm/ |
neon128.stdout.exp | 20 vmov.i64 q15, #0xFF0000FF00FFFF00 :: Qd 0xff0000ff 0x00ffff00 0xff0000ff 0x00ffff00 21 vmov.i64 q15, #0xFF0000FF00FFFF00 :: Qd 0xff0000ff 0x00ffff00 0xff0000ff 0x00ffff00 41 vmvn.i64 q15, #0xFF0000FF00FFFF00 :: Qd 0x00ffff00 0xff0000ff 0x00ffff00 0xff0000ff 42 vmvn.i64 q15, #0xFF0000FF00FFFF00 :: Qd 0x00ffff00 0xff0000ff 0x00ffff00 0xff0000ff 92 vadd.i64 q0, q1, q2 :: Qd 0x00000104 0x00000104 0x00000104 0x00000104 Qm (i32)0x0000008c Qn (i32)0x00000078 99 vadd.i64 q0, q1, q2 :: Qd 0x00000004 0x00000003 0x00000004 0x00000003 Qm (i32)0x80000001 Qn (i32)0x80000002 101 vadd.i64 q13, q14, q15 :: Qd 0x00000104 0x00000104 0x00000104 0x00000104 Qm (i32)0x0000008c Qn (i32)0x00000078 104 vsub.i64 q0, q1, q2 :: Qd 0x00000014 0x00000014 0x00000014 0x00000014 Qm (i32)0x0000008c Qn (i32)0x00000078 111 vsub.i64 q0, q1, q2 :: Qd 0xfffffffe 0xffffffff 0xfffffffe 0xffffffff Qm (i32)0x80000001 Qn (i32)0x80000002 113 vsub.i64 q13, q14, q15 :: Qd 0x00000014 0x00000014 0x00000014 0x00000014 Qm (i32)0x0000008c Qn (i32)0x000 (…) [all...] |
/prebuilt/sdk/tools/linux/ |
llvm-rs-cc | |
/external/clang/lib/CodeGen/ |
TargetInfo.cpp | 714 // it as an i8/i16/i32/i64. [all...] |
CGBuiltin.cpp | [all...] |
CodeGenModule.cpp | 2354 llvm::Type *i64 = llvm::Type::getInt64Ty(Context); local [all...] |
/external/javasqlite/src/main/native/ |
sqlite_jni.c | [all...] |
/external/chromium/base/third_party/nspr/ |
prtime.cc | 126 static_cast<PRTime>((uli.QuadPart / 10) - 11644473600000000i64); [all...] |
/external/libvpx/ |
vpxenc.c | 45 /* MSVS doesn't define off_t, and uses _f{seek,tell}i64 */ [all...] |
/external/llvm/include/llvm/Target/ |
Target.td | 554 def i64imm : Operand<i64>; [all...] |
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.cpp | 787 case MVT::i64:
|
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 692 // Use i32 to index structs, and i64 for others (pointers/arrays). [all...] |
/external/llvm/test/CodeGen/ARM/ |
lsr-on-unrolled-loops.ll | 14 target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32-n32"
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2004-04-05-InvokeCastCrash.ll | 156 %tmp.43.i = invoke i1 null( %"struct.llvm::TargetInstrInfo"* %tmp.36.i, i16 383, i64 0 )
|
/external/valgrind/main/lackey/ |
lk_main.c | 329 case 4: return "I64"; break; [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 105 // do allow things like i160 -> i64, but not i64 -> i160. [all...] |
/external/dbus/ |
configure.in | 265 dbusint64_constant='(val##i64)' [all...] |
/external/llvm/include/llvm/Support/ |
IRBuilder.h | [all...] |