/external/libffi/src/sh/ |
D | ffi.c | 121 int freg = 0; in ffi_prep_args() local 184 if (freg++ >= NFREGARG) in ffi_prep_args() 199 if (freg + 1 >= NFREGARG) in ffi_prep_args() 201 freg = (freg + 1) & ~1; in ffi_prep_args() 202 freg += 2; in ffi_prep_args() 226 freg = 0; in ffi_prep_args() 273 if (freg++ < NFREGARG) in ffi_prep_args() 288 if (freg + 1 < NFREGARG) in ffi_prep_args() 290 freg = (freg + 1) & ~1; in ffi_prep_args() 291 freg += 2; in ffi_prep_args() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/ |
D | ffi.c | 121 int freg = 0; in ffi_prep_args() local 184 if (freg++ >= NFREGARG) in ffi_prep_args() 199 if (freg + 1 >= NFREGARG) in ffi_prep_args() 201 freg = (freg + 1) & ~1; in ffi_prep_args() 202 freg += 2; in ffi_prep_args() 226 freg = 0; in ffi_prep_args() 273 if (freg++ < NFREGARG) in ffi_prep_args() 288 if (freg + 1 < NFREGARG) in ffi_prep_args() 290 freg = (freg + 1) & ~1; in ffi_prep_args() 291 freg += 2; in ffi_prep_args() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/ |
D | ffi.c | 162 int freg; in ffi_prep_cif_machdep() local 166 freg = 0; in ffi_prep_cif_machdep() 177 if (freg >= NFREGARG - 1) in ffi_prep_cif_machdep() 181 fpair = freg; in ffi_prep_cif_machdep() 182 freg += 2; in ffi_prep_cif_machdep() 190 if (greg++ >= NGREGARG && (freg + 1) >= NFREGARG) in ffi_prep_cif_machdep() 192 if ((freg + 1) < NFREGARG) in ffi_prep_cif_machdep() 194 freg += 2; in ffi_prep_cif_machdep() 356 int greg, freg; in ffi_closure_helper_SYSV() local 373 freg = 0; in ffi_closure_helper_SYSV() [all …]
|
/external/libffi/src/sh64/ |
D | ffi.c | 162 int freg; in ffi_prep_cif_machdep() local 166 freg = 0; in ffi_prep_cif_machdep() 177 if (freg >= NFREGARG - 1) in ffi_prep_cif_machdep() 181 fpair = freg; in ffi_prep_cif_machdep() 182 freg += 2; in ffi_prep_cif_machdep() 190 if (greg++ >= NGREGARG && (freg + 1) >= NFREGARG) in ffi_prep_cif_machdep() 192 if ((freg + 1) < NFREGARG) in ffi_prep_cif_machdep() 194 freg += 2; in ffi_prep_cif_machdep() 356 int greg, freg; in ffi_closure_helper_SYSV() local 373 freg = 0; in ffi_closure_helper_SYSV() [all …]
|
/external/elfutils/libcpu/defs/ |
D | i386 | 50 %mask {freg} 3 199 11011000,11000{freg}:fadd {freg},%st 200 11011100,11000{freg}:fadd %st,{freg} 204 11011000,11001{freg}:fmul {freg},%st 205 11011100,11001{freg}:fmul %st,{freg} 209 11011000,11100{freg}:fsub {freg},%st 210 11011100,11100{freg}:fsub %st,{freg} 214 11011000,11101{freg}:fsubr {freg},%st 215 11011100,11101{freg}:fsubr %st,{freg} 219 11011101,11010{freg}:fst {freg} [all …]
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_ra_regset.c | 200 unsigned freg = set->gpr_to_ra_reg[0][i]; in ir3_ra_alloc_reg_set() local 204 ra_add_transitive_reg_pair_conflict(set->regs, freg, hreg0, hreg1); in ir3_ra_alloc_reg_set()
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.c | 1914 sljit_s32 freg, in check_sljit_emit_fmem() argument 1924 CHECK_ARGUMENT(FUNCTION_CHECK_IS_FREG(freg)); in check_sljit_emit_fmem() 1928 if (sljit_emit_fmem(compiler, type | SLJIT_MEM_SUPP, freg, mem, memw) == SLJIT_ERR_UNSUPPORTED) in check_sljit_emit_fmem() 1935 sljit_verbose_freg(compiler, freg); in check_sljit_emit_fmem() 2258 sljit_s32 freg, in sljit_emit_fmem() argument 2263 SLJIT_UNUSED_ARG(freg); in sljit_emit_fmem() 2268 CHECK(check_sljit_emit_fmem(compiler, type, freg, mem, memw)); in sljit_emit_fmem() 2650 …ljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 freg, sljit_s32 mem, slj… in sljit_emit_fmem() argument 2654 SLJIT_UNUSED_ARG(freg); in sljit_emit_fmem()
|
D | sljitNativePPC_common.c | 2323 sljit_s32 freg, in sljit_emit_fmem() argument 2330 CHECK(check_sljit_emit_fmem(compiler, type, freg, mem, memw)); in sljit_emit_fmem() 2354 …return push_inst(compiler, INST_CODE_AND_DST(inst, DOUBLE_DATA, freg) | A(mem & REG_MASK) | B(OFFS… in sljit_emit_fmem() 2358 …return push_inst(compiler, INST_CODE_AND_DST(inst, DOUBLE_DATA, freg) | A(mem & REG_MASK) | IMM(me… in sljit_emit_fmem()
|
D | sljitLir.h | 1367 sljit_s32 freg,
|
D | sljitNativeARM_64.c | 1914 sljit_s32 freg, in sljit_emit_fmem() argument 1920 CHECK(check_sljit_emit_fmem(compiler, type, freg, mem, memw)); in sljit_emit_fmem() 1939 return push_inst(compiler, inst | VT(freg) | RN(mem & REG_MASK) | ((memw & 0x1ff) << 12)); in sljit_emit_fmem()
|
D | sljitNativeARM_32.c | 1917 #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ argument 1918 ((inst) | ((add) << 23) | (reg_map[base] << 16) | (freg_map[freg] << 12) | (offs))
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 129 /// If -fpcc-struct-return or -freg-struct-return is specified.
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.def | 198 /// If -fpcc-struct-return or -freg-struct-return is specified.
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 2047 .. option:: -freg-struct-return
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1091 def freg_struct_return : Flag<["-"], "freg-struct-return">, Group<f_Group>, Flags<[CC1Option]>,
|
/external/hyphenation-patterns/de/ |
D | hyph-de-ch-1901.pat.txt | 6579 2freg
|
D | hyph-de-1901.pat.txt | 6648 2freg
|
D | hyph-de-1996.pat.txt | 6579 2freg
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 7524 8freg
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 7524 8freg
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 1881 def freg_struct_return : Flag<["-"], "freg-struct-return">, Group<f_Group>, Flags<[CC1Option]>,
|