Home | History | Annotate | Download | only in mips

Lines Matching refs:DECLARE_CONCRETE_INSTRUCTION

189 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic)              \
391 DECLARE_CONCRETE_INSTRUCTION(InstructionGap, "gap")
400 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
415 DECLARE_CONCRETE_INSTRUCTION(LazyBailout, "lazy-bailout")
432 DECLARE_CONCRETE_INSTRUCTION(DummyUse, "dummy-use")
438 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
449 DECLARE_CONCRETE_INSTRUCTION(Label, "label")
470 DECLARE_CONCRETE_INSTRUCTION(Parameter, "parameter")
476 DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub")
488 DECLARE_CONCRETE_INSTRUCTION(UnknownOSRValue, "unknown-osr-value")
543 DECLARE_CONCRETE_INSTRUCTION(WrapReceiver, "wrap-receiver")
562 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
579 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
597 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
603 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
639 DECLARE_CONCRETE_INSTRUCTION(ModI, "mod-i")
654 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
673 DECLARE_CONCRETE_INSTRUCTION(MathFloorOfDiv, "math-floor-of-div")
690 DECLARE_CONCRETE_INSTRUCTION(MulI, "mul-i")
709 DECLARE_CONCRETE_INSTRUCTION(MultiplyAddD, "multiply-add-d")
715 DECLARE_CONCRETE_INSTRUCTION(DebugBreak, "break")
729 DECLARE_CONCRETE_INSTRUCTION(CompareNumericAndBranch,
752 DECLARE_CONCRETE_INSTRUCTION(MathFloor, "math-floor")
767 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
780 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
793 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
805 DECLARE_CONCRETE_INSTRUCTION(MathSin, "math-sin")
817 DECLARE_CONCRETE_INSTRUCTION(MathCos, "math-cos")
829 DECLARE_CONCRETE_INSTRUCTION(MathTan, "math-tan")
851 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
863 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
877 DECLARE_CONCRETE_INSTRUCTION(MathPowHalf, "math-pow-half")
891 DECLARE_CONCRETE_INSTRUCTION(CmpObjectEqAndBranch, "cmp-object-eq-and-branch")
904 DECLARE_CONCRETE_INSTRUCTION(CmpHoleAndBranch, "cmp-hole-and-branch")
919 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
934 DECLARE_CONCRETE_INSTRUCTION(IsNumberAndBranch, "is-number-and-branch")
949 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
964 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
981 DECLARE_CONCRETE_INSTRUCTION(IsUndetectableAndBranch,
999 DECLARE_CONCRETE_INSTRUCTION(StringCompareAndBranch,
1017 DECLARE_CONCRETE_INSTRUCTION(HasInstanceTypeAndBranch,
1033 DECLARE_CONCRETE_INSTRUCTION(GetCachedArrayIndex, "get-cached-array-index")
1046 DECLARE_CONCRETE_INSTRUCTION(HasCachedArrayIndexAndBranch,
1064 DECLARE_CONCRETE_INSTRUCTION(ClassOfTestAndBranch,
1082 DECLARE_CONCRETE_INSTRUCTION(CmpT, "cmp-t")
1099 DECLARE_CONCRETE_INSTRUCTION(InstanceOf, "instance-of")
1113 DECLARE_CONCRETE_INSTRUCTION(InstanceOfKnownGlobal,
1138 DECLARE_CONCRETE_INSTRUCTION(InstanceSize, "instance-size")
1153 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1170 DECLARE_CONCRETE_INSTRUCTION(BitI, "bit-i")
1188 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
1206 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
1213 DECLARE_CONCRETE_INSTRUCTION(ConstantI, "constant-i")
1222 DECLARE_CONCRETE_INSTRUCTION(ConstantS, "constant-s")
1231 DECLARE_CONCRETE_INSTRUCTION(ConstantD, "constant-d")
1240 DECLARE_CONCRETE_INSTRUCTION(ConstantE, "constant-e")
1251 DECLARE_CONCRETE_INSTRUCTION(ConstantT, "constant-t")
1266 DECLARE_CONCRETE_INSTRUCTION(Branch, "branch")
1283 DECLARE_CONCRETE_INSTRUCTION(CmpMapAndBranch, "cmp-map-and-branch")
1298 DECLARE_CONCRETE_INSTRUCTION(MapEnumLength, "map-enum-length")
1310 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1325 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "value-of")
1341 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")
1365 DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
1381 DECLARE_CONCRETE_INSTRUCTION(Throw, "throw")
1395 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
1410 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1425 DECLARE_CONCRETE_INSTRUCTION(Power, "power")
1438 DECLARE_CONCRETE_INSTRUCTION(Random, "random")
1503 DECLARE_CONCRETE_INSTRUCTION(Return, "return")
1515 DECLARE_CONCRETE_INSTRUCTION(LoadNamedField, "load-named-field")
1528 DECLARE_CONCRETE_INSTRUCTION(LoadNamedGeneric, "load-named-generic")
1543 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1556 DECLARE_CONCRETE_INSTRUCTION(LoadExternalArrayPointer,
1577 DECLARE_CONCRETE_INSTRUCTION(LoadKeyed, "load-keyed")
1595 DECLARE_CONCRETE_INSTRUCTION(LoadKeyedGeneric, "load-keyed-generic")
1601 DECLARE_CONCRETE_INSTRUCTION(LoadGlobalCell, "load-global-cell")
1614 DECLARE_CONCRETE_INSTRUCTION(LoadGlobalGeneric, "load-global-generic")
1632 DECLARE_CONCRETE_INSTRUCTION(StoreGlobalCell, "store-global-cell")
1648 DECLARE_CONCRETE_INSTRUCTION(StoreGlobalGeneric, "store-global-generic")
1664 DECLARE_CONCRETE_INSTRUCTION(LoadContextSlot, "load-context-slot")
1683 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot")
1700 DECLARE_CONCRETE_INSTRUCTION(PushArgument, "push-argument")
1710 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
1728 DECLARE_CONCRETE_INSTRUCTION(InnerAllocatedObject, "sub-allocated-object")
1735 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1742 DECLARE_CONCRETE_INSTRUCTION(Context, "context")
1755 DECLARE_CONCRETE_INSTRUCTION(OuterContext, "outer-context")
1761 DECLARE_CONCRETE_INSTRUCTION(DeclareGlobals, "declare-globals")
1774 DECLARE_CONCRETE_INSTRUCTION(GlobalObject, "global-object")
1786 DECLARE_CONCRETE_INSTRUCTION(GlobalReceiver, "global-receiver")
1792 DECLARE_CONCRETE_INSTRUCTION(CallConstantFunction, "call-constant-function")
1810 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1827 DECLARE_CONCRETE_INSTRUCTION(CallKeyed, "call-keyed")
1839 DECLARE_CONCRETE_INSTRUCTION(CallNamed, "call-named")
1857 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1866 DECLARE_CONCRETE_INSTRUCTION(CallGlobal, "call-global")
1878 DECLARE_CONCRETE_INSTRUCTION(CallKnownGlobal, "call-known-global")
1895 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1912 DECLARE_CONCRETE_INSTRUCTION(CallNewArray, "call-new-array")
1923 DECLARE_CONCRETE_INSTRUCTION(CallRuntime, "call-runtime")
1939 DECLARE_CONCRETE_INSTRUCTION(Integer32ToDouble, "int32-to-double")
1951 DECLARE_CONCRETE_INSTRUCTION(Integer32ToSmi, "int32-to-smi")
1964 DECLARE_CONCRETE_INSTRUCTION(Uint32ToDouble, "uint32-to-double")
1976 DECLARE_CONCRETE_INSTRUCTION(NumberTagI, "number-tag-i")
1988 DECLARE_CONCRETE_INSTRUCTION(NumberTagU, "number-tag-u")
2004 DECLARE_CONCRETE_INSTRUCTION(NumberTagD, "number-tag-d")
2021 DECLARE_CONCRETE_INSTRUCTION(DoubleToSmi, "double-to-smi")
2041 DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
2066 DECLARE_CONCRETE_INSTRUCTION(TaggedToI, "tagged-to-i")
2081 DECLARE_CONCRETE_INSTRUCTION(SmiTag, "smi-tag")
2093 DECLARE_CONCRETE_INSTRUCTION(NumberUntagD, "double-untag")
2108 DECLARE_CONCRETE_INSTRUCTION(SmiUntag, "smi-untag")
2127 DECLARE_CONCRETE_INSTRUCTION(StoreNamedField, "store-named-field")
2149 DECLARE_CONCRETE_INSTRUCTION(StoreNamedGeneric, "store-named-generic")
2175 DECLARE_CONCRETE_INSTRUCTION(StoreKeyed, "store-keyed")
2196 DECLARE_CONCRETE_INSTRUCTION(StoreKeyedGeneric, "store-keyed-generic")
2216 DECLARE_CONCRETE_INSTRUCTION(TransitionElementsKind,
2240 DECLARE_CONCRETE_INSTRUCTION(TrapAllocationMemento,
2255 DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
2271 DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2284 DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2297 DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
2310 DECLARE_CONCRETE_INSTRUCTION(CheckInstanceType, "check-instance-type")
2323 DECLARE_CONCRETE_INSTRUCTION(CheckMaps, "check-maps")
2336 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
2348 DECLARE_CONCRETE_INSTRUCTION(CheckNonSmi, "check-non-smi")
2363 DECLARE_CONCRETE_INSTRUCTION(ClampDToUint8, "clamp-d-to-uint8")
2375 DECLARE_CONCRETE_INSTRUCTION(ClampIToUint8, "clamp-i-to-uint8")
2389 DECLARE_CONCRETE_INSTRUCTION(ClampTToUint8, "clamp-t-to-uint8")
2405 DECLARE_CONCRETE_INSTRUCTION(Allocate, "allocate")
2412 DECLARE_CONCRETE_INSTRUCTION(RegExpLiteral, "regexp-literal")
2419 DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")
2432 DECLARE_CONCRETE_INSTRUCTION(ToFastProperties, "to-fast-properties")
2445 DECLARE_CONCRETE_INSTRUCTION(Typeof, "typeof")
2457 DECLARE_CONCRETE_INSTRUCTION(TypeofIsAndBranch, "typeof-is-and-branch")
2474 DECLARE_CONCRETE_INSTRUCTION(IsConstructCallAndBranch,
2484 DECLARE_CONCRETE_INSTRUCTION(OsrEntry, "osr-entry")
2490 DECLARE_CONCRETE_INSTRUCTION(StackCheck, "stack-check")
2508 DECLARE_CONCRETE_INSTRUCTION(ForInPrepareMap, "for-in-prepare-map")
2520 DECLARE_CONCRETE_INSTRUCTION(ForInCacheArray, "for-in-cache-array")
2538 DECLARE_CONCRETE_INSTRUCTION(CheckMapValue, "check-map-value")
2552 DECLARE_CONCRETE_INSTRUCTION(LoadFieldByIndex, "load-field-by-index")
2739 #undef DECLARE_CONCRETE_INSTRUCTION