Searched defs:is64 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 208 bool is64 = getPointerSize() == 8; in createObjectWriter() local 224 bool is64 = getPointerSize() == 8; in createObjectWriter() local
|
/external/valgrind/coregrind/ |
D | m_translate.c | 1027 Bool is64 = True; in gen_PUSH() local 1041 Bool is64 = False; in gen_PUSH() local 1121 Bool is64 = True; in gen_POP() local
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 1302 static const HChar* nameIRegOrSP ( Bool is64, UInt iregNo ) in nameIRegOrSP() 1308 static const HChar* nameIRegOrZR ( Bool is64, UInt iregNo ) in nameIRegOrZR() 1314 static IRExpr* getIRegOrZR ( Bool is64, UInt iregNo ) in getIRegOrZR() 1320 static void putIRegOrZR ( Bool is64, UInt iregNo, IRExpr* e ) in putIRegOrZR() 1855 void setFlags_ADD_SUB ( Bool is64, Bool isSUB, IRTemp argL, IRTemp argR ) in setFlags_ADD_SUB() 1881 void setFlags_ADC_SBC ( Bool is64, Bool isSBC, in setFlags_ADC_SBC() 1913 Bool is64, Bool isSUB, in setFlags_ADD_SUB_conditionally() 1971 void setFlags_LOGIC ( Bool is64, IRTemp res ) in setFlags_LOGIC() 2405 Bool is64 = INSN(31,31) == 1; in dis_ARM64_data_processing_immediate() local 2487 Bool is64 = INSN(31,31) == 1; in dis_ARM64_data_processing_immediate() local [all …]
|
D | host_arm64_defs.c | 829 ARM64Instr* ARM64Instr_Cmp ( HReg argL, ARM64RIA* argR, Bool is64 ) { in ARM64Instr_Cmp() 3294 Bool is64 = i->ARM64in.Cmp.is64; in emit_ARM64Instr() local
|
D | host_arm64_defs.h | 542 Bool is64; member
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf.c | 209 ULong step_initial_length_field ( DiCursor* p_img, /*OUT*/Bool* is64 ) in step_initial_length_field() 222 ULong read_initial_length_field ( DiCursor p_img, /*OUT*/Bool* is64 ) in read_initial_length_field() 349 Bool is64; in read_dwarf2_lineblock() local
|
D | readdwarf3.c | 357 static ULong get_Initial_Length ( /*OUT*/Bool* is64, in get_Initial_Length()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1569 MachOObjectFile::rebaseTable(ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable() 1819 MachOObjectFile::bindTable(ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 783 bool is64() const { return PE32PlusHeader; } in is64() function
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 4409 bool is64 = X86::GR64RegClass.contains(Reg); in copyPhysReg() local
|