OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_try
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c
1066
const struct h8_instruction *
this_try
= instruction;
local
1076
return
this_try
;
1086
this_try
= instruction++;
1087
this_size =
this_try
->opcode->how & SN;
1089
if (
this_try
->noperands != noperands)
1091
else if (
this_try
->noperands > 0)
1095
for (i = 0; i <
this_try
->noperands && found; i++)
1097
op_type op =
this_try
->opcode->args.nib[i];
1206
if (OP_KIND (
this_try
->opcode->how) == O_MOVSD
1207
|| OP_KIND (
this_try
->opcode->how) == O_BSRB
[
all
...]
tc-z8k.c
860
opcode_entry_type *
this_try
= opcode;
local
870
this_try
= opcode++;
875
if (((mode & CLASS_MASK) == CLASS_IR) && ((
this_try
->arg_info[i] & CLASS_MASK) == CLASS_IRO))
880
if ((mode & CLASS_MASK) != (
this_try
->arg_info[i] & CLASS_MASK))
885
if (mode == CLASS_DA &&
this_try
->arg_info[i] == CLASS_DISP)
890
else if (mode == CLASS_BA &&
this_try
->arg_info[i])
896
else if (
this_try
->arg_info[i] & CLASS_PR)
919
reg[
this_try
->arg_info[i] & ARG_MASK] = operands[i].reg;
925
reg[
this_try
->arg_info[i] & ARG_MASK] = operands[i].reg;
937
reg[
this_try
->arg_info[i] & ARG_MASK] = operands[i].reg
[
all
...]
tc-sh.c
1270
sh_opcode_info *
this_try
= opcode;
1276
this_try
= opcode++;
1277
if ((
this_try
->name != name) && (strcmp (
this_try
->name, name) != 0))
1288
for (n = 0;
this_try
->arg[n]; n++)
1291
sh_arg_type arg =
this_try
->arg[n];
1795
switch (
this_try
->nibbles[opf])
1817
if ( !SH_MERGE_ARCH_SET_VALID (valid_arch,
this_try
->arch))
1819
valid_arch = SH_MERGE_ARCH_SET (valid_arch,
this_try
->arch);
1820
return
this_try
;
1268
sh_opcode_info *
this_try
= opcode;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c
1066
const struct h8_instruction *
this_try
= instruction;
local
1076
return
this_try
;
1086
this_try
= instruction++;
1087
this_size =
this_try
->opcode->how & SN;
1089
if (
this_try
->noperands != noperands)
1091
else if (
this_try
->noperands > 0)
1095
for (i = 0; i <
this_try
->noperands && found; i++)
1097
op_type op =
this_try
->opcode->args.nib[i];
1206
if (OP_KIND (
this_try
->opcode->how) == O_MOVSD
1207
|| OP_KIND (
this_try
->opcode->how) == O_BSRB
[
all
...]
tc-z8k.c
860
opcode_entry_type *
this_try
= opcode;
local
870
this_try
= opcode++;
875
if (((mode & CLASS_MASK) == CLASS_IR) && ((
this_try
->arg_info[i] & CLASS_MASK) == CLASS_IRO))
880
if ((mode & CLASS_MASK) != (
this_try
->arg_info[i] & CLASS_MASK))
885
if (mode == CLASS_DA &&
this_try
->arg_info[i] == CLASS_DISP)
890
else if (mode == CLASS_BA &&
this_try
->arg_info[i])
896
else if (
this_try
->arg_info[i] & CLASS_PR)
919
reg[
this_try
->arg_info[i] & ARG_MASK] = operands[i].reg;
925
reg[
this_try
->arg_info[i] & ARG_MASK] = operands[i].reg;
937
reg[
this_try
->arg_info[i] & ARG_MASK] = operands[i].reg
[
all
...]
tc-sh.c
1270
sh_opcode_info *
this_try
= opcode;
1276
this_try
= opcode++;
1277
if ((
this_try
->name != name) && (strcmp (
this_try
->name, name) != 0))
1288
for (n = 0;
this_try
->arg[n]; n++)
1291
sh_arg_type arg =
this_try
->arg[n];
1795
switch (
this_try
->nibbles[opf])
1817
if ( !SH_MERGE_ARCH_SET_VALID (valid_arch,
this_try
->arch))
1819
valid_arch = SH_MERGE_ARCH_SET (valid_arch,
this_try
->arch);
1820
return
this_try
;
1268
sh_opcode_info *
this_try
= opcode;
local
[
all
...]
Completed in 82 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026