Searched defs:arg2_rtx (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.cc | 4333 expand_cmpstr (insn_code icode, rtx target, rtx arg1_rtx, rtx arg2_rtx, in expand_cmpstr() 4390 rtx arg2_rtx = get_memory_rtx (arg2, len); in expand_builtin_memcmp() local 4483 rtx arg2_rtx = get_memory_rtx (arg2, NULL); in expand_builtin_strcmp() local 4640 rtx arg2_rtx = get_memory_rtx (arg2, len); in expand_builtin_strncmp() local
|
H A D | expr.cc | 2182 rtx arg2_rtx, tree arg3_type, rtx arg3_rtx, in expand_cmpstrn_or_cmpmem()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.c | 5122 expand_cmpstr (insn_code icode, rtx target, rtx arg1_rtx, rtx arg2_rtx, in expand_cmpstr() 5200 rtx arg2_rtx = get_memory_rtx (arg2, len); in expand_builtin_memcmp() local 5297 rtx arg2_rtx = get_memory_rtx (arg2, NULL); in expand_builtin_strcmp() local 5463 rtx arg2_rtx = get_memory_rtx (arg2, len); in expand_builtin_strncmp() local
|
H A D | expr.c | 1978 rtx arg2_rtx, tree arg3_type, rtx arg3_rtx, in expand_cmpstrn_or_cmpmem()
|