Searched refs:is64 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp186 bool is64 = getPointerSize() == 8; variable
189 /*Is64Bit=*/is64,
190 (is64 ? MachO::CPU_TYPE_POWERPC64 : MachO::CPU_TYPE_POWERPC),
203 bool is64 = getPointerSize() == 8; variable
204 return createPPCELFObjectWriter(OS, is64, isLittleEndian(), OSABI);
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c854 static const HChar* nameIRegOrSP ( Bool is64, UInt iregNo ) argument
856 vassert(is64 == True || is64 == False);
857 return is64 ? nameIReg64orSP(iregNo) : nameIReg32orSP(iregNo);
860 static const HChar* nameIRegOrZR ( Bool is64, UInt iregNo ) argument
862 vassert(is64 == True || is64 == False);
863 return is64 ? nameIReg64orZR(iregNo) : nameIReg32orZR(iregNo);
866 static IRExpr* getIRegOrZR ( Bool is64, UInt iregNo ) argument
868 vassert(is64
872 putIRegOrZR( Bool is64, UInt iregNo, IRExpr* e ) argument
1407 setFlags_ADD_SUB( Bool is64, Bool isSUB, IRTemp argL, IRTemp argR ) argument
1432 setFlags_ADC_SBC(Bool is64, Bool isSBC, IRTemp argL, IRTemp argR, IRTemp oldC) argument
1462 setFlags_ADD_SUB_conditionally( Bool is64, Bool isSUB, IRTemp cond, IRTemp argL, IRTemp argR, UInt nzcv ) argument
1521 setFlags_LOGIC( Bool is64, IRTemp res ) argument
1903 Bool is64 = INSN(31,31) == 1; local
1985 Bool is64 = INSN(31,31) == 1; local
2049 Bool is64 = INSN(31,31) == 1; local
2189 Bool is64 = INSN(31,31) == 1; local
2252 getShiftedIRegOrZR( Bool is64, UInt sh_how, UInt sh_amt, UInt regNo, Bool invert ) argument
2315 Bool is64 = bX == 1; local
2358 Bool is64 = bX == 1; local
2424 Bool is64 = bX == 1; local
2489 Bool is64 = INSN(31,31) == 1; local
2524 Bool is64 = INSN(31,31) == 1; local
2596 Bool is64 = INSN(31,31) == 1; local
2693 Bool is64 = INSN(31,31) == 1; local
2732 Bool is64 = INSN(31,31) == 1; local
2790 Bool is64 = ix == 1 || ix == 3 || ix == 5 || ix == 7; local
2837 Bool is64 = INSN(31,31) == 1; local
2872 Bool is64 = INSN(31,31) == 1; local
2910 Bool is64 = INSN(31,31) == 1; local
3608 Bool is64 = INSN(22,22) == 0; local
3684 Bool is64 = INSN(22,22) == 0; local
4647 Bool is64 = INSN(31,31) == 1; local
5628 Bool is64 = INSN(22,22); local
[all...]
H A Dhost_arm64_defs.h642 Bool is64; member in struct:__anon31763::__anon31764::__anon31766
1030 extern ARM64Instr* ARM64Instr_Cmp ( HReg, ARM64RIA*, Bool is64 );
H A Dhost_arm64_defs.c1327 ARM64Instr* ARM64Instr_Cmp ( HReg argL, ARM64RIA* argR, Bool is64 ) {
1332 i->ARM64in.Cmp.is64 = is64;
1947 vex_printf("cmp%s ", i->ARM64in.Cmp.is64 ? " " : "(w)" );
4061 Bool is64 = i->ARM64in.Cmp.is64; local
4067 is64 ? X11 : X01, X110001,
4075 *p++ = X_3_8_5_6_5_5(is64 ? X111 : X011,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp32 bool is64; member in class:llvm::MachOObjectImage
54 MachOObjectImage(ObjectBuffer *Input, bool is64) argument
57 is64(is64), Registered(false) {
61 MachOObjectImage(std::unique_ptr<object::ObjectFile> Input, bool is64) argument
64 is64(is64), Registered(false) {
82 if (is64) {
107 if (is64)
125 bool is64 local
140 bool is64 = (magic == MachO::MH_MAGIC_64); local
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc46 bool is64 = true; local
48 bool is64 = (base::win::OSInfo::GetInstance()->wow64_status() == local
51 bool is64 = false; local
53 if (is64)
/external/valgrind/main/coregrind/
H A Dm_translate.c950 Bool is64 = True; local
964 Bool is64 = False; local
1015 is64 ? IRConst_U64(0) : IRConst_U32(0),
1044 Bool is64 = True; local
1056 Bool is64 = False;
1097 is64 ? IRConst_U64(0) : IRConst_U32(0),
/external/qemu/target-arm/
H A Dcpu.h472 #define ENCODE_CP_REG(cp, is64, crn, crm, opc1, opc2) \
473 (((cp) << 16) | ((is64) << 15) | ((crn) << 11) | \
510 * same (cp, is64, crn, crm, opc1, opc2) tuple: either the new or the
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c260 ULong step_initial_length_field ( DiCursor* p_img, /*OUT*/Bool* is64 )
264 *is64 = True;
267 *is64 = False;
273 ULong read_initial_length_field ( DiCursor p_img, /*OUT*/Bool* is64 )
277 return step_initial_length_field( &p_img, is64 );
427 Bool is64; local
478 info.li_length = step_initial_length_field( &external, &is64 );
504 info.li_header_length = is64 ? ML_(cur_step_ULong)(&external)
581 = ML_(cur_plus)(data, info.li_length + (is64 ? 12 : 4));
H A Dreaddwarf3.c352 static ULong get_Initial_Length ( /*OUT*/Bool* is64, argument
358 *is64 = False;
364 *is64 = True;
367 *is64 = False;
4430 Bool is64;
4438 len = get_Initial_Length( &is64, &aranges,
4441 d_i_offset = get_Dwarfish_UWord( &aranges, is64 );
/external/qemu/tcg/i386/
H A Dtcg-target.c1425 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, bool is64) argument
1437 datahi = (TCG_TARGET_REG_BITS == 32 && is64 ? *args++ : 0);
1547 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, bool is64) argument
1559 datahi = (TCG_TARGET_REG_BITS == 32 && is64 ? *args++ : 0);
/external/qemu/tcg/
H A Dtcg.c812 static inline TCGMemOp tcg_canonicalize_memop(TCGMemOp op, bool is64, bool st) argument
821 if (!is64) {
826 if (!is64) {

Completed in 715 milliseconds