HomeSort by: relevance | last modified time | path
    Searched refs:is64 (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.c 142 IS64 receives the 'sf' field from the decoded instruction.
150 aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64, int *is_cbnz,
158 *is64 = (insn >> 31) & 0x1;
210 IS64 receives size field from the decoded instruction.
218 int *is64, unsigned *rt, int32_t *offset)
229 *is64 = 1;
232 *is64 = (insn >> 30) & 0x1;
240 *is64 ? "x" : "w", *rt);
265 int is64; local
281 else if (aarch64_decode_cb (data->insn_addr, insn, &is64, &is_cbnz, &rn
    [all...]
aarch64-insn.h 152 int is64; member in struct:aarch64_register
194 int aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64,
201 int *is64, unsigned *rt, int32_t *offset);
225 const unsigned rn, int is64,
239 const unsigned rt, const int is64,
294 | ENCODE (rt.is64, 1, 31) /* sf */ \
310 aarch64_emit_load_store (buf, rt.is64 ? 3 : 2, LDR, rt, rn, operand)
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.c 142 IS64 receives the 'sf' field from the decoded instruction.
150 aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64, int *is_cbnz,
158 *is64 = (insn >> 31) & 0x1;
210 IS64 receives size field from the decoded instruction.
218 int *is64, unsigned *rt, int32_t *offset)
229 *is64 = 1;
232 *is64 = (insn >> 30) & 0x1;
240 *is64 ? "x" : "w", *rt);
265 int is64; local
281 else if (aarch64_decode_cb (data->insn_addr, insn, &is64, &is_cbnz, &rn
    [all...]
aarch64-insn.h 152 int is64; member in struct:aarch64_register
194 int aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64,
201 int *is64, unsigned *rt, int32_t *offset);
225 const unsigned rn, int is64,
239 const unsigned rt, const int is64,
294 | ENCODE (rt.is64, 1, 31) /* sf */ \
310 aarch64_emit_load_store (buf, rt.is64 ? 3 : 2, LDR, rt, rn, operand)
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_reloc.c 35 _dwarf_get_reloc_type(Dwarf_P_Debug dbg, int is64)
42 return (is64 ? R_AARCH64_ABS64 : R_AARCH64_ABS32);
46 return (is64 ? R_IA_64_DIR64LSB : R_IA_64_DIR32LSB);
48 return (is64 ? R_LARCH_64 : R_LARCH_32);
50 return (is64 ? R_MIPS_64 : R_MIPS_32);
52 return (is64 ? R_PPC64_ADDR64 : R_PPC_ADDR32);
54 return (is64 ? R_RISCV_64 : R_RISCV_32);
56 return (is64 ? R_SPARC_UA64 : R_SPARC_UA32);
60 return (is64 ? R_X86_64_64 : R_X86_64_32);
  /src/sys/arch/ofppc/stand/ofwboot/
boot.c 192 int chosen, cpu, cpunode, j, is64=0; local
220 is64 = 1;
241 if (!bootline[0] && is64) {
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-fbsd-nat.c 303 int is64;
311 is64 = (regs.r_cs == GSEL (GUCODE_SEL, SEL_UPL));
316 if (is64)
322 if (is64)
302 int is64; local
aarch64-tdep.c 3644 aarch64_register (unsigned num, int is64)
3646 return (struct aarch64_register) { num, is64 };
3653 const unsigned rn, int is64,
3667 emit_cb (dsd->insn_buf, is_cbnz, aarch64_register (rn, is64), 8);
3729 const unsigned rt, const int is64,
3744 dsd->insn_count = emit_ldr (dsd->insn_buf, aarch64_register (rt, is64),
  /src/external/gpl3/gdb/dist/gdb/
amd64-fbsd-nat.c 303 int is64;
311 is64 = (regs.r_cs == GSEL (GUCODE_SEL, SEL_UPL));
316 if (is64)
322 if (is64)
302 int is64; local
aarch64-tdep.c 3723 aarch64_register (unsigned num, int is64)
3725 return (struct aarch64_register) { num, is64 };
3732 const unsigned rn, int is64,
3746 emit_cb (dsd->insn_buf, is_cbnz, aarch64_register (rn, is64), 8);
3808 const unsigned rt, const int is64,
3823 dsd->insn_count = emit_ldr (dsd->insn_buf, aarch64_register (rt, is64),
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 1100 aarch64_register (unsigned num, int is64)
1102 return (struct aarch64_register) { num, is64 };
1225 if (rt.is64)
1398 return aarch64_emit_load_store (buf, rt.is64 ? 3 : 2, STR, rt, rn, operand);
1427 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, LDAXR, xzr, rt,
1443 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STXR, rs, rt,
1458 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STLR, xzr, rt,
1470 uint32_t size = ENCODE (rd.is64, 1, 31);
1485 uint32_t size = ENCODE (rd.is64, 1, 31);
1566 uint32_t size = ENCODE (rd.is64, 1, 31)
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 1146 aarch64_register (unsigned num, int is64)
1148 return (struct aarch64_register) { num, is64 };
1271 if (rt.is64)
1444 return aarch64_emit_load_store (buf, rt.is64 ? 3 : 2, STR, rt, rn, operand);
1473 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, LDAXR, xzr, rt,
1489 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STXR, rs, rt,
1504 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STLR, xzr, rt,
1516 uint32_t size = ENCODE (rd.is64, 1, 31);
1531 uint32_t size = ENCODE (rd.is64, 1, 31);
1612 uint32_t size = ENCODE (rd.is64, 1, 31)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Reader.cpp 28 Obj.Is64 = COFFObj.is64();
38 if (COFFObj.is64()) {
  /src/sbin/newfs_lfs/
make_lfs.c 421 bool is64; local
424 is64 = (bitwidth == 64);
442 if (is64) {
447 fs->lfs_is64 = is64;
536 if (!is64) {
560 if (!is64) {
845 if (is64) {
871 if (is64) {
  /src/sys/arch/arm/fdt/
pcihost_fdt.c 297 const bool is64 = (__SHIFTOUT(phys_hi, PHYS_HI_SPACE) == local
342 is64 ? 64 : 32, bus_phys, size, cpu_phys);
347 is64 ? 64 : 32, bus_phys, size, cpu_phys);
  /src/sys/arch/riscv/fdt/
pcihost_fdt.c 279 const bool is64 = (__SHIFTOUT(phys_hi, PHYS_HI_SPACE) == local
324 is64 ? 64 : 32, bus_phys, size, cpu_phys);
329 is64 ? 64 : 32, bus_phys, size, cpu_phys);
  /src/sys/dev/pci/igc/
igc_evcnt.h 166 bool is64; member in struct:igc_mac_counter
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 929 assert(!is64());
934 assert(is64());
1106 bool is64() const { return PE32PlusHeader; } function in class:llvm::object::frame_type::COFFObjectFile
MachO.h 396 bool is64);
411 bool is64,
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 666 is64() ? sizeof(coff_tls_directory64) : sizeof(coff_tls_directory32);
679 if (is64())
1471 AddrIndex * (OwningObject->is64() ? 8 : 4);
1475 if (OwningObject->is64())
MachOObjectFile.cpp 98 bool Is64 = O.is64Bit();
99 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
101 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
3460 ArrayRef<uint8_t> Opcodes, bool is64) {
3463 MachORebaseEntry Start(&Err, O, Opcodes, is64);
3466 MachORebaseEntry Finish(&Err, O, Opcodes, is64);
4119 ArrayRef<uint8_t> Opcodes, bool is64,
4123 MachOBindEntry Start(&Err, O, Opcodes, is64, BKind);
4126 MachOBindEntry Finish(&Err, O, Opcodes, is64, BKind);
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 1288 encode_immediate_bitfield (int is64, uint32_t s, uint32_t r)
1290 return (is64 << 12) | (r << 6) | s;
1299 int is64;
1308 is64 = 1;
1314 is64 = 0;
1350 encode_immediate_bitfield(is64, s | s_mask, r);
1297 int is64; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 1279 encode_immediate_bitfield (int is64, uint32_t s, uint32_t r)
1281 return (is64 << 12) | (r << 6) | s;
1290 int is64;
1299 is64 = 1;
1305 is64 = 0;
1341 encode_immediate_bitfield(is64, s | s_mask, r);
1288 int is64; local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c 1276 encode_immediate_bitfield (int is64, uint32_t s, uint32_t r)
1278 return (is64 << 12) | (r << 6) | s;
1287 int is64;
1296 is64 = 1;
1302 is64 = 0;
1338 encode_immediate_bitfield(is64, s | s_mask, r);
1285 int is64; local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c 1279 encode_immediate_bitfield (int is64, uint32_t s, uint32_t r)
1281 return (is64 << 12) | (r << 6) | s;
1290 int is64;
1299 is64 = 1;
1305 is64 = 0;
1341 encode_immediate_bitfield(is64, s | s_mask, r);
1288 int is64; local

Completed in 77 milliseconds

1 2