Searched full:acc_type (Results 1 – 25 of 278) sorted by relevance
12345678910>>...12
| /arkcompiler/runtime_core/static_core/verification/ |
| D | messages.yaml | 69 args: field, field_type, acc_type 71 Field is '${field}'. Field type is '${field_type}'. Accumulator type is '${acc_type}'. 100 args: return_type, acc_type 102 Function return type: '${return_type}'. Value type in accumulator: '${acc_type}'. 107 args: return_type, acc_type, compatible_types 109 Function return type: '${return_type}'. Value type in accumulator: '${acc_type}'. 234 args: acc_type 236 Wrong return value type (in accumulator): '${acc_type}' 240 args: acc_type, expected_type 242 … Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/isa/ |
| D | isa.yaml | 126 - acc_type 178 - acc_type 211 - acc_type 233 - acc_type
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | modifiers.h | 49 constexpr uint32_t ACC_TYPE = 0x00FF0000; // field variable 50 constexpr uint32_t ACC_TYPE_SHIFT = Ctz(ACC_TYPE);
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | modifiers.h | 47 static constexpr uint32_t ACC_TYPE = 0x00FF0000; // field variable 48 static constexpr uint32_t ACC_TYPE_SHIFT = Ctz(ACC_TYPE);
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | fneg.yaml | 142 - file-name: 'acc_type' 145 - acc_type
|
| D | fneg.64.yaml | 139 - file-name: 'acc_type' 142 - acc_type
|
| D | sta.obj.yaml | 226 - acc_type 292 - acc_type
|
| D | u32toi8.yaml | 67 - acc_type
|
| D | i32tof32.yaml | 79 - acc_type
|
| D | u32tof64.yaml | 79 - acc_type
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fneg.yaml | 143 - file-name: 'acc_type' 146 - acc_type
|
| D | fneg.64.yaml | 140 - file-name: 'acc_type' 143 - acc_type
|
| D | sta.obj.yaml | 226 - acc_type 292 - acc_type
|
| D | u32tof32.yaml | 79 - acc_type
|
| D | u32tou1.yaml | 62 - acc_type
|
| D | u64tou32.yaml | 61 - acc_type
|
| D | i32tof32.yaml | 79 - acc_type
|
| D | u32tou8.yaml | 61 - acc_type
|
| /arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/ |
| D | interpreter_handlers.irt | 105 field_type_id := ShrI(AndI(field_access_flags).Imm("ACC_TYPE").u32).Imm("ACC_TYPE_SHIFT").u32 179 field_type_id := ShrI(AndI(field_access_flags).Imm("ACC_TYPE").u32).Imm("ACC_TYPE_SHIFT").u32 183 acc_type = field_type[0] + "32" 184 Store(klass, offset, acc_field.send(:"#{acc_type}")).send(:"#{field_type}")
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 29 # - acc_type
|
| D | bug_2107_2.pa | 31 # - acc_type
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 29 # - acc_type
|
| D | bug_2107_2.pa | 31 # - acc_type
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 202 - tag: acc_type 484 - acc_type 506 - acc_type 539 - acc_type 676 - acc_type 741 - acc_type 803 - acc_type 825 - acc_type 859 - acc_type 990 - acc_type [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | interpreter.irt | 560 macro(:safepoint) do |acc_type, is_save_acc| 565 restored_acc := restore_acc().send(acc_type) 567 acc_ := Phi(acc, restored_acc).send(acc_type) 610 macro(:instrument_branches) do |imm, acc_type, method_ptr| 613 safepoint(acc_type, true) 626 tmp_acc := Phi(acc_, fake_acc, acc_).send(acc_type) 636 acc_sf := Phi(acc, tmp_acc).send(acc_type) 1288 field_type_id := ShrI(AndI(field_access_flags).Imm("ACC_TYPE").u32).Imm("ACC_TYPE_SHIFT").u32 1294 acc_type = field_type[0] + "32" 1295 Store(vs, offset, acc.send(:"#{acc_type}")).send(:"#{field_type}") [all …]
|
12345678910>>...12