Searched refs:encoded_imm (Results 1 – 1 of 1) sorted by relevance
2583 uint32_t encoded_imm = FP64ToImm8(imm); in fmov() local2584 Emit(q | op | ImmNEONabcdefgh(encoded_imm) | NEONCmode(0xf) | Rd(vd)); in fmov()2597 uint32_t encoded_imm = FP32ToImm8(imm); in fmov() local2598 Emit(q | op | ImmNEONabcdefgh(encoded_imm) | NEONCmode(0xf) | Rd(vd)); in fmov()