Lines Matching defs:i32

219   if (/<?{ ?[^}]* ?}>?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
223 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
246 '%i32': 4,
567 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
570 if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
575 case 'i32': HEAP32[((ptr)>>2)]=value; break;
586 if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
591 case 'i32': return HEAP32[((ptr)>>2)];
671 if (type == 'i64') type = 'i32'; // special case: we have one i32 here, and one i32 later
995 var _stdin=allocate(1, "i32*", ALLOC_STATIC);
996 var _stdout=allocate(1, "i32*", ALLOC_STATIC);
997 var _stderr=allocate(1, "i32*", ALLOC_STATIC);
998 var __impure_ptr=allocate(1, "i32*", ALLOC_STATIC);var FS={currentPath:"/",nextInode:2,streams:[null],ignorePermissions:true,createFileHandle:function (stream, fd) {
1578 type = 'i32'; // varargs are always i32, i64, or double
1624 width = getNextArg('i32');
1642 precision = getNextArg('i32');
1664 argSize = 1; // char (actually i32 in varargs)
1666 argSize = 2; // short (actually i32 in varargs)
1908 var ptr = getNextArg('i32*');
2622 var ret = _open(filename, flags, allocate([0x1FF, 0, 0, 0], 'i32', ALLOC_STACK)); // All creation permissions.
2643 var _environ=allocate(1, "i32*", ALLOC_STATIC);var ___environ=_environ;function ___buildEnvironment(env) {
3189 var __tzname=allocate(8, "i32*", ALLOC_STATIC);
3190 var __daylight=allocate(1, "i32*", ALLOC_STATIC);
3191 var __timezone=allocate(1, "i32*", ALLOC_STATIC);function _tzset() {
3322 // %struct.timeval = type { i32, i32 }
3710 // var indexes = Runtime.calculateStructAlignment({ fields: ['i32', 'i32'] });
4558 argv = allocate(argv, 'i32', ALLOC_NORMAL);