| /src/external/gpl3/binutils/dist/include/opcode/ |
| wasm.h | 56 WASM_OPCODE (0x28, "i32.load", i32, i32, load, agnostic) 57 WASM_OPCODE (0x29, "i64.load", i32, i64, load, agnostic) 58 WASM_OPCODE (0x2a, "f32.load", i32, f32, load, agnostic) 59 WASM_OPCODE (0x2b, "f64.load", i32, f64, load, agnostic) 60 WASM_OPCODE (0x2c, "i32.load8_s", i32, i32, load, signed) 61 WASM_OPCODE (0x2d, "i32.load8_u", i32, i32, load, unsigned [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| wasm.h | 56 WASM_OPCODE (0x28, "i32.load", i32, i32, load, agnostic) 57 WASM_OPCODE (0x29, "i64.load", i32, i64, load, agnostic) 58 WASM_OPCODE (0x2a, "f32.load", i32, f32, load, agnostic) 59 WASM_OPCODE (0x2b, "f64.load", i32, f64, load, agnostic) 60 WASM_OPCODE (0x2c, "i32.load8_s", i32, i32, load, signed) 61 WASM_OPCODE (0x2d, "i32.load8_u", i32, i32, load, unsigned [all...] |
| /src/external/gpl3/gdb/dist/include/opcode/ |
| wasm.h | 56 WASM_OPCODE (0x28, "i32.load", i32, i32, load, agnostic) 57 WASM_OPCODE (0x29, "i64.load", i32, i64, load, agnostic) 58 WASM_OPCODE (0x2a, "f32.load", i32, f32, load, agnostic) 59 WASM_OPCODE (0x2b, "f64.load", i32, f64, load, agnostic) 60 WASM_OPCODE (0x2c, "i32.load8_s", i32, i32, load, signed) 61 WASM_OPCODE (0x2d, "i32.load8_u", i32, i32, load, unsigned [all...] |
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| wasm.h | 56 WASM_OPCODE (0x28, "i32.load", i32, i32, load, agnostic) 57 WASM_OPCODE (0x29, "i64.load", i32, i64, load, agnostic) 58 WASM_OPCODE (0x2a, "f32.load", i32, f32, load, agnostic) 59 WASM_OPCODE (0x2b, "f64.load", i32, f64, load, agnostic) 60 WASM_OPCODE (0x2c, "i32.load8_s", i32, i32, load, signed) 61 WASM_OPCODE (0x2d, "i32.load8_u", i32, i32, load, unsigned [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_systrace_args.c | 39 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 48 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 56 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 73 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */ 75 uarg[3] = (intptr_t) SCARG(p, rusage).i32; /* netbsd32_rusage50p_t */ 82 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 90 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 91 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp */ 98 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 105 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp * [all...] |
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_systrace_args.c | 36 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 45 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 53 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 70 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */ 78 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 86 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 87 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp */ 94 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 101 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 102 uarg[1] = (intptr_t) SCARG(p, argp).i32; /* netbsd32_charpp * [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| XCoreISelDAGToDAG.cpp | 48 /// i32. 50 return CurDAG->getTargetConstant(Imm, dl, MVT::i32); 91 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32); 92 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 101 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32); 103 MVT::i32); 120 Reg = CurDAG->getRegister(XCore::CP, MVT::i32); 123 Reg = CurDAG->getRegister(XCore::DP, MVT::i32); 143 MVT::i32, MskSize)); 150 SDNode *node = CurDAG->getMachineNode(XCore::LDWCP_lru6, dl, MVT::i32, [all...] |
| XCoreISelLowering.cpp | 77 addRegisterClass(MVT::i32, &XCore::GRRegsRegClass); 86 // Use i32 for setcc operations results (slt, sgt, ...). 91 setOperationAction(ISD::BR_CC, MVT::i32, Expand); 92 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); 97 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); 98 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Custom); 99 setOperationAction(ISD::MULHS, MVT::i32, Expand); 100 setOperationAction(ISD::MULHU, MVT::i32, Expand); 101 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); 102 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand) [all...] |
| /src/sys/arch/riscv/include/ |
| netbsd32_machdep.h | 44 typedef struct { NETBSD32_POINTER_TYPE i32; } netbsd32_pointer_t; member in struct:__anon1840
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_systrace_args.c | 36 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 45 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 53 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 70 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */ 78 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 86 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 87 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp */ 94 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 101 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 102 uarg[1] = (intptr_t) SCARG(p, argp).i32; /* netbsd32_charpp * [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblySelectionDAGInfo.cpp | 29 SDValue MemIdx = DAG.getConstant(0, DL, MVT::i32); 30 auto LenMVT = ST.hasAddr64() ? MVT::i64 : MVT::i32; 53 SDValue MemIdx = DAG.getConstant(0, DL, MVT::i32); 54 auto LenMVT = ST.hasAddr64() ? MVT::i64 : MVT::i32; 57 Dst, DAG.getAnyExtOrTrunc(Val, DL, MVT::i32),
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| LanaiISelLowering.cpp | 77 addRegisterClass(MVT::i32, &Lanai::GPRRegClass); 85 setOperationAction(ISD::BR_CC, MVT::i32, Custom); 88 setOperationAction(ISD::SETCC, MVT::i32, Custom); 89 setOperationAction(ISD::SELECT, MVT::i32, Expand); 90 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom); 92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 93 setOperationAction(ISD::BlockAddress, MVT::i32, Custom); 94 setOperationAction(ISD::JumpTable, MVT::i32, Custom); 95 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); 97 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom) [all...] |
| LanaiISelDAGToDAG.cpp | 84 // getI32Imm - Return a target constant with the specified value, of type i32. 86 return CurDAG->getTargetConstant(Imm, DL, MVT::i32); 133 AluOp = CurDAG->getTargetConstant(LPAC::ADD, DL, MVT::i32); 146 AluOp = CurDAG->getTargetConstant(LPAC::ADD, DL, MVT::i32); 157 Offset = CurDAG->getTargetConstant(0, DL, MVT::i32); 158 AluOp = CurDAG->getTargetConstant(LPAC::ADD, DL, MVT::i32); 170 AluOp = CurDAG->getTargetConstant(LPAC::ADD, DL, MVT::i32); 185 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), DL, MVT::i32); 196 Offset = CurDAG->getTargetConstant(0, DL, MVT::i32); 197 AluOp = CurDAG->getTargetConstant(LPAC::ADD, DL, MVT::i32); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCISelDAGToDAG.cpp | 53 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); 54 Reg = CurDAG->getRegister(ARC::STATUS32, MVT::i32); 79 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 101 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 119 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); 123 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 139 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); 150 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32); 151 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 160 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32); [all...] |
| ARCISelLowering.cpp | 75 addRegisterClass(MVT::i32, &ARC::GPR32RegClass); 84 // Use i32 for setcc operations results (slt, sgt, ...). 89 setOperationAction(Opc, MVT::i32, Expand); 93 setOperationAction(ISD::ADD, MVT::i32, Legal); 94 setOperationAction(ISD::SUB, MVT::i32, Legal); 95 setOperationAction(ISD::AND, MVT::i32, Legal); 96 setOperationAction(ISD::SMAX, MVT::i32, Legal); 97 setOperationAction(ISD::SMIN, MVT::i32, Legal); 100 setOperationAction(ISD::SHL, MVT::i32, Legal); 101 setOperationAction(ISD::SRA, MVT::i32, Legal) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| M68kExpandPseudo.cpp | 87 return TII->ExpandMOVX_RR(MIB, MVT::i32, MVT::i8); 89 return TII->ExpandMOVX_RR(MIB, MVT::i32, MVT::i16); 94 return TII->ExpandMOVSZX_RR(MIB, true, MVT::i32, MVT::i8); 96 return TII->ExpandMOVSZX_RR(MIB, true, MVT::i32, MVT::i16); 101 return TII->ExpandMOVSZX_RR(MIB, false, MVT::i32, MVT::i8); 103 return TII->ExpandMOVSZX_RR(MIB, false, MVT::i32, MVT::i16); 109 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i32, 112 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rj), MVT::i32, 119 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i32, 122 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV16rj), MVT::i32, [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMISelDAGToDAG.cpp | 73 /// getI32Imm - Return a target constant of type i32 with the specified 76 return CurDAG->getTargetConstant(Imm, dl, MVT::i32); 111 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); 112 Reg = CurDAG->getRegister(ARM::CPSR, MVT::i32); 253 /// 2 for long non-rounding variants, vml{a,s}ldav[a][x]: [i16, i32] 254 /// 1 for long rounding variants: vrml{a,s}ldavh[a][x]: [i32] 355 if (N->getOpcode() == ISD::Constant && N->getValueType(0) == MVT::i32) { 468 Srl = CurDAG->getNode(ISD::SRL, SDLoc(Srl), MVT::i32, 471 MVT::i32)); 472 N1 = CurDAG->getNode(ISD::AND, SDLoc(N1), MVT::i32, [all...] |
| ARMSelectionDAGInfo.cpp | 104 // Extend or truncate the argument to be an i32 value for the call. 105 if (Src.getValueType().bitsGT(MVT::i32)) 106 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src); 107 else if (Src.getValueType().bitsLT(MVT::i32)) 108 Src = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Src); 180 DAG.getZExtOrTrunc(Size, dl, MVT::i32)); 199 EVT VT = MVT::i32; 225 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other, MVT::Glue); 234 DAG.getConstant(NumRegs, dl, MVT::i32)); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZSelectionDAGInfo.cpp | 148 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::Other); 172 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg); 173 SDValue SHL = DAG.getNode(ISD::SHL, DL, MVT::i32, IPM, 174 DAG.getConstant(30 - SystemZ::IPM_CC, DL, MVT::i32)); 175 SDValue SRA = DAG.getNode(ISD::SRA, DL, MVT::i32, SHL, 176 DAG.getConstant(30, DL, MVT::i32)); 200 SDVTList VTs = DAG.getVTList(PtrVT, MVT::i32, MVT::Other); 202 Char = DAG.getZExtOrTrunc(Char, DL, MVT::i32); 203 Char = DAG.getNode(ISD::AND, DL, MVT::i32, Char, 204 DAG.getConstant(255, DL, MVT::i32)); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| VEISelDAGToDAG.cpp | 196 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 205 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 210 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 211 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 232 Base = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 233 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 235 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); 248 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 263 Base = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 265 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); [all...] |
| /src/sys/arch/powerpc/include/ |
| netbsd32_machdep.h | 36 typedef struct { NETBSD32_POINTER_TYPE i32; } netbsd32_pointer_t; member in struct:__anon1783
|
| /src/sys/arch/sparc64/include/ |
| netbsd32_machdep.h | 38 typedef struct { NETBSD32_POINTER_TYPE i32; } netbsd32_pointer_t; member in struct:__anon2063
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUISelDAGToDAG.cpp | 88 DAG.getTargetConstant(K, SL, MVT::i32)); 621 return glueCopyToM0(N, CurDAG->getTargetConstant(-1, SDLoc(N), MVT::i32)); 626 glueCopyToM0(N, CurDAG->getTargetConstant(Value, SDLoc(N), MVT::i32)); 634 AMDGPU::S_MOV_B32, DL, MVT::i32, 635 CurDAG->getTargetConstant(Imm & 0xFFFFFFFF, DL, MVT::i32)); 637 CurDAG->getMachineNode(AMDGPU::S_MOV_B32, DL, MVT::i32, 638 CurDAG->getTargetConstant(Imm >> 32, DL, MVT::i32)); 640 CurDAG->getTargetConstant(AMDGPU::SReg_64RegClassID, DL, MVT::i32), 641 SDValue(Lo, 0), CurDAG->getTargetConstant(AMDGPU::sub0, DL, MVT::i32), 642 SDValue(Hi, 0), CurDAG->getTargetConstant(AMDGPU::sub1, DL, MVT::i32)}; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| SparcISelDAGToDAG.cpp | 80 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 100 MVT::i32); 116 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 243 SDValue Sub0 = CurDAG->getTargetExtractSubreg(SP::sub_even, dl, MVT::i32, 245 SDValue Sub1 = CurDAG->getTargetExtractSubreg(SP::sub_odd, dl, MVT::i32, 262 SDValue T0 = CurDAG->getCopyFromReg(Chain, dl, Reg0, MVT::i32, 264 SDValue T1 = CurDAG->getCopyFromReg(Chain, dl, Reg1, MVT::i32, 271 MVT::i32), 273 CurDAG->getTargetConstant(SP::sub_even, dl, MVT::i32), 275 CurDAG->getTargetConstant(SP::sub_odd, dl, MVT::i32), [all...] |
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/ |
| mul_1.asm | 57 C the i00,i16,i32,i48 RAW less apart. The latter apart-scheduling should 92 define(`i00',`%l0') define(`i16',`%l1') define(`i32',`%l2') define(`i48',`%l3') 172 ldx [%sp+2223+16], i32 184 mov i32, %g4 C i32+ now in g4 186 srlx %g4, 32, %o3 C (i32 >> 32) 189 sllx %g4, 16, %o2 C (i32 << 16) 238 ldx [%sp+2223+16], i32 255 mov i32, %g4 C i32+ now in g [all...] |