Home
last modified time | relevance | path

Searched refs:SETO (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit-rule.c48 #define SETO(x) if (HTML_OBJECT (rule)->x != x) { changed = TRUE; HTML_OBJECT (rule)->x = x; } macro
63 SETO (percent); in html_rule_set()
80 SETO (percent); in html_rule_set_length()
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Dtranslate_x86.c229 enum { SETO = 0x90, SETNO, SETB, SETAE, SETZ, SETNZ, SETBE, SETA, enumerator
644 set_overflow = SETO; in translate()
649 else { aluop = ADD; set_overflow = SETO; set_carry = SETB; } in translate()
665 … else if (op == 2) { aluop = SUB; direction = LR; set_overflow = SETO; set_carry = SETAE; } in translate()
666 … else if (op == 3) { aluop = SUB; direction = RL; set_overflow = SETO; set_carry = SETAE; } in translate()
667 … else if (op == 4) { aluop = ADD; direction = LR | RL; set_overflow = SETO; set_carry = SETB; } in translate()
668 … else if (op == 5) { aluop = ADC; direction = LR | RL; set_overflow = SETO; set_carry = SETB; } in translate()
669 … else if (op == 6) { aluop = SBB; direction = LR; set_overflow = SETO; set_carry = SETAE; } in translate()
670 … else if (op == 7) { aluop = SBB; direction = RL; set_overflow = SETO; set_carry = SETAE; } in translate()
H A Dtranslate_x86_64.c263 enum { SETO = 0x90, SETNO, SETB, SETAE, SETZ, SETNZ, SETBE, SETA, enumerator
678 set_overflow = SETO; in translate()
683 else { aluop = ADD; set_overflow = SETO; set_carry = SETB; } in translate()
699 … else if (op == 2) { aluop = SUB; direction = LR; set_overflow = SETO; set_carry = SETAE; } in translate()
700 … else if (op == 3) { aluop = SUB; direction = RL; set_overflow = SETO; set_carry = SETAE; } in translate()
701 … else if (op == 4) { aluop = ADD; direction = LR | RL; set_overflow = SETO; set_carry = SETB; } in translate()
702 … else if (op == 5) { aluop = ADC; direction = LR | RL; set_overflow = SETO; set_carry = SETB; } in translate()
703 … else if (op == 6) { aluop = SBB; direction = LR; set_overflow = SETO; set_carry = SETAE; } in translate()
704 … else if (op == 7) { aluop = SBB; direction = RL; set_overflow = SETO; set_carry = SETAE; } in translate()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h686 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h922 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h1004 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h968 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h1056 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h1213 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1056 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1056 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1261 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1220 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1301 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1301 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1364 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h1364 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1364 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1370 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1364 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1364 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DAnalysis.cpp160 case FCmpInst::FCMP_ORD: FOC = FPC = ISD::SETO; break; in getFCmpCondCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp79 case ISD::SETO: in fpCondCode2Fcc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp79 case ISD::SETO: in fpCondCode2Fcc()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/VE/
H A DVEISelDAGToDAG.cpp79 case ISD::SETO: in fpCondCode2Fcc()

12345678910>>...23