Searched refs:cloopEmitTestAndBranchIf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dcloop.rb440 def cloopEmitTestAndBranchIf(operands, type, conditionTest, branchTarget) method
817 cloopEmitTestAndBranchIf(operands, :int8, "== 0", operands[-1].cLabel)
819 cloopEmitTestAndBranchIf(operands, :int32, "== 0", operands[-1].cLabel)
821 cloopEmitTestAndBranchIf(operands, :int64, "== 0", operands[-1].cLabel)
823 cloopEmitTestAndBranchIf(operands, :int, "== 0", operands[-1].cLabel)
826 cloopEmitTestAndBranchIf(operands, :int8, "!= 0", operands[-1].cLabel)
828 cloopEmitTestAndBranchIf(operands, :int32, "!= 0", operands[-1].cLabel)
830 cloopEmitTestAndBranchIf(operands, :int64, "!= 0", operands[-1].cLabel)
832 cloopEmitTestAndBranchIf(operands, :int, "!= 0", operands[-1].cLabel)
835 cloopEmitTestAndBranchIf(operand
[all...]

Completed in 185 milliseconds