• Home
  • Raw
  • Download

Lines Matching refs:BUILD

152 #define BUILD(func, ...) \  macro
744 BUILD(Throw, value.node); in DecodeFunctionBody()
796 BUILD(Catch, c->try_info->exception, position()); in DecodeFunctionBody()
821 BUILD(BranchNoHint, cond.node, &if_true, &if_false); in DecodeFunctionBody()
950 BUILD(BranchNoHint, cond.node, &tenv->control, &fenv->control); in DecodeFunctionBody()
968 TFNode* sw = BUILD(Switch, operand.table_count + 1, key.node); in DecodeFunctionBody()
983 ? BUILD(IfDefault, sw) in DecodeFunctionBody()
984 : BUILD(IfValue, i, sw); in DecodeFunctionBody()
1030 BUILD(Unreachable, position()); in DecodeFunctionBody()
1036 Push(kWasmI32, BUILD(Int32Constant, operand.value)); in DecodeFunctionBody()
1042 Push(kWasmI64, BUILD(Int64Constant, operand.value)); in DecodeFunctionBody()
1048 Push(kWasmF32, BUILD(Float32Constant, operand.value)); in DecodeFunctionBody()
1054 Push(kWasmF64, BUILD(Float64Constant, operand.value)); in DecodeFunctionBody()
1096 Push(operand.type, BUILD(GetGlobal, operand.index)); in DecodeFunctionBody()
1106 BUILD(SetGlobal, operand.index, val.node); in DecodeFunctionBody()
1190 Push(kWasmI32, BUILD(GrowMemory, val.node)); in DecodeFunctionBody()
1200 Push(kWasmI32, BUILD(CurrentMemoryPages)); in DecodeFunctionBody()
1209 BUILD(CallDirect, operand.index, buffer, &rets, position()); in DecodeFunctionBody()
1222 BUILD(CallIndirect, operand.index, buffer, &rets, position()); in DecodeFunctionBody()
1412 TFNode* node = BUILD(LoadMem, type, mem_type, index.node, operand.offset, in DecodeLoadMem()
1424 BUILD(StoreMem, mem_type, index.node, operand.offset, operand.alignment, in DecodeStoreMem()
1434 TFNode* node = BUILD(SimdLaneOp, opcode, operand.lane, inputs); in SimdExtractLane()
1446 TFNode* node = BUILD(SimdLaneOp, opcode, operand.lane, inputs); in SimdReplaceLane()
1457 TFNode* node = BUILD(SimdShiftOp, opcode, operand.shift, inputs); in SimdShiftOp()
1506 TFNode* node = BUILD(SimdOp, opcode, inputs); in DecodeSimdOpcode()
1529 BUILD(Return, count, buffer); in DoReturn()
1953 node = BUILD(Unop, opcode, val.node, position()); in BuildSimpleOperator()
1959 node = BUILD(Binop, opcode, lval.node, rval.node, position()); in BuildSimpleOperator()