Home
last modified time | relevance | path

Searched refs:fclass (Results 1 – 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/convert/
DTransformReadField.java42 static String isField(ClassPool pool, ConstPool cp, CtClass fclass, in isField() argument
49 if (c == fclass || (!is_private && isFieldInSuper(c, fclass, fname))) in isField()
56 static boolean isFieldInSuper(CtClass clazz, CtClass fclass, String fname) { in isFieldInSuper() argument
57 if (!clazz.subclassOf(fclass)) in isFieldInSuper()
62 return f.getDeclaringClass() == fclass; in isFieldInSuper()
/external/llvm/test/MC/Mips/msa/
Dtest_2rf.s3 # CHECK: fclass.w $w26, $w12 # encoding: [0x7b,0x20,0x66,0x9e]
4 # CHECK: fclass.d $w24, $w17 # encoding: [0x7b,0x21,0x8e,0x1e]
36 fclass.w $w26, $w12
37 fclass.d $w24, $w17
/external/llvm/test/CodeGen/Mips/msa/
D2rf_int_float.ll3 ; as fclass are also here.
14 %1 = tail call <4 x i32> @llvm.mips.fclass.w(<4 x float> %0)
19 declare <4 x i32> @llvm.mips.fclass.w(<4 x float>) nounwind
24 ; CHECK-DAG: fclass.w [[WD:\$w[0-9]+]], [[WS]]
35 %1 = tail call <2 x i64> @llvm.mips.fclass.d(<2 x double> %0)
40 declare <2 x i64> @llvm.mips.fclass.d(<2 x double>) nounwind
45 ; CHECK-DAG: fclass.d [[WD:\$w[0-9]+]], [[WS]]
/external/llvm/test/MC/Disassembler/Mips/msa/
Dtest_2rf.txt3 0x7b 0x20 0x66 0x9e # CHECK: fclass.w $w26, $w12
4 0x7b 0x21 0x8e 0x1e # CHECK: fclass.d $w24, $w17
/external/stlport/src/
Dnum_put_float.cpp151 int fclass = _fpclass(x); in _Stl_is_inf() local
152 return fclass == _FPCLASS_NINF || fclass == _FPCLASS_PINF; in _Stl_is_inf()
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td2026 class FCLASS_W_DESC : MSA_2RF_DESC_BASE<"fclass.w", int_mips_fclass_w,
2028 class FCLASS_D_DESC : MSA_2RF_DESC_BASE<"fclass.d", int_mips_fclass_d,