/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
itof.d | 9 0: fc 47 00 itof r0, r0 10 3: fc 47 0f itof r0, r15 11 6: fc 47 f0 itof r15, r0 12 9: fc 47 ff itof r15, r15 13 c: fc 44 00 itof \[r0\]\.ub, r0 14 f: fc 44 0f itof \[r0\]\.ub, r15 15 12: 06 20 11 00 itof \[r0\]\.b, r0 16 16: 06 20 11 0f itof \[r0\]\.b, r15 17 1a: 06 e0 11 00 itof \[r0\]\.uw, r0 18 1e: 06 e0 11 0f itof \[r0\]\.uw, r1 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/ |
am33-2.s | 1245 itof fs8, fs2 1246 itof fs15, fs28 1247 itof fs9, fs3 1248 itof fs10, fs29 1249 itof fs4, fs30 1250 itof fs11, fs24 1251 itof fs5, fs31 1252 itof fs6, fs25 1253 itof fs0, fs26 1254 itof fs7, fs2 [all...] |
am33-2.d | [all...] |
am33-2.c | 623 def_am_insn (itof, fsfs, 4, 0xfb42, 633 am_insn (itof, fsfs),
|
/prebuilts/go/darwin-x86/src/go/constant/ |
value.go | 198 func itof(x intVal) floatVal { return floatVal{newFloat().SetInt(x.val)} } func 737 return itof(x) 756 return vtoc(itof(x)) 909 return itof(x), y
|
/prebuilts/go/linux-x86/src/go/constant/ |
value.go | 198 func itof(x intVal) floatVal { return floatVal{newFloat().SetInt(x.val)} } func 737 return itof(x) 756 return vtoc(itof(x)) 909 return itof(x), y
|
/toolchain/binutils/binutils-2.25/opcodes/ |
rx-decode.opc | 887 /** 1111 1100 0100 01sd rsrc rdst itof %1%S1, %0 */ 888 ID(itof); DR (rdst); SP(sd, rsrc); F__SZ_; 890 /** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */ 891 ID(itof); DR (rdst); SPm(sd, rsrc, mx); F__SZ_;
|
rx-decode.c | [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.c | 404 upb_inttable_compact(&m->itof); [all...] |
upb.h | 3781 upb_inttable itof; \/* int to field *\/ member in struct:upb_msgdef 3829 upb_inttable itof; member in struct:upb_oneofdef [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.h | 3099 upb_inttable itof; \/* int to field *\/ member in struct:upb_msgdef 3144 upb_inttable itof; member in struct:upb_oneofdef [all...] |
upb.c | 352 upb_inttable_compact(&m->itof); [all...] |