Searched refs:c_eq_s (Results 1 – 10 of 10) sorted by relevance
60 module procedure c_eq_s ! character == string484 elemental function c_eq_s(c,s) function488 logical :: c_eq_s local495 c_eq_s = .false.500 c_eq_s = .false.502 c_eq_s = .false.504 c_eq_s = .true.507 end function c_eq_s
230 M64P_FPU_INLINE void c_eq_s(const float *source,const float *target) in c_eq_s() function
1262 c_eq_s(reg_cop1_simple[cffs], reg_cop1_simple[cfft]);
85 c_eq_s ! character == string4095 elemental function c_eq_s(c,s) function4100 logical :: c_eq_s local4108 c_eq_s = .false.4113 c_eq_s = .false.4115 c_eq_s = .false.4117 c_eq_s = .true.4120 end function c_eq_s
141 void c_eq_s(const Operand *OpFd, const Operand *OpFs);
782 Asm->c_eq_s(getSrc(0), getSrc(1)); in emitIAS()
447 void AssemblerMIPS32::c_eq_s(const Operand *OpFs, const Operand *OpFt) { in c_eq_s() function in Ice::MIPS32::AssemblerMIPS32
188 (int)c_eq_s,4127 if((source[i]&0x3f)==0x32) emit_call((int)c_eq_s); in fcomp_assemble()
224 (intptr_t)c_eq_s,6187 if((source[i]&0x3f)==0x32) emit_call((intptr_t)c_eq_s); in fcomp_assemble()
4134 if((source[i]&0x3f)==0x32) emit_call((int)c_eq_s); in fcomp_assemble()