Home
last modified time | relevance | path

Searched refs:not_equal (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_cull.c213 LLVMValueRef min, max, not_equal[2], visible; in cull_bbox() local
230 not_equal[chan] = LLVMBuildFCmp(builder, LLVMRealONE, min, max, ""); in cull_bbox()
232 visible = LLVMBuildAnd(builder, not_equal[0], not_equal[1], ""); in cull_bbox()
278 LLVMValueRef not_equal[2]; in cull_bbox() local
302 not_equal[chan] = LLVMBuildFCmp(builder, LLVMRealONE, min, max, ""); in cull_bbox()
306 LLVMBuildOr(builder, not_equal[0], not_equal[1], ""), ""); in cull_bbox()
/third_party/pulseaudio/src/pulsecore/
H A Datomic.h437 unsigned long not_equal, not_exclusive; in pa_atomic_cmpxchg() local
445 : "=&r" (not_exclusive), "=&r" (not_equal) in pa_atomic_cmpxchg()
448 } while(not_exclusive && !not_equal); in pa_atomic_cmpxchg()
451 return !not_equal; in pa_atomic_cmpxchg()
471 unsigned long not_equal, not_exclusive; in pa_atomic_ptr_cmpxchg() local
479 : "=&r" (not_exclusive), "=&r" (not_equal) in pa_atomic_ptr_cmpxchg()
482 } while(not_exclusive && !not_equal); in pa_atomic_ptr_cmpxchg()
485 return !not_equal; in pa_atomic_ptr_cmpxchg()
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc145 __ j(not_equal, &next); in Backtrack()
190 BranchOrBacktrack(not_equal, on_not_at_start); in CheckNotAtStart()
202 __ j(not_equal, &fallthrough); in CheckGreedyLoop()
284 __ j(not_equal, &fail); in CheckNotBackReferenceIgnoreCase()
425 __ j(not_equal, &fail); in CheckNotBackReference()
458 BranchOrBacktrack(not_equal, on_not_equal); in CheckNotCharacter()
486 BranchOrBacktrack(not_equal, on_not_equal); in CheckNotCharacterAfterAnd()
499 BranchOrBacktrack(not_equal, on_not_equal); in CheckNotCharacterAfterMinusAnd()
567 BranchOrBacktrack(not_equal, on_bit_set); in CheckBitInTable()
589 BranchOrBacktrack(not_equal, on_no_matc in CheckSpecialCharacterClass()
[all...]
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc156 __ j(not_equal, &next); in Backtrack()
201 BranchOrBacktrack(not_equal, on_not_at_start); in CheckNotAtStart()
213 __ j(not_equal, &fallthrough); in CheckGreedyLoop()
300 __ j(not_equal, on_no_match); // Definitely not equal. in CheckNotBackReferenceIgnoreCase()
447 BranchOrBacktrack(not_equal, on_no_match); in CheckNotBackReference()
472 BranchOrBacktrack(not_equal, on_not_equal); in CheckNotCharacter()
500 BranchOrBacktrack(not_equal, on_not_equal); in CheckNotCharacterAfterAnd()
509 BranchOrBacktrack(not_equal, on_not_equal); in CheckNotCharacterAfterMinusAnd()
578 BranchOrBacktrack(not_equal, on_bit_set); in CheckBitInTable()
602 BranchOrBacktrack(not_equal, on_no_matc in CheckSpecialCharacterClass()
[all...]
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc422 __ j(not_equal, &not_outermost_js, Label::kNear); in Generate_JSEntryVariant()
464 __ j(not_equal, &not_outermost_js_2); in Generate_JSEntryVariant()
586 __ j(not_equal, &done, Label::kNear); in GetSharedFunctionInfoBytecode()
614 __ j(not_equal, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
623 __ j(not_equal, &done, Label::kNear); in GetSharedFunctionInfoBytecodeOrBaseline()
658 __ j(not_equal, &prepare_step_in_if_stepping); in Generate_ResumeGeneratorTrampoline()
832 __ j(not_equal, &no_match, Label::kNear); in TailCallRuntimeIfStateEquals()
949 __ j(not_equal, &extra_wide, Label::kNear); in AdvanceBytecodeOffsetOrReturn()
976 __ j(not_equal, &not_jump_loop, Label::kNear); in AdvanceBytecodeOffsetOrReturn()
1082 __ j(not_equal, in Generate_InterpreterEntryTrampoline()
[all...]
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc490 __ j(not_equal, &not_outermost_js_2); in Generate_JSEntryVariant()
705 __ j(not_equal, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
714 __ j(not_equal, &done, Label::kNear); in GetSharedFunctionInfoBytecodeOrBaseline()
755 __ j(not_equal, &prepare_step_in_if_stepping); in Generate_ResumeGeneratorTrampoline()
938 __ j(not_equal, &no_match); in TailCallRuntimeIfStateEquals()
1066 __ j(not_equal, &extra_wide, Label::kNear); in AdvanceBytecodeOffsetOrReturn()
1093 __ j(not_equal, &not_jump_loop, Label::kNear); in AdvanceBytecodeOffsetOrReturn()
1197 __ j(not_equal, &compile_lazy); in Generate_InterpreterEntryTrampoline()
1210 __ j(not_equal, &push_stack_frame); in Generate_InterpreterEntryTrampoline()
1378 __ j(not_equal, in Generate_InterpreterEntryTrampoline()
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h547 not_equal = 7, // Unordered or Not Equal.
565 not_zero = not_equal,
566 ne = not_equal,
567 nz = not_equal,
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc748 Check(not_equal, AbortReason::kOperandIsASmiAndNotAConstructor); in CallRecordWriteStub()
762 Check(not_equal, AbortReason::kOperandIsASmiAndNotAFunction); in CallRecordWriteStub()
776 Check(not_equal, AbortReason::kOperandIsASmiAndNotAFunction); in CallRecordWriteStub()
791 Check(not_equal, AbortReason::kOperandIsASmiAndNotABoundFunction); in CallRecordWriteStub()
804 Check(not_equal, AbortReason::kOperandIsASmiAndNotAGeneratorObject); in CallRecordWriteStub()
850 Check(not_equal, AbortReason::kOperandIsASmi); in CallRecordWriteStub()
1394 j(not_equal, &debug_hook); in CallRecordWriteStub()
1931 j(not_equal, &if_code_is_off_heap); in CallRecordWriteStub()
H A Dmacro-assembler-ia32.h434 j(not_equal, if_not_equal, if_not_equal_distance); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1957 j(not_equal, &if_code_is_off_heap); in CallRecordWriteStub()
2369 Check(not_equal, AbortReason::kOperandIsNotACodeT); in CallRecordWriteStub()
2381 Check(not_equal, AbortReason::kOperandIsASmiAndNotAConstructor); in CallRecordWriteStub()
2394 Check(not_equal, AbortReason::kOperandIsASmiAndNotAFunction); in CallRecordWriteStub()
2407 Check(not_equal, AbortReason::kOperandIsASmiAndNotAFunction); in CallRecordWriteStub()
2420 Check(not_equal, AbortReason::kOperandIsASmiAndNotABoundFunction); in CallRecordWriteStub()
2431 Check(not_equal, AbortReason::kOperandIsASmiAndNotAGeneratorObject); in CallRecordWriteStub()
2554 j(not_equal, &debug_hook); in CallRecordWriteStub()
H A Dmacro-assembler-x64.h678 j(not_equal, if_not_equal, if_not_equal_distance); in JumpIfNotRoot()
683 j(not_equal, if_not_equal, if_not_equal_distance); in JumpIfNotRoot()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim81 syn keyword amberCompareOp never less equal less_or_equal greater not_equal
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.cc488 not_equal, code_gen_state, in GenerateCode()
520 EmitEagerDeoptIf(not_equal, code_gen_state, this); in GenerateCode()
965 __ j(not_equal, if_true()->label()); in GenerateCode()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1067 not_equal = 7, // Unordered or Not Equal.
1085 not_zero = not_equal,
1086 ne = not_equal,
1087 nz = not_equal,
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1018 not_equal = 7, // Unordered or Not Equal.
1036 not_zero = not_equal,
1037 ne = not_equal,
1038 nz = not_equal,
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h33 return not_equal; in ToCondition()
678 __ j(not_equal, &binop); in AtomicBinop()
691 __ j(not_equal, &binop); in AtomicBinop()
703 __ j(not_equal, &binop); in AtomicBinop()
714 __ j(not_equal, &binop); in AtomicBinop()
1121 assm->j(not_equal, &do_div); in EmitIntDivOrRem()
1131 assm->j(not_equal, &do_rem); in EmitIntDivOrRem()
1867 __ j(not_equal, trap); in EmitTruncateFloatToInt()
2219 if (cond == not_equal) { in EmitFloatSetCond()
2367 assm->setcc(not_equal, ds in EmitAnyTrue()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc450 __ j(not_equal, &binop); \
470 __ j(not_equal, &binop); \
980 __ Check(not_equal, AbortReason::kOperandIsCleared); in AssembleArchInstruction()
3529 __ j(not_equal, &store); in AssembleArchInstruction()
3569 __ j(not_equal, &exchange); in AssembleArchInstruction()
3678 __ j(not_equal, &binop); in AssembleArchInstruction()
3701 return not_equal; in FlagsConditionToCondition()
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h48 kNotEqual = not_equal,
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h50 kNotEqual = not_equal,
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h32 return not_equal; in ToCondition()
835 __ j(not_equal, &binop); in AtomicBinop32()
925 __ j(not_equal, &retry); in AtomicBinop64()
1386 assm->j(not_equal, &do_div); in EmitInt32DivOrRem()
1395 assm->j(not_equal, &do_rem); in EmitInt32DivOrRem()
2268 __ j(not_equal, trap); in EmitTruncateFloatToInt()
2582 j(not_equal, &setcc, Label::kNear); in emit_i64_set_cond()
2610 if (cond == not_equal) { in EmitFloatSetCond()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1127 not_equal = 7, // Unordered or Not Equal.
1136 ne = not_equal,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderStructTests.cpp2068 UNIFORM_STRUCT_CASE(not_equal, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStructTests.cpp2025 UNIFORM_STRUCT_CASE(not_equal, "Struct equality", false, in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderStructTests.cpp2030 UNIFORM_STRUCT_CASE(not_equal, "Struct equality", in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStructTests.cpp2073 UNIFORM_STRUCT_CASE(not_equal, "Struct equality", 0, in init()

Completed in 59 milliseconds

12