Searched refs:logical_and (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | vsx_f2i_nan.c | 66 DEFINE_VSX_BINARY_LOGICAL_OP_INSN(float32, logical_and, xxland) in DEFINE_VSX_BINARY_LOGICAL_OP_INSN() argument 67 DEFINE_VSX_BINARY_LOGICAL_OP_INSN(float64, logical_and, xxland) in DEFINE_VSX_BINARY_LOGICAL_OP_INSN() 68 DEFINE_VSX_BINARY_LOGICAL_OP_INSN(int32, logical_and, xxland) in DEFINE_VSX_BINARY_LOGICAL_OP_INSN() 69 DEFINE_VSX_BINARY_LOGICAL_OP_INSN(uint32, logical_and, xxland) in DEFINE_VSX_BINARY_LOGICAL_OP_INSN() 70 DEFINE_VSX_BINARY_LOGICAL_OP_INSN(int64, logical_and, xxland) in DEFINE_VSX_BINARY_LOGICAL_OP_INSN() 71 DEFINE_VSX_BINARY_LOGICAL_OP_INSN(uint64, logical_and, xxland) in DEFINE_VSX_BINARY_LOGICAL_OP_INSN()
|