Home
last modified time | relevance | path

Searched refs:aregs (Results 1 – 6 of 6) sorted by relevance

/external/libffi/src/riscv/
Dffi.c60 call_context *aregs; member
153 asm("" : "=f"(cb->aregs->fa[cb->used_float++]) : "0"(*(float *)data)); in marshal_atom()
158 asm("" : "=f"(cb->aregs->fa[cb->used_float++]) : "0"(*(double *)data)); in marshal_atom()
167 cb->aregs->a[cb->used_integer++] = value; in marshal_atom()
176 asm("" : "=f"(*(float *)data) : "0"(cb->aregs->fa[cb->used_float++])); in unmarshal_atom()
181 asm("" : "=f"(*(double *)data) : "0"(cb->aregs->fa[cb->used_float++])); in unmarshal_atom()
189 value = cb->aregs->a[cb->used_integer++]; in unmarshal_atom()
361 cb.aregs = (call_context*)(alloc_base + arg_bytes + rval_bytes); in ffi_call_int()
372 ffi_call_asm ((void *) alloc_base, cb.aregs, fn, closure); in ffi_call_int()
448 size_t *stack, call_context *aregs) in ffi_closure_inner() argument
[all …]
/external/elfutils/libcpu/
Di386_data.h140 static const char aregs[8][4] = variable
149 static const char aregs[8][4] = variable
153 # define dregs aregs
235 aregs[modrm & 7]); in general_mod$r_m()
254 aregs[modrm & 7]); in general_mod$r_m()
327 aregs[sib & 7]); in general_mod$r_m()
350 aregs[(sib >> 3) & 7]); in general_mod$r_m()
1148 (*d->prefixes & has_rex_b) ? hiregs[byte] : aregs[byte]); in FCT_mod$64r_m()
1238 memcpy (&d->bufp[*bufcntp], aregs[byte], 3); in FCT_reg64()
/external/llvm/lib/Target/Mips/
DMips16InstrFormats.td607 // <|EXTEND|xsregs|framesize7:4|aregs|I8|SVRS|s|ra|s0|s1|framesize3:0>
616 bits<3> aregs =0;
629 let Inst{18-16} = aregs;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrFormats.td606 // <|EXTEND|xsregs|framesize7:4|aregs|I8|SVRS|s|ra|s0|s1|framesize3:0>
615 bits<3> aregs =0;
628 let Inst{18-16} = aregs;
/external/llvm-project/llvm/lib/Target/Mips/
DMips16InstrFormats.td606 // <|EXTEND|xsregs|framesize7:4|aregs|I8|SVRS|s|ra|s0|s1|framesize3:0>
615 bits<3> aregs =0;
628 let Inst{18-16} = aregs;
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Ds390x.rs181 pub aregs: [u32; 16],