OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pair_op
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
mips-dis.c
1521
const struct mips_reg_pair_operand *
pair_op
;
1523
pair_op
= (const struct mips_reg_pair_operand *) operand;
1524
print_reg (info, opcode,
pair_op
->reg_type,
1525
pair_op
->reg1_map[uval]);
1527
print_reg (info, opcode,
pair_op
->reg_type,
1528
pair_op
->reg2_map[uval]);
1518
const struct mips_reg_
pair_op
erand *
pair_op
;
local
/src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c
1521
const struct mips_reg_pair_operand *
pair_op
;
1523
pair_op
= (const struct mips_reg_pair_operand *) operand;
1524
print_reg (info, opcode,
pair_op
->reg_type,
1525
pair_op
->reg1_map[uval]);
1527
print_reg (info, opcode,
pair_op
->reg_type,
1528
pair_op
->reg2_map[uval]);
1518
const struct mips_reg_
pair_op
erand *
pair_op
;
local
/src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c
1494
const struct mips_reg_pair_operand *
pair_op
;
1496
pair_op
= (const struct mips_reg_pair_operand *) operand;
1497
print_reg (info, opcode,
pair_op
->reg_type,
1498
pair_op
->reg1_map[uval]);
1500
print_reg (info, opcode,
pair_op
->reg_type,
1501
pair_op
->reg2_map[uval]);
1491
const struct mips_reg_
pair_op
erand *
pair_op
;
local
/src/external/gpl3/gdb/dist/opcodes/
mips-dis.c
1521
const struct mips_reg_pair_operand *
pair_op
;
1523
pair_op
= (const struct mips_reg_pair_operand *) operand;
1524
print_reg (info, opcode,
pair_op
->reg_type,
1525
pair_op
->reg1_map[uval]);
1527
print_reg (info, opcode,
pair_op
->reg_type,
1528
pair_op
->reg2_map[uval]);
1518
const struct mips_reg_
pair_op
erand *
pair_op
;
local
/src/external/gpl3/binutils/dist/gas/config/
tc-mips.c
5006
const struct mips_reg_pair_operand *
pair_op
;
5008
pair_op
= (const struct mips_reg_pair_operand *) operand;
5009
if (!(type_mask & (1 <<
pair_op
->reg_type)))
5012
return (1u <<
pair_op
->reg1_map[uval]) | (1u <<
pair_op
->reg2_map[uval]);
4997
const struct mips_reg_
pair_op
erand *
pair_op
;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c
4697
const struct mips_reg_pair_operand *
pair_op
;
4699
pair_op
= (const struct mips_reg_pair_operand *) operand;
4700
if (!(type_mask & (1 <<
pair_op
->reg_type)))
4703
return (1u <<
pair_op
->reg1_map[uval]) | (1u <<
pair_op
->reg2_map[uval]);
4688
const struct mips_reg_
pair_op
erand *
pair_op
;
local
Completed in 50 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026