OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aarch64_operands
(Results
1 - 7
of
7
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.h
130
extern const aarch64_operand
aarch64_operands
[];
187
return
aarch64_operands
+ code;
aarch64-asm-2.c
353
int key = self -
aarch64_operands
;
aarch64-opc-2.c
25
const struct aarch64_operand
aarch64_operands
[] =
variable in typeref:struct:aarch64_operand
aarch64-opc.c
208
return
aarch64_operands
[type].op_class;
214
return
aarch64_operands
[type].name;
222
return
aarch64_operands
[type].desc;
429
&& operand_maybe_stack_pointer (
aarch64_operands
+ operand->type)
439
&& !operand_maybe_stack_pointer (
aarch64_operands
+ operand->type)
463
&& operand_maybe_stack_pointer (
aarch64_operands
+ operand->type))
468
&& operand_maybe_stack_pointer (
aarch64_operands
+ operand->type))
[
all
...]
aarch64-asm.c
[
all
...]
aarch64-dis-2.c
[
all
...]
aarch64-dis.c
[
all
...]
Completed in 57 milliseconds