Home
last modified time | relevance | path

Searched refs:CC_L (Results 1 – 25 of 137) sorted by relevance

123456

/dports/emulators/simh/simh-3.9.0_5/Interdata/
H A Did_fp.c147 return (fop2.sign? CC_G: (CC_C | CC_L)); in f_c()
149 return (((fop1.exp > fop2.exp) ^ fop1.sign)? CC_G: (CC_C | CC_L)); in f_c()
151 return (((fop1.h > fop2.h) ^ fop1.sign)? CC_G: (CC_C | CC_L)); in f_c()
153 return (((fop1.l > fop2.l) ^ fop1.sign)? CC_G: (CC_C | CC_L)); in f_c()
180 return cc | CC_L; in f_fix()
208 return cc | CC_L; in f_fix32()
226 cc = CC_L; in f_flt()
247 cc = CC_L; in f_flt32()
507 cc = (CC_V | ((fop->sign)? CC_L: CC_G)); in StoreFPR()
513 cc = (fop->sign)? CC_L: CC_G; /* set cc's */ in StoreFPR()
[all …]
H A Did_defs.h108 #define CC_L 0x1 /* less than */ macro
109 #define CC_MASK (CC_C | CC_V | CC_G | CC_L)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/VE/
H A DVE.h53 CC_L = 2 + 6, // Less enumerator
94 case VECC::CC_L: return "lt"; in VECondCodeToString()
130 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
167 case VECC::CC_L: in VECondCodeToVal()
227 return VECC::CC_L; in VEValToCondCode()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/VE/
H A DVE.h53 CC_L = 2 + 6, // Less enumerator
94 case VECC::CC_L: return "lt"; in VECondCodeToString()
130 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
167 case VECC::CC_L: in VECondCodeToVal()
227 return VECC::CC_L; in VEValToCondCode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/VE/
H A DVE.h53 CC_L = 2 + 6, // Less enumerator
94 case VECC::CC_L: return "lt"; in VECondCodeToString()
130 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
167 case VECC::CC_L: in VECondCodeToVal()
227 return VECC::CC_L; in VEValToCondCode()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/VE/
H A DVE.h54 CC_L = 2 + 6, // Less enumerator
95 case VECC::CC_L: return "lt"; in VECondCodeToString()
131 .Case("lt", VECC::CC_L) in stringToVEFCondCode()
168 case VECC::CC_L: in VECondCodeToVal()
228 return VECC::CC_L; in VEValToCondCode()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/x86/
H A DCompBranch.cpp154 case CC_L: return CC_NL; in FlipCCFlag()
155 case CC_NL: return CC_L; in FlipCCFlag()
180 case CC_L: return CC_G; in SwapCCFlag()
416 case CC_L: immBranchNotTaken = imm < 0; break; in BranchRSZeroComp()
496 …case 1: BranchRSZeroComp(op, CC_L, false, false); break; //if ((s32)R(rs) >= 0) DelayBranchTo(add… in Comp_RelBranchRI()
498 …case 3: BranchRSZeroComp(op, CC_L, false, true); break; //if ((s32)R(rs) >= 0) DelayBranchTo(add… in Comp_RelBranchRI()
500 …case 17: BranchRSZeroComp(op, CC_L, true, false); break; //R(MIPS_REG_RA) = PC + 8; if ((s32)R(rs… in Comp_RelBranchRI()
502 …case 19: BranchRSZeroComp(op, CC_L, true, true); break; //R(MIPS_REG_RA) = PC + 8; if ((s32)R(rs… in Comp_RelBranchRI()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/x86/
H A DCompBranch.cpp154 case CC_L: return CC_NL; in FlipCCFlag()
155 case CC_NL: return CC_L; in FlipCCFlag()
180 case CC_L: return CC_G; in SwapCCFlag()
416 case CC_L: immBranchNotTaken = imm < 0; break; in BranchRSZeroComp()
496 …case 1: BranchRSZeroComp(op, CC_L, false, false); break; //if ((s32)R(rs) >= 0) DelayBranchTo(add… in Comp_RelBranchRI()
498 …case 3: BranchRSZeroComp(op, CC_L, false, true); break; //if ((s32)R(rs) >= 0) DelayBranchTo(add… in Comp_RelBranchRI()
500 …case 17: BranchRSZeroComp(op, CC_L, true, false); break; //R(MIPS_REG_RA) = PC + 8; if ((s32)R(rs… in Comp_RelBranchRI()
502 …case 19: BranchRSZeroComp(op, CC_L, true, true); break; //R(MIPS_REG_RA) = PC + 8; if ((s32)R(rs… in Comp_RelBranchRI()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/x86/
H A DCompBranch.cpp154 case CC_L: return CC_NL; in FlipCCFlag()
155 case CC_NL: return CC_L; in FlipCCFlag()
180 case CC_L: return CC_G; in SwapCCFlag()
416 case CC_L: immBranchNotTaken = imm < 0; break; in BranchRSZeroComp()
496 …case 1: BranchRSZeroComp(op, CC_L, false, false); break; //if ((s32)R(rs) >= 0) DelayBranchTo(add… in Comp_RelBranchRI()
498 …case 3: BranchRSZeroComp(op, CC_L, false, true); break; //if ((s32)R(rs) >= 0) DelayBranchTo(add… in Comp_RelBranchRI()
500 …case 17: BranchRSZeroComp(op, CC_L, true, false); break; //R(MIPS_REG_RA) = PC + 8; if ((s32)R(rs… in Comp_RelBranchRI()
502 …case 19: BranchRSZeroComp(op, CC_L, true, true); break; //R(MIPS_REG_RA) = PC + 8; if ((s32)R(rs… in Comp_RelBranchRI()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/VE/
H A DVE.h52 CC_L = 2 + 6, // Less enumerator
79 case VECC::CC_L: return "lt"; in VECondCodeToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVE.h52 CC_L = 2 + 6, // Less enumerator
79 case VECC::CC_L: return "lt"; in VECondCodeToString()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/VE/
H A DVE.h52 CC_L = 2 + 6, // Less enumerator
79 case VECC::CC_L: return "lt"; in VECondCodeToString()
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dcmatauto.c39 static Code *CC, *CC_L, *CC_R; variable
67 return isCodeIsomorphism( CC_L, CC_R, s); in codeIsoProperty()
292 CC_L = C_L; in matrixIsomorphism()
858 if ( CC_L->length > options.writeConjPerm ) { in informCodeMonIso()
863 perm->degree = CC_L->length * (CC_L->fieldSize-1) ; in informCodeMonIso()
865 writeImageMonomialPerm( perm, CC_L->fieldSize, 5); in informCodeMonIso()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp71 CC_L = 0, enumerator
184 return CC_L; in getCharClass()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp71 CC_L = 0, enumerator
184 return CC_L; in getCharClass()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/lib/
H A Djit_s390-fpu.c426 # define ltr_f(r0,r1,r2) fr(CC_L,r0,r1,r2)
427 # define ltr_d(r0,r1,r2) dr(CC_L,r0,r1,r2)
428 # define lti_f(r0,r1,i0) fi(CC_L,r0,r1,i0)
429 # define lti_d(r0,r1,i0) di(CC_L,r0,r1,i0)
486 # define bltr_f(i0,r0,r1) bfr(CC_L,i0,r0,r1)
487 # define bltr_d(i0,r0,r1) bdr(CC_L,i0,r0,r1)
488 # define blti_f(i0,r0,i1) bfi(CC_L,i0,r0,i1)
489 # define blti_d(i0,r0,i1) bdi(CC_L,i0,r0,i1)
490 # define bltr_f_p(i0,r0,r1) bfr_p(CC_L,i0,r0,r1)
491 # define bltr_d_p(i0,r0,r1) bdr_p(CC_L,i0,r0,r1)
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/lib/
H A Djit_s390-fpu.c426 # define ltr_f(r0,r1,r2) fr(CC_L,r0,r1,r2)
427 # define ltr_d(r0,r1,r2) dr(CC_L,r0,r1,r2)
428 # define lti_f(r0,r1,i0) fi(CC_L,r0,r1,i0)
429 # define lti_d(r0,r1,i0) di(CC_L,r0,r1,i0)
486 # define bltr_f(i0,r0,r1) bfr(CC_L,i0,r0,r1)
487 # define bltr_d(i0,r0,r1) bdr(CC_L,i0,r0,r1)
488 # define blti_f(i0,r0,i1) bfi(CC_L,i0,r0,i1)
489 # define blti_d(i0,r0,i1) bdi(CC_L,i0,r0,i1)
490 # define bltr_f_p(i0,r0,r1) bfr_p(CC_L,i0,r0,r1)
491 # define bltr_d_p(i0,r0,r1) bdr_p(CC_L,i0,r0,r1)
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/lib/
H A Djit_s390-fpu.c426 # define ltr_f(r0,r1,r2) fr(CC_L,r0,r1,r2)
427 # define ltr_d(r0,r1,r2) dr(CC_L,r0,r1,r2)
428 # define lti_f(r0,r1,i0) fi(CC_L,r0,r1,i0)
429 # define lti_d(r0,r1,i0) di(CC_L,r0,r1,i0)
486 # define bltr_f(i0,r0,r1) bfr(CC_L,i0,r0,r1)
487 # define bltr_d(i0,r0,r1) bdr(CC_L,i0,r0,r1)
488 # define blti_f(i0,r0,i1) bfi(CC_L,i0,r0,i1)
489 # define blti_d(i0,r0,i1) bdi(CC_L,i0,r0,i1)
490 # define bltr_f_p(i0,r0,r1) bfr_p(CC_L,i0,r0,r1)
491 # define bltr_d_p(i0,r0,r1) bdr_p(CC_L,i0,r0,r1)
[all …]

123456