OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FFI_FLAG_BITS
(Results
1 - 3
of
3
) sorted by null
/external/libffi/src/mips/
ffi.c
225
flags += (FFI_TYPE_DOUBLE << (*arg_reg *
FFI_FLAG_BITS
));
267
flags += FFI_TYPE_DOUBLE <<
FFI_FLAG_BITS
;
269
flags += FFI_TYPE_FLOAT <<
FFI_FLAG_BITS
;
324
cif->flags += (cif->arg_types)[1]->type <<
FFI_FLAG_BITS
;
343
cif->flags += cif->rtype->type << (
FFI_FLAG_BITS
* 2);
349
cif->flags += FFI_TYPE_UINT64 << (
FFI_FLAG_BITS
* 2);
354
cif->flags += FFI_TYPE_INT << (
FFI_FLAG_BITS
* 2);
367
cif->flags += cif->rtype->type << (
FFI_FLAG_BITS
* 2);
372
cif->flags += FFI_TYPE_UINT64 << (
FFI_FLAG_BITS
* 2);
376
cif->flags += FFI_TYPE_INT << (
FFI_FLAG_BITS
* 2)
[
all
...]
n32.S
107
and t4, t6, ((1<<
FFI_FLAG_BITS
)-1)
119
SRL t4, t6, 1*
FFI_FLAG_BITS
120
and t4, ((1<<
FFI_FLAG_BITS
)-1)
132
SRL t4, t6, 2*
FFI_FLAG_BITS
133
and t4, ((1<<
FFI_FLAG_BITS
)-1)
145
SRL t4, t6, 3*
FFI_FLAG_BITS
146
and t4, ((1<<
FFI_FLAG_BITS
)-1)
158
SRL t4, t6, 4*
FFI_FLAG_BITS
159
and t4, ((1<<
FFI_FLAG_BITS
)-1)
171
SRL t4, t6, 5*
FFI_FLAG_BITS
[
all
...]
ffitarget.h
68
#define
FFI_FLAG_BITS
2
71
than shift left by
FFI_FLAG_BITS
*/
Completed in 45 milliseconds