| /src/external/gpl3/binutils/dist/opcodes/ |
| bpf-opc.c | 435 bpf_insn_word offset16 = (word >> 32) & 0xffff; local 441 | (offset16 & 0xff) << 40 442 | ((offset16 >> 8) & 0xff) << 32
|
| bpf-dis.c | 257 int16_t offset16 = bpf_extract_offset16 (word, endian); local 262 asm_obase != 10 || offset16 >= 0 ? "+" : ""); 266 (uint16_t) offset16); 269 "%" PRIi16, offset16); local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bpf-opc.c | 435 bpf_insn_word offset16 = (word >> 32) & 0xffff; local 441 | (offset16 & 0xff) << 40 442 | ((offset16 >> 8) & 0xff) << 32
|
| bpf-dis.c | 257 int16_t offset16 = bpf_extract_offset16 (word, endian); local 262 asm_obase != 10 || offset16 >= 0 ? "+" : ""); 266 (uint16_t) offset16); 269 "%" PRIi16, offset16); local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| bpf-opc.c | 435 bpf_insn_word offset16 = (word >> 32) & 0xffff; local 441 | (offset16 & 0xff) << 40 442 | ((offset16 >> 8) & 0xff) << 32
|
| bpf-dis.c | 257 int16_t offset16 = bpf_extract_offset16 (word, endian); local 262 asm_obase != 10 || offset16 >= 0 ? "+" : ""); 266 (uint16_t) offset16); 269 "%" PRIi16, offset16); local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| bpf-opc.c | 435 bpf_insn_word offset16 = (word >> 32) & 0xffff; local 441 | (offset16 & 0xff) << 40 442 | ((offset16 >> 8) & 0xff) << 32
|
| bpf-dis.c | 257 int16_t offset16 = bpf_extract_offset16 (word, endian); local 262 asm_obase != 10 || offset16 >= 0 ? "+" : ""); 266 (uint16_t) offset16); 269 "%" PRIi16, offset16); local
|
| /src/external/gpl3/gdb.old/dist/sim/bpf/ |
| bpf-sim.c | 452 int16_t offset16; 537 insn->offset16 = bpf_extract_offset16 (word, endian); 976 bpf_regs[insn->src] + insn->offset16); 981 bpf_regs[insn->src] + insn->offset16); 986 bpf_regs[insn->src] + insn->offset16); 991 bpf_regs[insn->src] + insn->offset16); 997 bpf_regs[insn->dst] + insn->offset16, 1003 bpf_regs[insn->dst] + insn->offset16, 1009 bpf_regs[insn->dst] + insn->offset16, 1015 bpf_regs[insn->dst] + insn->offset16, 445 int16_t offset16; member in struct:bpf_insn [all...] |
| /src/external/gpl3/gdb/dist/sim/bpf/ |
| bpf-sim.c | 452 int16_t offset16; 537 insn->offset16 = bpf_extract_offset16 (word, endian); 976 bpf_regs[insn->src] + insn->offset16); 981 bpf_regs[insn->src] + insn->offset16); 986 bpf_regs[insn->src] + insn->offset16); 991 bpf_regs[insn->src] + insn->offset16); 997 bpf_regs[insn->dst] + insn->offset16, 1003 bpf_regs[insn->dst] + insn->offset16, 1009 bpf_regs[insn->dst] + insn->offset16, 1015 bpf_regs[insn->dst] + insn->offset16, 445 int16_t offset16; member in struct:bpf_insn [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-bpf.c | 41 expressionS offset16; member in struct:bpf_insn 915 /* offset16 */ 931 /* offset16 */ 972 if (insn->has_offset16 && insn->offset16.X_op == O_constant) 974 int64_t offset = insn->offset16.X_add_number; 979 encode_int16 (insn->offset16.X_add_number, bytes + 2); 1124 switch (insn->offset16.X_op) 1142 size, &insn->offset16, reloc_howto->pc_relative, 1646 exp = parse_expression (s, &insn.offset16);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-bpf.c | 41 expressionS offset16; member in struct:bpf_insn 915 /* offset16 */ 931 /* offset16 */ 972 if (insn->has_offset16 && insn->offset16.X_op == O_constant) 974 int64_t offset = insn->offset16.X_add_number; 979 encode_int16 (insn->offset16.X_add_number, bytes + 2); 1124 switch (insn->offset16.X_op) 1142 size, &insn->offset16, reloc_howto->pc_relative, 1646 exp = parse_expression (s, &insn.offset16);
|