Home
last modified time | relevance | path

Searched refs:ZeroExtend (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/aarch64/aarch64/
H A Ddb_trace.c199 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) in ZeroExtend() function
315 ZeroExtend(12, (insn >> 10) & 0xfff, 1);
336 alloc_by_Xn_kvalue = ZeroExtend(16,
363 ZeroExtend(16, (insn >> 5) & 0xffff, 1);
376 ~ZeroExtend(16, (insn >> 5) & 0xffff, 1);
443 ZeroExtend(12, (insn >> 10) & 0xfff, 8);
H A Ddisasm.c657 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) in ZeroExtend() function
1043 ZeroExtend(12, imm12, 1), in addsub_imm_common()
1050 ZeroExtend(12, imm12, 1), in addsub_imm_common()
1124 ZeroExtend(12, imm12, 1), in OP5FUNC()
1949 ZeroExtend(12, imm12, (size == 0) ? 4 : 8)); in OP4FUNC()
1992 ZeroExtend(12, imm12, 1)); in OP3FUNC()
2027 ZeroExtend(12, imm12, 2)); in OP3FUNC()
2062 ZeroExtend(12, imm12, 1)); in OP4FUNC()
2097 ZeroExtend(12, imm12, 2)); in OP4FUNC()
2133 ZeroExtend(12, imm12, 4)); in OP3FUNC()
[all …]