Home
last modified time | relevance | path

Searched refs:max_u (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dgen-arabic-table.py194 min_u, max_u = min (keys), max (keys)
195 for u in range (min_u, max_u + 1):
204 print "#define SHAPING_TABLE_LAST 0x%04Xu" % max_u
/external/llvm/test/MC/Mips/msa/
Dtest_3r.s153 # CHECK: max_u.b $w12, $w24, $w5 # encoding: [0x79,0x85,0xc3,0x0e]
154 # CHECK: max_u.h $w5, $w6, $w7 # encoding: [0x79,0xa7,0x31,0x4e]
155 # CHECK: max_u.w $w16, $w4, $w7 # encoding: [0x79,0xc7,0x24,0x0e]
156 # CHECK: max_u.d $w26, $w12, $w24 # encoding: [0x79,0xf8,0x66,0x8e]
396 max_u.b $w12, $w24, $w5
397 max_u.h $w5, $w6, $w7
398 max_u.w $w16, $w4, $w7
399 max_u.d $w26, $w12, $w24
/external/llvm/test/MC/Disassembler/Mips/msa/
Dtest_3r.txt153 0x79 0x85 0xc3 0x0e # CHECK: max_u.b $w12, $w24, $w5
154 0x79 0xa7 0x31 0x4e # CHECK: max_u.h $w5, $w6, $w7
155 0x79 0xc7 0x24 0x0e # CHECK: max_u.w $w16, $w4, $w7
156 0x79 0xf8 0x66 0x8e # CHECK: max_u.d $w26, $w12, $w24
/external/freetype/src/autofit/
Daflatin2.c790 FT_Pos min_u, min_v, max_u, max_v; in af_latin2_hints_compute_segments() local
797 min_u = max_u = point->u; in af_latin2_hints_compute_segments()
809 if ( point->u > max_u ) in af_latin2_hints_compute_segments()
810 max_u = point->u; in af_latin2_hints_compute_segments()
828 segment->pos = (FT_Short)( ( min_u + max_u ) >> 1 ); in af_latin2_hints_compute_segments()
/external/llvm/test/CodeGen/Mips/msa/
D3r-m.ll201 ; CHECK: max_u.b
223 ; CHECK: max_u.h
245 ; CHECK: max_u.w
267 ; CHECK: max_u.d
Dcompare.ll1140 ; CHECK-DAG: max_u.b [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1157 ; CHECK-DAG: max_u.h [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1174 ; CHECK-DAG: max_u.w [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1191 ; CHECK-DAG: max_u.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1276 ; CHECK-DAG: max_u.b [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1293 ; CHECK-DAG: max_u.h [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1310 ; CHECK-DAG: max_u.w [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1327 ; CHECK-DAG: max_u.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td2394 class MAX_U_B_DESC : MSA_3R_DESC_BASE<"max_u.b", MipsVUMax, MSA128BOpnd>;
2395 class MAX_U_H_DESC : MSA_3R_DESC_BASE<"max_u.h", MipsVUMax, MSA128HOpnd>;
2396 class MAX_U_W_DESC : MSA_3R_DESC_BASE<"max_u.w", MipsVUMax, MSA128WOpnd>;
2397 class MAX_U_D_DESC : MSA_3R_DESC_BASE<"max_u.d", MipsVUMax, MSA128DOpnd>;