Searched refs:E_U32 (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | i860.h | 43 E_MOV = 1, E_ADDR, E_U32, E_AND, E_S32, E_DELAY, XP_ONLY enumerator 190 { "andnot", 0xd4000000, 0x28000000, "i,2,d", E_U32 }, /* andnot #const,isrc2,idest */ 193 { "or", 0xe4000000, 0x18000000, "i,2,d", E_U32 }, /* or #const,isrc2,idest */ 196 { "xor", 0xf4000000, 0x08000000, "i,2,d", E_U32 }, /* xor #const,isrc2,idest */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | i860.h | 43 E_MOV = 1, E_ADDR, E_U32, E_AND, E_S32, E_DELAY, XP_ONLY enumerator 190 { "andnot", 0xd4000000, 0x28000000, "i,2,d", E_U32 }, /* andnot #const,isrc2,idest */ 193 { "or", 0xe4000000, 0x18000000, "i,2,d", E_U32 }, /* or #const,isrc2,idest */ 196 { "xor", 0xf4000000, 0x08000000, "i,2,d", E_U32 }, /* xor #const,isrc2,idest */
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-i860.c | 328 case E_U32: in md_assemble()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-i860.c | 328 case E_U32: in md_assemble()
|