Searched refs:b_start (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | loongarch-coder.c | 79 int len = 0, width, b_start; in loongarch_decode_imm() local 83 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_decode_imm() 90 t <<= sizeof (t) * 8 - width - b_start; in loongarch_decode_imm() 124 int width, b_start; in loongarch_encode_imm() local 142 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_encode_imm() 148 i = (b_start == 32) ? 0 : (i << b_start); in loongarch_encode_imm()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | loongarch-coder.c | 80 int len = 0, width, b_start; in loongarch_decode_imm() local 84 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_decode_imm() 91 t <<= sizeof (t) * 8 - width - b_start; in loongarch_decode_imm() 125 int width, b_start; in loongarch_encode_imm() local 143 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_encode_imm() 149 i = (b_start == 32) ? 0 : (i << b_start); in loongarch_encode_imm()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9769 = gcc_jit_block_end_with_extended_asm_goto (b_start, NULL, 15344 = (b_start.end_with_extended_asm_goto (asm_template,
|