search for: helper_funct

Displaying 5 results from an estimated 5 matches for "helper_funct".

Did you mean: helper_func
2013 Apr 17
1
[LLVMdev] interesting IR problem related to mips 16
...hout soft float and does not know anything about this. and will expect the return result to be in F0. So gcc will generate a call to a helper function that moves the V0 integer return register, to F0 (the floating point return register) before returning. further transformation: int foo() { helper_function(1.0); return int_representation(1.0); } So now, no matter whether a mips16 or mips32 function calls foo, it will be able to retrieve the return result. The problem is that the helper_function has an important side effect, i.e. it sets the value of f0 but this is not reflected in the IR....
2007 Nov 08
1
Bug#450660: logcheck: acpid rules do not filter enough
...0000" Nov 8 21:41:31 morpork acpid: received event "battery BAT0 00000080 00000001" Nov 8 21:41:31 morpork acpid: completed event "battery BAT0 00000080 00000001" Nov 8 21:41:31 morpork powersave-asus_hotkey_handler[15669]: readonly EV_ID modified. Multiple invocation of helper_functions? Nov 8 21:41:31 morpork [asus_hotkey_handler][15669]: commandline arguments: 'hotkey' 'ATKD' '00000057' '0000000c' Nov 8 21:41:35 morpork acpid: received event "ac_adapter AC0 00000080 00000001" Nov 8 21:41:35 morpork acpid: completed event "ac_...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...-project/llvm/include/llvm/ADT/PointerUnion.h:93:48: note: in call to 'lowBitsAvailable()' static constexpr int NumLowBitsAvailable = lowBitsAvailable<PTs...>(); ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/debug/helper_functions.h:161:5: note: declared here __valid_range(const _InputIterator& __first, const _InputIterator& __last) ^ In file included from /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: In file included from /home/jayfoad2/git/llvm-project/llvm/include/llvm/Support/Sour...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...erUnion.h:93:48: >> note: in call to 'lowBitsAvailable()' >> static constexpr int NumLowBitsAvailable = lowBitsAvailable<PTs...>(); >> ^ >> /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/debug/helper_functions.h:161:5: >> note: declared here >> __valid_range(const _InputIterator& __first, const _InputIterator& __last) >> ^ >> In file included from >> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: >> In file included from >>...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...ote: in call to 'lowBitsAvailable()' >> >> static constexpr int NumLowBitsAvailable = lowBitsAvailable<PTs...>(); >> >> ^ >> >> /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/debug/helper_functions.h:161:5: >> >> note: declared here >> >> __valid_range(const _InputIterator& __first, const _InputIterator& __last) >> >> ^ >> >> In file included from >> >> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cp...