OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ld1r
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm.c
195
int
is_ld1r
= get_opcode_dependent_value (inst->opcode) == 1;
local
201
if (
is_ld1r
&& info->reglist.num_regs == 2)
[
all
...]
aarch64-dis.c
941
int
is_ld1r
= get_opcode_dependent_value (inst->opcode) == 1;
951
info->addr.offset.imm = (
is_ld1r
? 1
939
int
is_ld1r
= get_opcode_dependent_value (inst->opcode) == 1;
local
[
all
...]
aarch64-opc.c
1410
int
is_ld1r
= get_opcode_dependent_value (opcode) == 1;
local
[
all
...]
Completed in 64 milliseconds