Searched refs:ptrIR (Results 1 – 3 of 3) sorted by relevance
224 const ptrIR = target.pointerIR || 'i32';226 ('i32'===ptrIR ? 4227 : ('i64'===ptrIR228 ? 8 : toss("Unhandled ptrSizeof:",ptrIR)));645 if(type.endsWith('*')) type = ptrIR;678 if (type.endsWith('*')) type = ptrIR;701 target.getPtrValue = (ptr)=>target.getMemValue(ptr, ptrIR);1134 const pIr = safePtrSize ? 'i64' : ptrIR;1255 xcv.arg[t+'*'] = xcv.result[t+'*'] = xcv.arg[ptrIR];1279 return v ? xcv.arg[ptrIR](v) : null;[all …]
66 ptrIR = config.ptrIR || 'i32'125 case 'p': case 'P': case 's': return ptrIR;
693 ptrIR: config.wasmPtrIR || "i32", property