Lines Matching full:20
37 [ADF_CODE >> 20] = floatx80_add,
38 [MUF_CODE >> 20] = floatx80_mul,
39 [SUF_CODE >> 20] = floatx80_sub,
40 [RSF_CODE >> 20] = floatx80_rsf,
41 [DVF_CODE >> 20] = floatx80_div,
42 [RDF_CODE >> 20] = floatx80_rdv,
43 [RMF_CODE >> 20] = floatx80_rem,
46 [FML_CODE >> 20] = floatx80_mul,
47 [FDV_CODE >> 20] = floatx80_div,
48 [FRD_CODE >> 20] = floatx80_rdv,
69 [MVF_CODE >> 20] = floatx80_mvf,
70 [MNF_CODE >> 20] = floatx80_mnf,
71 [ABS_CODE >> 20] = floatx80_abs,
72 [RND_CODE >> 20] = floatx80_round_to_int,
73 [URD_CODE >> 20] = floatx80_round_to_int,
74 [SQT_CODE >> 20] = floatx80_sqrt,
75 [NRM_CODE >> 20] = floatx80_mvf,
106 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in ExtendedCPDO()