Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dxtensa-modules.c1994 unsigned uimm16x4_0, imm16_0; in Operand_uimm16x4_decode() local
1996 uimm16x4_0 = ((((0xffff)) << 16) | imm16_0) << 2; in Operand_uimm16x4_decode()
1997 *valp = uimm16x4_0; in Operand_uimm16x4_decode()
2004 unsigned imm16_0, uimm16x4_0; in Operand_uimm16x4_encode() local
2005 uimm16x4_0 = *valp; in Operand_uimm16x4_encode()
2006 imm16_0 = (uimm16x4_0 >> 2) & 0xffff; in Operand_uimm16x4_encode()