/external/webkit/Source/JavaScriptCore/jit/ |
D | JITArithmetic32_64.cpp | 57 Jump srcNotInt = branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)); in emit_op_negate() 99 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag))); in emit_op_jnless() 108 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag))); in emit_op_jnless() 118 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag))); in emit_op_jnless() 122 notInt32Op1.append(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag))); in emit_op_jnless() 126 notInt32Op1.append(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag))); in emit_op_jnless() 127 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag))); in emit_op_jnless() 188 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag))); in emit_op_jless() 197 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag))); in emit_op_jless() 206 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag))); in emit_op_jless() [all …]
|
D | JITCall32_64.cpp | 75 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCallVarargs() 125 Jump notJSCell = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag)); in emit_op_ret_object_or_this() 127 …Jump notObject = branch8(NotEqual, Address(regT2, Structure::typeInfoTypeOffset()), TrustedImm32(O… in emit_op_ret_object_or_this() 203 wasEval = branch32(NotEqual, regT1, TrustedImm32(JSValue::EmptyValueTag)); in compileOpCall() 209 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCall() 260 wasEval = branch32(NotEqual, regT1, TrustedImm32(JSValue::EmptyValueTag)); in compileOpCall() 269 …Jump jumpToSlow = branchPtrWithPatch(NotEqual, regT0, addressOfLinkedFunctionCheck, TrustedImmPtr(… in compileOpCall() 277 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag))); in compileOpCall() 312 Jump callLinkFailNotObject = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag)); in compileOpCallSlowCase() 313 …Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->j… in compileOpCallSlowCase()
|
D | JITOpcodes32_64.cpp | 55 Jump string_failureCases1 = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag)); in privateCompileCTIMachineTrampolines() 56 …Jump string_failureCases2 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStri… in privateCompileCTIMachineTrampolines() 307 …Jump sawException = branch32(NotEqual, AbsoluteAddress(reinterpret_cast<char*>(&globalData->except… in privateCompileCTINativeCall() 445 …Jump sawException = branch32(NotEqual, AbsoluteAddress(reinterpret_cast<char*>(&globalData->except… in privateCompileCTINativeCall() 513 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 520 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 526 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 527 addSlowCase(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag))); in emit_op_loop_if_lesseq() 586 …addSlowCase(branch8(NotEqual, Address(regT3, Structure::typeInfoTypeOffset()), TrustedImm32(Object… in emit_op_instanceof() 732 …Jump activationCreated = branch32(NotEqual, tagFor(activation), TrustedImm32(JSValue::EmptyValueTa… in emit_op_tear_off_activation() [all …]
|
D | JITCall.cpp | 77 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCallVarargs() 123 wasEval = branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(JSValue()))); in compileOpCall() 130 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCall() 180 wasEval = branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(JSValue()))); in compileOpCall() 190 …Jump jumpToSlow = branchPtrWithPatch(NotEqual, regT0, addressOfLinkedFunctionCheck, TrustedImmPtr(… in compileOpCall() 230 …Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->j… in compileOpCallSlowCase()
|
D | JITPropertyAccess32_64.cpp | 216 …Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), info… in emit_op_method_check() 218 …Jump protoStructureCheck = branchPtrWithPatch(NotEqual, Address(regT2, JSCell::structureOffset()),… in emit_op_method_check() 274 … failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr))); in stringGetByValStubGenerator() 310 addSlowCase(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag))); in emit_op_get_by_val() 312 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr))); in emit_op_get_by_val() 336 Jump notString = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr)); in emitSlow_op_get_by_val() 362 addSlowCase(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag))); in emit_op_put_by_val() 364 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr))); in emit_op_put_by_val() 432 …Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), stru… in compileGetByIdHotPath() 508 …addSlowCase(branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), structureToCom… in emit_op_put_by_id() [all …]
|
D | JITPropertyAccess.cpp | 57 … failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr))); in stringGetByValStubGenerator() 102 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr))); in emit_op_get_by_val() 123 Jump notString = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr)); in emitSlow_op_get_by_val() 157 addSlowCase(branchPtr(NotEqual, regT0, addressFor(expected))); in emit_op_get_by_pname() 163 …addSlowCase(branchPtr(NotEqual, regT2, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_ca… in emit_op_get_by_pname() 200 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr))); in emit_op_put_by_val() 339 …Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), info… in emit_op_method_check() 341 …Jump protoStructureCheck = branchPtrWithPatch(NotEqual, Address(regT1, JSCell::structureOffset()),… in emit_op_method_check() 417 …Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), stru… in compileGetByIdHotPath() 495 …addSlowCase(branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), structureToCom… in emit_op_put_by_id() [all …]
|
D | JITOpcodes.cpp | 55 …Jump string_failureCases2 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStri… in privateCompileCTIMachineTrampolines() 404 …addSlowCase(branch8(NotEqual, Address(regT3, Structure::typeInfoTypeOffset()), TrustedImm32(Object… in emit_op_instanceof() 569 …Jump notObject = branch8(NotEqual, Address(regT2, Structure::typeInfoTypeOffset()), TrustedImm32(O… in emit_op_ret_object_or_this() 620 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr))); in emit_op_to_primitive() 670 …addSlowCase(branchPtr(NotEqual, regT1, Address(regT0, JSCell::structureOffset()))); // Structures … in emit_op_resolve_global() 718 addSlowCase(branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(jsBoolean(true))))); in emit_op_jfalse() 761 … addJump(branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(jsNull()))), target); in emit_op_jneq_null() 774 …addJump(branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(JSValue(ptr)))), target); … in emit_op_jneq_ptr() 838 addSlowCase(branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(jsBoolean(false))))); in emit_op_jtrue() 848 set32Compare32(NotEqual, regT1, regT0, regT0); in emit_op_neq() [all …]
|
D | SpecializedThunkJIT.h | 46 …m_failures.append(branch32(NotEqual, Address(callFrameRegister, RegisterFile::ArgumentCount * (int… in SpecializedThunkJIT() 64 …m_failures.append(branchPtr(NotEqual, Address(dst, 0), TrustedImmPtr(m_globalData->jsStringVPtr))); in loadJSStringArgument()
|
D | JSInterfaceJIT.h | 234 return branch32(NotEqual, tagFor(virtualRegisterIndex), TrustedImm32(JSValue::CellTag)); in emitJumpIfNotJSCell() 241 …return branch32(NotEqual, tagFor(static_cast<int>(virtualRegisterIndex)), TrustedImm32(JSValue::In… in emitLoadInt32() 271 Jump notInt = branch32(NotEqual, scratch, TrustedImm32(JSValue::Int32Tag)); in emitLoadDouble()
|
D | JITInlineMethods.h | 87 failures.append(branchPtr(NotEqual, Address(src), TrustedImmPtr(m_globalData->jsStringVPtr))); in emitLoadCharacterString() 89 …failures.append(branch32(NotEqual, MacroAssembler::Address(src, ThunkHelpers::jsStringLengthOffset… in emitLoadCharacterString() 261 return branchPtr(NotEqual, Address(reg, JSCell::structureOffset()), TrustedImmPtr(structure)); in checkStructure() 602 addSlowCase(branch32(NotEqual, tag, TrustedImm32(JSValue::CellTag))); in emitJumpSlowCaseIfNotJSCell()
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerSH4.h | 44 static const Condition NotEqual; variable 353 …if (((cond == Equal) || (cond == NotEqual)) && (dst == SH4Registers::r0) && m_assembler.isImmediat… in compare32() 873 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value) in branch32WithUnalignedHalfWords() 878 if (cond == NotEqual) in branch32WithUnalignedHalfWords() 1092 if (cond == NotEqual) in branch32() 1214 if (cond != NotEqual) { in set32Compare32() 1275 if (cond == NotEqual) in branch32() 1282 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value) in branch32() 1287 if (cond == NotEqual) in branch32() 1295 if (cond == NotEqual) in branch32() [all …]
|
D | MacroAssemblerSH4.cpp | 35 const Condition MacroAssemblerSH4::NotEqual = SH4Assembler::NE; member in JSC::MacroAssemblerSH4
|
D | MacroAssemblerX86Common.h | 46 NotEqual = X86Assembler::ConditionNE, enumerator 640 return branch32(branchType ? NotEqual : Equal, dest, TrustedImm32(0x80000000)); 811 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value) in branch32() 1148 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value) in set8Compare32() 1164 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value) in set32Compare32()
|
D | MacroAssemblerARMv7.h | 105 NotEqual = ARMv7Assembler::ConditionNE, enumerator 1053 return branch32(NotEqual, addressTempRegister, dataTempRegister); in branchMul32() 1062 return branch32(NotEqual, addressTempRegister, dataTempRegister); in branchMul32()
|
D | MacroAssemblerMIPS.h | 62 NotEqual, enumerator 916 if (cond == NotEqual || cond == NonZero) in branch32() 1374 } else if (cond == NotEqual || cond == NonZero) { in set32Compare32()
|
D | MacroAssemblerX86_64.h | 317 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value) in setPtr()
|
D | MacroAssemblerARM.h | 47 NotEqual = ARMAssembler::NE, enumerator 911 m_assembler.cmn_r(ARMRegisters::S0, ARMAssembler::getOp2(1), ARMCondition(NotEqual)); in branchTruncateDoubleToInt32()
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrJIT.cpp | 255 return branch32(NotEqual, index, length); in notAtEndOfInput() 265 …return branch16(NotEqual, BaseIndex(input, index, TimesTwo, inputPosition * sizeof(UChar)), Imm32(… in jumpIfCharNotEquals() 1191 state.jumpToBacktrack(this, branch32(NotEqual, index, Imm32(state.checkedTotal))); in generateAssertionBOL() 1285 state.jumpToBacktrack(this, branch32(NotEqual, character, Imm32(Unicode::toLower(ch)))); in generatePatternCharacterSingle() 1311 state.jumpToBacktrack(this, branch32(NotEqual, character, Imm32(chPair | mask))); in generatePatternCharacterPair() 1313 …state.jumpToBacktrack(this, branch32WithUnalignedHalfWords(NotEqual, BaseIndex(input, index, Times… in generatePatternCharacterPair() 1330 state.jumpToBacktrack(this, branch32(NotEqual, character, Imm32(Unicode::toLower(ch)))); in generatePatternCharacterFixed() 1333 …state.jumpToBacktrack(this, branch16(NotEqual, BaseIndex(input, countRegister, TimesTwo, (state.in… in generatePatternCharacterFixed() 1336 branch32(NotEqual, countRegister, index).linkTo(loop, this); in generatePatternCharacterFixed() 1354 failures.append(branch32(NotEqual, character, Imm32(Unicode::toLower(ch)))); in generatePatternCharacterGreedy() [all …]
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGSpeculativeJIT.cpp | 567 …speculationCheck(m_jit.branchPtr(MacroAssembler::NotEqual, MacroAssembler::Address(baseReg), Macro… in compile() 594 …speculationCheck(m_jit.branchPtr(MacroAssembler::NotEqual, MacroAssembler::Address(baseReg), Macro… in compile() 662 …speculationCheck(m_jit.branchPtr(MacroAssembler::NotEqual, valueReg, MacroAssembler::ImmPtr(JSValu… in compile()
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | RenderState.java | 119 NotEqual, enumConstant
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | LwjglRenderer.java | 698 case NotEqual: in convertTestFunction()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLEntityNames.in | 336 "NotEqual;","U+02260"
|