Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AArch64/
Darm64-memset-to-bzero.ll28 ; CHECK: @fct3
32 define void @fct3(i8* nocapture %ptr, i32 %unknown) {
Darm64-bitfield-extract.ll65 define i64 @fct3(i64 %cav1.coerce) nounwind {
66 ; CHECK-LABEL: fct3:
Darm64-vector-ldst.ll293 define <8 x i8> @fct3() nounwind readonly ssp {
295 ; CHECK-LABEL: fct3:
Darm64-scvt.ll98 define float @fct3(i32* nocapture %sp0) {
99 ; CHECK-LABEL: fct3:
/external/llvm/test/Transforms/Inline/
Dinline_minisize.ll201 define i32 @fct3(i32 %c) nounwind uwtable ssp {
203 ;CHECK-LABEL: @fct3(
/external/elfutils/libcpu/
Di386_disasm.c995 else if (prec == 3 && instrtab[cnt].fct3 != 0) in i386_disasm()
1018 int r = op3_fct[instrtab[cnt].fct3] (&output_data); in i386_disasm()
Di386_data.h70 unsigned int fct3 : FCT3_BITS; member