Home
last modified time | relevance | path

Searched refs:phl (Results 1 – 3 of 3) sorted by relevance

/src/crypto/libecc/src/nn/
H A Dnn_div.c651 word_t bh, bl, qh, ql, rm, rhl[2], phl[2]; in _word_divrem() local
669 WORD_MUL(phl[1], phl[0], qh, (b)); in _word_divrem()
670 phl[1] = (WLSHIFT(phl[1], HWORD_BITS) | in _word_divrem()
671 WRSHIFT(phl[0], HWORD_BITS)); in _word_divrem()
672 phl[0] = WLSHIFT(phl[0], HWORD_BITS); in _word_divrem()
675 larger = (_wcmp_22(phl, rhl) > 0); in _word_divrem()
677 WORD_CND_SUB_22(larger, phl[1], phl[0], bh, bl); in _word_divrem()
680 ret = (_wcmp_22(phl, rhl) > 0); in _word_divrem()
682 IGNORE_RET_VAL(_wsub_22(rhl, phl)); in _word_divrem()
690 WORD_MUL(phl[1], phl[0], ql, (b)); in _word_divrem()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsDSPInstrInfo.td69 class PRECEQ_W_PHL_MM_ENC : POOL32A_2R_FMT<"preceq.w.phl", 0b0101000100>;
114 class MULEQ_S_W_PHL_MM_ENC : POOL32A_3RB0_FMT<"muleq_s.w.phl", 0b0000100101>;
135 class MAQ_S_W_PHL_MM_ENC : POOL32A_2RAC_FMT<"maq_s.w.phl", 0b01101001>;
136 class MAQ_SA_W_PHL_MM_ENC : POOL32A_2RAC_FMT<"maq_sa.w.phl", 0b11101001>;
195 "preceq.w.phl", int_mips_preceq_w_phl, NoItinerary, GPR32Opnd, DSPROpnd>;
H A DMipsDSPInstrInfo.td639 class PRECEQ_W_PHL_DESC : ABSQ_S_PH_R2_DESC_BASE<"preceq.w.phl",
751 class MULEQ_S_W_PHL_DESC : ADDU_QB_DESC_BASE<"muleq_s.w.phl",
769 class MAQ_S_W_PHL_DESC : DPA_W_PH_DESC_BASE<"maq_s.w.phl", MipsMAQ_S_W_PHL>,
775 class MAQ_SA_W_PHL_DESC : DPA_W_PH_DESC_BASE<"maq_sa.w.phl", MipsMAQ_SA_W_PHL>,