OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QSsize
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
aarch64-asm.c
317
aarch64_insn
QSsize
= 0; /* fields Q:S:size. */
329
QSsize
= info->reglist.index;
334
QSsize
= info->reglist.index << 1;
339
QSsize
= info->reglist.index << 2;
344
QSsize
= info->reglist.index << 3 | 0x1;
350
insert_fields (code,
QSsize
, 0, 3, FLD_vldst_size, FLD_S, FLD_Q);
aarch64-dis.c
593
aarch64_insn
QSsize
; /* fields Q:S:size. */
602
QSsize
= extract_fields (code, 0, 3, FLD_Q, FLD_S, FLD_vldst_size);
608
info->reglist.index =
QSsize
;
611
if (
QSsize
& 0x1)
616
info->reglist.index =
QSsize
>> 1;
619
if ((
QSsize
>> 1) & 0x1)
622
if ((
QSsize
& 0x1) == 0)
626
info->reglist.index =
QSsize
>> 2;
635
info->reglist.index =
QSsize
>> 3;
/src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm.c
319
aarch64_insn
QSsize
= 0; /* fields Q:S:size. */
331
QSsize
= info->reglist.index;
336
QSsize
= info->reglist.index << 1;
341
QSsize
= info->reglist.index << 2;
346
QSsize
= info->reglist.index << 3 | 0x1;
352
insert_fields (code,
QSsize
, 0, 3, FLD_vldst_size, FLD_S, FLD_Q);
aarch64-dis.c
592
aarch64_insn
QSsize
; /* fields Q:S:size. */
601
QSsize
= extract_fields (code, 0, 3, FLD_Q, FLD_S, FLD_vldst_size);
607
info->reglist.index =
QSsize
;
610
if (
QSsize
& 0x1)
615
info->reglist.index =
QSsize
>> 1;
618
if ((
QSsize
>> 1) & 0x1)
621
if ((
QSsize
& 0x1) == 0)
625
info->reglist.index =
QSsize
>> 2;
634
info->reglist.index =
QSsize
>> 3;
/src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm.c
319
aarch64_insn
QSsize
= 0; /* fields Q:S:size. */
331
QSsize
= info->reglist.index;
336
QSsize
= info->reglist.index << 1;
341
QSsize
= info->reglist.index << 2;
346
QSsize
= info->reglist.index << 3 | 0x1;
352
insert_fields (code,
QSsize
, 0, 3, FLD_vldst_size, FLD_S, FLD_Q);
aarch64-dis.c
592
aarch64_insn
QSsize
; /* fields Q:S:size. */
601
QSsize
= extract_fields (code, 0, 3, FLD_Q, FLD_S, FLD_vldst_size);
607
info->reglist.index =
QSsize
;
610
if (
QSsize
& 0x1)
615
info->reglist.index =
QSsize
>> 1;
618
if ((
QSsize
>> 1) & 0x1)
621
if ((
QSsize
& 0x1) == 0)
625
info->reglist.index =
QSsize
>> 2;
634
info->reglist.index =
QSsize
>> 3;
/src/external/gpl3/gdb/dist/opcodes/
aarch64-asm.c
317
aarch64_insn
QSsize
= 0; /* fields Q:S:size. */
329
QSsize
= info->reglist.index;
334
QSsize
= info->reglist.index << 1;
339
QSsize
= info->reglist.index << 2;
344
QSsize
= info->reglist.index << 3 | 0x1;
350
insert_fields (code,
QSsize
, 0, 3, FLD_vldst_size, FLD_S, FLD_Q);
aarch64-dis.c
590
aarch64_insn
QSsize
; /* fields Q:S:size. */
599
QSsize
= extract_fields (code, 0, 3, FLD_Q, FLD_S, FLD_vldst_size);
605
info->reglist.index =
QSsize
;
608
if (
QSsize
& 0x1)
613
info->reglist.index =
QSsize
>> 1;
616
if ((
QSsize
>> 1) & 0x1)
619
if ((
QSsize
& 0x1) == 0)
623
info->reglist.index =
QSsize
>> 2;
632
info->reglist.index =
QSsize
>> 3;
Completed in 42 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026