Searched refs:I32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/isa/
H A Dpnpparse.c45 #define I32(p) (I16(p) + (I16((p)+2) << 16)) macro
278 if (I32(res + 13) == 0) {
291 I32(res + 1),
292 I32(res + 5) + I32(res + 13) - 1,
293 I32(res + 13), I32(res + 9));
295 config->ic_mem[config->ic_nmem].ir_start = I32(res + 1);
297 I32(res + 5) + I32(re
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dmips16-opc.c63 #define I32 INSN_ISA32 macro
228 {"jalrc", "x", 0xe8c0, 0xf8ff, WR_31|RD_x|TRAP, 0, I32 },
229 {"jalrc", "R,x", 0xe8c0, 0xf8ff, WR_31|RD_x|TRAP, 0, I32 },
230 {"jrc", "x", 0xe880, 0xf8ff, RD_x|TRAP, 0, I32 },
231 {"jrc", "R", 0xe8a0, 0xffff, RD_31|TRAP, 0, I32 },
232 {"restore", "M", 0x6400, 0xff80, WR_31|RD_SP|WR_SP|TRAP, 0, I32 },
233 {"save", "m", 0x6480, 0xff80, RD_31|RD_SP|WR_SP|TRAP, 0, I32 },
234 {"sdbbp", "6", 0xe801, 0xf81f, TRAP, 0, I32 },
235 {"seb", "x", 0xe891, 0xf8ff, WR_x|RD_x, 0, I32 },
236 {"seh", "x", 0xe8b1, 0xf8ff, WR_x|RD_x, 0, I32 },
[all...]
H A Dmips-opc.c87 #define I32 INSN_ISA32 macro
179 {"pref", "k,o(b)", 0xcc000000, 0xfc000000, RD_b, 0, I4|I32|G3 },
182 {"ssnop", "", 0x00000040, 0xffffffff, 0, INSN2_ALIAS, I32|N55 }, /* sll */
247 {"bc1f", "N,p", 0x45000000, 0xffe30000, CBD|RD_CC|FP_S, 0, I4|I32 },
249 {"bc1fl", "N,p", 0x45020000, 0xffe30000, CBL|RD_CC|FP_S, 0, I4|I32 },
251 {"bc1t", "N,p", 0x45010000, 0xffe30000, CBD|RD_CC|FP_S, 0, I4|I32 },
253 {"bc1tl", "N,p", 0x45030000, 0xffe30000, CBL|RD_CC|FP_S, 0, I4|I32 },
316 {"c.f.d", "M,S,T", 0x46200030, 0xffe000ff, RD_S|RD_T|WR_CC|FP_D, 0, I4|I32 },
318 {"c.f.s", "M,S,T", 0x46000030, 0xffe000ff, RD_S|RD_T|WR_CC|FP_S, 0, I4|I32 },
322 {"c.un.d", "M,S,T", 0x46200031, 0xffe000ff, RD_S|RD_T|WR_CC|FP_D, 0, I4|I32 },
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp439 Type *I32 = Type::getInt32Ty(BB->getContext()); local
441 Constant *CI = ConstantInt::get(I32, Ran->Rand() % (Width*2));
444 CI = UndefValue::get(I32);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c15166 TCE(ssat, 6a00010, f3000000, 4, (RRnpc, I32, RRnpc, oSHllar),ssat, t_ssat),
15284 TCE(bfc, 7c0001f, f36f0000, 3, (RRnpc, I31, I32), bfc, t_bfc),
15285 TCE(bfi, 7c00010, f3600000, 4, (RRnpc, RRnpc_I0, I31, I32), bfi, t_bfi),
15286 TCE(sbfx, 7a00050, f3400000, 4, (RR, RR, I31, I32), bfx, t_bfx),
15287 TCE(ubfx, 7e00050, f3c00000, 4, (RR, RR, I31, I32), bfx, t_bfx),
15973 shl_imm should accept I8 I16 I32 I64,
16014 /* Comparison. Type I8 I16 I32 F32. */
16024 /* Add/sub take types I8 I16 I32 I64 F32. */
16030 /* VMUL takes I8 I16 I32 F32 P8. */
16080 /* Right shift narrowing. Types accepted I16 I32 I6
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1532 I32, enumerator in enum:AtomicSz
1752 Opc = AtomicOpcTbl[Op][I32];

Completed in 483 milliseconds