OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addsub_imm
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
addsub.s
22
// TODO: also cover the
addsub_imm
instructions.
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-tbl.h
1251
{"add", 0x11000000, 0x7f000000,
addsub_imm
, OP_ADD, CORE, OP3 (Rd_SP, Rn_SP, AIMM), QL_R2NIL, F_HAS_ALIAS | F_SF},
1252
{"mov", 0x11000000, 0x7ffffc00,
addsub_imm
, 0, CORE, OP2 (Rd_SP, Rn_SP), QL_I2SP, F_ALIAS | F_SF},
1253
{"adds", 0x31000000, 0x7f000000,
addsub_imm
, 0, CORE, OP3 (Rd, Rn_SP, AIMM), QL_R2NIL, F_HAS_ALIAS | F_SF},
1254
{"cmn", 0x3100001f, 0x7f00001f,
addsub_imm
, 0, CORE, OP2 (Rn_SP, AIMM), QL_R1NIL, F_ALIAS | F_SF},
1255
{"sub", 0x51000000, 0x7f000000,
addsub_imm
, 0, CORE, OP3 (Rd_SP, Rn_SP, AIMM), QL_R2NIL, F_SF},
1256
{"subs", 0x71000000, 0x7f000000,
addsub_imm
, 0, CORE, OP3 (Rd, Rn_SP, AIMM), QL_R2NIL, F_HAS_ALIAS | F_SF},
1257
{"cmp", 0x7100001f, 0x7f00001f,
addsub_imm
, 0, CORE, OP2 (Rn_SP, AIMM), QL_R1NIL, F_ALIAS | F_SF},
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
aarch64.h
283
addsub_imm
,
282
addsub_imm
,
enumerator in enum:aarch64_insn_class
Completed in 72 milliseconds