OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_inst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
6275
output_inst (struct aarch64_inst *
new_inst
)
6295
if (
new_inst
!= NULL)
6296
fixp->tc_fix_data.inst =
new_inst
;
9632
aarch64_inst *
new_inst
= fixP->tc_fix_data.inst;
9634
if (
new_inst
)
9639
idx = aarch64_operand_index (
new_inst
->opcode->operands, opnd);
9640
new_inst
->operands[idx].skip = 0;
9707
gas_assert (
new_inst
!= NULL);
9708
idx = aarch64_operand_index (
new_inst
->opcode->operands, opnd);
9709
new_inst
->operands[idx].imm.value = value
9622
aarch64_inst *
new_inst
= fixP->tc_fix_data.inst;
local
[
all
...]
tc-arm.c
27426
int op,
new_inst
;
27437
new_inst
= OPCODE_ADD;
27442
new_inst
= OPCODE_SUB;
27447
new_inst
= OPCODE_CMN;
27452
new_inst
= OPCODE_CMP;
27458
new_inst
= OPCODE_MVN;
27463
new_inst
= OPCODE_MOV;
27468
new_inst
= OPCODE_BIC;
27473
new_inst
= OPCODE_AND;
27478
new_inst
= OPCODE_SBC
27417
int op,
new_inst
;
local
27496
unsigned int op,
new_inst
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
6244
output_inst (struct aarch64_inst *
new_inst
)
6264
if (
new_inst
!= NULL)
6265
fixp->tc_fix_data.inst =
new_inst
;
9532
aarch64_inst *
new_inst
= fixP->tc_fix_data.inst;
9534
if (
new_inst
)
9539
idx = aarch64_operand_index (
new_inst
->opcode->operands, opnd);
9540
new_inst
->operands[idx].skip = 0;
9607
gas_assert (
new_inst
!= NULL);
9608
idx = aarch64_operand_index (
new_inst
->opcode->operands, opnd);
9609
new_inst
->operands[idx].imm.value = value
9522
aarch64_inst *
new_inst
= fixP->tc_fix_data.inst;
local
[
all
...]
tc-arm.c
27429
int op,
new_inst
;
27440
new_inst
= OPCODE_ADD;
27445
new_inst
= OPCODE_SUB;
27450
new_inst
= OPCODE_CMN;
27455
new_inst
= OPCODE_CMP;
27461
new_inst
= OPCODE_MVN;
27466
new_inst
= OPCODE_MOV;
27471
new_inst
= OPCODE_BIC;
27476
new_inst
= OPCODE_AND;
27481
new_inst
= OPCODE_SBC
27420
int op,
new_inst
;
local
27499
unsigned int op,
new_inst
;
local
[
all
...]
Completed in 130 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026