Home
last modified time | relevance | path

Searched refs:is64 (Results 1 – 25 of 1363) sorted by relevance

12345678910>>...55

/dports/sysutils/deltarpm/deltarpm-3.6/
H A Dprelink.c29 elf64(unsigned char *buf, int le, int is64) in elf64() argument
31 if (is64) in elf64()
46 int le, is64; in is_prelinked() local
58 is64 = buf[4] == 2; in is_prelinked()
60 if (is64 && l < 0x40) in is_prelinked()
62 soff = elf64(is64 ? buf + 40 : buf + 32, le, is64); in is_prelinked()
65 ssiz = elf16(buf + (is64 ? 0x40 - 6 : 0x34 - 6), le); in is_prelinked()
66 if (ssiz < (is64 ? 64 : 40) || ssiz >= 32768) in is_prelinked()
68 snum = elf16(buf + (is64 ? 0x40 - 4 : 0x34 - 4), le); in is_prelinked()
86 soff = elf64(is64 ? strsect + 24 : strsect + 16, le, is64); in is_prelinked()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/net/
H A Dbpf_jit_comp.c85 emit(A64_MOVK(is64, reg, lo, 0), ctx); in emit_a64_mov_i()
88 emit(A64_MOVZ(is64, reg, lo, 0), ctx); in emit_a64_mov_i()
90 emit(A64_MOVK(is64, reg, hi, 16), ctx); in emit_a64_mov_i()
461 emit(A64_MOV(is64, dst, src), ctx); in build_insn()
517 emit(A64_NEG(is64, dst, dst), ctx); in build_insn()
562 emit_a64_mov_i(is64, dst, imm, ctx); in build_insn()
619 emit_a64_mov_i(is64, tmp, imm, ctx); in build_insn()
624 emit_a64_mov_i(is64, tmp, imm, ctx); in build_insn()
673 emit(A64_CMP(is64, dst, src), ctx); in build_insn()
716 emit(A64_TST(is64, dst, src), ctx); in build_insn()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/net/
H A Dbpf_jit_comp.c85 emit(A64_MOVK(is64, reg, lo, 0), ctx); in emit_a64_mov_i()
88 emit(A64_MOVZ(is64, reg, lo, 0), ctx); in emit_a64_mov_i()
90 emit(A64_MOVK(is64, reg, hi, 16), ctx); in emit_a64_mov_i()
461 emit(A64_MOV(is64, dst, src), ctx); in build_insn()
517 emit(A64_NEG(is64, dst, dst), ctx); in build_insn()
562 emit_a64_mov_i(is64, dst, imm, ctx); in build_insn()
619 emit_a64_mov_i(is64, tmp, imm, ctx); in build_insn()
624 emit_a64_mov_i(is64, tmp, imm, ctx); in build_insn()
673 emit(A64_CMP(is64, dst, src), ctx); in build_insn()
716 emit(A64_TST(is64, dst, src), ctx); in build_insn()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/net/
H A Dbpf_jit_comp.c85 emit(A64_MOVK(is64, reg, lo, 0), ctx); in emit_a64_mov_i()
88 emit(A64_MOVZ(is64, reg, lo, 0), ctx); in emit_a64_mov_i()
90 emit(A64_MOVK(is64, reg, hi, 16), ctx); in emit_a64_mov_i()
461 emit(A64_MOV(is64, dst, src), ctx); in build_insn()
517 emit(A64_NEG(is64, dst, dst), ctx); in build_insn()
562 emit_a64_mov_i(is64, dst, imm, ctx); in build_insn()
619 emit_a64_mov_i(is64, tmp, imm, ctx); in build_insn()
624 emit_a64_mov_i(is64, tmp, imm, ctx); in build_insn()
673 emit(A64_CMP(is64, dst, src), ctx); in build_insn()
716 emit(A64_TST(is64, dst, src), ctx); in build_insn()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/arch/
H A Daarch64-insn.c157 aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64, int *is_cbnz, in aarch64_decode_cb() argument
165 *is64 = (insn >> 31) & 0x1; in aarch64_decode_cb()
231 int *is64, unsigned *rt, int32_t *offset) in aarch64_decode_ldr_literal() argument
242 *is64 = 1; in aarch64_decode_ldr_literal()
245 *is64 = (insn >> 30) & 0x1; in aarch64_decode_ldr_literal()
254 *is64 ? "x" : "w", *rt); in aarch64_decode_ldr_literal()
279 int is64; in aarch64_relocate_instruction() local
295 else if (aarch64_decode_cb (data->insn_addr, insn, &is64, &is_cbnz, &rn, in aarch64_relocate_instruction()
297 visitor->cb (offset, is_cbnz, rn, is64, data); in aarch64_relocate_instruction()
303 else if (aarch64_decode_ldr_literal (data->insn_addr, insn, &is_sw, &is64, in aarch64_relocate_instruction()
[all …]
H A Daarch64-insn.h147 int is64; member
189 int aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64,
196 int *is64, unsigned *rt, int32_t *offset);
220 const unsigned rn, int is64,
234 const unsigned rt, const int is64,
289 | ENCODE (rt.is64, 1, 31) /* sf */ \
305 aarch64_emit_load_store (buf, rt.is64 ? 3 : 2, LDR, rt, rn, operand)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/net/
H A Dbpf_jit_comp64.c466 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
474 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
479 if (is64) in bpf_jit_emit_insn()
484 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
490 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
496 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
712 if (is64) in bpf_jit_emit_insn()
722 if (is64) in bpf_jit_emit_insn()
763 if (!is64) { in bpf_jit_emit_insn()
816 if (!is64) { in bpf_jit_emit_insn()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/net/
H A Dbpf_jit_comp64.c466 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
474 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
479 if (is64) in bpf_jit_emit_insn()
484 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
490 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
496 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
712 if (is64) in bpf_jit_emit_insn()
722 if (is64) in bpf_jit_emit_insn()
763 if (!is64) { in bpf_jit_emit_insn()
816 if (!is64) { in bpf_jit_emit_insn()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/net/
H A Dbpf_jit_comp64.c466 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
474 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
479 if (is64) in bpf_jit_emit_insn()
484 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
490 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
496 if (!is64 && !aux->verifier_zext) in bpf_jit_emit_insn()
712 if (is64) in bpf_jit_emit_insn()
722 if (is64) in bpf_jit_emit_insn()
763 if (!is64) { in bpf_jit_emit_insn()
816 if (!is64) { in bpf_jit_emit_insn()
[all …]
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/elf/
H A Delfrelocationentry.cpp52 if (is64()) { in offset()
68 if (is64()) { in symbolIndex()
84 if (is64()) { in type()
101 if (is64()) { in addend()
120 bool ElfRelocationEntry::is64() const in is64() function in ElfRelocationEntry
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
67 n, u.is64 = b.unitLength()
81 if u.is64 {
103 if u.is64 { // type offset
/dports/lang/gcc10/gcc-10.3.0/libgo/go/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
64 n, u.is64 = b.unitLength()
77 if u.is64 {
99 if u.is64 { // type offset
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
67 n, u.is64 = b.unitLength()
81 if u.is64 {
103 if u.is64 { // type offset
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
64 n, u.is64 = b.unitLength()
77 if u.is64 {
99 if u.is64 { // type offset
/dports/lang/gcc11/gcc-11.2.0/libgo/go/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
64 n, u.is64 = b.unitLength()
77 if u.is64 {
99 if u.is64 { // type offset
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
64 n, u.is64 = b.unitLength()
77 if u.is64 {
99 if u.is64 { // type offset
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
64 n, u.is64 = b.unitLength()
77 if u.is64 {
99 if u.is64 { // type offset
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
64 n, u.is64 = b.unitLength()
77 if u.is64 {
99 if u.is64 { // type offset
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/debug/dwarf/
H A Dunit.go23 is64 bool // True for 64-bit DWARF format member
33 return u.is64, true
64 n, u.is64 = b.unitLength()
77 if u.is64 {
99 if u.is64 { // type offset
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td17 class WebAssemblyInst<bits<32> inst, string asmstr, string stack, string is64>
22 string IsWasm64 = is64;
34 string asmstr = "", bits<32> inst = -1, string is64 = "false">
35 : WebAssemblyInst<inst, asmstr, stack, is64> {
57 bits<32> inst = -1, string is64 = "false"> {
59 def "" : NI<oops_r, iops_r, pattern_r, "false", asmstr_r, inst, is64>;
61 def _S : NI<oops_s, iops_s, [], "true", asmstr_s, inst, is64>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td17 class WebAssemblyInst<bits<32> inst, string asmstr, string stack, string is64>
22 string IsWasm64 = is64;
34 string asmstr = "", bits<32> inst = -1, string is64 = "false">
35 : WebAssemblyInst<inst, asmstr, stack, is64> {
57 bits<32> inst = -1, string is64 = "false"> {
59 def "" : NI<oops_r, iops_r, pattern_r, "false", asmstr_r, inst, is64>;
61 def _S : NI<oops_s, iops_s, [], "true", asmstr_s, inst, is64>;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td17 class WebAssemblyInst<bits<32> inst, string asmstr, string stack, string is64>
22 string IsWasm64 = is64;
34 string asmstr = "", bits<32> inst = -1, string is64 = "false">
35 : WebAssemblyInst<inst, asmstr, stack, is64> {
57 bits<32> inst = -1, string is64 = "false"> {
59 def "" : NI<oops_r, iops_r, pattern_r, "false", asmstr_r, inst, is64>;
61 def _S : NI<oops_s, iops_s, [], "true", asmstr_s, inst, is64>;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td17 class WebAssemblyInst<bits<32> inst, string asmstr, string stack, string is64>
22 string IsWasm64 = is64;
34 string asmstr = "", bits<32> inst = -1, string is64 = "false">
35 : WebAssemblyInst<inst, asmstr, stack, is64> {
57 bits<32> inst = -1, string is64 = "false"> {
59 def "" : NI<oops_r, iops_r, pattern_r, "false", asmstr_r, inst, is64>;
61 def _S : NI<oops_s, iops_s, [], "true", asmstr_s, inst, is64>;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td17 class WebAssemblyInst<bits<32> inst, string asmstr, string stack, string is64>
22 string IsWasm64 = is64;
34 string asmstr = "", bits<32> inst = -1, string is64 = "false">
35 : WebAssemblyInst<inst, asmstr, stack, is64> {
57 bits<32> inst = -1, string is64 = "false"> {
59 def "" : NI<oops_r, iops_r, pattern_r, "false", asmstr_r, inst, is64>;
61 def _S : NI<oops_s, iops_s, [], "true", asmstr_s, inst, is64>;
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td17 class WebAssemblyInst<bits<32> inst, string asmstr, string stack, string is64>
22 string IsWasm64 = is64;
34 string asmstr = "", bits<32> inst = -1, string is64 = "false">
35 : WebAssemblyInst<inst, asmstr, stack, is64> {
57 bits<32> inst = -1, string is64 = "false"> {
59 def "" : NI<oops_r, iops_r, pattern_r, "false", asmstr_r, inst, is64>;
61 def _S : NI<oops_s, iops_s, [], "true", asmstr_s, inst, is64>;

12345678910>>...55