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

/freebsd-11.0-release/tools/tools/nanobsd/rescue/
H A Dmerge.sh7 I64="/usr/obj/Rescue/rescue_${today}_x64.img"
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmips16-opc.c64 #define I64 INSN_ISA64 macro
237 {"sew", "x", 0xe8d1, 0xf8ff, WR_x|RD_x, 0, I64 },
240 {"zew", "x", 0xe851, 0xf8ff, WR_x|RD_x, 0, I64 },
H A Dmips-opc.c88 #define I64 INSN_ISA64 macro
529 {"dclo", "U,s", 0x70000025, 0xfc0007ff, RD_s|WR_d|WR_t, 0, I64|N55 },
530 {"dclz", "U,s", 0x70000024, 0xfc0007ff, RD_s|WR_d|WR_t, 0, I64|N55 },
584 {"dmfc0", "t,+D", 0x40200000, 0xffe007f8, LCD|WR_t|RD_C0, 0, I64 },
585 {"dmfc0", "t,G,H", 0x40200000, 0xffe007f8, LCD|WR_t|RD_C0, 0, I64 },
589 {"dmtc0", "t,+D", 0x40a00000, 0xffe007f8, COD|RD_t|WR_C0|WR_CC, 0, I64 },
590 {"dmtc0", "t,G,H", 0x40a00000, 0xffe007f8, COD|RD_t|WR_C0|WR_CC, 0, I64 },
1409 {"dmfc2", "t,G,H", 0x48200000, 0xffe007f8, LCD|WR_t|RD_C2, 0, I64 },
1412 {"dmtc2", "t,G,H", 0x48a00000, 0xffe007f8, COD|RD_t|WR_C2|WR_CC, 0, I64 },
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1740 I64, enumerator in enum:AtomicSz
1975 Opc = AtomicOpcTbl[Op][I64];
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c11842 "MOV I64, 0bAAAAAAAABBBB..." which uses OP = 1 despite being MOV not
16037 shl_imm should accept I8 I16 I32 I64,
16088 /* Add/sub take types I8 I16 I32 I64 F32. */
16125 NUF(vsra, 0800110, 3, (RNDQ, oRNDQ, I64), neon_rshift_round_imm),
16126 NUF(vsraq, 0800110, 3, (RNQ, oRNQ, I64), neon_rshift_round_imm),
16127 NUF(vrsra, 0800310, 3, (RNDQ, oRNDQ, I64), neon_rshift_round_imm),
16128 NUF(vrsraq, 0800310, 3, (RNQ, oRNQ, I64), neon_rshift_round_imm),
16132 NUF(vsri, 1800410, 3, (RNDQ, oRNDQ, I64), neon_sri),
16133 NUF(vsriq, 1800410, 3, (RNQ, oRNQ, I64), neon_sri),
16144 /* Right shift narrowing. Types accepted I16 I32 I64
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp6021 llvm::IntegerType *I64 = llvm::IntegerType::get(getVMContext(), 64);
6039 ArgList.push_back(I64);

Completed in 125 milliseconds