Home
last modified time | relevance | path

Searched refs:fcsr (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/arch/loongarch64/bits/
H A Duser.h15 unsigned int fcsr; member
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c105 static const u32 fcsr = 1; variable
156 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_init()
278 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_blocks()
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c105 static const u32 fcsr = 1; variable
156 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_init()
278 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_blocks()
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc1459 Format(instr, "movgr2fcsr fcsr, 'rj"); in DecodeTypekOp22()
1462 Format(instr, "movfcsr2gr 'rd, fcsr"); in DecodeTypekOp22()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc2012 void Assembler::movgr2fcsr(Register rj, FPUControlRegister fcsr) { in movgr2fcsr() argument
2013 GenRegister(MOVGR2FCSR, rj, fcsr); in movgr2fcsr()
2016 void Assembler::movfcsr2gr(Register rd, FPUControlRegister fcsr) { in movfcsr2gr() argument
2017 GenRegister(MOVFCSR2GR, fcsr, rd); in movfcsr2gr()
H A Dassembler-loong64.h669 void movgr2fcsr(Register rj, FPUControlRegister fcsr = FCSR0);
670 void movfcsr2gr(Register rd, FPUControlRegister fcsr = FCSR0);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/loongarch64/
H A Dmod.rs117 pub fcsr: u32,

Completed in 13 milliseconds