Home
last modified time | relevance | path

Searched defs:imm7 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/arm64/arm64/
H A Ddisasm.c1777 OP5FUNC(op_ldnp, sf, imm7, Rt2, Rn, Rt) in OP5FUNC() argument
1793 OP5FUNC(op_ldp_postidx, sf, imm7, Rt2, Rn, Rt) in OP5FUNC() argument
1802 OP5FUNC(op_ldp_preidx, sf, imm7, Rt2, Rn, Rt) in OP5FUNC() argument
1811 OP5FUNC(op_ldp_signed, sf, imm7, Rt2, Rn, Rt) in OP5FUNC() argument
1827 OP4FUNC(op_ldpsw_postidx, imm7, Rt2, Rn, Rt) in OP4FUNC() argument
1836 OP4FUNC(op_ldpsw_preidx, imm7, Rt2, Rn, Rt) in OP4FUNC() argument
1845 OP4FUNC(op_ldpsw_signed, imm7, Rt2, Rn, Rt) in OP4FUNC() argument
2780 OP5FUNC(op_stnp, sf, imm7, Rt2, Rn, Rt) argument
2796 OP5FUNC(op_stp_postidx, sf, imm7, Rt2, Rn, Rt) argument
2805 OP5FUNC(op_stp_preidx, sf, imm7, Rt2, Rn, Rt) argument
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h361 const uint32_t imm7 = bits(opcode, 6, 0); in ThumbImm7Scaled() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp698 uint32_t imm7 = Bits32(opcode, 21, 15); in EmulateLDPSTP() local
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp344 uint16_t imm7 = extractBits(val, 7, 7) << 6; in relocate() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-parse.y215 #define imm7(x) EXPR_VALUE (x) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c606 #define imm7(x) EXPR_VALUE (x) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c393 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro